Skip to main content EXCEPTION_ACCESS_VIOLATION : r/raylib

EXCEPTION_ACCESS_VIOLATION

when I am trying to run a raylib programm, which loads a model I get this error.

Does anyone know how to fix this?

r/raylib - EXCEPTION_ACCESS_VIOLATION

With just a couple of clicks, Grammarly takes whatever’s on the tip of your tongue and turns it into sentences—helping you create thoughtful email replies, content, and upvote-worthy Reddit posts instantly. Try it for free now.
Thumbnail image: With just a couple of clicks, Grammarly takes whatever’s on the tip of your tongue and turns it into sentences—helping you create thoughtful email replies, content, and upvote-worthy Reddit posts instantly. Try it for free now.

I don't know anything about Java, but when this happens in C# it's normally because you're trying to load an asset in before Raylib's init methods are called.

4

I forgot that, thank you

2
Continue this thread
[deleted]

Have you tried running a debugger?

1