- Aug 9, 2016
- 915
- 1,463
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/day9.rpy", line 1379, in script with dissolvere File "game/scripts/day9.rpy", line 1379, in <module> with dissolvere NameError: name 'dissolvere' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/day9.rpy", line 1379, in script with dissolvere File "renpy/ast.py", line 1436, in execute trans = renpy.python.py_eval(self.expr) File "renpy/python.py", line 2276, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2269, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/scripts/day9.rpy", line 1379, in <module> with dissolvere NameError: name 'dissolvere' is not defined Windows-10-10.0.22000 Ren'Py 7.4.11.2266 Desert Stalker 0.09b Sat Apr 30 10:49:47 2022
I get this error when going to buy groceries and meeting with the survived kidnapper. I can't find a workaround to get past it. I'm the only one getting this?
I got another error (I fixed the previous one editing the source file to move on...)Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/day8.rpy", line 917, in script with slowfade IOError: Couldn't find file 'audio/music/exploration/neverland.mp3'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/day8.rpy", line 917, in script with slowfade File "renpy/ast.py", line 1443, in execute renpy.exports.with_statement(trans, paired) File "renpy/exports.py", line 1684, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "renpy/display/core.py", line 2762, in do_with clear=clear) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 4025, in interact_core renpy.audio.audio.periodic() File "renpy/audio/audio.py", line 1162, in periodic raise_(exc[0], exc[1], exc[2]) File "renpy/audio/audio.py", line 1140, in periodic_thread_main periodic_pass() File "renpy/audio/audio.py", line 1082, in periodic_pass c.periodic() File "renpy/audio/audio.py", line 518, in periodic topf = load(filename) File "renpy/audio/audio.py", line 69, in load rv = renpy.loader.load(fn) File "renpy/loader.py", line 798, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'audio/music/exploration/neverland.mp3'. Windows-10-10.0.22000 Ren'Py 7.4.11.2266 Desert Stalker 0.09b Sat Apr 30 11:54:02 2022
This happened during the night in the oasis
Regarding the crash in the market, it was a last minute typo that slipping in. It will be fixed in 0.09c but for now you should be able to safely press "ignore" and carry on.
As for the missing audio, which version are you playing? Normal or compressed?