I got one pretty early in the newest update, so hopefully it's a pretty easy fix
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Modules.rpy", line 1651, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 1812, in script call
python:
File "game/Encounters.rpy", line 9, in script
show image GhostTopsPlayer at highercenter with dissolve
File "game/Encounters.rpy", line 9, in <module>
show image GhostTopsPlayer at highercenter with dissolve
^^^^^^^^^^^^^^^
NameError: name 'GhostTopsPlayer' is not defined
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/Modules.rpy", line 1651, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 1812, in script call
python:
File "game/Encounters.rpy", line 9, in script
show image GhostTopsPlayer at highercenter with dissolve
File "renpy/ast.py", line 1357, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ast.py", line 705, in show_imspec
expression = renpy.python.py_eval(expression)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "renpy/python.py", line 1305, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/Encounters.rpy", line 9, in <module>
show image GhostTopsPlayer at highercenter with dissolve
^^^^^^^^^^^^^^^
NameError: name 'GhostTopsPlayer' is not defined
Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.5.0.25111603
1.302
Tue Dec 23 16:56:51 2025
[/code]