Something is not right!

It’s not even running and I have no idea how to fix it. :see_no_evil:




Moving the project to C: and changing these didn’t help either!

Now this is what I get



2 Likes

Ok… Moving Scarfy info after Init window fixed it!

2 Likes

Yup, that’s what I would have suggested. But to be more specific as to why this worked… InitWindow needs to be called first in order to setup the GPU memory (your graphics card) to allow access and be ready to load textures and other graphics data.

If you try to do this beforehand, for example by calling LoadTexture first, then you get a crash because the GPU memory hasn’t been made accessible to your application (game) yet.

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms