2. Common Errors¶
This section explains some common errors you can experience when installing or running the mod.
2.1. Installer Errors¶
Before checking these errors, check that all minecraft windows and launchers are closed before attempting an installation. Also make sure no other applications are using the java program.
2.1.1. An error occurred while running installer. Error code: (some non-zero number)¶
Unknown cause, you will have to attempt a manual install.
2.1.2. Unable to replace invaild library¶
Remember to close Minecraft and any other programs that could be using java.
2.2. Minecraft Errors¶
2.2.1. Instant Crash¶
Make sure you dedicate enough ram to the modpack by changing the JVM arguments
Possible Fix:
1.a (Windows) Press the keys “Windows+R.”
1.b. (MacOS) Open Finder.
1.c. (Linux) Open a terminal window by pressing “Control+Alt+T.”
2.a. (Windows) Paste in this text
%AppData%\.buildtheearth\options.txt
2.b. (MacOS) Paste in this text
~/Library/Application/Support/.buildtheearth/options.txt
2.c. (Linux) Paste in this text, and then go to Step 6
sed 's/fullscreen:true/fullscreen:false/' ~/.buildtheearth/options.txt
Press “Ctrl+F.”
Search for “fullscreen”
Replace “true” with “false”
Restart Minecraft