__doublev__
New Member
- Sep 2, 2021
- 5
- 15
- 47
Hey JohnDupont, just want to report an issue I encountered with the current version of the mod (0.14.1.2), on Chapter 8, the Ivy / Holly scene. Just before, Ivy asks Holy to strip. It works fine with the base game or the unmodded version. The crash only happens with the mod enabled.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 87, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 87, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 90, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 91, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 150, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 247, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 267, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 284, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 321, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 322, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 324, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 325, in execute
KeyError: " ( ' h o l l y _ i v y ' , T r u e ) , ( ' h o l l y ' , F a l s e ) "
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/JDMOD/scripts/story/chapter_08c.rpyc", line 4054, in script
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 451, in visit_all
callback(self)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 462, in per_interact
self.update()
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 87, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 87, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 90, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 91, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 150, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 247, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 267, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 284, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 321, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 322, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 324, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 325, in execute
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/sl2/sldisplayables.py", line 453, in sl2add
d = d._duplicate(None)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/image.py", line 452, in _duplicate
rv.find_target()
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/image.py", line 402, in find_target
error("Image '%s' not found." % ' '.join(self.name))
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/display/image.py", line 383, in error
self.target = renpy.text.text.Text(msg, color=(255, 0, 0, 255), xanchor=0, xpos=0, yanchor=0, ypos=0)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/text/text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "/Applications/OurRedString.app/Contents/Resources/autorun/renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: " ( ' h o l l y _ i v y ' , T r u e ) , ( ' h o l l y ' , F a l s e ) "
macOS-26.0.1-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Our Red String v14.1.2
Fri Oct 17 08:15:07 2025
Last edited: