This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tempfile | |
import os | |
import subprocess | |
import functools | |
import time | |
JAVA_NAME = 'java' | |
JAVA_OPTIONS = ['-server', '-Xmx4g', '-jar'] | |
SAT4J_PB = r'C:\Dev\sat4j\sat4j-pb.jar' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I just don't know what went wrong :( | |
Time: 15/04/15 10:49 AM | |
Description: Exception in server tick loop | |
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: newBiospheresMod.BlockDome.func_149751_l()Z | |
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) | |
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692) | |
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) |