Skip to content

Instantly share code, notes, and snippets.

[13:38:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:38:29] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:38:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[13:38:29] [main/INFO]: Forge Mod Loader version 7.10.85.1223 for Minecraft 1.7.10 loading
[13:38:29] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:38:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:38:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:29] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:38:15] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[13:38:18] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:38:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager
[13:38:16] [main/INFO] [FML/]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[13:38:18] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:38:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:38:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:38:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:38:22] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:38:22] [main/INFO] [LaunchWrapper/]: Calling twe
[13:32:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:32:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:32:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
(255,0,0)
(255,1,0)
(255,2,0)
(255,3,0)
(255,4,0)
(255,5,0)
(255,6,0)
(255,7,0)
(255,8,0)
(255,9,0)
[14:40:57] [Server thread/ERROR] [FML]: Caught exception from eng_toolbox
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.7.0_67]
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2532) ~[?:1.7.0_67]
at java.lang.Class.getConstructor0(Class.java:2842) ~[?:1.7.0_67]
at java.lang.Class.newInstance(Class.java:345) ~[?:1.7.0_67]
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113) ~[SimpleNetworkWrapper.class:?]
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106) ~[SimpleNetworkWrapper.class:?]
at emasher.sockets.SocketsMod.preInit(SocketsMod.java:234) ~[SocketsMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
[15:11:35] [Client thread/ERROR] [FML]: Caught exception from emashercore
java.lang.NoClassDefFoundError: emasher/core/block/BlockMixedDirt
at emasher.core.EmasherCore.load(EmasherCore.java:276) ~[EmasherCore.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_67]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[forgeSrc-1.7.10-10.13.1.1217.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_67]
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 1/26/15 1:25 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at org.getlwc.EventHelper.onPlayerQuit(EventHelper.java:129)
at org.getlwc.forge.listeners.ForgeListener.playerQuit(ForgeListener.java:69)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_649_ForgeListener_playerQuit_PlayerLoggedOutEvent.invoke(.dynamic)
[20:18:27] [User Authenticator #1/INFO]: UUID of player Brycey92 is 8527ba19-65f0-4a96-ba9c-efe6defb6c73
[20:18:28] [Netty IO #2/INFO]: Client protocol version 1
[20:18:28] [Netty IO #2/INFO]: Client attempting to join with 156 mods : ExtraUtilities@1.2.1,openprinter@0.1.0.102,OpenComputers@1.4.6.30,BiblioCraft@1.9.1,Opis@1.2.3,MineFactoryReloaded|CompatRailcraft@1.7.10R2.8.0RC6,MineFactoryReloaded|CompatMystcraft@1.7.10R2.8.0RC6,gascraft@2.1.0.1,TiCTooltips@1.1.11b,davincing@1710.1.4,MineFactoryReloaded|CompatRP2@1.7.10R2.8.0RC6,secretroomsmod@4.7.1,Backpack@2.0.1,WR-CBE|Core@1.4.1.9,ObsidiPlates@3.0.0.18,MapWriter@2.1.1,NEIAddons|CraftingTables@1.12.3.11,NEIAddons|ExNihilo@1.12.3.11,Treecapitator@1.7.10,openlights@0.1.0.18,thaumcraftneiplugin@1.7.10-1.6a,Forestry@3.3.0.358-unstable,FastCraft@1.16,GalacticraftCore@3.0.8,IronChest@6.0.62.742,GalaxyCraftAddons@1.1.0,CodeChickenCore@1.0.4.35,notenoughkeys@@MOD_VERSION@,ProjRed|Transportation@4.5.8.59,Natura@2.2.0,Railcraft@9.4.0.0,advancedgenetics@1.5.7,Immibis
This file has been truncated, but you can view the full file.
[20:10:32] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:10:32] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:10:32] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:10:32] [main/INFO]: Forge Mod Loader version 7.10.85.1240 for Minecraft 1.7.10 loading
[20:10:34] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_72, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[20:10:34] [main/INFO]: [AppEng] Core Init
[20:10:42] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.1.1.320 is newer than request 1.1.0.314
[20:10:43] [main/INFO]: LCCoreMod ready for action!
[20:10:43] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[20:10:43] [main/WARN]: Missing @MCVersion: codechicken.core