I can't seem to progress in this game. Once I clicked "OK, I think I get it" the game just shows an empty dialog box and the game stops responding to anything. Here's console output if it would help:
ERROR: get_as_text: Condition ' !f ' is true. returned: String()
At: core/bind/core_bind.cpp:1755.
SCRIPT ERROR: SoulLoader.load_game_data: Invalid call. Nonexistent function 'get' in base 'Nil'.
At: res://script/soul_loader.gdc:12.
SCRIPT ERROR: SouldGenerator._init: Invalid get index 'firstnames' (on base: 'Nil').
At: res://script/soul_generator.gdc:13.
ERROR: get_node: Node not found: visibility_tween
At: scene/main/node.cpp:1382.
Dialog window ready
ERROR: get_node: Node not found: MarginContainer/PanelContainer/MarginContainer/container/dialog_entry_label
At: scene/main/node.cpp:1382.
ERROR: get_node: Node not found: MarginContainer/PanelContainer/MarginContainer/container
At: scene/main/node.cpp:1382. <...these two errors repeat for 6 more times...>
spawning soul
SCRIPT ERROR: SouldGenerator.generate: Division By Zero in operator '%'.
At: res://script/soul_generator.gdc:28.
SCRIPT ERROR: init: Invalid get index 'firstname' (on base: 'Nil').
At: res://script/soul.gdc:19.
SCRIPT ERROR: spawn_soul: Invalid get index 'karma' (on base: 'Nil').
At: res://script/court_scene.gdc:75.
SCRIPT ERROR: spawn_soul: Invalid get index 'firstname' (on base: 'Nil').
At: res://script/game_scene.gdc:102.
Name: Null Null
SCRIPT ERROR: info: Invalid get index 'date' (on base: 'Nil').
At: res://script/soul.gdc:50.
ERROR: ~List: Condition ' _first != __null ' is true.
At: ./core/self_list.h:111.
<...this error repeats for 2 more times...>
Content in angular brackets are added by me to keep the post reasonably short.