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

Hello. I think your game is really cool. But I keep having a crash right after I do the second scan in the first level:

Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Gaia.OpenGL.GL.DrawElements(Gaia.OpenGL.PrimitiveType, Int32, Gaia.OpenGL.IndexType, IntPtr)
   at Gaia.OpenGL.GraphicsGL.Draw(Gaia.Engine.Texture, Gaia.Engine.Shader, Gaia.Engine.Mesh, Gaia.Engine.PrimitiveType, Gaia.Engine.BlendMode, Gaia.Engine.RectangleI ByRef)
   at Gaia.Engine.Graphics.Flush()
   at Gaia.Engine.Graphics.End()
   at Gaia.Engine.App.Run(System.String, System.String, System.String, Int32, Int32)
   at Terminal.Game.Run()
   at Terminal.Win.Program.Main(System.String[])

Is there a fix or workaround?

(+2)

huh, this is the first i’ve seen of this. i can’t address the issue right now, i’m currently crunching to finish up another project.

sorry about that, i wish i could get you a quick fix but atm i have no idea why that would happen.

the only thing i can think of is if you have other software running that is poking at graphics memory, like recording software or another game.