We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the exception message:
Exception has occurred: CLR/System.Exception “System.Exception”类型的未经处理的异常在 ImGui.dll 中发生 : 'wglChoosePixelFormatARB failed: error -1073283066' 在 ImGui.OSImplementation.Windows.Win32OpenGLRenderer.SetRenderingWindow(IWindow window) 在 ImGui.Application.Render() 在 ImGui.Application.<>c__DisplayClass20_0.<Run>b__0() 在 ImGui.OSImplementation.Windows.Win32Window.MainLoop(Action guiMethod) 在 ImGui.Form.MainLoop(Action loopMethod) 在 ImGui.Application.Run(Form mainForm, Action onGUI) 在 YourApp.Program.Main() 在
on windows platform. it occurred when i closing the Win32 Window. maybe the HDC handle was be NULL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the exception message:
on windows platform.
it occurred when i closing the Win32 Window.
maybe the HDC handle was be NULL.
The text was updated successfully, but these errors were encountered: