SafeForSure

Newbie
Mar 19, 2025
69
118
42
Not a bad story but a shame it becomes almost a kn at some point and you get railroaded hopefully this changes.
 

brayet

Member
Sep 17, 2019
283
103
146
got this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

renpy.script.LabelNotFound: could not find label 'start'.

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00start.rpy", line 293, in <module>
renpy.jump("start")
~~~~~~~~~~^^^^^^^^^
File "renpy/exports/statementexports.py", line 271, in jump
raise renpy.game.JumpException(label)
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'start'.

Windows-10-10.0.17134-SP0 AMD64
Ren'Py 8.4.1.25072401
 

draxton

Newbie
Dec 10, 2019
53
86
226
got this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

renpy.script.LabelNotFound: could not find label 'start'.

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00start.rpy", line 293, in <module>
renpy.jump("start")
~~~~~~~~~~^^^^^^^^^
File "renpy/exports/statementexports.py", line 271, in jump
raise renpy.game.JumpException(label)
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'start'.

Windows-10-10.0.17134-SP0 AMD64
Ren'Py 8.4.1.25072401
This means that you have a corrupted or incomplete installation.
If the 'start' label is missing, it means that the game script couldn't be found.
 

Tsuyoshix

Newbie
May 15, 2023
22
3
88
I tried using my save from the previous version, but I’m getting an error. It seems that my old save, which had a mod installed, can’t progress with the new update.
 

smuk

Member
Jul 4, 2017
222
345
227
I tried using my save from the previous version, but I’m getting an error. It seems that my old save, which had a mod installed, can’t progress with the new update.
moded and regular versions are not compatible
 

brayet

Member
Sep 17, 2019
283
103
146
This means that you have a corrupted or incomplete installation.
If the 'start' label is missing, it means that the game script couldn't be found.
It has been happening witch a Lot of games... Maybe I deleted something important? Can I fex it?
 

Een Vieze Vent

Active Member
Aug 5, 2017
611
6,992
718
Alright I guess enough people have complained about this that I'll post this one public now:
(Update 10/13 - The Dev fixed the majority of the missing "Dad", but did still miss a few, as well as removed a couple early references using the word daughter)

Wasteland Guardians Unofficial Fan MoreDad iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Slightly increases the amount of familial references
- Fixes a few minor English issues

And then because someone asked me to, I took things a bit further too and made another patch...

Wasteland Guardians Unofficial Fan StepRemover iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Tweaks the MC's backstory speeches to remove any reference to the dead mother and makes Ella the MC's real mom, and Catherine his real sister.
- MC always calls Ella "Mom"
- Slightly increases the amount of familial references
- Fixes a few minor English issues

Obviously with the second patch making the small backstory change, there is a chance the dev can screw it over in the future if the mom's death becomes actually important, (which is why I was a little hesitant to release it before there was actual sexual content with her.) but so far it really feels like she was just fridged to give the MC's dad an excuse for being an asshole, and I guess to avoid another taboo relationship for Patreon purposes?

To install, choose one version or the other and save it in the "game" subfolder of WastelandGuardians. Make sure it saves with the extension ".rpy" and DOES NOT end in ".txt" otherwise it will not work.
And again, the StepRemover patch already contains the same code as the MoreDad patch, so trying to use both together can potentially result in potential errors, so do not download both without deleting one first.

I did have a few people Beta test these so I'm hoping there won't be errors otherwise (although I made a few changes since then to fix some lines I missed in the freeroams). If you run into anything or see a missed line just message me and let me know.
Thanks for these patches(patch 2 the most).

I requested your post to be linked on the OP page since I had to search for this, cheers (y)
 
  • Like
Reactions: Sossse

RYOUSC

Member
Jan 11, 2021
120
136
143
Alright I guess enough people have complained about this that I'll post this one public now:
(Update 10/13 - The Dev fixed the majority of the missing "Dad", but did still miss a few, as well as removed a couple early references using the word daughter)

Wasteland Guardians Unofficial Fan MoreDad iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Slightly increases the amount of familial references
- Fixes a few minor English issues

And then because someone asked me to, I took things a bit further too and made another patch...

Wasteland Guardians Unofficial Fan StepRemover iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Tweaks the MC's backstory speeches to remove any reference to the dead mother and makes Ella the MC's real mom, and Catherine his real sister.
- MC always calls Ella "Mom"
- Slightly increases the amount of familial references
- Fixes a few minor English issues

Obviously with the second patch making the small backstory change, there is a chance the dev can screw it over in the future if the mom's death becomes actually important, (which is why I was a little hesitant to release it before there was actual sexual content with her.) but so far it really feels like she was just fridged to give the MC's dad an excuse for being an asshole, and I guess to avoid another taboo relationship for Patreon purposes?

To install, choose one version or the other and save it in the "game" subfolder of WastelandGuardians. Make sure it saves with the extension ".rpy" and DOES NOT end in ".txt" otherwise it will not work.
And again, the StepRemover patch already contains the same code as the MoreDad patch, so trying to use both together can potentially result in potential errors, so do not download both without deleting one first.

I did have a few people Beta test these so I'm hoping there won't be errors otherwise (although I made a few changes since then to fix some lines I missed in the freeroams). If you run into anything or see a missed line just message me and let me know.
You're doing God's work, solving my nitpick about this game. Thank you so much for this.
 
3.60 star(s) 40 Votes