You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System: Microsoft Windows [Version 10.0.22000.613]
Desktop Environment: N/A
Server Type: Already running server Tachidesk-Server-v0.6.2-r1074-windows-x64
Client JVM version: JUI Installer
Server JVM version: Same as Client
Steps to reproduce
Install app using .msi installer provided
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
Device information
Steps to reproduce
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:
Then restart the app.
The text was updated successfully, but these errors were encountered: