mentalist92500

New Member
May 31, 2020
5
6
134
Hey i have this error how do i do?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 478, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

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

Full traceback:
File "script.rpyc", line 66, in script call
File "scripts/plot/plot_menu.rpyc", line 203, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 393, in script call
File "mechanics/inventory.rpyc", line 142, in script call
File "scripts/plot/act_1/chapter_5/markus_dialogues.rpyc", line 403, in script call
File "scripts/plot/act_1/chapter_5/markus_dialogues.rpyc", line 478, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 478, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

Windows-10-10.0.22000
Ren'Py 7.5.0.166n
Innocent Witches 0.9-alpha
Tue Jan 25 19:01:44 2022
 

Spotted

New Member
Jan 7, 2018
5
2
99
After put on diadem and start act 2 the game is crashing. It says in the log:

While running game code:
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 477, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined
 
  • Like
Reactions: throwawai90

faynfox

Newbie
Sep 17, 2018
23
4
179
can anyone explain what to do with the cheat link all that pops up is this
init 999 python:
persistent.cheats_active = True
 

EAF961

New Member
Jun 6, 2021
3
0
75
Having the same Error as some others here. Luna comes in for exam tutoring (which is unavoidable to continue the story) and game crashes with this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/plot/act_2/chapter_1/luna_dialogues.rpy", line 1734, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

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

Full traceback:
File "script.rpyc", line 66, in script call
File "scripts/plot/plot_menu.rpyc", line 209, 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 815, in script call
File "mechanics/clock.rpyc", line 411, in script call
File "locations/cabinet/logic.rpyc", line 110, in script call
File "scripts/plot/act_2/chapter_1/luna_dialogues.rpyc", line 1734, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/plot/act_2/chapter_1/luna_dialogues.rpy", line 1734, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

Windows-10-10.0.19041
Ren'Py 7.5.0.166n
Innocent Witches 0.9-alpha
Wed Jan 26 08:50:56 2022

Anyone got a solution?
 

onepiezzzz

New Member
Sep 30, 2020
5
3
167
Hey i have this error how do i do?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 478, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

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

Full traceback:
File "script.rpyc", line 66, in script call
File "scripts/plot/plot_menu.rpyc", line 203, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 393, in script call
File "mechanics/inventory.rpyc", line 142, in script call
File "scripts/plot/act_1/chapter_5/markus_dialogues.rpyc", line 403, in script call
File "scripts/plot/act_1/chapter_5/markus_dialogues.rpyc", line 478, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/plot/act_1/chapter_5/markus_dialogues.rpy", line 478, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined

Windows-10-10.0.22000
Ren'Py 7.5.0.166n
Innocent Witches 0.9-alpha
Tue Jan 25 19:01:44 2022
same problem too
 

mordred93

Well-Known Member
Jul 21, 2017
1,866
2,945
476
I just want to say that I have not played this game in a long time, and I saw this pop up and saw it was on V9. After the first few releases, there was wait times as the Devs did some restructuring, etc, and several on this site were talking about the devs abandoning and milking, etc.

I just want to give the Devs props. They hung in there, and they have put out several solid releases and this game has turned into something spectacular.

Now I just gotta find a time to play from scratch and start over as I doubt my V3 save will work still :)
 
  • Like
Reactions: Scove

Meowmadam

Active Member
Nov 9, 2021
699
666
159
It keeps saying "Since there's a stable version available this one will close." ? When I click it closes.
 

Dank Quixote

Active Member
Jan 1, 2019
552
2,378
393
Its not working because there is a "new version" out and this was a test version. Its doing it for pc too. Also how does one do a paywall for unlicensed copyrighted material lol. It says its a noncomercial license not intended to make money then they brag about it making over 20k a month by fans who pay creators to make more content lol
Block the game from accessing the internet or find the file someone posted here. Both work
 

Nolah

New Member
Mar 31, 2019
3
4
109
Alternatively, you can always become a Patron. Just sayin' :Kappa:
Sorry friend but although I like the game, in most of its aspects, 20$ per month to access the latest version is damn ridiculous. I've been following for a long time and I used to be a patron of yours a few years ago when it was cheaper, now this doesn't make any sense.
Still, I wish you the best.
 

Meowmadam

Active Member
Nov 9, 2021
699
666
159
The Objectives list doesn't properly explain what to do imo. For example Malfoy's ultimatum. Talking to Snape doesn't work.
 
Jun 9, 2018
31
35
70
Keeps closing because Im told that I am using a pre release version, tried all of the fixes in the previous posts but no cigar. Any one have a fix thats current?
 
3.00 star(s) 346 Votes