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

Failed to create the function pointer resolving context on HD graphics 500 #47

Open
mikethesupertramp opened this issue Oct 1, 2021 · 0 comments

Comments

@mikethesupertramp
Copy link

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
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