imgui demo (d3d9) crashes when pressing keyboard button #5879
Replies: 2 comments
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
Hello ocornut, thanks for your fast reply. For the solution I removed the old imgui_impl_dx9/imgui_impl.win32 files and replaced them with the fresh downloaded realese 1.88. Now the error is fixed. I'm not using vcpkg for so long, is there a reason why I don't install the backend data with the imgui installation with vcpkg? If you still want to see the about blurb:
Thank you very much for the help :) |
Beta Was this translation helpful? Give feedback.
-
Hello together,
I copy paste the dx9 example and everything works/looks fine. Except when I press any keyboard button, then I get an error:
Debug Console output:
Assertion failed: ImGui::IsNamedKey(key), file (path)\vcpkg\buildtrees\imgui\src\v1.88-34c93572a3.clean\imgui.cpp, line 1280
Can somebody help me pls?
My imgui version 1.88
Beta Was this translation helpful? Give feedback.
All reactions