Found an error everytime you try to check the hints for Eva (Class Five), not game breaking since just choosing "ignore" turns you back into the game only changing your location sometimes.
Python:
While running game code:
File "game/script.rpy", line 3976, in script
$ location_select = renpy.call_screen("location_screen6")
File "game/script.rpy", line 3976, in <module>
$ location_select = renpy.call_screen("location_screen6")
File "game/script.rpy", line 2759, in execute
screen girl_screen():
File "game/script.rpy", line 2759, in execute
screen girl_screen():
File "game/script.rpy", line 2762, in execute
frame:
File "game/script.rpy", line 2768, in execute
hbox:
File "game/script.rpy", line 3922, in execute
frame:
File "game/script.rpy", line 3927, in execute
viewport:
File "game/script.rpy", line 3933, in execute
vbox:
File "game/script.rpy", line 3950, in execute
text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
NameError: Name 'Student5a_Name' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 3976, in script
$ location_select = renpy.call_screen("location_screen6")
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 3976, in <module>
$ location_select = renpy.call_screen("location_screen6")
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "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 "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 2759, in execute
screen girl_screen():
File "game/script.rpy", line 2759, in execute
screen girl_screen():
File "game/script.rpy", line 2762, in execute
frame:
File "game/script.rpy", line 2768, in execute
hbox:
File "game/script.rpy", line 3922, in execute
frame:
File "game/script.rpy", line 3927, in execute
viewport:
File "game/script.rpy", line 3933, in execute
vbox:
File "game/script.rpy", line 3950, in execute
text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
File "renpy/text/text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "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/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 "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/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 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Student5a_Name' is not defined.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.007
Thu Aug 17 02:01:55 2023