Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

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.

Thanks, mate! I'll look into it!