You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: msvc
Operating System: Windows 10
My Issue/Question:
I am getting an Access violation exception when resizing viewports using the triangle in the bottom right. Resizing by dragging the right or bottom edge does not cause this.
Screenshots/Video
Standalone, minimal, complete and verifiable example:
Using unmodified code from examples/example_glfw_opengl3
The text was updated successfully, but these errors were encountered:
I managed to fix it. After looking at the call stack some more i noticed nahimicosd.dll in there which is part of my audio driver. Uninstalling it solved the issue.
Nahimic.... When I got my new laptop the sound was garbled I almost returned it until I noticed it was a bug in the Nahimic software breaking audio output severely...
ocornut
changed the title
Access violation exception when resizing viewport
[Caused by buggy software Nahimic] Access violation exception when resizing viewport
Sep 14, 2022
Version/Branch of Dear ImGui:
Version: 1.77 WIP
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: msvc
Operating System: Windows 10
My Issue/Question:
I am getting an Access violation exception when resizing viewports using the triangle in the bottom right. Resizing by dragging the right or bottom edge does not cause this.
Screenshots/Video
Standalone, minimal, complete and verifiable example:
Using unmodified code from examples/example_glfw_opengl3
The text was updated successfully, but these errors were encountered: