BeginPopupModal instant crash #5067
Hrothgor
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 2 replies
-
I cannot repro this crash on v1.87 or the current master/docking branches. It would be helpful if you posted an issue and filled out the entire template and provided a stack trace of the crash since that assert alone is pretty vague. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a lot of ImGui features, everything work perfectly, but when I try to use Modal it always crash.
Just this simple code crash:
It give me and error when I click the button to open the modal:
const T& ImVector<T>::operator[](int) const [with T = short unsigned int]: Assertion
i >= 0 && i < Size' failed.`Anyone has an idea why ?
Beta Was this translation helpful? Give feedback.
All reactions