---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 8/18/16 6:05 PM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at net.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
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.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 831
Entity Name: Darkpixel797
Entity's Exact location: 442.50, 71.00, 911.50
Entity's Block location: World: (442,71,911), Chunk: (at 10,4,15 in 27,56; contains blocks 432,0,896 to 447,255,911), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Arcane Reality, my own creation. Also I found out that if I remove Thaumic Exploration, the game works fine. But, I would stil like to know what the problem is.
reinstalled latest version of thaumic exploration, still crashed
---- Minecraft Crash Report ----
// My bad.
Time: 8/22/16 8:05 AM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at net.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_756_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
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.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_756_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 181
Entity Name: Darkpixel797
Entity's Exact location: -463.50, 68.00, 966.50
Entity's Block location: World: (-464,68,966), Chunk: (at 0,4,6 in -29,60; contains blocks -464,0,960 to -449,255,975), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
The description page for Thaumic Exploration says it need Thaumcraft 4.1, but it looks like you have 4.2? Maybe that's it, try downgrading Thaumcraft to the last 4.1 version and see if that works. Also, it says you need build 72 or higher of Thaumic Tinkerer, can't tell from the load list what you have, but that's where I'd start.
Rollback Post to RevisionRollBack
D_B
To tell them how to live is to prevent them living.
You will have to downgrade everything else to work with Minecraft 1.7.2, or wait for Thaumic Exploration to be updated to work with Thaumcraft 4.2 or just leave out Thuamic Exploration completely. Those are your options.
There is also a link on the Thaumic Exploration page to an experimental 1.7.10 version, but it does not state what version of Thaumcraft it needs. It looks like Thaumcraft for 1.7.10 is version 4.2 so that might work as well. Since the last action on updating that mod was three months ago, you might have to face the fact that it won't be updated for a long time, or at all, and scrap the idea of having it in the modpack.
Crash Report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 8/18/16 6:05 PM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at net.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
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.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 831
Entity Name: Darkpixel797
Entity's Exact location: 442.50, 71.00, 911.50
Entity's Block location: World: (442,71,911), Chunk: (at 10,4,15 in 27,56; contains blocks 432,0,896 to 447,255,911), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1716836352 bytes (1637 MB) / 2437414912 bytes (2324 MB) up to 2437414912 bytes (2324 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2560m -Xmx2560m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 48, tcache: 0, allocated: 13, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 96 mods loaded, 96 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems 1.0.5.110.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJAAAA coloredlightscore{1.3.7.39} [Colored Lights Core] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util 1.9.jar)
UCHIJAAAA crazyores{2.0.7} [CrazyOres] ([1.7.10]CrazyOres V2.0.7.jar)
UCHIJAAAA abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar)
UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles 1.0.1.10.jar)
UCHIJAAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets 1.5.0c.jar)
UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether 1.6.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA AetherAspects{Alpha 1.7.10-1.2} [Aether Aspects] (AetherAspects-1.7.10-1.2.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (Ars Magica 2 1.4.0.009.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum 0.6.77.jar)
UCHIJAAAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJAAAA badmobs{1.0.1} [Bad Mobs] (BadMobs-1.0.1-1.7.10.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (Balkon's Weaponmod 1.14.3.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (Battlegear 2 1.0.8.3.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-Mod.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty 2.1.0.2027-universal.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJAAAA easycoloredlights{1.3.7.39} [Easy Colored Lights] (ColoredLightsCore-1.3.7.39.jar)
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAAAA DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA DynamicLights{1.3.7} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.7} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.13.30} [Ender Zoo] (EnderZoo-1.7.10-1.0.13.30.jar)
UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UCHIJAAAA ExtrabiomesXL{3.16.RC1} [ExtrabiomesXL] (ExtrabiomesXL 3.16.RC1.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAA gadomancy{1.0.7.2} [Gadomancy] (gadomancy-1.7.10-1.0.7.2.jar)
UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (Grimiore of Gaia 3 1.2.7.jar)
UCHIJAAAA Growthcraft{2.2.2} [Growthcraft] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Cellar{2.2.2} [Growthcraft Cellar] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Apples{2.2.2} [Growthcraft Apples] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Bamboo{2.2.2} [Growthcraft Bamboo] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Bees{2.2.2} [Growthcraft Bees] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Grapes{2.2.2} [Growthcraft Grapes] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Hops{2.2.2} [Growthcraft Hops] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Rice{2.2.2} [Growthcraft Rice] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion v1.8.5.jar)
UCHIJAAAA herdCraft{1.1} [HerdCraft] (HerdCraft-1.7.10-1.1.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAA movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
UCHIJAAAA primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
UCHIJAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike 1.5.0b.jar)
UCHIJAAAA RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCHIJAAAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCHIJAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAAAA TCBotaniaExoflame{1.0} [TCBotaniaExoflame] (TCBotaniaExoflame-1.7.10-1.4.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
UCHIJAAAA erebus{0.4.7} [Erebus] (TheErebus-0.4.7.jar)
UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (Twilight Forest 2.3.7.jar)
UCHIJAAAA AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod.jar)
UCHIJAAAA WarpTheory{1.7.10R1.0} [WarpTheory] (WarpTheory-1.7-1.0-24.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (Witchery 0.24.1.jar)
UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: Environment healthy.
Hardcore Ender Expansion: CAUTION! Ars Magica 2 is not supported by HEE, if the crash is caused by a conflict of the two mods, it will very likely not be possible to fix.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Darkpixel797'/831, l='Creative', x=442.50, y=71.00, z=911.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
what modpack is this?
He who has not seen all, can not obtain all.
Arcane Reality, my own creation. Also I found out that if I remove Thaumic Exploration, the game works fine. But, I would stil like to know what the problem is.
if its working without Thaumic Exploration, then you're probably using an out of date version of Thaumic Exploration
He who has not seen all, can not obtain all.
reinstalled latest version of thaumic exploration, still crashed
---- Minecraft Crash Report ----
// My bad.
Time: 8/22/16 8:05 AM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at net.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_756_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
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.minecraft.entity.EntityLivingBase.func_70660_b(EntityLivingBase.java:627)
at flaxbeard.thaumicexploration.event.TXBootsEventHandler.livingTick(TXBootsEventHandler.java:234)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_756_TXBootsEventHandler_livingTick_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 181
Entity Name: Darkpixel797
Entity's Exact location: -463.50, 68.00, 966.50
Entity's Block location: World: (-464,68,966), Chunk: (at 0,4,6 in -29,60; contains blocks -464,0,960 to -449,255,975), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1876169528 bytes (1789 MB) / 2578448384 bytes (2459 MB) up to 2578448384 bytes (2459 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2560m -Xmx2560m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 97 mods loaded, 97 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems 1.0.5.110.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJAAAA coloredlightscore{1.3.7.39} [Colored Lights Core] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util 1.9.jar)
UCHIJAAAA crazyores{2.0.7} [CrazyOres] ([1.7.10]CrazyOres V2.0.7.jar)
UCHIJAAAA abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar)
UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles 1.0.1.10.jar)
UCHIJAAAA adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets 1.5.0c.jar)
UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether 1.6.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA AetherAspects{Alpha 1.7.10-1.2} [Aether Aspects] (AetherAspects-1.7.10-1.2.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (Ars Magica 2 1.4.0.009.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum 0.6.77.jar)
UCHIJAAAA Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
UCHIJAAAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJAAAA badmobs{1.0.1} [Bad Mobs] (BadMobs-1.0.1-1.7.10.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (Balkon's Weaponmod 1.14.3.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (Battlegear 2 1.0.8.3.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-Mod.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty 2.1.0.2027-universal.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJAAAA easycoloredlights{1.3.7.39} [Easy Colored Lights] (ColoredLightsCore-1.3.7.39.jar)
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAAAA DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA DynamicLights{1.3.7} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.7} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.13.30} [Ender Zoo] (EnderZoo-1.7.10-1.0.13.30.jar)
UCHIJAAAA ExtrabiomesXL{3.16.RC1} [ExtrabiomesXL] (ExtrabiomesXL 3.16.RC1.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAA gadomancy{1.0.7.2} [Gadomancy] (gadomancy-1.7.10-1.0.7.2.jar)
UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (Grimiore of Gaia 3 1.2.7.jar)
UCHIJAAAA Growthcraft{2.2.2} [Growthcraft] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Cellar{2.2.2} [Growthcraft Cellar] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Apples{2.2.2} [Growthcraft Apples] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Bamboo{2.2.2} [Growthcraft Bamboo] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Bees{2.2.2} [Growthcraft Bees] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Grapes{2.2.2} [Growthcraft Grapes] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Hops{2.2.2} [Growthcraft Hops] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA Growthcraft|Rice{2.2.2} [Growthcraft Rice] (growthcraft-2.2.2-complete.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion v1.8.5.jar)
UCHIJAAAA herdCraft{1.1} [HerdCraft] (HerdCraft-1.7.10-1.1.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAA movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
UCHIJAAAA primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
UCHIJAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike 1.5.0b.jar)
UCHIJAAAA RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCHIJAAAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCHIJAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAAAA TCBotaniaExoflame{1.0} [TCBotaniaExoflame] (TCBotaniaExoflame-1.7.10-1.4.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-55.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
UCHIJAAAA erebus{0.4.7} [Erebus] (TheErebus-0.4.7.jar)
UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (Twilight Forest 2.3.7.jar)
UCHIJAAAA AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (Witchery 0.24.1.jar)
UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: Environment healthy.
Hardcore Ender Expansion: CAUTION! Ars Magica 2 is not supported by HEE, if the crash is caused by a conflict of the two mods, it will very likely not be possible to fix.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Darkpixel797'/181, l='Creaative', x=-463.50, y=68.00, z=966.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Does Thaumic Exploration work on it's own (no other Mods)? This crash report suggests it's a problem with that mod and nothing else.
I am an administrator on the Advent of Ascension Wiki.
Why fire trucks are red:
A fire truck has 8 wheels and 4 people inside.
8 + 4 = 12
There are 12 inches in a foot
A Foot is a ruler
Queen Elizabeth was a ruler
Queen Elizabeth was also a ship
The ship sailed at sea
The sea had fish
The fish had fins
The Finns attacked the Russians
The Russians were red
Red has three letters
There are three sides to a triangle...
The description page for Thaumic Exploration says it need Thaumcraft 4.1, but it looks like you have 4.2? Maybe that's it, try downgrading Thaumcraft to the last 4.1 version and see if that works. Also, it says you need build 72 or higher of Thaumic Tinkerer, can't tell from the load list what you have, but that's where I'd start.
D_B
To tell them how to live is to prevent them living.
I removed all other thaumcraft addons except for Thaumic Exploration and it still crashed, and Thaumcraft 4.1 is no longer available for download.
since thaumcraft 4.1 isnt available, update or downgrade the other mods you have to work with thaumcraft 4.2
He who has not seen all, can not obtain all.
Check the older download links on this page, sure looks like Thaumcraft 4.1.1.114 is available.
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1292130-thaumcraft-5-2-4-updated-2016-3-17
You will have to downgrade everything else to work with Minecraft 1.7.2, or wait for Thaumic Exploration to be updated to work with Thaumcraft 4.2 or just leave out Thuamic Exploration completely. Those are your options.
There is also a link on the Thaumic Exploration page to an experimental 1.7.10 version, but it does not state what version of Thaumcraft it needs. It looks like Thaumcraft for 1.7.10 is version 4.2 so that might work as well. Since the last action on updating that mod was three months ago, you might have to face the fact that it won't be updated for a long time, or at all, and scrap the idea of having it in the modpack.
http://jenkins.nekokittygames.com:8080/view/Thaumic Explorer/job/Thaumic Explorer/
D_B
To tell them how to live is to prevent them living.