I released my game and some (Android) players complain that the game crashes with the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 533, in execute_show_screen
Exception: Screen world_map is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "map.rpyc", line 200, in script
File "renpy/ast.py", line 1960, in execute
File "renpy/ast.py", line 1948, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 533, in execute_show_screen
File "renpy/display/screen.py", line 1115, in show_screen
Exception: Screen world_map is not known.
1. Obviously this screen (world_map) exist in the code, written exactly like they are written in the error message.
2. I played the game extensively on my Android, Android emulation and windows and never got these errors.
Any idea where I should start looking for the problem?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 533, in execute_show_screen
Exception: Screen world_map is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "map.rpyc", line 200, in script
File "renpy/ast.py", line 1960, in execute
File "renpy/ast.py", line 1948, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 533, in execute_show_screen
File "renpy/display/screen.py", line 1115, in show_screen
Exception: Screen world_map is not known.
1. Obviously this screen (world_map) exist in the code, written exactly like they are written in the error message.
2. I played the game extensively on my Android, Android emulation and windows and never got these errors.
Any idea where I should start looking for the problem?