Skip to content
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

Exception occurred when i closing the Win32 window. 'wglChoosePixelFormatARB failed: error -1073283066' #86

Open
GodZza opened this issue Dec 9, 2022 · 0 comments

Comments

@GodZza
Copy link

GodZza commented Dec 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant