-
-
Notifications
You must be signed in to change notification settings - Fork 884
FAQ
There are many issues possible with this, here are some issues and solutions.
This is a very frequently addressed problem. Please read this dedicated wiki article Using the right Java to setup the correct Java version.
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 are trying to load a heavy instance with lots of mods, you may need to allocate more maximum memory to the instance. You can do this by:
- Right-click the instance and choose "Instance settings"
- Under the Java tab, check the "Memory" checkbox
- Raise the "Maximum memory allocation" to 2048MB
More details here: Increasing Java's memory allocation
If your issue is still not resolved you can ask for help in our discord server.
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.
You need to update your graphics drivers. If they are already the latest and you are using an Intel GPU read Unsupported Intel GPUs
- AMD: http://support.amd.com/en-us/download
- NVidia: http://www.nvidia.com/Download/index.aspx?lang=en-us
- Intel: https://downloadcenter.intel.com/
Minecraft login can be blocked by several issues:
You can first check the Mojang Status Twitter, if the auth and session servers are having issues, you just have to wait. When there's no known issues, your network access might be broken or filtered. You can join us on Discord to help you troubleshoot.
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).
Self-explanatory
- On Minecraft's main menu, click "Options"
- Click "Video settings"
- Lower the render distance
- Set "Graphics" to "Fast" instead of "Fancy"
- Set "Smooth Lighting" to "Minimum" instead of "Maximum"
- Turn on VBOs if the option is available (will yield a large performance boost on AMD systems)
- Set Mipmap Levels to 0
Sometimes (or often if you click happy or a more novice user), you end up installing PUPs on your PC along with what you intended to install, which then adds bloat and causes performance regression - especially on the CPU side of things which Minecraft is most sensitive to.
Use the following steps to help reduce the number of third-party background processes (these instructions apply to Windows 8/8.1/10 - if you are using Windows 7, consider upgrading to a newer and more efficient OS first):
-
Press Ctrl + Alt + Del and open Task Manager
-
Go to the Startup tab in Task Manager
-
Click on "Startup impact" so that it sorts the items from highest impact to lowest impact
-
Click on a each high impact item you don't want running in the background constantly as soon as your computer turns on and click the Disable button.
-
Do the same for medium impact items. NOTE: Do not disable startup items by the publishers AMD, Intel, NVidia, Realtek or Microsoft as these may be required for your computer to work optimally.
-
Close task manager and press Win + R to open the run prompt
-
Enter
msconfig
in the run prompt (without the "") and click "OK" -
Go to the Services tab and make sure the "Hide all Microsoft services" checkbox is checked
-
Same as with the startup items, disable any third-party background services you don't want running in the background WARNING: Do not disable services by the publishers AMD, Intel, NVidia, Realtek or Microsoft as these are required for your computer to work properly.
-
Finally, restart your computer to apply the changes. If anything goes wrong, undo your changes by following these steps backwards or join us on Discord for further support.
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