Skip to content

Instantly share code, notes, and snippets.

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 29/03/16 9:31 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
This file has been truncated, but you can view the full file.
[11:07:41] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[11:07:41] [main/INFO] [FML/]: Forge Mod Loader version 7.99.39.1566 for Minecraft 1.7.10 loading
[11:07:41] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[11:07:41] [main/DEBUG] [FML/]: Java classpath at launch is C:/Users/Andrew/Desktop/mmc-stable-win32/MultiMC/jars/NewLaunch.jar
[11:07:41] [main/DEBUG] [FML/]: Java library path at launch is C:/Users/Andrew/Desktop/mmc-stable-win32/MultiMC/instances/Labyrinthian/natives
[11:07:41] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[11:07:42] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[11:07:42] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[11:07:42] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[11:07:42] [main/DEBUG] [FML/]: Instantiating coremod cla
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 03/04/16 4:03 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at chylex.hee.system.integration.handlers.ArsMagicaFixIntegration.am2NullWorldConstructionWorkaround(ArsMagicaFixIntegration.java:38)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1865_ArsMagicaFixIntegration_am2NullWorldConstructionWorkaround_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
MultiMC version: 0.4.11-751
Minecraft folder is:
instances/Labyrinthian/minecraft
Java path is:
C:/Program Files/Java/jre7/bin/javaw.exe
Java Arguments:
[-Xss1024K, -Dlegacy.debugClassLoading=true, -Dlegacy.debugClassLoadingFiner=true, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx4096m, -XX:PermSize=512m, -Duser.language=en, -jar, C:/Users/Andrew/Desktop/mmc-stable-win32/MultiMC/jars/NewLaunch.jar]
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 28/05/16 9:34 PM
Description: Unexpected error
java.lang.NoSuchFieldError: patternTab
at mcp.mobius.waila.overlay.Tooltip.<init>(Tooltip.java:110)
at mcp.mobius.waila.overlay.Tooltip.<init>(Tooltip.java:99)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:99)
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 17/06/16 3:45 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:59)
at brassutils.common.lib.ForgeEventHandler.onLivingDrops(ForgeEventHandler.java:68)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_448_ForgeEventHandler_onLivingDrops_LivingDropsEvent.invoke(.dynamic)
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 17/06/16 4:55 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at am2.playerextensions.ExtendedProperties.getMaxMana(ExtendedProperties.java:277)
at am2.playerextensions.ExtendedProperties.manaBurnoutTick(ExtendedProperties.java:1104)
at am2.AMEventHandler.onEntityLiving(AMEventHandler.java:328)
---- Minecraft Crash Report ----
// Why did you do that?
Time: 22/06/16 12:06 AM
Description: Exception while updating neighbours
java.lang.NullPointerException: Exception while updating neighbours
at brassutils.common.lib.ForgeEventHandler.onBonemealed(ForgeEventHandler.java:101)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_457_ForgeEventHandler_onBonemealed_BonemealEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 22/06/16 9:16 PM
Description: Ticking block entity
java.lang.IllegalAccessError: tried to access method jp.mc.ancientred.starminer.core.entity.EntityLivingGravitized.func_70664_aZ()V from class portalgun.common.tileentity.TileEntityPortalMod
at portalgun.common.tileentity.TileEntityPortalMod.portalEntity(TileEntityPortalMod.java:997)
at portalgun.common.tileentity.TileEntityPortalMod.func_145845_h(TileEntityPortalMod.java:699)
at net.minecraft.world.World.func_72939_s(World.java:1939)
[04:30:38] [NEI Item Filtering/ERROR]: Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@2c962a24:
java.lang.NullPointerException
at net.ilexiconn.llibrary.server.util.ModUtils.getModNameForItem(ModUtils.java:54) ~[ModUtils.class:?]
at net.ilexiconn.llibrary.server.util.ModUtils.getModNameForStack(ModUtils.java:37) ~[ModUtils.class:?]
at net.ilexiconn.llibrary.client.ClientEventHandler.onItemTooltip(ClientEventHandler.java:98) ~[ClientEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_790_ClientEventHandler_onItemTooltip_ItemTooltipEvent.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:140) [EventBus.class:?]
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:169) [ForgeEventFactory.class:?]
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626) [a