Hi! One of my teammates recently got this weird traceback when testing the engine by himself:
--------------------------------------------------------------------------------------
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/chess_displayable.rpy", line 75, in execute
File "game/chess_displayable.rpy", line 75, in execute
File "game/chess_displayable.rpy", line 80, in execute
File "game/chess_displayable.rpy", line 287, in __init__
WindowsError: [Error 2] The system cannot find the file specified
--------------------------------------------------------------------------------------
Could you perhaps answer this as soon as possible? I've been struggling to solve every error related to this for days, or maybe even weeks... And I seriously need help xS
Thanks in advance =)