Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

All right I will try just that. Also could you tell me what the error message means maybe it has some thing to do with that.

(1 edit)

What the error message says is that an array read operation went outside of boundaries in the array.

Array index that it states (row 17, column 14) does not match up with what is written in code of the said function (column 11 in a single-row array), which led me to conclude that your game files are corrupt.

The rest of the error message states that it originates from a destructor function in an input state (which hold polled buttons/etc for mods to get via API later), which was called by a "update inputs" function on a player object (which destroys the previous input state before it makes a new one), which was called by a bunch of other internal functions finally coming to the pre-update function in the code that handles modding API.