Pirul

New Member
Apr 3, 2022
7
0
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
 

Khan

Member
Game Developer
Apr 4, 2017
472
742
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
Fixed in 0.10.4A
 
  • Like
Reactions: Pirul

nova_potato

Newbie
Feb 17, 2020
28
85
I figured out some ways to cheat so look here if you want some shortcuts.
First, you have to edit the file:
Innocent_Witches-0-10-alpha-pc\renpy\common\00console.rpy
Change "config.console = False" to "config.console = True" and save

Now open the game and play. You have to start the game or load a save to access the console. Once you are in the game, press Shit+O to open the console.
Here are some commands to help (type in text before // and hit enter to apply. Text after // describes what it is:
  • money = 50000 // sets money to 50000
  • tutorial.memory_fragments = 3000 // sets memory fragments to 3000
  • stats_manager.characteristics['intellect'].level=25 // sets intellect to level 25
  • stats_manager.characteristics['brutality'].level=25 // sets brutality to level 25
  • stats_manager.characteristics['control'].level=25 // sets control to level 25
  • stats_manager.characteristics['perception'].level=25 // sets perception to level 25
  • renpy.android = True // this enables cheats. Go to the main menu Extra tab and unlock all memories and achievements
It is possible some of these might break your game so use at your own risk. They worked for me. Let me know if there are other in game variables you want me to find out how to edit.
 

fass

Member
Sep 10, 2017
110
226
Six years of development and it's in 0.10 alpha version? What happened? Is this one of those games that got stuck in a cycle of rebooting the project and starting over from scratch? What's the ETA on the finish line?

I felt like I was having a stroke when I confused this with Witch Trainer and was sure I'd played it already too.
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,327
Six years of development and it's in 0.10 alpha version? What happened? Is this one of those games that got stuck in a cycle of rebooting the project and starting over from scratch? What's the ETA on the finish line?

I felt like I was having a stroke when I confused this with Witch Trainer and was sure I'd played it already too.
Guess you missed the last 700 pages that would have answered everything you asked for
 

drea2

Member
Sep 21, 2019
216
392
Six years of development and it's in 0.10 alpha version? What happened? Is this one of those games that got stuck in a cycle of rebooting the project and starting over from scratch? What's the ETA on the finish line?

I felt like I was having a stroke when I confused this with Witch Trainer and was sure I'd played it already too.
It's even worse than that. They make updates that doesn nothing and from time to time they will rewoorks some old part of the story.
This game is a total joke and never take it seriously. Just laugh at how bad the updates are when you come back every 6 months and see they still addded nothing.
 

gestved

Engaged Member
Aug 18, 2017
2,406
2,558
this game 4 years ago was already crazy heavy on text. Love the art but I really dread going through all that and probably much more now

imagine replaying it every time they change something way back them
 

S1cK

Member
Aug 20, 2017
191
236
this game 4 years ago was already crazy heavy on text. Love the art but I really dread going through all that and probably much more now

imagine replaying it every time they change something way back them
good thing is that you dont need/want to anyway, as the only updates they provide are for random C-girls or grannys.
 
3.00 star(s) 326 Votes