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

Crash when resizing secondary viewport window #6020

Closed
ChivenZhang opened this issue Dec 24, 2022 · 2 comments
Closed

Crash when resizing secondary viewport window #6020

ChivenZhang opened this issue Dec 24, 2022 · 2 comments

Comments

@ChivenZhang
Copy link

ChivenZhang commented Dec 24, 2022

Version/Branch of Dear ImGui:

Version: 1.89.1
Branch: docking

Back-end/Renderer/Compiler/OS

Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: vs2019 msvc
Operating System: windows 10

My Issue/Question:

I have pull the newest version of imgui, and choose gflw+opengl3 backend in vs2019 to launch. And then I enabled viewport feature and drew hello-world window out of main window, and resize it frequently, it crashed in "ImGui::RenderPlatformWindowsDefault()". It also happens when using sdl2+opengl3 backend.
Note: video below may cannot watch in webpage, you can download and have local watching.

Screenshots/Video

image

1671872874656.mp4

Standalone, minimal, complete and verifiable example: (see #2261)


@ocornut
Copy link
Owner

ocornut commented Jan 2, 2023

Try to Load Symbols in the callstack to provide a full callstack, and seeif you don't have software such as Nahimic interfering?

Nahimic (and rebranded versions of it) is known to cause crashes. See #3204 #3321 #4542 #5354

@ocornut ocornut changed the title Crash in imgui_demo when resizing window Crash when resizing secondary viewport window Jan 2, 2023
@ChivenZhang
Copy link
Author

Try to Load Symbols in the callstack to provide a full callstack, and seeif you don't have software such as Nahimic interfering?

Nahimic (and rebranded versions of it) is known to cause crashes. See #3204 #3321 #4542 #5354

It's possible no crash in some other PC, I have tested it. So It may isnot a problem for all the user. I'll close this issue.

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

No branches or pull requests

2 participants