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

Ubuntu 18.04: QuantumRenderer: no suitable pipeline found #1253

Open
tresf opened this issue Apr 16, 2024 · 2 comments · May be fixed by #1225
Open

Ubuntu 18.04: QuantumRenderer: no suitable pipeline found #1253

tresf opened this issue Apr 16, 2024 · 2 comments · May be fixed by #1225
Labels

Comments

@tresf
Copy link
Contributor

tresf commented Apr 16, 2024

QZ Tray 2.2.3
Ubuntu 18.04 (x86_64)

Steps to reproduce:

  1. Install QZ Tray 2.2.3
  2. Open https://demo.qz.io
  3. Print HTML content

Workaround:

  • Downgrade to QZ Tray 2.2.1
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:283)
	at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:253)
	at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:268)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
	at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:679)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
	at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:95)
	at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
	... 1 more
Exception in thread "Thread-56" java.lang.RuntimeException: No toolkit found
	at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:280)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
	at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:679)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
	at java.base/java.lang.Thread.run(Unknown Source)
@tresf tresf added the javafx label Apr 16, 2024
@tresf
Copy link
Contributor Author

tresf commented Apr 16, 2024

I'm tempted to close this as wontfix since Ubuntu 18.04 is EOL for nearly all end-users: https://ubuntu.com/about/release-cycle.

I'll leave this open to see if the QZ Tray customer is in need of legacy Ubuntu support.

@tresf
Copy link
Contributor Author

tresf commented Apr 16, 2024

Update, it looks like this will be solved by #1225.

Screenshot 2024-04-16 at 12 01 52 AM

@tresf tresf linked a pull request Apr 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant