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

Error initializing QuantumRenderer: no suitable pipeline found #480

Closed
ligi opened this issue Jun 9, 2016 · 5 comments
Closed

Error initializing QuantumRenderer: no suitable pipeline found #480

ligi opened this issue Jun 9, 2016 · 5 comments

Comments

@ligi
Copy link
Contributor

ligi commented Jun 9, 2016

I installed Bitsquare on ubuntu 16.04. Trying to launch via launcher fails without any feedback. Trying to launch on the command-line fails like this:

⋊> ~ /opt/Bitsquare/Bitsquare                                           20:22:06
Graphics Device initialization failed for :  es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
    at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
    at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
    at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
    at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
    at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
    at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
    at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
    ... 1 more
Bitsquare Error invoking method.
Bitsquare Failed to launch JVM
@ManfredKarrer
Copy link
Member

Seems you have soem issues with the graphics system. Do you run in a VM? Do u have some special graphic card?

@ligi
Copy link
Contributor Author

ligi commented Jun 10, 2016

No - not running in a vm. It's a stock Lenovo T520 with optimus ( NVIDIA + INTEL )

@ivilata
Copy link
Contributor

ivilata commented Jun 10, 2016

By looking at this and this I suspect that maybe you're missing some graphics libs (like GTK) or you installed the 32-bit version in a 64-bit system (or the other way around). Is that possible?

@ligi
Copy link
Contributor Author

ligi commented Jun 15, 2016

Just came back to this and it works now so I am closing this issue. Unfortunately I cannot pin down the change that made it work - maybe a missing gfx-lib like GTK is now installed - but if this was the reason these libs should be part of the dependencies. When I find some time I might try to get this bug back by uninstalling mentioned libs and reopen this issue If I find a way to reproduce

@ligi ligi closed this as completed Jun 15, 2016
@ManfredKarrer
Copy link
Member

Thanks @ligi! Let us know if you find out anything.

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

3 participants