Vhati / ftl-profile-editor

Profile editor for FTL: Faster Than Light (www.ftlgame.com)
GNU General Public License v2.0
128 stars 30 forks source link

java.awt.AWTError in java 8 #126

Open INDIG0N opened 2 years ago

INDIG0N commented 2 years ago

So I installed java 8 since it;s the latest version I can download that won;t give me a javax.xml.bind error, but it's givine me a different error when I try to run it.

java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper

I researched the problem a bit nd went into /etc/java-8-openjdk/accessibility.properties and commenting out the only line in there This line: assistive_technologies=org.GNOME.Accessibility.AtkWrapper

I made sure the file saved properly and rebooted the computer, but I'm still getting the same error.

The isue happens regardless of wether I drag the command file into the terminal or try to run -jar myself. Any help would be appreciated.

INDIG0N commented 2 years ago

Forgot about this issue for a while. For anyone else having the same problem, this ask ubuntu thread has the solution.

https://askubuntu.com/questions/695560/assistive-technology-not-found-awterror

This issue should stay open for now for anyone having a similar problem.

Vhati commented 2 years ago

Thank you.

Since this editor is a GUI, I assume you mean the solution that installs the non-headless OpenJDK. ;-)