Please, how to fix this?
Happens when I try to open Boni Bonka from the desk OR dragging the catalogue on it.. So I am stuck at "Diadem", "Daphne Greengrass special tutoring quests" and the Happy Hunks side quest, desperate.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 56, in execute
File "game/interfaces/markets.rpy", line 79, in execute
File "game/interfaces/markets.rpy", line 94, in execute
File "game/interfaces/markets.rpy", line 97, in execute
NameError: Name 'soldi' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/plot/plot_menu.rpyc", line 223, in script call
File "scripts/plot/act_2/act2_menu.rpyc", line 13, in script call
File "scripts/plot/act_2/chapter_1/menus.rpyc", line 833, in script call
File "mechanics/person_menu.rpyc", line 28, in script call
File "mechanics/markets.rpyc", line 9, in script
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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, **kwargs) # type: ignore
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 2 more times]
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 56, in execute
File "game/interfaces/markets.rpy", line 79, in execute
File "game/interfaces/markets.rpy", line 94, in execute
File "game/interfaces/markets.rpy", line 97, in execute
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\text\text.py", line 1593, in __init__
self.set_text(text, scope, substitute)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\text\text.py", line 1711, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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 "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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 "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'soldi' is not defined.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
Innocent Witches 0.10-alpha
Sun Jan 8 16:17:22 2023
Happens when I try to open Boni Bonka from the desk OR dragging the catalogue on it.. So I am stuck at "Diadem", "Daphne Greengrass special tutoring quests" and the Happy Hunks side quest, desperate.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 56, in execute
File "game/interfaces/markets.rpy", line 79, in execute
File "game/interfaces/markets.rpy", line 94, in execute
File "game/interfaces/markets.rpy", line 97, in execute
NameError: Name 'soldi' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/plot/plot_menu.rpyc", line 223, in script call
File "scripts/plot/act_2/act2_menu.rpyc", line 13, in script call
File "scripts/plot/act_2/chapter_1/menus.rpyc", line 833, in script call
File "mechanics/person_menu.rpyc", line 28, in script call
File "mechanics/markets.rpyc", line 9, in script
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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, **kwargs) # type: ignore
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 2 more times]
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 10, in execute
File "game/interfaces/markets.rpy", line 56, in execute
File "game/interfaces/markets.rpy", line 79, in execute
File "game/interfaces/markets.rpy", line 94, in execute
File "game/interfaces/markets.rpy", line 97, in execute
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\text\text.py", line 1593, in __init__
self.set_text(text, scope, substitute)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\text\text.py", line 1711, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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 "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\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 "E:\HG\Innocent_Witches\Innocent_Witches-0-10-alpha\Innocent_Witches-0-10-alpha-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'soldi' is not defined.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
Innocent Witches 0.10-alpha
Sun Jan 8 16:17:22 2023