Game crashes on loading map info
so i've been playing terraria and my game keeps crashing on loading map info. it doesnt provide an error message, just crashes and kicks me out of the game. here's the logs
2 Replies
Your Natives.log shows a System.AccessViolationException inside FNA3D while applying sampler states, called from a mod called Lights
Are you using lights and shadows?
If yes, dissable it and you should be golden
You could try to force it to use different graphics backends if you absolutely want to keep the mod running
To do that, go to tmodloader in steam > properties > Launch options and set
FNA3D_FORCE_DRIVER=OpenGL
If that dies, try
FNA3D_FORCE_DRIVER=Vulkan
ye i disabled it, its working now
ty