ImGui.NET
ImGui.NET copied to clipboard
Error that keeps popping up every time i start my app
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
I have the same issue on v1.91.6.1. v1.91.0.1 works fine. Something definetely went wrong there.