Open ikcom opened 3 months ago
Have you tried with java11 or java17 ? What is your distribution and desktop? There's no issue in the logs.
I had the same issue with Ubuntu 24.04 LTS. It appears by default I had this Java version:
openjdk version "1.8.0_422"
OpenJDK Runtime Environment (build 1.8.0_422-8u422-b05-1~24.04-b05)
OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)
Instead of that I installed Java 17 by:
sudo apt install openjdk-17-jre-headless
sudo apt install openjdk-17-jdk
~$ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu224.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu224.04, mixed mode, sharing)
Tested it for some time and could not make it crash anymore by moving the trigger line or changing time base with +/-. Seems like Java 17 is the way to go.
The UI freezes at any attempt to slide the offset or trigger rulers. Software doesn't respond to window close either, only process kill.