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

Lazer exporting no longer launching on Arch Linux with bin32-jre #14

Closed
ungeskriptet opened this issue Oct 2, 2021 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@ungeskriptet
Copy link

ungeskriptet commented Oct 2, 2021

Lazer exporter was working fine when it suddenly no longer wants to launch.

Error

╭─david@david-ryuzu ~/Downloads 
╰─$ java32 -jar Lazer_exporter.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:873)
Caused by: java.lang.UnsupportedOperationException: Internal Error
	at com.sun.glass.ui.gtk.GtkApplication.lambda$new$5(GtkApplication.java:158)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:140)
	at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
	at com.sun.glass.ui.Application.run(Application.java:147)
	at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:279)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
	at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
	at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:337)
	at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
	... 5 more

It seems like it's missing JavaFX or something?

To Reproduce

  • Be on Arch Linux
  • paru -Syu bin32-jre # for 32-bit Java 8
  • java32 -jar Lazer_exporter.jar

Expected behavior
Lazer exporter launches without problems

Desktop

  • OS: Arch Linux on GNOME X11

Additional context
Maybe the bin32-jre maintainers changed something?

@ungeskriptet ungeskriptet added the bug Something isn't working label Oct 2, 2021
@ringosham
Copy link
Owner

This seems like something from upstream.

Try running the jar in 64 bit Java.
It's fine since 32 bit is only used on ffmpeg, not the jar itself.

@ungeskriptet
Copy link
Author

╭─david@david-ryuzu ~/.local/bin 
╰─$ java -jar lazer-exporter.jar  
Error: Could not find or load main class com.ringosham.Main
╭─david@david-ryuzu ~/.local/bin 
╰─$ java -version                                                           1 ↵
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)

Still no luck

@ringosham
Copy link
Owner

This looks like a duplicate of #11. I'm going to close it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants