ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

Error that keeps popping up every time i start my app

Open sudo-KitchenStove opened this issue 9 months ago • 1 comments

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

sudo-KitchenStove avatar Apr 20 '25 14:04 sudo-KitchenStove

I have the same issue on v1.91.6.1. v1.91.0.1 works fine. Something definetely went wrong there.

Arugin avatar Jun 01 '25 11:06 Arugin