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
DriftFX initialization fails with this error on intel HD graphics 500.
long sharedCompatContext = org.eclipse.fx.drift.internal.GL.createSharedCompatContext(0);
org.eclipse.fx.drift.internal.GL.makeContextCurrent(sharedCompatContext);
This is the stack trace:
[C] OpenGL Context information "Dummy Context"
[C] Version: 4.4.0 - Build 21.20.16.4599
[C] Vendor: Intel
[C] Renderer: Intel(R) HD Graphics 500
java.lang.ExceptionInInitializerError
at com.langmuir.cnc.machines.firecontrol.visualizer.GLPane.initGLContext(GLPane.java:89)
at com.langmuir.cnc.machines.firecontrol.visualizer.GLPane.lambda$initGLThread$0(GLPane.java:74)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.RuntimeException: Error during DriftGL initialization: failed to create the function pointer resolving context.
at org.eclipse.fx.drift.internal.GL.<clinit>(GL.java:23)
... 3 more
The text was updated successfully, but these errors were encountered:
DriftFX initialization fails with this error on intel HD graphics 500.
This is the stack trace:
The text was updated successfully, but these errors were encountered: