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

[Caused by buggy software Nahimic] Access violation exception when resizing viewport #3204

Closed
Redcrafter opened this issue May 6, 2020 · 3 comments

Comments

@Redcrafter
Copy link

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

out

Standalone, minimal, complete and verifiable example:
Using unmodified code from examples/example_glfw_opengl3

@ocornut
Copy link
Owner

ocornut commented May 7, 2020

I cannot repro here.

What's your GPU and drivers?
Try updating the drivers (e.g directly from nvidia).
Try downloading symbols for the DLL to see where it could crash etc.

@Redcrafter
Copy link
Author

Redcrafter commented May 7, 2020

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.

@ocornut
Copy link
Owner

ocornut commented May 7, 2020

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...

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