Mar 18, 2019
309
592
I think I managed to do everything in the new update. I got a bug where my journal log wouldn't open.

Anyway, not only is this not an Hermione update but if you have her as your waifu she disappears for the entire update lol (I suspect this happens whoever your waifu is)

Edit: also as much as I love the art in this game the new Draco character looks about 40
 
Last edited:

gafo

Member
Dec 25, 2018
116
36
```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'act1_ch.send_letter'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'act1_ch.send_letter'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Innocent Witches 0.7.0-alpha
Mon Apr 12 18:29:25 2021
```


No Matter what I do.



Also:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 921, in <module>
NameError: name 'girl_list' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 158, in script call
File "scripts/plot/act_2_new/act2_menu.rpyc", line 12, in script call
File "scripts/plot/act_2_new/chapter_1/menus.rpyc", line 387, in script call
File "scripts/plot/act_2_new/chapter_1/menus.rpyc", line 908, in script call
File "scripts/plot/act_2_new/chapter_1/menus.rpyc", line 1588, in script call
File "scripts/plot/act_1/chapter_5/markus_dialogues.rpyc", line 917, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 921, in <module>
NameError: name 'girl_list' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Innocent Witches 0.7.0-alpha
Mon Apr 12 19:28:07 2021
```
 
Last edited:

yudas51

Member
Dec 25, 2019
212
276
I think I managed to do everything in the new update. I got a bug where my journal log wouldn't open.

Anyway, not only is this not an Hermione update but if you have her as your waifu she disappears for the entire update lol (I suspect this happens whoever your waifu is)

Edit: also as much as I love the art in this game the new Draco character looks about 40
Can confirm - Luna went poof
 

kiryu coco

Newbie
Jan 4, 2019
68
180
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game_preferences.rpy", line 6, in <module>
File "game/game_preferences.rpy", line 45, in _execute_python_hide
IOError: [Errno 2] No such file or directory: 'C:\\Users\\mzaq\\AppData\\Roaming/RenPy/persistent\\preferences.iwp.new'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game_preferences.rpyc", line 6, in script
File "game_preferences.rpyc", line 6, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_preferences.rpy", line 6, in <module>
File "game/game_preferences.rpy", line 45, in _execute_python_hide
File "renpy/persistent.py", line 447, in save
with open(fn + b".new", "wb") as f:
IOError: [Errno 2] No such file or directory: 'C:\\Users\\mzaq\\AppData\\Roaming/RenPy/persistent\\preferences.iwp.new'

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
Innocent Witches 0.7.0-alpha
Tue Apr 13 01:21:40 2021

0.6F will be like this, now 0.7 is the same
 

Patsy221

Newbie
Feb 10, 2018
67
37
When I try to send Minerva the letter in act 1, I keep getting this error


```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'act1_ch.send_letter'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'act1_ch.send_letter'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Innocent Witches 0.7.0-alpha
Tue Apr 13 00:08:07 2021
```
 
Dec 3, 2019
144
148
When I try to send Minerva the letter in act 1, I keep getting this error


```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'act1_ch.send_letter'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 143, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 17, in script call
File "scripts/plot/act_1/chapter_1_menus.rpyc", line 318, in script call
File "mechanics/letters.rpyc", line 83, in script call
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'act1_ch.send_letter'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Innocent Witches 0.7.0-alpha
Tue Apr 13 00:08:07 2021
```
Same with me. Is it a known bug or something new?
 
  • Like
Reactions: 6U1YA3V
Oct 4, 2017
52
77
Is this game any good? I hated this dev for ripping off Akabur and then building up a ton of hype for a game with no content. So I never gave it a chance. Is it worth playing at this 0.7 version?

It's so frustrating that they're bringing in $20,000 in a month on patreon and Aka, the OG, is only around $5000. Doesn't feel deserved.
 

Phobos69

Member
Mar 20, 2019
106
40
tried to run 'old' plot...anytime I try to send an owl to anyone the game crashes...end of story...however, managed to get to end of 'new' material using the 'new' plot..
 
  • Like
Reactions: 6U1YA3V

stal1234

Member
Jul 12, 2017
302
232
I got another problem how to brew the potion i got the flowers but i dont where to put them i dont have any cauldrens.
 
3.00 star(s) 324 Votes