We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Microsoft Visual C++ Runtime Library
Assertion failed!
Program: ...\net8.0-windows\runtimes\win-x64\native\cimgui.DLL File: D:\a\ImGui.NET-nativebuild\ImGui.NET-native...imgui.cpp Line: 11039
Expression: (g.FrameCount == 0 || g.FrameCountEnded == g.FrameCount) && "Forgot to call Render() or EndFrame() at the end of the previous frame?"
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
if i click ignore it works just fine so why does this happen
The text was updated successfully, but these errors were encountered:
I have the same issue on v1.91.6.1. v1.91.0.1 works fine. Something definetely went wrong there.
Sorry, something went wrong.
No branches or pull requests
Microsoft Visual C++ Runtime Library
Assertion failed!
Program:
...\net8.0-windows\runtimes\win-x64\native\cimgui.DLL
File: D:\a\ImGui.NET-nativebuild\ImGui.NET-native...imgui.cpp
Line: 11039
Expression: (g.FrameCount == 0 || g.FrameCountEnded == g.FrameCount) && "Forgot to call Render() or EndFrame() at the end of the previous frame?"
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
if i click ignore it works just fine so why does this happen
The text was updated successfully, but these errors were encountered: