I acquired a fairy character in a dungeon who had the succubus class, but I used an oblivion potion and now she has only Scholar and Caster. But in a dungeon just now she was listed with 1 Wisdom and Persuasion charges and I was able to use the Persuasion charge. Body memory I guess. :P
Jotok
Recent community posts
The game crashed while trying to fulfill a slave request from the mission board (the worker's guild wanted two slaves of any kind).
I think I was in transit back from the Mines (story mission) when I tried to complete the assignment.
I've done plenty of such things before without a crash, and it worked without crashing after loading a save, so I don't see the cause. Still, the log for the whole game session looks like this:
Godot Engine v3.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: AMD Radeon RX 6700 (radeonsi, navi22, LLVM 19.1.6, DRM 3.61, 6.12.19-315.current)
OpenGL ES Batching: ON
Game Version: 0.10.3b
OS: X11
Generating portrait attribute cache took 0 minutes and 0 seconds.
Mod Loader: 4.0
WARNING: set_enabled_focus_mode: BaseButton's Enabled Focus Mode property has been deprecated due to redundancy and will be removed in Godot 4.0. Please use Control.set_focus_mode instead.
At: scene/gui/base_button.cpp:329.
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
no stat - base_expmax
no stat - base_expmax
effect eid2950891907 is removed as applied to no one
SCRIPT ERROR: Item.tooltiptext_light: Invalid operands 'String' and 'int' in operator '!='.
At: res://src/classes/ItemClass.gd:511.
SCRIPT ERROR: gear_tooltip: Invalid set index 'bbcode_text' (on base: 'RichTextLabel') with value of type 'Nil'.
At: res://gui_modules/Exploration/Scripts/DisassembleModule.gd:257.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
SCRIPT ERROR: add_relationship_value: Invalid operands 'float' and 'Nil' in operator '+'.
At: res://src/core/game_party.gd:48.
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
warning - force clean action queue
There is a critical error - attempting to stop travelling a wrong way. Please try to remember and report chain of actions that can be its cause. All saves after this may (or may not) be broken.
Segmentation fault (core dumped)
Greetings. This is a fun game, and I'm surprised how much is in a version labeled .2, but I also ran into some ignorable errors fighting foxes in the forest in the rain. I don't know which parts of this are relevant, so it will just be a long post. :/
Cheers.
Event fired! battle_use_ability {'current_unit_id': 'rin', 'ability': 'FIREBOLT_ABILITY', 'is_hit': True, 'targets': ['fox'], 'weakness_exploited': True, 'stunned': True, 'is_crit': False, 'is_hostile': True, 'unit': <store.Hero object at 0x7f6facdba130>, 'target_objs': [<store.Monster object at 0x7f6fad1389d0>], 'ability_obj': <store.Ability object at 0x7f6facf14c40>}
Full traceback:
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
[Previous line repeated 1 more time]
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2472, in script
$ msg_num = adventure.battle.on_unit_turn_end()
File "/run/media/computer/drive/Games/Itch/adventurer_trainer.0.2.0a-0.2.0a-pc/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/run/media/computer/drive/Games/Itch/adventurer_trainer.0.2.0a-0.2.0a-pc/renpy/python.py", line 1130, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/adventuring/battle.rpy", line 2472, in <module>
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 176, in on_unit_turn_end
modifier.on_unit_turn_end(self.current_unit)
File "game/scripts/adventuring/weather.rpy", line 66, in on_unit_turn_end
message = AbilityEffectApplyStatusEffect({"effect_class_name": "StatusEffectWet"}).apply(monster, monster, 0, False, 0)
File "game/scripts/adventuring/ability.rpy", line 2098, in apply
effect_args = {"duration": self.duration + boost, "unit": target}
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
While running game code:
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
[Previous line repeated 1 more time]
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2472, in script
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 2472, in <module>
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 176, in on_unit_turn_end
modifier.on_unit_turn_end(self.current_unit)
File "game/scripts/adventuring/weather.rpy", line 66, in on_unit_turn_end
message = AbilityEffectApplyStatusEffect({"effect_class_name": "StatusEffectWet"}).apply(monster, monster, 0, False, 0)
File "game/scripts/adventuring/ability.rpy", line 2098, in apply
effect_args = {"duration": self.duration + boost, "unit": target}
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Event fired! battle_next_unit {'id': 'fox'}
DEBUG: Using ability FOX_ABILITY, targets: [<store.Hero object at 0x7f6f978615b0>], party: <store.Party object at 0x7f6fac6e92e0>
Effect AbilityEffectDamage conditions satisfied
Effect AbilityEffectBuff conditions satisfied
Event fired! battle_use_ability {'current_unit_id': 'fox', 'ability': 'FOX_ABILITY', 'targets': ['aqua'], 'is_hostile': True, 'unit': <store.Monster object at 0x7f6f97dc81c0>, 'target_objs': [<store.Hero object at 0x7f6f978615b0>], 'ability_obj': <store.Ability object at 0x7f6f97dc87f0>}
Event fired! battle_bot_attack {'current_unit_id': 'fox', 'target_id': 'aqua', 'ability': 'FOX_ABILITY', 'is_hit': True, 'target_health': 91, 'is_hostile': True, 'unit': <store.Monster object at 0x7f6f97dc81c0>, 'target_objs': [<store.Hero object at 0x7f6f978615b0>], 'ability_obj': <store.Ability object at 0x7f6f97dc87f0>}
Full traceback:
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
[Previous line repeated 1 more time]
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2472, in script
$ msg_num = adventure.battle.on_unit_turn_end()
File "/run/media/computer/drive/Games/Itch/adventurer_trainer.0.2.0a-0.2.0a-pc/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/run/media/computer/drive/Games/Itch/adventurer_trainer.0.2.0a-0.2.0a-pc/renpy/python.py", line 1130, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/adventuring/battle.rpy", line 2472, in <module>
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 176, in on_unit_turn_end
modifier.on_unit_turn_end(self.current_unit)
File "game/scripts/adventuring/weather.rpy", line 66, in on_unit_turn_end
message = AbilityEffectApplyStatusEffect({"effect_class_name": "StatusEffectWet"}).apply(monster, monster, 0, False, 0)
File "game/scripts/adventuring/ability.rpy", line 2098, in apply
effect_args = {"duration": self.duration + boost, "unit": target}
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
While running game code:
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
[Previous line repeated 1 more time]
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2374, in script call
call screen adventure_screen(adventure)
File "game/scripts/adventuring/battle.rpy", line 2371, in script call
$ adventure.battle.next_unit_turn_start()
File "game/scripts/adventuring/battle.rpy", line 2472, in script
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 2472, in <module>
$ msg_num = adventure.battle.on_unit_turn_end()
File "game/scripts/adventuring/battle.rpy", line 176, in on_unit_turn_end
modifier.on_unit_turn_end(self.current_unit)
File "game/scripts/adventuring/weather.rpy", line 66, in on_unit_turn_end
message = AbilityEffectApplyStatusEffect({"effect_class_name": "StatusEffectWet"}).apply(monster, monster, 0, False, 0)
File "game/scripts/adventuring/ability.rpy", line 2098, in apply
effect_args = {"duration": self.duration + boost, "unit": target}
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Greetings.
I asked for a Seed Bench from Billy, but he gave me an Alchemy Bench instead.
Sometimes early on I was able to make seeds on the Basic workbench next to the tent in the Hideout, but later I wasn't. I don't know if was doing something differently each time.
I don't know if it matters, but the synopsis after the first year where my character chose to leave the island said she hadn't made any friends, but the construction screens were showing Friends: 1. That would be Suong (60.0) I suspect. (I also don't know what it means to have a friend when you are constructing something in the first place.)
One time when speaking to an NPC my character gave her surname as Volkova instead of what I entered at the start, but she gave the correct given name. I don't remember which NPC she was speaking to, sorry.
Looking through the thead here I see people being exact about the bugs, so I'll try to be more helpful if I post again.
I've run across a few crashes during combat. Unfortunately, they aren't reproduceable. There was one against the Thicc Azz Thieves I think, but I didn't record it. I also had one fighting the Orc Guards in Waikokipia:
Full traceback:
File "map.rpyc", line 874, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 2141, in script call
File "map.rpyc", line 874, in script call
File "map.rpyc", line 874, in script call
File "quests/07 waikokipia - shek.rpyc", line 3596, in script call
File "game_battle_game_1.rpyc", line 233, in script
File "/run/media/Computer/Drivename/Games/Itch/Khan-0.12.5-market/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/run/media/Computer/Drivename/Games/Itch/Khan-0.12.5-market/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_battle_game_1.rpy", line 233, in <module>
TypeError: can only concatenate tuple (not "unicode") to tuple
While running game code:
File "game/game_battle_game_1.rpy", line 233, in <module>
TypeError: can only concatenate tuple (not "unicode") to tuple
And then two crashes when fighting Black Alana that gave the same error:
Full traceback:
File "map.rpyc", line 874, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 2141, in script call
File "map.rpyc", line 874, in script call
File "map.rpyc", line 874, in script call
File "combat_mk1.rpyc", line 125, in script call
File "combat_mk1.rpyc", line 159, in script call
File "game_battle_game_1.rpyc", line 233, in script
File "/run/media/Computer/Drivename/Games/Itch/Khan-0.12.5-market/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/run/media/Computer/Drivename/Games/Itch/Khan-0.12.5-market/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game_battle_game_1.rpy", line 233, in <module>
TypeError: can only concatenate tuple (not "unicode") to tuple
While running game code:
File "game/game_battle_game_1.rpy", line 233, in <module>
TypeError: can only concatenate tuple (not "unicode") to tuple
I hope it's helpful.
After clearing the Rebels from the mine and capturing Aire, then telling Duncan I wanted to 'get right into it', I went to speak to Myr. The second dialog option with her was LOOKING_FOR_PRINCESS_OPTION_19_1 in yellow. None of the dialog options worked though, effectively locking the game up because:
SCRIPT ERROR: Invalid get index 'looking_for_princess_mages_pre_bracelet' (on base: 'Dictionary').
at: start_event (res://src/core/input_handler.gd:968)
This is maybe an improvement from previous .9 versions where the quest was broken at this point but I couldn't see any errors in the console.
Cheers.
I am enjoying 0.9.0, but when I went into a bandit den, I got to a subroom with the broken bridge. I wasn't able to select any of the three options, even to Cancel, because:
SCRIPT ERROR: Invalid get index 'dungeon_forest_bridge' (on base: 'Dictionary').
at: select_option (res://gui_modules/Universal/Scripts/InteractiveMessageModuleAnimated.gd:1178)
Cheers.
Edit: Mimics don't seem to clear their subroom when defeated. I killed a mimic, then the room still showed a green chest there. I killed a second mimic, then the room still showed a green chest there. The third chest was a regular one and the room was empty after opening it.
When I received the location of the dungeon where Cali is held, and I tried to enter the subroom off of that room, it told me that no character was selected and wouldn't access the room. I assigned all my party to collect dungeon resources and apparently that counted as 'selecting' so I could proceed.
Further edit: Wow. I had two groups out clearing Trouble Solving missions. The second mission was supposed to be two characters against goblins, but somehow Daisy, who was at maid training, was assigned instead, all by herself. I think this below covers it:
There is a critical error - attempting to enable character a wrong way. Please try to remember and report chain of actions that can be its cause. All saves after this may (or may not) be broken.
WARNING - incorrect location removal
Since the new house system went in, I have noticed that the first kitchen upgrade visually makes the kitchen look clean, if simple. But when interacting with servants, there is still text about cockroaches crawling around and messages about 'negative aura' due to foulness after that upgrade. It looks like a bug, but I am not sure. It happens current to .8.3.2
Cheers.
As far as the bounties go, I have never been able to capture a target from one of the daily bounty mission from City Hall alive. I explain that by these being 'kill orders', not 'dead or alive' and the game is simply making that happen for the player. Some of the specific bounties *can* be taken alive, like Tuner, so I don't know if it's intentional or left over from before males were capturable.
I don't know of any renewable source of capturable prowlers.
I've played Naev a few times, it's a good game.
I note that the Jumpgate from Aneel Azi to Tormulex is not visible (cannot be discovered) and cannot be autonaved through. The gate from Tormulex to Aneel Azi is visible and can be used. Since the jump line on the map is blue, I suppose both ends are supposed to be visible and this is a bug.
Cheers.
Thank you for this. I disassembled the great spears I had, but when I reloaded an older save, I saw that those spears were not changed. Unfortunately, the character who previously had that spear seems to be permanently screwed up. A Dragon Knight with 143 Physics doing 30 damage to goblins with a mithril club... and 3 damage bare handed. There was no visual indication of any curse on that spear, but... :P
I also had that character and another one that donned some armour that had Warlock and Vampirism on it (but no curse) start missing their combat rounds entirely. They were at the end of the action list, but just never acted, the game just went to the next round. I disassembled that fking armour as well, but it didn't help. Now when I tested after your fix they both at least act in combat, even though how the fix would affect either character I don't know. I like what was in the patch, but there are bugs somewhere under the hood.
In 0.8.0 I recieved a Mithril Great Spear as a mission reward. Everything seemed fine at first, but later I noticed it didn't disappear from the Inventory, even though it was given to a character. In fact I was able to give it to multiple characters... kind of. If I mouse over the spear on any character after giving it to more than one, no tooltip comes up. Also the weapon apparently cannot be switched out for another one after that.
This weapon has 'Slots: Right Hand, Left Hand, ITEMSLOTNO_STACK, ITEMSLOTENCHANTABLE' which none of my other weapons have those last two flags. It says it has a Mithril blade, Crystalized Ether encrustment, and a Steel handle if that matters.
Also there is a purple suit of armour named 'Item Name' with an amount of 0000 in every category of inventory, but it is not assignable to a character and seems to cause no problems.
Edit: I just got an Iron Great Spear with the same issues as above, so I guess it is all Great Spears.
I confirm that the three bugs I reported in the last version seem to be fixed.
When testing, I noticed that a character I haven't had before, Arashi Lilith, seems to have a bug with her Purification skill. It's supposed to only blind enemies, but the player party also starts missing like fiends after that ability is used.
Cheers.
Happy to see the game progressing :). I noticed a few issues in this update:
When I first started the game, I obtained a few characters through Gatcha before doing a quest. Then I decided to test the save system and quit the game. When the game loaded, I noticed the characters I had gotten but not taken on the mission or given equipment to were missing. I had to reobtain them through Gatcha.
The Character Equipment screen has some issue which I *think* is that some of the slots can still take more than one piece of equipment, but they won't do that immediately. So if you fill all the slots at once, you can rank up. But if you fill a few slots and then go on a mission, when you get back some slots will appear empty again, and can be filled again. The bonuses for the equipment you put in them before are still there, though. It seems like you could miss the potential for stat bonuses if you fill all the slots at once, or save on the amount of equipment it takes to rank up, depending on how you look at it. In any case, I think there is a UI issue.
The quest 'Desperate Help' seems to softlock at the Goblin Necromancer's third round. If he is dead before he gets his third round, the quest can be completed.
Cheers.
Happy to see this game progressing. I did notice that Nakada Yoko's 'Critic Shot' skill is bugged. An animation will happen, but no damage or debuff are applied to the enemy. After that, combat will not progress, so the mission cannot be completed. The UI is still active, target can be changed and the mission can be reset for instance, so it isn't a game lock up. I tried it in a couple of missions targeting different enemies and it was the case both times.
Cheers.
In the Save/Load screen, there is an option on the bottom to Save as a file. Then when you run the new version of the game you can Load or Quickload a file (you can work through the directory tree to wherever you saved it.) As far as I can tell, the save I had from 0.8.2.1 was compatible. This is also what you need to do at the end of a game session if your browser is set to delete cookies and such.
I brought the party to speak with the Elven Priestess at the capitol, bringing Zephyra as usual on a playthrough. But this time, Zephyra did not offer to speak during the encounter as she always had before, even if she was offered to die in Anastasia's place. I didn't see any related errors in the console. The only way to save Anastasia's life were to sacrifice a character or Will Smith her before she blasphemed.
Also there was a game crash for a battle between two AI armies:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8898, in script
python:
File "game/script.rpy", line 8900, in <module>
kingdomai()
File "game/code.rpy", line 12540, in kingdomai
attackraiders(ruler)
File "game/code.rpy", line 14463, in attackraiders
skirmishbattleauto()
File "game/code.rpy", line 9818, in skirmishbattleauto
skirmishBattle()
File "game/code.rpy", line 10409, in skirmishBattle
skirmishUnitAttack(allyLine, enemyLine, enemyLine2, True, c, allyLine2)
File "game/code.rpy", line 10946, in skirmishUnitAttack
hpDiff = round((dead+.0)/TotalEnemySkirmish+.0,4)
ZeroDivisionError: float division by zero
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8898, in script
python:
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/run/media/computer/Username/Games/Itch/Kingmaker-0.14-pc/renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 8900, in <module>
kingdomai()
File "game/code.rpy", line 12540, in kingdomai
attackraiders(ruler)
File "game/code.rpy", line 14463, in attackraiders
skirmishbattleauto()
File "game/code.rpy", line 9818, in skirmishbattleauto
skirmishBattle()
File "game/code.rpy", line 10409, in skirmishBattle
skirmishUnitAttack(allyLine, enemyLine, enemyLine2, True, c, allyLine2)
File "game/code.rpy", line 10946, in skirmishUnitAttack
hpDiff = round((dead+.0)/TotalEnemySkirmish+.0,4)
ZeroDivisionError: float division by zero
Linux-6.5.5-258.current-x86_64-with-glibc2.2.5
Ren'Py 7.4.11.2266
Kingmaker 0.14 0.14
Sun Oct 8 02:04:04 2023
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.
The only issue I have noticed with 0.8.2.1 is that sledgehammer icons are broken (missing or mis-linked?). The other new graphics are visible and the expanded soundscape is nice. There was also an NPC armed with a sledgehammer whose sprite had swords instead, but I think that is part of a different issue.