Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- I'm sorry, but an uncaught exception occurred.
- While running game code:
- File "game/MittsRouteCh3.rpy", line 4052, in script
- voice AndYoureBeautifulMitts
- File "renpy/common/00voice.rpy", line 534, in execute_voice
- fn = _audio_eval(fn)
- File "renpy/common/000statements.rpy", line 32, in _audio_eval
- return eval(expr, locals=store.audio.__dict__)
- File "game/MittsRouteCh3.rpy", line 4052, in <module>
- voice AndYoureBeautifulMitts
- NameError: name 'AndYoureBeautifulMitts' is not defined
- -- Full Traceback ------------------------------------------------------------
- Full traceback:
- File "game/MittsRouteCh3.rpy", line 4052, in script
- voice AndYoureBeautifulMitts
- File "renpy/ast.py", line 2015, in execute
- self.call("execute")
- File "renpy/ast.py", line 2003, in call
- return renpy.statements.call(method, parsed, *args, **kwargs)
- File "renpy/statements.py", line 278, in call
- return method(parsed, *args, **kwargs)
- File "renpy/common/00voice.rpy", line 534, in execute_voice
- fn = _audio_eval(fn)
- File "renpy/common/000statements.rpy", line 32, in _audio_eval
- return eval(expr, locals=store.audio.__dict__)
- 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/MittsRouteCh3.rpy", line 4052, in <module>
- voice AndYoureBeautifulMitts
- NameError: name 'AndYoureBeautifulMitts' is not defined
- Windows-10-10.0.22621
- Ren'Py 7.4.11.2266
- Repurpose 1.025
- Wed Jul 5 18:45:04 2023
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement