FTBTeam/FTB-App

Can't connect on initial load of the launcher

LandonCalling opened this issue · 3 comments

What Operating System

Windows 10

Debug Code

FTB-DBGDIDENIBIQO

Describe the bug

When initially loading the FTB app, the app sits on the loading screen and eventually a window pops up in the app that says " Something's Gone Wrong!" with a short message and then prompts me to either restart, connect to discord, or "Let me in anyway". I have restarted the app and my machine and it is still happening.

Steps to reproduce

Open the app.

Expected behaviour

App should open and load to home screen.

Screenshots

image

Additional information

No response

Seems like JAR contents are compiled with JAVA 21 but JRE 17 is provided

(ERROR) </dist/background/main.js> (:71) - Error: LinkageError occurred while loading main class net.creeperhost.creeperlauncher.CreeperLauncher
(ERROR) </dist/background/main.js> (:71) - java.lang.UnsupportedClassVersionError: net/creeperhost/creeperlauncher/CreeperLauncher has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0

v1.25.10 works (Java21) thanks!

Yeah, this should be fixed now, please let me know if it isn't