This file contains hidden or 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 bet Cylons wouldn't have this problem. | |
Time: 5/13/15 9:10 PM | |
Description: Exception in server tick loop | |
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Lcrazypants/enderio/item/ItemMagnet; | |
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) | |
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) | |
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) |
This file contains hidden or 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
INFO: Removing TConstruct Casting Recipe for :Copper Ingot | |
ERROR: Error executing aTinker.zs: null | |
java.lang.NullPointerException | |
at modtweaker2.mods.tconstruct.handlers.Casting$Remove.apply(Casting.java:69) | |
at minetweaker.runtime.MTTweaker.apply(MTTweaker.java:65) | |
at minetweaker.MineTweakerAPI.apply(MineTweakerAPI.java:173) | |
at modtweaker2.mods.tconstruct.handlers.Casting.removeTableRecipe(Casting.java:56) | |
at ATinker.__script__(aTinker.zs:12) | |
at __ZenMain__.run(aTinker.zs) | |
at minetweaker.runtime.MTTweaker.load(MTTweaker.java:157) |
This file contains hidden or 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
// Imports | |
import mods.tconstruct.Smeltery; | |
import mods.tconstruct.Casting; | |
// Remove Casting | |
Casting.removeBasinRecipe(<TConstruct:MetalBlock:3>); | |
Casting.removeBasinRecipe(<TConstruct:MetalBlock:5>); | |
Casting.removeBasinRecipe(<TConstruct:MetalBlock:9>); | |
Casting.removeBasinRecipe(<TConstruct:MetalBlock:4>); | |
Casting.removeBasinRecipe(<BigReactors:BRMetalBlock>); |
This file contains hidden or 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 ---- | |
// Shall we play a game? | |
Time: 5/23/15 12:22 AM | |
Description: Ticking block entity | |
java.lang.NullPointerException: Ticking block entity | |
at tconstruct.library.crafting.LiquidCasting.getCastingRecipe(LiquidCasting.java:167) | |
at tconstruct.smeltery.logic.CastingBlockLogic.castLiquid(CastingBlockLogic.java:445) | |
at tconstruct.smeltery.logic.CastingBlockLogic.func_145845_h(CastingBlockLogic.java:418) |
This file contains hidden or 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
:: SMP MODS :: | |
AgriCraft-1.3.1.jar | |
Alarmcraft-1.0.jar | |
AOBD-2.6.2.jar | |
appliedenergistics2-rv2-stable-3.jar | |
Aroma1997Core-1.0.2.13.jar | |
Aroma1997sDimensionalWorld-1.1.0.1.jar | |
ATG-0.12.0.jar | |
autopackager-1.5.3.jar | |
BiblioCraft-1.10.4.jar |
This file contains hidden or 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
[15:15:48] [Client thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientCustomPacketEvent@3dfa252a: | |
java.lang.IndexOutOfBoundsException: Index: 280, Size: 276 | |
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_45] | |
at java.util.ArrayList.get(Unknown Source) ~[?:1.8.0_45] | |
at vswe.stevesfactory.components.FlowComponent.readNetworkComponent(FlowComponent.java:1039) ~[FlowComponent.class:?] | |
at vswe.stevesfactory.blocks.TileEntityManager.readUpdatedData(TileEntityManager.java:612) ~[TileEntityManager.class:?] | |
at vswe.stevesfactory.network.PacketEventHandler.onClientPacket(PacketEventHandler.java:30) ~[PacketEventHandler.class:?] | |
at cpw.mods.fml.common.eventhandler.ASMEventHandler_730_PacketEventHandler_onClientPacket_ClientCustomPacketEvent.invoke(.dynamic) ~[?:?] | |
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] | |
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [E |
This file contains hidden or 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 ---- | |
// You're mean. | |
Time: 11/28/15 7:32 PM | |
Description: Exception in server tick loop | |
java.lang.NullPointerException: Exception in server tick loop | |
at net.quetzi.morpheus.SleepChecker.advanceToMorning(SleepChecker.java:67) | |
at net.quetzi.morpheus.SleepChecker.updatePlayerStates(SleepChecker.java:35) | |
at net.quetzi.morpheus.MorpheusEventHandler.worldTickEvent(MorpheusEventHandler.java:61) |
This file contains hidden or 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
val hammer = <ImmersiveEngineering:tool>; | |
val tier1hammer = hammer.withTag({multiblockInterdiction: {IE: "Excavator", IE: "ExcavatorDemo"}}); | |
recipes.addShaped(tier1hammer, [[null, <ore:cobblestone>, <minecraft:string>], [null, <ore:stickWood>, <ore:cobblestone>], [<ore:stickWood>, null, null]]); |
This file contains hidden or 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
Description: Exception in server tick loop | |
java.lang.IllegalArgumentException: Modifier is already applied on this attribute! | |
at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111121_a(SourceFile:74) | |
at ZombieAwareness.ZAUtil.giveRandomSpeedBoost(ZAUtil.java:124) | |
at ZombieAwareness.ZAUtil.spawnMobsAllowed(ZAUtil.java:752) | |
at ZombieAwareness.ZAUtil.spawnNewMobCave(ZAUtil.java:738) | |
at ZombieAwareness.ZAUtil.playerTick(ZAUtil.java:91) | |
at ZombieAwareness.ZombieAwareness.worldTick(ZombieAwareness.java:327) | |
at ZombieAwareness.ZombieAwareness.onTickInGame(ZombieAwareness.java:193) |
This file contains hidden or 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
Time: 5/23/16 12:15 AM | |
Description: Updating screen events | |
java.lang.ArrayIndexOutOfBoundsException: 6 | |
at mekanism.common.tile.component.TileComponentConfig.getOutput(TileComponentConfig.java:146) | |
at mekanism.common.tile.component.TileComponentConfig.getOutput(TileComponentConfig.java:141) | |
at mekanism.common.tile.TileEntityPRC.getTankInfo(TileEntityPRC.java:391) | |
at stevesaddons.asm.StevesHooks.getContentString(StevesHooks.java:261) | |
at stevesaddons.asm.StevesHooks.containerAdvancedSearch(StevesHooks.java:295) | |
at vswe.stevesfactory.components.ComponentMenuContainer$2.updateSearch(ComponentMenuContainer.java:139) |
OlderNewer