jerseybunz
New Member
- May 18, 2021
- 6
- 5
- 13
I updated to 17.1 and as soon as I load the game, I get an error code.Updated my compressed Android port of Photo Hunt with Shawn's mod included to v0.17.1.
Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.
Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.
Links: Pixeldrain -You must be registered to see the links
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
TypeError: cannot create 'NoneType' instances
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2215, in interact
File "renpy/display\core.py", line 3278, in interact_core
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\transition.py", line 53, in event
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\screen.py", line 793, in event
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\layout.py", line 1523, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\layout.py", line 1523, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1294, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\behavior.py", line 1180, in event
File "renpy/display\behavior.py", line 1101, in handle_click
File "renpy/display\behavior.py", line 401, in run
File "renpy/common/00action_file.rpy", line 499, in __call__
File "renpy/loadsave.py", line 825, in load
File "renpy/compat\pickle.py", line 45, in loads
TypeError: cannot create 'NoneType' instances