first thanks joker for all your hard work for us, you're amongst the best modders here hands down, and i rely on your work for a lot of AVNs
i will tell you what happened here, i haven't touch this AVN since
v0.1.4 , and after yesterday update i decided to get back to it, so i deleted everything in the AVN folder, and downloaded latest version with your mod then unzipped everything all good, the only thing remained was my
v0.1.4 saves and persistent file in Roaming>RenPy so when i loaded my last save when MC decided whether to stay with her husband or leave and hit cheats i received this (bellow) and if you want i can record a video proof, but i don't think it's necessary, it's probably something related to code change from the dev that bricked old saves with the same previous version of your mod (like in my case
v0.1.4), also i tested it with a new start and during the intro the cheats worked, the only solution for me appears to be is to repeat from the start, any previous save i load the same problem occurs sadly
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 29, in execute
python:
File "game/JokerMod/JokerCheats.rpy", line 35, in <module>
[adventure, "adventure", "{b}Adventure"],
NameError: name 'adventure' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 29, in execute
python:
File "game/JokerMod/JokerCheats.rpy", line 35, in <module>
[adventure, "adventure", "{b}Adventure"],
NameError: name 'adventure' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Life in Middle East v0.1.7
Mon Sep 4 11:17:08 2023
```