Hey guys... i'm having a problem...
I've dowloaded the last version of the game and installed this last version of the mod, but when i try to start the game, the game just jump to an error screen... can anyone help me?
this is the error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 49, in script
call screen realmode
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen realmode is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 49, in script
call screen realmode
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/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3131, in call_screen
show_screen(_screen_name, _transient=True, *args, **kwargs)
File "renpy/display/screen.py", line 1131, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen realmode is not known.
if someone knows how to help me, i apreciate!