FWIW I've not found any major bugs (yet), only timebombs if a save every had Scrap's installed. I made an auto-checker in the MiniStat that gives a one-button press to fix them all in one go though out of courtesy. Either your save loaded wasn't pure or there's an issue I'm not aware of yet. I've noted the timebomb locations in this thread that can be found via search. One is at the doc's office and another is at the MC's room, can't remember the others off the top of my head though.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/episode9/update9.rpy", line 416, in script
menu:
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1849, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1849, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1851, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1854, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1855, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1856, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1859, in execute
NameError: Name 'mod_gr' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/episode9/update9.rpy", line 416, in script
menu:
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, 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 3735, 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/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, 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/SanchoMod/SanchoMod BaDIK 091.rpy", line 1849, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1849, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1851, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1854, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1855, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1856, in execute
File "game/SanchoMod/SanchoMod BaDIK 091.rpy", line 1859, in execute
File "renpy/ui.py", line 991, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mod_gr' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.1
Sun Dec 10 22:36:45 2023
Last edited: