Advertisement
Guest User

Untitled

a guest
Jul 5th, 2023
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. File "game/MittsRouteCh3.rpy", line 4052, in script
  6. voice AndYoureBeautifulMitts
  7. File "renpy/common/00voice.rpy", line 534, in execute_voice
  8. fn = _audio_eval(fn)
  9. File "renpy/common/000statements.rpy", line 32, in _audio_eval
  10. return eval(expr, locals=store.audio.__dict__)
  11. File "game/MittsRouteCh3.rpy", line 4052, in <module>
  12. voice AndYoureBeautifulMitts
  13. NameError: name 'AndYoureBeautifulMitts' is not defined
  14.  
  15. -- Full Traceback ------------------------------------------------------------
  16.  
  17. Full traceback:
  18. File "game/MittsRouteCh3.rpy", line 4052, in script
  19. voice AndYoureBeautifulMitts
  20. File "renpy/ast.py", line 2015, in execute
  21. self.call("execute")
  22. File "renpy/ast.py", line 2003, in call
  23. return renpy.statements.call(method, parsed, *args, **kwargs)
  24. File "renpy/statements.py", line 278, in call
  25. return method(parsed, *args, **kwargs)
  26. File "renpy/common/00voice.rpy", line 534, in execute_voice
  27. fn = _audio_eval(fn)
  28. File "renpy/common/000statements.rpy", line 32, in _audio_eval
  29. return eval(expr, locals=store.audio.__dict__)
  30. File "renpy/python.py", line 2276, in py_eval
  31. return py_eval_bytecode(code, globals, locals)
  32. File "renpy/python.py", line 2269, in py_eval_bytecode
  33. return eval(bytecode, globals, locals)
  34. File "game/MittsRouteCh3.rpy", line 4052, in <module>
  35. voice AndYoureBeautifulMitts
  36. NameError: name 'AndYoureBeautifulMitts' is not defined
  37.  
  38. Windows-10-10.0.22621
  39. Ren'Py 7.4.11.2266
  40. Repurpose 1.025
  41. Wed Jul 5 18:45:04 2023
  42. ```
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement