-
-
Notifications
You must be signed in to change notification settings - Fork 882
FAQ
There are many issues possible for this, here are some issues and solutions.
Makes sure that all the mods for the instance you are launching are for the version of Minecraft you're launching -- eg. 1.6.4 mods for Minecraft 1.6.4, 1.7.10 mods for Minecraft 1.7.10 and so on.
Whether you're loading forge mods or LiteLoader mods, they all need to be added via. loader mods. Jar mods are added to the Minecraft jar, and that is a rare occurrence with most recent mods.
If you get slow rendering and Minecraft using the integrated graphics card instead of the dedicated one, there are some ways to fix that:
In general, the graphics drivers look for the binary name in order to enable the dedicated GPU. Rename MultiMC.exe
to Minecraft.exe
. This fools them into enabling it.
The same applies to many other situations where graphics are an issue on Windows:
Rename the .exe and it might just work better.
You can use the Wrapper command option in the Java settings together with optirun
or similar wrappers.
Minecraft login can be blocked by several issues:
In MultiMC, remove your Mojang account and add it again.
Generally, you can detect this by looking at the status icons on the lower right of the MultiMC window. Clicking them leads to The Mojang help page.. If the auth and session servers are having issues, you just have to wait. If you can access the page, but the status icons show as offline, or if both are offline, your network access might be broken or filtered. We can't help you with that.
If the access to the Mojang auth servers is compromised or impossible, you will get a scary error message. Please report these as bugs, along with uploading the MultiMC log file (MultiMC-0.log).
There may come a time when you have many files all over, or have an ssd and want to save as much space as possible. Instead of giving you the ablility to copy over/keep updated a second folder for you, we'll walk you through how to use features already in you OS to do so.
Just like Linux, you just have to type one command,
mklink /j "c:\users\Will\Desktop\multimc\mods" c:\users\Will\.minecraft\mods
The following command makes a linked folder or symlink from .minecraft\mods to multimc\mods
The linux command is a little easier,
ln -s /home/Will/.minecraft/mods /home/Will/multimc/mods
Copyright © 2024 MultiMC Contributors
General
MultiMC Help
- MultiMC settings
- Minecraft settings
- MultiMC Log settings
- Java settings
- Using the right Java
- Proxy settings
- Tools
- Switching update channels
Logs and troubleshooting
Instance Help
- Adding an Instance
- Instance Version
- Instance settings
- Loader mods
- Import Instance
- Export Instance
- Creating Instance Shortcuts
- Resource packs
- Screenshots management
- Jar Modding
- Notes
Development
Technical & In-depth
External