snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

Cannot run Snowflake on Ubuntu 20.04.2 LTS

Open RoonMoonlight opened this issue 4 years ago • 5 comments

Describe the bug On Ubuntu 20.04, I cannot run Snowflake. When I click on it nothing happens. When I try loading snowflake on terminal, it displayed error named 'Exception in thread "main" java.lang.Error: Cannot load javax.swing.plaf.metal.MetalLookAndFeel'.

To Reproduce Go to Applications > Click on Snowflake > Nothing happens

Expected behavior Snowflake should run normally without issue.

Screenshots Error Tried loading snowflake through terminal but nothing happens

Desktop (please complete the following information):

  • OS: Ubuntu (Linux)
  • Version: 20.04.2 LTS

Additional context I installed Snowflake through deb file.

EDIT: I tested by running jar file, and tried old version, still same error.

RoonMoonlight avatar May 08 '21 05:05 RoonMoonlight

this looks like problem with java on your local... I have exactly the same OS&version and it runs without problem on openjdk11 (my install is relatively fresh, it is ~2weeks old)

mzatko avatar May 10 '21 09:05 mzatko

this looks like problem with java on your local... I have exactly the same OS&version and it runs without problem on openjdk11 (my install is relatively fresh, it is ~2weeks old)

Do you know how to fix this issue

RoonMoonlight avatar May 11 '21 03:05 RoonMoonlight

@AhRoon please see #159

jackyzy823 avatar May 19 '21 11:05 jackyzy823

@AhRoon please see #159

Okay thanks

RoonMoonlight avatar May 19 '21 15:05 RoonMoonlight

Try it with

wget file.bin
sudo ./file.bin 

It works to me in fedora 34.

denisgolius avatar Jul 28 '21 06:07 denisgolius