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

Modular from Eclipse IDE -> Graphics Device initialization failed... #49

Open
gergang opened this issue May 21, 2020 · 0 comments
Open

Comments

@gergang
Copy link

gergang commented May 21, 2020

I followed the instructions as in https://openjfx.io/openjfx-docs/#IDE-Eclipse and the example runs fine from within Eclipse with ...javafx-sdk-14.0.1\lib beeing set as module path. Creating a custom runtime image using jlink --module-path "%PATH_TO_FX_MODS%;bin\hellofx" --add-modules=hellofx --output jre produces the jre folder but failes to copy the javafx' dll files (at least prism_d3d.dll, glass.dll and javafx_font.dll) into the \bin subfolder. Without the dll's a

Graphics Device initialization failed for : d3d, sw
Error initializing QuantumRenderer: no suitable pipeline found

message is thrown. What could I be doing wrong?

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