Encountering a crash during the first conversation with Emily. Less than 10 minutes playing the game
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00voice.rpy", line 544, in execute_voice
fn = _audio_eval(fn)
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/scenes.rpy", line 12914, in <module>
NameError: name 'emily_firstintroduction_20_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scenes.rpyc", line 12914, in script
File "C:\Users\---\AppData\Roaming\itch\apps\bubblesandbabes\BubblesandBabes-Demo-pc\renpy\ast.py", line 1980, in execute
self.call("execute")
File "C:\Users\---\AppData\Roaming\itch\apps\bubblesandbabes\BubblesandBabes-Demo-pc\renpy\ast.py", line 1959, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\---\AppData\Roaming\itch\apps\bubblesandbabes\BubblesandBabes-Demo-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/00voice.rpy", line 544, in execute_voice
fn = _audio_eval(fn)
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\---\AppData\Roaming\itch\apps\bubblesandbabes\BubblesandBabes-Demo-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\---\AppData\Roaming\itch\apps\bubblesandbabes\BubblesandBabes-Demo-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scenes.rpy", line 12914, in <module>
NameError: name 'emily_firstintroduction_20_1' is not defined
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.4.24120703
Bubbles & Babes Demo
Sat Jun 20 13:58:49 2026
[/code]