Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Thanks a lot for providing it, i looked into it and from what i learned it isnt related to the game crashing but the "player" that runs the game, thats the reason no crash display happens.

It most likly is related to the operating system you use and or the path you put the game folder in. Since i never saw the crash while test playing on windows 7. One thing i read that can be done is to update the "player" to a newer version but i am not sure if it would fix the crash. But I surely can try that.

Does it happened after you run the game for a very long time? Just a normal encounter or any kind of special encounter like bosses or event fights?

(+1)

it usualy happen when i play for 2 hour without stoping so i think it just when someone play for a really long time

(2 edits)

I actually found the problem.
It isn't a memory leak but somethign similiar.
Once a enemy is fought the event gets ereased until the player reentering the map.
And all currently earased events take up memory so by exsample fighting many enemies on various maps without revisiting the areas to reset the enemies will fill up the memory until the programm will crash once it exceeds 4gb.

The easiest solution would be to make random map encounters like most rpg's have to avoid using the erase event function so much.

(1 edit) (+1)

it make sense since when the bug happen i had done squirrel story and was figthing all the ennemie in the sewer before it crashes

(2 edits)

I also did some test runs now in the sewers with the new changes and the memory usage dosen't increases after every fight now. So this should be fixed. Enemies won't get erased now then fighting with them, they only get pushed away, meaning tehy can be refighted as many times as you want. That's the solution I came up with.

 Since I need to do a lot of rewriting to make that work for all area's I think the early acces version will be pushed back to next month so I can take care of that first.