- Aug 11, 2019
- 385
- 1,683
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 24, in <module>
talking_mouth,
NameError: name 'talking_mouth' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "renpy/ast.py", line 1027, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/sex_rose.rpy", line 24, in <module>
talking_mouth,
NameError: name 'talking_mouth' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sat May 20 13:04:49 2023
What is the problem here?
While running game code:
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 24, in <module>
talking_mouth,
NameError: name 'talking_mouth' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "game/sex_rose.rpy", line 23, in script
image sex_rose_hand_1_povmouth_neu = DynamicDisplayable(
File "renpy/ast.py", line 1027, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/sex_rose.rpy", line 24, in <module>
talking_mouth,
NameError: name 'talking_mouth' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sat May 20 13:04:49 2023
What is the problem here?