Skip to content

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

@mikethesupertramp

Description

@mikethesupertramp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions