-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels