qtimgui icon indicating copy to clipboard operation
qtimgui copied to clipboard

Demo crash when using ImGui branch docking

Open leizh007 opened this issue 4 years ago • 1 comments

Describe the bug Switch ImGui branch to docking branch then run demo, demo crashed, print assert meesage:

Assertion failed: (g.IO.KeyMap[n] >= -1 && g.IO.KeyMap[n] < ((int)(sizeof(g.IO.KeysDown) / sizeof(*(g.IO.KeysDown)))) && "io.KeyMap[] contains an out of bound value (need to be 0..511, or -1 for unmapped key)"), function ErrorCheckNewFrameSanityChecks, file imgui.cpp, line 8557.

Using master ImGui branch is ok, even I check out a new branch from docking and merge master, it also crashed, could you give me some help? Thank you.

leizh007 avatar Feb 07 '22 08:02 leizh007

any progress?

i comment these two place and then building passed, but don't know why

image

image

kalluwa avatar Jul 24 '23 12:07 kalluwa