-
Notifications
You must be signed in to change notification settings - Fork 84
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
imgui.h assertion failed #51
Comments
Yup I having the same problem in some times. In GitHub if you enable Actions you can build it without need of VS, complier. |
I think is related with activity inside the overlay; Regarding actions, thanks, I saw it a few hours afterwards opening the issue; As I don't have the debugger installed here, I'm SOL right now :D Regards! // There are no overlays running in this env, right now I'm testing on a mobile device so everything's installed to a minimum. |
what appid caused this? |
Check new Release |
// First of all: Thank you for your work.
So I had just found that using the experimental version with the overlay, in a complete random way, throws this error from time to time when moving around the overlay.
If you click on ignore it will keep working, but I'm unable to figure out why the lib throws the error in first place. 😑
I was checking imgui.h and it looks like the library had a LOT of commits in the last regarding that file in the last weeks:
https://github.com/ocornut/imgui/commits/cb16568fca5297512ff6a8f3b877f461c4323fbe/imgui.h
Including:
"Tables: fixed assertion related to inconsistent outer clipping when sizes are not rounded."
I would try it if it weren't for the fact that I'm going to be a few days without access to VS or a compiler :S
The text was updated successfully, but these errors were encountered: