Cannot start the launcher?
This article is for those who cannot start the launcher at all. If you can get to the launcher main menu, or got an error window with "Need help?" button, please refer to support guide
Got the window with "Need help?" button?
Press "Need help?" button and contact our support.
There is no launcher windows, even the error one?
You need to run the Launcher manually, via Terminal (Command Line).
Windows
- Make sure you have Java installed
- Download latest jar from the main website or from the mirror
- Save the downloaded file to a convenient location, such as your desktop
- Make sure the file is called
LegacyLauncher_legacy_beta.jarand nothing else - Open Notepad and paste following text:
LL.bat
@echo Checking Java version
@java -version > LL.log 2>&1
@echo. >> LL.log 2>&1
@echo Starting the launcher
@java -cp LegacyLauncher_legacy_beta.jar Debug >> LL.log 2>&1
@echo Done - Save this file as
LL.bat(to do this, select the file typeAll files (.*)in the "Save as..." dialog) along with the launcher file. This is important! - Start created file with double-clicking.
LL.logfile should appearHow do I make sure I've done it right?- If the
LL.logfile contains the lineUnable to access jarfile LegacyLauncher_legacy_beta.jar- you have not placedLL.batnext to the launcher jar or the launcher jar is named differently thanLegacyLauncher_legacy_beta.jar - If the
LL.logfile contains the line"java" is not recognized as an internal or external command, operable program or batch file- you do not have Java installed
Yep, this is a tip inside in a note!Windows Notepad may not display other languages correctly, and a missing Java error may appear as a string of odd characters beginning with the word "java", for example
"java" Ґ пў«пҐвбп ўгв॥© Ё«Ё ўҐиҐ© Є®¬ ¤®©, ЁбЇ®«пҐ¬®© Їа®Ја ¬¬®© Ё«Ё Ї ЄҐвл¬ д ©«®¬. - If the
- Send us this file any convenient way
Linux/macOS
- Make sure you have Java installed
- Download latest jar from the main website or from the mirror
- Save the downloaded file to a convenient location, such as your Downloads folder
- Open terminal and execute
cd path-to-selected-folderto select the folder you've downloaded jar file intipMost desktop environments allows you to open terminal in selected folder by clicking "open terminal here" in folder contect menu
- Execute
java -version > LL.log 2>&1command - Execute
java -cp LegacyLauncher_legacy_beta.jar Debug >> LL.log 2>&1commandnoteReplace
LegacyLauncher_legacy_beta.jarwith actual jar file name if required LL.logfile should appear. Send us this file any convenient way