Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hm, yeah, I’m seeing it after the second change for some code

/windows/x64/Runner.exe exited with non-zero status (-1073741819)

That’s an “access violation” in runner code.

Better yet, the runner crashes after the frame ends (not in a script call), which would usually mean that this is a garbage collector bug, but gc_enable(false) doesn’t seem to help, so I don’t think there’s much opportunity to debug this on my end.