Suwayomi / Suwayomi-JUI

A Suwayomi-Server client built in Compose Multiplatform
Mozilla Public License 2.0
414 stars 26 forks source link

[Bug] App crashes due to Java Assistive Technology Incompatibility (SOLVED) #49

Open zszabo2000 opened 2 years ago

zszabo2000 commented 2 years ago

Device information

Steps to reproduce

  1. Install app using .msi installer provided
  2. Run Tachidesk-JUI.exe

Expected behavior

Should start client app with window.

Actual behavior

Error window, followed with error entry in log (see below) and app exit.

Other details

The following is logged in %LOCALAPPDATA%\Tachidesk-JUI\logging\rolling.log : [main] ERROR/UncaughtException: Uncaught exception in thread [main@1] java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge

I found a solution to the problem here: https://www.papercut.com/kb/Main/AssistiveTechnologynotfound : In the file %USERPROFILE%\.accessibility.properties, add a '#' at the beginning of each line containing:

assistive_technologies=com.sun.java.accessibility.AccessBridge
screen_magnifier_present=true

Then restart the app.