-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fiji launch failure on linux x64 #50
Comments
Two more questions:
|
It looks like this doesn't fail. On a different windows host with Ubuntu 22.04 WSL2, we did a slightly different process in that
It does still hang!
Looks like flat laf is doing GUI stuff off the EDT?
|
To avoid potential deadlocks such as the one described at apposed/jaunch#50 (comment)
To avoid potential deadlocks such as the one described at apposed/jaunch#50 (comment)
@hinerm For when we revisit this issue later, I pushed a branch |
On a Windows 11 host, I have Ubuntu 24.04 installed via WSL2. There I installed Java with
sudo apt-get install openjdk-8-jdk
, which gave me a Java1.8.0_402
.When I launch Fiji with jaunch + this JDK, it gets stuck at
Launching user interface
:You can see that there a second splash screen is showing at this point (or maybe the first one just changed as the flat laf takes over) as there are two progress bars and two "Fiji"'s, one slightly inset to the other.
My Jaunch startup debug is:
Our Fiji distros have a bundled
zulu8.60.0.21-ca-fx-jdk8.0.322-linux_x64
JDK and when I unsetJAVA_HOME
and point to this bundled Java, Fiji starts no problem.I tested on Windows with another
1.8.0_422
jdk and had no problem launching.Current debugging questions:
The text was updated successfully, but these errors were encountered: