Is anyone having the same issue when trying to open the stats on the phone for Lisa? All other characters are working fine just Lisa is giving an error. I'll add the full code error bellow.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/stats.rpy", line 920, in execute
File "game/stats.rpy", line 920, in execute
File "game/stats.rpy", line 975, in execute
NameError: Name 'lisa_sexuality' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day_01.rpyc", line 675, in script call
File "day_01.rpyc", line 722, in script call
File "day_02.rpyc", line 232, in script call
File "day_02.rpyc", line 435, in script
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/character.py", line 927, in do_display
display_say(who,
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/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 "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 451, in visit_all
callback(self)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 462, in per_interact
self.update()
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/stats.rpy", line 920, in execute
File "game/stats.rpy", line 920, in execute
File "game/stats.rpy", line 975, in execute
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/text/text.py", line 1688, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/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 "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/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
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'lisa_sexuality' is not defined.
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Reunion 0.55
Mon Jan 16 12:45:53 2023
Any thoughts? Thank you!