Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After running, the white screen flashes back, indicating that the array is out of bounds #29

Open
Nixicodo opened this issue Dec 29, 2023 · 4 comments

Comments

@Nixicodo
Copy link

My environment is Windows and I have the latest raylib 5.0 installed, and the latest raygui 4.0 installed. After configuring the environment as described in the issue-introduction, when I tried to run controller.exe, I encountered the following problem: after a few seconds of loading on the white screen, the window automatically crashed.
QQ图片20231230013100
I found the console message at the time of the crash: process exited with code 3221225477 (0xc0000005). Google says this code represents an array out of bounds. But I don't know exactly what went wrong.
QQ图片20231230013105

@orangeduck
Copy link
Owner

Not sure what could be wrong but you could try running it through gdb to get a better idea of where it is crashing and what the issue might be.

@PurxFilms
Copy link

What version of rayLib and rayGui should I be using? I am getting a similar issue to OP. Could the issue be due to a version mismatch?

@orangeduck
Copy link
Owner

Could be. Unless you have some more information such as a stack trace there is no way I can help debug what might be wrong unfortunately.

@Keneyr
Copy link

Keneyr commented Jan 26, 2024

I got the same problem, #BUILD_MODE ?= RELEASE, just comment out this line in makefile is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants