Skip to content

LINUX Intel HD graphics 620 java.lang.RuntimeException in efxclipse-drift-samples #41

Description

@Kepler-Br

I have Intel HD Graphics 620 which is Intel Core i5-8250U on my linux ubuntu 20.04 notebook.
I was trying to run a demo from https://github.com/BestSolution-at/efxclipse-drift-samples. It starts, but when I push "start" it throws error at me which says:

java.lang.RuntimeException
        at org.eclipse.fx.drift.internal.frontend.FxImageFactory.createFxImage(FxImageFactory.java:37)
        at org.eclipse.fx.drift.internal.frontend.SimpleFrontSwapChain.<init>(SimpleFrontSwapChain.java:58)
        at org.eclipse.fx.drift.internal.frontend.FrontendImpl.doCreateSwapchain(FrontendImpl.java:99)
        at org.eclipse.fx.drift.internal.frontend.FrontendImpl.receiveCommand(FrontendImpl.java:137)
        at org.eclipse.fx.drift.internal.backend.BackendImpl.sendCommand(BackendImpl.java:85)
        at org.eclipse.fx.drift.internal.backend.BackendImpl.createSwapchain(BackendImpl.java:45)
        at org.eclipse.fx.drift.internal.RendererImpl.createSwapchain(RendererImpl.java:88)
        at org.eclipse.fx.drift.samples.lwjgl.ObjDemo.loop(ObjDemo.java:438)
        at org.eclipse.fx.drift.samples.lwjgl.ObjDemo.run(ObjDemo.java:495)
        at java.base/java.lang.Thread.run(Thread.java:834)

But it starts perfectly on PC with Nvidia 1060 6gb which is also linux ubuntu 20.04.
Have no idea what to do. Error message is quite cryptic.
I have tried to change LWJGL version but nothing happens.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions