MageTech-gate / Release

0 stars 0 forks source link

Crash: Ticking player #10

Open vagaprime opened 8 years ago

vagaprime commented 8 years ago

YAMPST - Open source mod pack statistics tracker

Crash report collection powered by YAMPST.

Environment data:

Key Value
Mod pack version v1.6
Minecraft version 1.7.10
Side Client side

Comments by pack administrator:

Fastcraft/Restructured crash> > reported through yampst. no extra info available.

Full crash report:

---- Minecraft Crash Report ----
// You're mean.

Time: 3/28/16 8:19 PM
Description: Ticking player

java.lang.NullPointerException: Ticking player
    at org.blockartistry.mod.Restructured.component.SchematicStructure.func_143012_a(SchematicStructure.java:67)
    at net.minecraft.world.gen.structure.StructureComponent.func_143010_b(StructureComponent.java:46)
    at net.minecraft.world.gen.structure.StructureStart.func_143021_a(StructureStart.java:80)
    at net.minecraft.world.gen.structure.MapGenStructure.func_143026_a(MapGenStructure.java:282)
    at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:95)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
    at fastcraft.a.d.a(F:84)
    at fastcraft.Hooks.r(F:137)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)
    at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnWatch(WorldExtensionManager.java:108)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_1562_WorldExtensionEventHandler_onChunkUnWatch_UnWatch.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.minecraft.server.management.PlayerManager$PlayerInstance.func_73252_b(PlayerManager.java:443)
    at net.minecraft.server.management.PlayerManager.func_72695_c(PlayerManager.java:212)
    at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:237)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
    at net.minecraft.server.management.ServerConfigurationManager.func_72356_a(ServerConfigurationManager.java:492)
    at net.minecraft.entity.player.EntityPlayerMP.func_71027_c(EntityPlayerMP.java:529)
    at net.minecraft.entity.Entity.func_70030_z(Entity.java:363)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:193)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561)
    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.func_148833_a(SourceFile:8)
    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 org.blockartistry.mod.Restructured.component.SchematicStructure.func_143012_a(SchematicStructure.java:67)
    at net.minecraft.world.gen.structure.StructureComponent.func_143010_b(StructureComponent.java:46)
    at net.minecraft.world.gen.structure.StructureStart.func_143021_a(StructureStart.java:80)
    at net.minecraft.world.gen.structure.MapGenStructure.func_143026_a(MapGenStructure.java:282)
    at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:95)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
    at fastcraft.a.d.a(F:84)
    at fastcraft.Hooks.r(F:137)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)
    at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnWatch(WorldExtensionManager.java:108)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_1562_WorldExtensionEventHandler_onChunkUnWatch_UnWatch.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.minecraft.server.management.PlayerManager$PlayerInstance.func_73252_b(PlayerManager.java:443)
    at net.minecraft.server.management.PlayerManager.func_72695_c(PlayerManager.java:212)
    at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:237)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
    at net.minecraft.server.management.ServerConfigurationManager.func_72356_a(ServerConfigurationManager.java:492)
    at net.minecraft.entity.player.EntityPlayerMP.func_71027_c(EntityPlayerMP.java:529)
    at net.minecraft.entity.Entity.func_70030_z(Entity.java:363)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:193)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561)
    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: 482
    Entity Name: Sethalidos
    Entity's Exact location: 904.00, 67.50, -3.00
    Entity's Block location: World: (904,67,-3), Chunk: (at 8,4,13 in 56,-1; contains blocks 896,0,-16 to 911,255,-1), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
    Entity's Momentum: 0.00, -0.08, 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.func_148833_a(SourceFile:8)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Ticking connection --
Details:
    Connection: net.minecraft.network.NetworkManager@6450de67
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_65, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1311024312 bytes (1250 MB) / 3400568832 bytes (3243 MB) up to 8520204288 bytes (8125 MB)
    JVM Flags: 7 total; -Xms256M -Xmx8192M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 171 mods loaded, 165 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] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar) 
    UCHIJAAAA   Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar) 
    UCHIJAAAA   AM2-Preloader{0.0.3} [AMCore] (minecraft.jar) 
    UCHIJAAAA   appliedenergistics2-core{rv2-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) 
    UCHIJAAAA   CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
    UCHIJAAAA   ivtoolkit{IvToolkit} [1.2] (minecraft.jar) 
    UCHIJAAAA   LambdaLib|Core{1.1.1} [LambdaLib|Core] (minecraft.jar) 
    UCHIJAAAA   LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar) 
    UCHIJAAAA   MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) 
    UCHIJAAAA   Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
    UCHIJAAAA   NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar) 
    UCHIJAAAA   OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJAAAA   PlayerAPI{1.4} [Player API] (minecraft.jar) 
    UCHIJAAAA   WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar) 
    UCHIJAAAA   OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar) 
    UCHIJAAAA   <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    UCHIJAAAA   battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar) 
    UCHIJAAAA   Pistronics2{0.6.3} [Pistronics 2] (1.7.10-Pistronics2-v0.6.3.jar) 
    UCHIJAAAA   AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) 
    UCHIJAAAA   arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar) 
    UCHIJAAAA   LambdaLib{1.1.1} [LambdaLib] (LambdaLib-1.1.1.jar) 
    UCHIJAAAA   CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar) 
    UCHIJAAAA   academy-craft{1.0pr3_1} [Academy Craft] (AcademyCraft-1.0pr3_1.jar) 
    UCHIJAAAA   AgriCraft{1.7.10-1.4.6-hotfix} [AgriCraft] (AgriCraft-1.7.10-1.4.6-hotfix.jar) 
    UCHIJAAAA   AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar) 
    UCHIJAAAA   BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) 
    UCHIJAAAA   appliedenergistics2{rv2-stable-1} [Applied Energistics 2] (appliedenergistics2-rv2-stable-1.jar) 
    UCHIJAAAA   armourersWorkshop{1.7.10-0.38.1.98} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.38.1.98.jar) 
    UCHIJAAAA   plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.38.1.98.jar) 
    UCHIJAAAA   BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) 
    UCHIJAAAA   Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
    UCHIJAAAA   ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar) 
    UCHIJAAAA   ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar) 
    UCHIJAAAA   BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) 
    UCHIJAAAA   Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (Mantle-1.7.10-0.3.2a.jar) 
    UCHIJAAAA   Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) 
    UCHIJAAAA   BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) 
    UCHIJAAAA   AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar) 
    UCHIJAAAA   Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
    UCHIJAAAA   Botania{r1.8-248} [Botania] (Botania r1.8-248.jar) 
    UCHIJAAAA   BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar) 
    UCHIJAAAA   Forestry{4.2.10.58} [Forestry for Minecraft] (forestry_1.7.10-4.2.10.58.jar) 
    UCHIJAAAA   BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar) 
    UCHIJAAAA   CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) 
    UCHIJAAAA   ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar) 
    UCHIJAAAA   Railcraft{9.9.0.0} [Railcraft] (Railcraft_1.7.10-9.9.0.0.jar) 
    UCHIJAAAA   TwilightForest{2.3.6} [The Twilight Forest] (twilightforest-1.7.10-2.3.6.jar) 
    UCHIJAAAA   ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UCHIJAAAA   chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar) 
    UCHIJAAAA   ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) 
    UCHIJAAAA   ImmersiveEngineering{0.7.3} [Immersive Engineering] (ImmersiveEngineering-0.7.3.jar) 
    UCHIJAAAA   craftarcanum{1.0.1} [Craft Arcanum] (CraftArcanum-1.0.1.jar) 
    UCHIJAAAA   customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar) 
    UCHIJAAAA   PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar) 
    UCHIJAAAA   props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar) 
    UCHIJAAAA   Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2.jar) 
    UCHIJAAAA   Enchiridion2{2.0.2} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2.jar) 
    UCHIJAAAA   endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar) 
    UCHIJAAAA   MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) 
    UCHIJAAAA   EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar) 
    UCHIJAAAA   EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar) 
    UCHIJAAAA   ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) 
    UCHIJAAAA   MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) 
    UCHIJAAAA   TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) 
    UCHIJAAAA   Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) 
    UCHIJAAAA   harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) 
    UCHIJAAAA   ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) 
    UCHIJAAAA   farseek{1.0.10} [Farseek] (Farseek-1.0.10.jar) 
    UCHIJAAAA   FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) 
    UCHIJAAAA   fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar) 
    UCHIJAAAA   ForbiddenMagic{1.7.10-0.572} [Forbidden Magic] (Forbidden Magic-1.7.10-0.572.jar) 
    UCHIJAAAA   foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar) 
    UCHIJAAAA   GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.441.jar) 
    UCHIJAAAA   GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.441.jar) 
    UCHIJAAAA   GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar) 
    UCHIJAAAA   HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar) 
    UCHIJAAAA   immersiveintegration{0.6.7} [Immersive Integration] (immersiveintegration-0.6.7.jar) 
    UCHIJAAAA   inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) 
    UCHIJAAAA   inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) 
    UCHIJAAAA   ironbackpacks{1.7.10-1.2.10} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.10.jar) 
    UCHIJAAAA   IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) 
    UCHIJAAAA   JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) 
    UCHIJAAAA   journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar) 
    UCHIJAAAA   MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar) 
    UCHIJAAAA   ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) 
    UCHIJAAAA   ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
    UCHIJAAAA   OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar) 
    UCHIJAAAA   LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar) 
    UCHIJAAAA   LogisticsPipes{0.9.3.98} [Logistics Pipes] (logisticspipes-0.9.3.98.jar) 
    UCHIJAAAA   MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar) 
    UCHIJAAAA   Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.0-final.jar) 
    UCHIJAAAA   Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar) 
    UCHIJAAAA   MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar) 
    UCHIJAAAA   Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar) 
    UCHIJAAAA   MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHIJAAAA   MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar) 
    UCHIJAAAA   modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar) 
    UCHIJAAAA   MorePlanet{1.3.0} [More Planets] (More-Planets-1.3.0-1.7.10.jar) 
    UCHIJAAAA   NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   NEIAddons|AppEng{1.12.8.29} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar) 
    UCHIJAAAA   neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar) 
    UCHIJAAAA   recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar) 
    UCHIJAAAA   OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar) 
    UCHIJAAAA   OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar) 
    UCHIJAAAA   ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) 
    UCHIJAAAA   ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar) 
    UCHIJAAAA   ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
    UCHIJAAAA   ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar) 
    UCHIJAAAA   ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar) 
    UCHIJAAAA   ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) 
    UCHIJAAAA   reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar) 
    UCHIJAAAA   restructured{1.0.4.2} [Restructured] (Restructured-1.7.10-1.0.4.2.jar) 
    UCHIJAAAA   rftools{4.22} [RFTools] (rftools-4.22.jar) 
    UCHIJAAAA   Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar) 
    UCHIJAAAA   StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) 
    UCHIJAAAA   streams{0.1.6} [Streams] (Streams-0.1.6.jar) 
    UCHIJAAAA   Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar) 
    UCHIJAAAA   ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-34.jar) 
    UCHIJAAAA   ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar) 
    UCHIJAAAA   TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar) 
    UCHIJAAAA   tinkersdefense{1.3a} [Tinkers' Defense] (tinkersdefense-1.3.4a.jar) 
    UCHIJAAAA   TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar) 
    UCHIJAAAA   TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar) 
    UCHIJAAAA   WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) 
    UCHIJAAAA   wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar) 
    UCHIJAAAA   witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) 
    UCHIJAAAA   WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar) 
    UCHIJAAAA   yampst{1.3.5} [YAMPST] (Yampst-MageTech gate-v1.6.jar) 
    UCHIJAAAA   Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar) 
    UCHIJAAAA   McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UCHIJAAAA   ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar) 
    UCHIJAAAA   MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar) 
    UCHIJAAAA   RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar) 
    UCHIJAAAA   FMPIntegration{1.0} [FMPIntegration] (fmpintegration-1.2.2-1.7.10.jar) 
    UCHIJAAAA   HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar) 
    UCHIJAAAA   IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar) 
    UCHIJAAAA   ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UD  MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD  MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD  MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD  MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD  MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD  MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Class transformer null safety: all safe
    CoFHCore: -[1.7.10]3.1.2-325
    AE2 Version: stable rv2-stable-1 for Forge 10.13.2.1291
    ThermalFoundation: -[1.7.10]1.2.3-112
    ThermalExpansion: -[1.7.10]4.1.2-240
    Mantle Environment: Environment healthy.
    MineFactoryReloaded: -[1.7.10]2.8.1-174
    TConstruct Environment: Environment healthy.
    ThermalDynamics: -[1.7.10]1.1.0-161
    Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
    EnderIO: Found the following problem(s) with your installation:
                  * The RF API that is being used (1.7.10R1.1.0 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13B2 from CoFHLib-[1.7.10]1.1.1-181.jar).
                    It is a supported version, but that difference may lead to problems.
                 This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    Forestry : Info: The following plugins have been disabled in the config: biomesoplenty
    AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
    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['Sethalidos'/482, l='magetech', x=904.00, y=67.50, z=-3.00]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
OreCruncher commented 8 years ago

How frequent does this crash occur?

vagaprime commented 8 years ago

First time in a while. used to happen in my dev build several months back. I sent a message to Player as well on curse and got this response

The Fastcraft hook there is transparent and just for detection, i.e. it doesn't change anything that's likely to cause issues like this.

Try looking at SchematicStructure.class, line 67 in JD-Gui, it can show the proper line numbers. I can also take a quick look myself if you provide the class file to me.

OreCruncher commented 8 years ago

I have an idea of what the NPE is. Just trying to get a handle as to the circumstances that lead to this point. I suspected that it could be an infrequent occurance. I have encountered similar situations in other areas of code during development and best I could determine was that the village data was saved in a nascent state and the world was unloaded because of a shutdown or crash before structures actually had a chance to gen. All this being said it is a bug I will need to handle.

vagaprime commented 8 years ago

I know that when it happened to me in the past it was while exploring new chunks. it would either fix itself or I could just downgrade the mod load the area and then upgrade the mod again.