-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
example_glfw_opengl3 viewports crashed with NULL vd->Window #5687
Comments
Hello,
|
Hi @ocornut I updated the GLFW to v3.8, and corresponding library to lib-vs2017, the problem remains the same, I can reproduce it on my Windows 11, but it works on my Macbook. I will try to debug, but I am not familiar with GLFW. Please check the screenshots, the |
Hi @ocornut The code is complete, I did not missing anything, GLFW error message for your reference static void glfw_error_callback(int error, const char* description)
{
fpintf(stderr, "Glfw Error %d: %s\n", error, description);
} Output Shoud it be video card driver issue? |
Hi @ocornut I tested I wil close the issue, the thread hopefully will solve the same issue for potentianl users. |
Dear Imgui
Refer to #1542
I'm playing with the magical Viewports, but it crashed with a NULL window pointer, see the screenshots.
Reproduce
retarget projects
imgui.ini
if any, debug and runDemo Candlestick
Demo Candlestick
out of the main window, in order to activate viewportsDemo Candlestick
The text was updated successfully, but these errors were encountered: