Greetings. I started a game with 0.14 and noticed the Witch event happened before the notification of the king and brother's death. In fact, she even showed up in court before that, which causes some issues with continuity given what she says in both events. Also, after instructing the head maid not to beat the others, the next night I visited the Witch. When that event was done it was still night and I saw that the head maid's icon was available, so I clicked it to see what would happen. The game crashed with:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 34425, in script
python:
ScriptError: could not find label 'oldm_-1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/main.py", line 662, in main
run(restart)
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 34425, in script
python:
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'oldm_-1'.
Linux-6.5.5-258.current-x86_64-with-glibc2.2.5
Ren'Py 7.4.11.2266
Kingmaker 0.14 0.14
Sat Oct 7 23:54:42 2023
Good idea causing a text file to generate with the error. Just before that in the console was:
witch Affinity: 0
ESTRING: witch_1
[[-100, 0, True, 21, 9], [-100, 0, False, 21, -1]]
oldm Affinity: 0
ESTRING: oldm_-1
[[0, 3, True, 21, 10], [0, 3, False, 21, -1]]
And just after it was:
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
which was repeated four times. I don't know how much of that is useful. Any road, cheers and good luck in development.