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

The current version of Babel (Monsters) (20230715193925) has no safety on the function A_CacoSpread and thus potential for VM aborts. The members mid, left, and right can be null since A_SpawnProjectile will fail to spawn a projectile if there is no room. Recommend you check if these exist before setting fields on them, e.g if(mid) { if(left) { ... } if (right) { ... } }

Hi, I was wondering if you could upload or send me in some way a link or guide on how I can make that fix myself (and this archvile bug people talk about) because I'm just not confident that we will get another update anytime soon.

(1 edit)

One possible solution below, as provided by a friend who instantly fixes the bugs when he sees them without even thinking. I've not seen the archvile bug yet, but if you can describe it or better yet provide a VM abort I can try to look into that too.

(1 edit)

Oh my thank you so much. The VM abort hasn't happened to me but you can see it mentioned just two posts below me. There is another one three posts below.