You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had an issue with Windows 11 turning on the sRGB option. If I run lwjgl3-awt on Linux, it runs without problems.
[ Error - Output ]
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Exception while creating the OpenGL context
at org.lwjgl.opengl.awt.AWTGLCanvas.beforeRender(AWTGLCanvas.java:81)
at org.lwjgl.opengl.awt.AWTGLCanvas.render(AWTGLCanvas.java:120)
at org.lwjgl.opengl.awt.AWTTest$2.run(AWTTest.java:60)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.awt.AWTException: sRGB color space requested but WGL_EXT_framebuffer_sRGB is unavailable
at org.lwjgl.opengl.awt.PlatformWin32GLCanvas.create(PlatformWin32GLCanvas.java:435)
at org.lwjgl.opengl.awt.PlatformWin32GLCanvas.create(PlatformWin32GLCanvas.java:155)
at org.lwjgl.opengl.awt.AWTGLCanvas.beforeRender(AWTGLCanvas.java:79)
... 15 more
This can be reproduced using the examples provided by lwjgl3-awt by turning on the 'sRGB' option
The text was updated successfully, but these errors were encountered:
Hello everyone.
I recently had an issue with Windows 11 turning on the
sRGB
option. If I run lwjgl3-awt on Linux, it runs without problems.[ Error - Output ]
This can be reproduced using the examples provided by lwjgl3-awt by turning on the 'sRGB' option
The text was updated successfully, but these errors were encountered: