FYI
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/story/index.rpy", line 211, in script call
call prologue from _call_prologue
File "game/story/index.rpy", line 665, in script call
call event_selection_main from _call_event_selection_main
File "game/story/misc/event_selection/script.rpy", line 234, in script
while is_new_act(): # a group can end after an act
File "game/story/misc/event_selection/script.rpy", line 234, in <module>
while is_new_act(): # a group can end after an act
File "game/story/index.rpy", line 468, in is_new_act
return is_req_evt_seen() or deadlock()
File "game/story/index.rpy", line 490, in is_req_evt_seen
act_label = next_act_label()
File "game/story/index.rpy", line 515, in next_act_label
return var_get('act_label_' + str(current_act()), 'act_labels')
File "game/story/index.rpy", line 465, in current_act
return int(var_get('current_act'))
TypeError: int() argument must be a string or a number, not 'NoneType'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/story/index.rpy", line 211, in script call
call prologue from _call_prologue
File "game/story/index.rpy", line 665, in script call
call event_selection_main from _call_event_selection_main
File "game/story/misc/event_selection/script.rpy", line 234, in script
while is_new_act(): # a group can end after an act
File "renpy/ast.py", line 1841, in execute
if renpy.python.py_eval(self.condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story/misc/event_selection/script.rpy", line 234, in <module>
while is_new_act(): # a group can end after an act
File "game/story/index.rpy", line 468, in is_new_act
return is_req_evt_seen() or deadlock()
File "game/story/index.rpy", line 490, in is_req_evt_seen
act_label = next_act_label()
File "game/story/index.rpy", line 515, in next_act_label
return var_get('act_label_' + str(current_act()), 'act_labels')
File "game/story/index.rpy", line 465, in current_act
return int(var_get('current_act'))
TypeError: int() argument must be a string or a number, not 'NoneType'
Ren'Py 7.4.10.2178
The Theater of Sinners 0.3.alpha.1
Sun Sep 3 10:35:37 2023
```
Edit: Well, okay, I've seen that the old saves don't work.