Zigzagkaas
Newbie
- Jan 8, 2021
- 71
- 61
- 134
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 278, in script
python:
File "renpy/common/00start.rpy", line 282, in <module>
renpy.call_in_new_context("_main_menu")
File "game/scripts/day1.rpy", line 9, in script
jump main_menu_screen
File "game/scripts/day1.rpy", line 9, in script
jump main_menu_screen
ScriptError: could not find label 'main_menu_screen'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 278, in script
python:
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 282, in <module>
renpy.call_in_new_context("_main_menu")
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/game.py", line 346, in call_in_new_context
return renpy.execution.run_context(False)
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/execution.py", line 938, in run_context
context.run()
File "game/scripts/day1.rpy", line 9, in script
jump main_menu_screen
File "game/scripts/day1.rpy", line 9, in script
jump main_menu_screen
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'main_menu_screen'.
Darwin-21.6.0-x86_64-i386-64bit x86_64
Ren'Py 7.5.3.22090809
Fri Oct 27 13:17:17 2023
anyone has a full replay save
Attaching below "Desert Stalker Gallery Unlocker".
You can also find it on myYou must be registered to see the links.
Features:
Enjoy!
- Unlocks all available scenes in the Gallery.
You don't have permission to view the spoiler content. Log in or register now.
PS: The dev created the gallery code, I only unlocked the scenes.
There are issues with the scene replay gallery, such as:
- Names of the girls not correctly showing.
- Some scenes with errors due to undefined labels.
- ...etc
I'd try without the WT mod if I was you. The new data is most likely conflicting with it. If that doesn't work, try another download link.Get this on Mac, game patched with wt mod
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 278, in script python: File "renpy/common/00start.rpy", line 282, in <module> renpy.call_in_new_context("_main_menu") File "game/scripts/day1.rpy", line 9, in script jump main_menu_screen File "game/scripts/day1.rpy", line 9, in script jump main_menu_screen ScriptError: could not find label 'main_menu_screen'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00start.rpy", line 278, in script python: File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00start.rpy", line 282, in <module> renpy.call_in_new_context("_main_menu") File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/game.py", line 346, in call_in_new_context return renpy.execution.run_context(False) File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/execution.py", line 938, in run_context context.run() File "game/scripts/day1.rpy", line 9, in script jump main_menu_screen File "game/scripts/day1.rpy", line 9, in script jump main_menu_screen File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/ast.py", line 1974, in execute rv = renpy.game.script.lookup(target) File "/Users/dmytro/Desktop/DesertStalker.app/Contents/Resources/autorun/renpy/script.py", line 927, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'main_menu_screen'. Darwin-21.6.0-x86_64-i386-64bit x86_64 Ren'Py 7.5.3.22090809 Fri Oct 27 13:17:17 2023
Bugfixes, more or less the final version...Wh
What's New
When does the final version come out? Or is this already that?
You sure? I have just checked it, and there it is 0.13c version still.That should be it, since it's going up on Itch.io
Oh, so it is in progress, I get it now, thank you.
Fairy had her intro and pregnancy coded in 0.13 IIRC, this time it's Kateryna,Have they added any pregnancies yet? Or not yet?
0.14a:
Minor changes / Bugfixes:
- Added some missing animations in Kateryna's scene, Emilia/Fairy harem scene and Asha repeatable scene
- Fairy's & Kateryna's introductions now won't happen as long as Shani is in the Zone
- Fixed rolling back after loading a save that caused a revent in the variable updates. Now rollback is blocked prior to that point
- Fixed Zahra's name not being interpolated in Kateryna's quest objectives
- Kateryna's introduction shouldn't happen if you denied her
- Fixed Asha talking while being knocked out in the intro scene
- Fixed misspelled variable in multiple places
- Fixed being unable to visit Raiders camp after seeing the settlement aftermath, blocking the player from Asha/Kitty
- Made Ain's room available again
- Fixed some button markers related to settlement events being enabled prematurely without the actual events being available
- Asha/Kitty are now not accessible in Raider camp before the General and Kitty are captured
- Fixed inconsistency in Queen's dialogue regarding the Thermae scene
- Fixed missing flag checks in Queen's palace scene
- Fixed Emilia appearing in Kateryna's introduction event even if the player denied her and added an alternative branch
Translations:
- Added an Italian translation up to 0.14 (courtesy of Eagle1900)
___________________
0.14b:
Minor changes / Bugfixes:
- Hotfix for crash in the Palace
that's all? What about Settlement quest: Sekhmet's Legion pt. 1 ? Am i missing something?Changelog for anyone curious....
0.14b will be final release.
That is what is listed, since it got uploaded to itch.io, one can assume this is the final for this version.that's all? What about Settlement quest: Sekhmet's Legion pt. 1 ? Am i missing something?