Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I repeatedly keep getting errors just from the main menu alone when loading and throughout the game. 

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "renpy/common/00action_other.rpy", line 537, in __call__

AttributeError: 'NoneType' object has no attribute 'load'


-- Full Traceback ------------------------------------------------------------


Full traceback:

  File "_layout/screen_main_menu.rpymc", line 28, in script

  File "renpy/ast.py", line 923, in execute

  File "renpy/python.py", line 2235, 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 298, in interact

  File "renpy/display\core.py", line 3276, in interact

  File "renpy/display\core.py", line 4110, in interact_core

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\screen.py", line 726, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\behavior.py", line 979, in event

  File "renpy/display\behavior.py", line 914, in handle_click

  File "renpy/display\behavior.py", line 329, in run

  File "renpy/common/00action_other.rpy", line 537, in __call__

  File "renpy/loadsave.py", line 770, in load

  File "renpy/savelocation.py", line 460, in load

AttributeError: 'NoneType' object has no attribute 'load'


And this is even after a fresh install of the entire game.