I keep getting this Error when launching chapter 2 on mac with Renpy.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "game/saveload.rpy", line 45, in save_per_label
AttributeError: 'NoneType' object has no attribute 'stores'
When i force the app to open without renpy's launcher i goes through but then i get errors after pressing continue from ch1 saying:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 60, in script
$ load_game_data_port()
File "game/script.rpy", line 60, in <module>
$ load_game_data_port()
File "game/port_data.rpy", line 31, in load_game_data_port
File "game/port_data.rpy", line 35, in load_data
ValueError: unsupported pickle protocol: 5
After i press ignore it goes through but after every dialogue after i get this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch2_day0.rpy", line 124, in script
f "Thanks!"
NameError: name 'y_name' is not defined
I dont know what to do, at first i thought it was the lain mod but i tried to play it with a fresh install and still the same thing.
I need help.