-
Notifications
You must be signed in to change notification settings - Fork 246
Frequently Asked Questions and Troubleshooting
Soy R.A edited this page Aug 13, 2021
·
6 revisions
- π Web related
-
π² Launcher related
- Can I install SKlauncher in another folder?
- This application requires a Java Runtime Environment
- In your Java build - JavaFX library is missing
- I double click the launcher file and nothing happens
- Launcher starts but closes or keeps loading forever
- I can't log in
- I installed an experimental version but it doesn't show up
- The Max RAM Usage is empty and there is nothing to choose from
- I can't allocate more than 1 GB
- I can only play the Demo mode
- Can I play the Demo mode using my Premium or my SKlauncher account?
- Can I use mods in SKlauncher?
- How do I install mods?
- βοΈ Minecraft related
- π My problem doesn't appear, I've more questions, etc.
- Problems and Questions with the SKlauncher site, such as: you can't download SKlauncher. :P
- Disable any ad blockers and refresh the page.
- Try in Incognito mode (Private / InPrivate).
- Try in another browser like Internet Explorer, Microsoft Edge, etc.
- It's possible to have problems if you use Mozilla Firefox.
- If you used the same email you use in Discord, you can click Login with Discord.
- For now there is no "I forgot my password" option.
- Problems and Questions with the Launcher (
.exe
/.jar
), such as: double click and nothing happens.
- Yes, just start the Launcher with
--workDir
(for example in Windows:SKlauncher.exe --workDir "C:\Games\SKlauncher"
)
- As the message says, you need to install Java 8 Update 60 as minimum.
- The best choice is Liberica Full JDK 8.
- Some Java doesn't include JavaFX (for example, AdoptOpenJDK), so you'll have to install a Java that contains it: the best choice is Liberica Full JDK 8.
- Assuming you have installed Liberica Full JDK 8 and restarted the PC: try with the
.jar
file.- Or any other Java 8 containing JavaFX like Oracle Java (for example, AdoptOpenJDK doesn't contain JavaFX).
- Try these options in order:
- Delete other launcher folders located in
.minecraft
- Delete
sklauncher
folder located in.minecraft
- Delete
pl.skmedix.bootstrap.Bootstrap
folder located in%APPDATA%
- Check that Java is allowed in your Firewall and Antivirus.
- Install Liberica Full JDK 8 and restart the PC.
- Delete other launcher folders located in
- If you want to use your SKlauncher account: enable the Offline option and then type your username.
- If you want to use your Minecraft account: currently only Mojang accounts are supported, Microsoft accounts aren't.
- Maybe the filenames are not the same as the ID, for example with the 1.18 Experimental Snapshot 3: its ID is
1.18_experimental-snapshot-3
but the files and folders are1_18_experimental-snapshot-3
(1.18 != 1_18)- And of course, the solution in this case was renaming the
.json
and the folder to:1.18_experimental-snapshot-3
- And of course, the solution in this case was renaming the
- The other option may be that you incorrectly installed it. Using the same example as above, the folder structure should be:
.minecraft\versions\1.18_experimental-snapshot-3
inside this folder should be the1.18_experimental-snapshot-3.json
and other files.
- You can add
-Xmx<size>[g|G|m|M|k|K]
to the JVM Arguments, for example:-Xmx2048m
(2.0 GB)- Don't forget that there is a space between each argument:
-arg1 -arg2 -Xmx2048m -arg3 -arg4
. And yes, these are the same (they represent 2.0 GB):-Xmx2g -Xmx2G -Xmx2048m -Xmx2048M -Xmx2097152k -Xmx2097152K
- Don't forget that there is a space between each argument:
- But if Max RAM Usage has a value assigned to it (without being visible to you), it will use this value and not the JVM Arguments you set.
- So it might be a good idea to report the problem in the Discord server.
- You must have x64 (64-bits) Java installed.
- Log in (email and password) is for Mojang (Premium) accounts, check the Offline option (read the I can't log in point) or buy Minecraft: Java Edition.
- Yes, just start the Launcher with
--demo
(for example in Windows:SKlauncher.exe --demo
)- If you've skin/cape, it should still be visible.
- Yes, any mod that works with Minecraft Launcher should work with SKlauncher.
- Some cases require you to enable the Compatibility Mode option.
- Hey, ask questions about SKlauncher. But in short: you need to start the game with the version you want to use mods (for example: Release 1.7.10), then close everything to install a Mod Loader (for example: Forge), start the game again BUT using the Mod Loader profile and finally you will be able to install the mods.
- As it says above: it's the same as in Minecraft Launcher, the only difference is that now you're using a Launcher called SKlauncher.
- Problems and Questions with the game (everything that happens after pressing PLAY), such as: the game crashes with an error code.
- The Minecraft engine (LWJGL) has dropped Linux x86 support in LWJGL 3.
- Play older versions or install Linux x64 (64-bits).
- Uninstall Java and restart the PC.
- Install Java SE Runtime Environment 8u251 (
jre-8u251-xxx
) and restart the PC.- If it doesn't work, jre-8u31-xxx should be installed. The Launcher starts with 8u251 but you edit the profile so the game starts with 8u31.
- The server you're trying to connect to is for Premium users (
online-mode=true
).- If it's your server, then set
online-mode=false
in yourserver.properties
file.
- If it's your server, then set
- Well, you can always join the Discord server and use the appropriate channels.
- We only ask you to do 3 things: explain well what happens, send the logs and patiently waits for help.
- Windows:
%APPDATA%\.minecraft
- Linux:
~/.minecraft
- macOS:
~/Library/Application Support/minecraft
- It's possible to find
pl.skmedix.bootstrap.Bootstrap
in the previous folder, but it's useless for you. :P
- It's possible to find
- Launcher:
.minecraft\sklauncher\sklauncher.log
- Game:
.minecraft\crash-reports\crash-YYYY-MM-DD_HH.MM.SS-client.txt
and.minecraft\logs\latest.log
(maybeYYYY-MM-DD-#.log.gz
too)- You can copy the logs content and paste it in mclo.gs / Pastebin (or upload the files directly to Discord). This way you send a link instead of a huge message.