Not very heavily modded, around 84-90 mods. Works fine for a while then I got this crash report.
Could anyone please help?
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 7/6/16 1:53 AM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_254_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:101)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70652_k(Entity_SpecialSpider.java:214)
at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
at net.minecraft.entity.monster.EntitySpider.func_70785_a(SourceFile:97)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70785_a(Entity_SpecialSpider.java:176)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70626_be(Entity_SpecialSpider.java:115)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:452)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70636_d(Entity_SpecialSpider.java:107)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:272)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:32)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_254_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:101)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70652_k(Entity_SpecialSpider.java:214)
at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
at net.minecraft.entity.monster.EntitySpider.func_70785_a(SourceFile:97)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70785_a(Entity_SpecialSpider.java:176)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70626_be(Entity_SpecialSpider.java:115)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:452)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70636_d(Entity_SpecialSpider.java:107)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:272)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:32)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
-- Entity being ticked --
Details:
Entity Type: SpecialMobs.MotherSpider (toast.specialMobs.entity.spider.EntityMotherSpider)
Entity ID: 290620
Entity Name: Mother Spider
Entity's Exact location: 172.75, 71.00, 397.37
Entity's Block location: World: (172,71,397), Chunk: (at 12,4,13 in 10,24; contains blocks 160,0,384 to 175,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.02, -0.08, -0.04
Stacktrace:
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
-- Affected level --
Details:
Level name: Survival
All players: 1 total; [GCEntityPlayerMP['MCPandora'/179524, l='Survival', x=173.70, y=70.75, z=395.65]]
Chunk stats: ServerChunkCache: 711 Drop: 0
Level seed: 3593040069628446498
Level generator: ID 04 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (115,64,136), Chunk: (at 3,4,8 in 7,8; contains blocks 112,0,128 to 127,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 13990 game time, 13990 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 150482 (now: false), thunder time: 122664 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Not very heavily modded, around 84-90 mods. Works fine for a while then I got this crash report.
Could anyone please help?
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 7/6/16 1:53 AM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_254_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:101)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70652_k(Entity_SpecialSpider.java:214)
at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
at net.minecraft.entity.monster.EntitySpider.func_70785_a(SourceFile:97)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70785_a(Entity_SpecialSpider.java:176)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70626_be(Entity_SpecialSpider.java:115)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:452)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70636_d(Entity_SpecialSpider.java:107)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:272)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:32)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.subaraki.gravestone.handler.GravestoneEventHandler.addOtherInventory(GravestoneEventHandler.java:286)
at net.subaraki.gravestone.handler.GravestoneEventHandler.placeGrave(GravestoneEventHandler.java:193)
at net.subaraki.gravestone.handler.GravestoneEventHandler.onDeathEvent(GravestoneEventHandler.java:130)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_254_GravestoneEventHandler_onDeathEvent_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:405)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:79)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:101)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70652_k(Entity_SpecialSpider.java:214)
at net.minecraft.entity.monster.EntityMob.func_70785_a(SourceFile:126)
at net.minecraft.entity.monster.EntitySpider.func_70785_a(SourceFile:97)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70785_a(Entity_SpecialSpider.java:176)
at net.minecraft.entity.EntityCreature.func_70626_be(SourceFile:63)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70626_be(Entity_SpecialSpider.java:115)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:452)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at toast.specialMobs.entity.spider.Entity_SpecialSpider.func_70636_d(Entity_SpecialSpider.java:107)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:272)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:32)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:347)
at net.minecraft.world.World.func_72939_s(World.java:1887)
-- Entity being ticked --
Details:
Entity Type: SpecialMobs.MotherSpider (toast.specialMobs.entity.spider.EntityMotherSpider)
Entity ID: 290620
Entity Name: Mother Spider
Entity's Exact location: 172.75, 71.00, 397.37
Entity's Block location: World: (172,71,397), Chunk: (at 12,4,13 in 10,24; contains blocks 160,0,384 to 175,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.02, -0.08, -0.04
Stacktrace:
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
-- Affected level --
Details:
Level name: Survival
All players: 1 total; [GCEntityPlayerMP['MCPandora'/179524, l='Survival', x=173.70, y=70.75, z=395.65]]
Chunk stats: ServerChunkCache: 711 Drop: 0
Level seed: 3593040069628446498
Level generator: ID 04 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (115,64,136), Chunk: (at 3,4,8 in 7,8; contains blocks 112,0,128 to 127,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 13990 game time, 13990 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 150482 (now: false), thunder time: 122664 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.11.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 516129256 bytes (492 MB) / 3319267328 bytes (3165 MB) up to 3817865216 bytes (3641 MB)
Mod Pack: Unknown / None
LiteLoader Mods: 1 loaded mod(s)
- VoxelMap version 1.6.15
LaunchWrapper: 54 active transformer(s)
- Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
- Transformer: optifine.OptiFineClassTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: net.minecraftforge.classloading.FluidIdTransformer
- Transformer: codechicken.lib.asm.ClassHeirachyManager
- Transformer: codechicken.core.asm.InterfaceDependancyTransformer
- Transformer: codechicken.core.asm.TweakTransformer
- Transformer: codechicken.core.asm.DelegatedTransformer
- Transformer: codechicken.core.asm.DefaultImplementationTransformer
- Transformer: atomicstryker.dynamiclights.common.DLTransformer
- Transformer: myrathi.infinibows.asm.BowTransformer
- Transformer: invtweaks.forge.asm.ContainerTransformer
- Transformer: micdoodle8.mods.miccore.MicdoodleTransformer
- Transformer: codechicken.nei.asm.NEITransformer
- Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
- Transformer: me.guichaguri.betterfps.transformers.MathTransformer
- Transformer: me.guichaguri.betterfps.transformers.EventTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
- Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
- Transformer: mods.battlegear2.coremod.transformers.BattlegearAccessTransformer
- Transformer: me.superckl.biometweaker.core.BiomeTweakerCore
- Transformer: codechicken.core.asm.CodeChickenAccessTransformer
- Transformer: cofh.asm.CoFHAccessTransformer
- Transformer: invtweaks.forge.asm.ITAccessTransformer
- Transformer: micdoodle8.mods.miccore.MicdoodleAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
- Transformer: me.superckl.biometweaker.core.BiomeTweakerASMTransformer
- Transformer: cofh.asm.CoFHClassTransformer
- Transformer: com.gildedgames.util.threadedlighting.asm.TLTransformer
- Transformer: squeek.applecore.asm.TransformerModuleHandler
- Transformer: mods.battlegear2.coremod.transformers.EntityPlayerTransformer
- Transformer: mods.battlegear2.coremod.transformers.ModelBipedTransformer
- Transformer: mods.battlegear2.coremod.transformers.NetClientHandlerTransformer
- Transformer: mods.battlegear2.coremod.transformers.NetServerHandlerTransformer
- Transformer: mods.battlegear2.coremod.transformers.PlayerControllerMPTransformer
- Transformer: mods.battlegear2.coremod.transformers.ItemRendererTransformer
- Transformer: mods.battlegear2.coremod.transformers.MinecraftTransformer
- Transformer: mods.battlegear2.coremod.transformers.ItemStackTransformer
- Transformer: mods.battlegear2.coremod.transformers.ItemInWorldTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityAIControlledByPlayerTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityOtherPlayerMPTransformer
- Transformer: fastcraft.J
- Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
- Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
- Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
JVM Flags: 1 total; -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 42, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D6 90 mods loaded, 89 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAAAAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAAAAAAAAAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAAAAAAAAAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
UCHIJAAAAAAAAAAAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAAAAAAAAAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAAAAAAAAAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAAAAAAAAAAAAAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCHIJAAAAAAAAAAAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAAAAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAAAAAAAAAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAAAAAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets-1.7.10-1.5.0c.jar)
UCHIJAAAAAAAAAAAAAA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
UCHIJAAAAAAAAAAAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAAAAAAAAAAAA Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar)
UCHIJAAAAAAAAAAAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAAAAAAAAAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAAAAAAAAAAAA iChunUtil{4.2.1} [iChunUtil] (iChunUtil-4.2.1.jar)
UCHIJAAAAAAAAAAAAAA Grinder{4.0.0} [Grinder] (AttachableGrinder-4.0.0.jar)
UCHIJAAAAAAAAAAAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAAAAAAAAAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAAAAAAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAAAAAAAAAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAAAAAAAAAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCHIJAAAAAAAAAAAAAA BiblioWoodsBoP{1.7} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.7].jar)
UCHIJAAAAAAAAAAAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAAAAAAAAAAAA Forestry{4.2.14.62} [Forestry for Minecraft] (forestry_1.7.10-4.2.14.62.jar)
UCHIJAAAAAAAAAAAAAA BiblioWoodsForestry{1.5} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.5].jar)
UCHIJAAAAAAAAAAAAAA BiomeTweaker{1.2.128} [BiomeTweaker] (BiomeTweaker-1.7.10-1.2.128.jar)
UCHIJAAAAAAAAAAAAAA cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAAAAAAAAAAAA ChestTransporter{2.0.3} [Chest Transporter] (ChestTransporter-2.0.3-MC1.7.10.jar)
UCHIJAAAAAAAAAAAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0 (1).zip)
UCHIJAAAAAAAAAAAAAA doggytalents{v1.9.0h} [Doggy Talents] (DoggyTalents-1.7.10-v1.9.0h-universal.jar)
UCHIJAAAAAAAAAAAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAAAAAAAAAAAA dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAAAAAAAAAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAAAAAAA rftlhc{1.7.10} [Rotten Flesh to Leather HC] (Forge SSP SMP - Rotten Flesh HC 1.7.2 1.7.10.jar)
UCHIJAAAAAAAAAAAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJAAAAAAAAAAAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAAAAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAAAAAAA gravestonemod{1.7.10} [Gravestones] (GraveStones 1.7.10 -3.jar)
UCHIJAAAAAAAAAAAAAA InfernalMobs{1.6.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAAAAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10 (1).jar)
UCHIJAAAAAAAAAAAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAAAAAAAAAAAA levels{r3.0.1} [Levels] (Levels-1.7.10-r3.0.1.jar)
UCHIJAAAAAAAAAAAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAAAAAAAAAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAAAAAAAAAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJAAAAAAAAAAAAAA millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar)
UCHIJAAAAAAAAAAAAAA MobAmputation{4.0.1} [MobAmputation] (MobAmputation-4.0.1.jar)
UCHIJAAAAAAAAAAAAAA MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar)
UCHIJAAAAAAAAAAAAAA Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHIJAAAAAAAAAAAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAAAAAAAAAAAA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
UCHIJAAAAAAAAAAAAAA quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
UCHIJAAAAAAAAAAAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJAAAAAAAAAAAAAA RTG{1.7.10-1.0.1} [Realistic Terrain Generation] (RTG-1.7.10-1.0.1.jar)
UCHIJAAAAAAAAAAAAAA SpecialAI{1.1.2} [Special AI] (SpecialAI-1.7.10-1.1.2.jar)
UCHIJAAAAAAAAAAAAAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCHIJAAAAAAAAAAAAAA SpiceOfLife{1.3.2} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.2.jar)
UCHIJAAAAAAAAAAAAAA tinkersdefense{1.2} [Tinkers' Defense] (Tinkers-Defense-1.2.1.jar)
UCHIJAAAAAAAAAAAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAAAAAAAAAAAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAAAAAAAAAAAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
UCHIJAAAAAAAAAAAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAAAAAAAAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAAAAAAAAAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAAAAAAAAAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0 (1).jar)
UCHIJAAAAAAAAAAAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UD BiomeTweakerCore{1.2.128} [BiomeTweaker Core] (minecraft.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
CoFHCore: -[1.7.10]3.1.2-325
TConstruct Environment: Environment healthy.
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['MCPandora'/179524, l='Survival', x=173.70, y=70.75, z=395.65]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 2.1 NVIDIA-10.10.10 310.42.25f01
OpenGlRenderer: NVIDIA GeForce GTX 680MX OpenGL Engine
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTry reducing your render distance.
Former everything.
How to get dxdiag
That would make sense @grimallq I was just about to die.