Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I sometimes get errors like:


___________________________________________
############################################################################################
ERROR in
action number 1
of Draw Event
for object obj_castle:

Unable to find instance for object index 218991
at gml_Object_obj_castle_Draw_0
############################################################################################
gml_Object_obj_castle_Draw_0 (line -1)
(2 edits) (+1)

oh there you are! You posted earlier too, and then your comment disappeared! Well, if this is the same bug, I've found the bug and the fix will be in the update coming out in ~1 hour.

Thanks by the way :D

EDIT: Bug's been fixed in v031

(+1)

BTW the game runs great on Linux through Wine. The itch client (yes that thing exists) sets it up flawlessly.

oh, really good to know! Should I set the file to say playable on Linux?

That’s you call. BTW where are the save games and what file name do they have.

I think i got an reproducible crash (again some indexing out of an array) and i would like test if i can isolate the problem and make it really easy to reproduce. So you can look into it.

While the game still tends to crash, you might want to think about supporting multiple savefiles and save into a different save file each round. You could then load the file the biggest round number or make an ingame dialog which file to choose. While this might allow save scumming it would help with debugging.


___________________________________________
############################################################################################
ERROR in
action number 1
of Other Event: User Defined 0
for object obj_mapinteract:

Variable Index [1] out of range [0]
at gml_Script_upgradecreaturesinarmy
############################################################################################
gml_Script_upgradecreaturesinarmy (line -1)
gml_Object_obj_mapinteract_Other_10
gml_Object_obj_army_Draw_0 (line -1)

The save files are in the /AppData/Local/Hero's Hour folder names save1.txt. I do want multiple save files, like three rotating ones, but there's a bit of UI work there, so it's a bit in the future, maybe v05 more likely than v04. You can send it to me, perhaps? bhauerm@gmail.com

I don't worry about save scumming so the more options the better if you ask me :D

(1 edit)

Please don’t mark as playable on Linux without a Linux build. All Windows builds can potentially run through Wine but that doesn’t mean they’re supported by you or the Wine devs.

Alright, sure. I had another person suggest I did.

My comment was rude, I’m sorry. I’m actually excited to try your game, so I’ll give it try with wine.