rwtema / extrautilities_old_issues

Issue tracker
70 stars 45 forks source link

Crash when standing in front of mechanical user #1449

Open Mrtenz opened 7 years ago

Mrtenz commented 7 years ago

When standing in front of a mechanical user set to 'entity', the server crashes with the following exception:

Description: Ticking block entity

java.lang.RuntimeException: Error while interacting with block minecraft:water[level=0] with null. Method:ENTITY  Button:RIGHT_CLICK
    at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:289)
    at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:93)
    at net.minecraft.world.World.func_72939_s(World.java:1804)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at mca.packets.PacketInteractWithPlayerC.<init>(PacketInteractWithPlayerC.java:41)
    at mca.core.forge.EventHooksForge.entityInteractEventHandler(EventHooksForge.java:221)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_298_EventHooksForge_entityInteractEventHandler_EntityInteract.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.common.ForgeHooks.onInteractEntity(ForgeHooks.java:1008)
    at net.minecraft.entity.player.EntityPlayer.func_184822_a(EntityPlayer.java:1158)
    at com.rwtema.extrautils2.compatibility.CompatHelper.interactOn(CompatHelper.java:72)
    at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:280)
    ... 8 more
xenxero1 commented 7 years ago

Minecraft and Xu2 Versions please? Also, is this occuring in a modpack? Were other mods involved?

And just for my own curiosity / theory im building, Do you happen to have a rough estimate of the last time the server was restarted / stopped? I'm trying to find specific bugs relating to servers staying opened for an extended period of time.

Mrtenz commented 7 years ago

Minecraft 1.10.2, Xu2 1.3.3. I am using the modpack 'Foolcraft'.

The server was restarted less than an hour ago when the crash occurred.

ardaniel commented 7 years ago

I've got one of these crashes with the mechanical user in FoolCraft 1.2.2, Xu2 1.3.3 (1.0), Minecraft 1.10.2. The first time, I'd probably been up for about 3-4 hours, but now my world crashes consistently on initial load.

Here's the full crash report. Happy to answer any other questions.

---- Minecraft Crash Report ----

WARNING: coremods are present: CoFH Loading Plugin (CoFHCore-1.10.2-4.1.0.155-universal.jar) Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar) IvToolkit (IvToolkit-1.3.2.1-1.10.jar) NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar) LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar) Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 4/19/17 2:36 AM Description: Ticking block entity

java.lang.RuntimeException: Error while interacting with block minecraft:air with null. Method:ENTITY Button:RIGHT_CLICK at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:289) at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:93) at net.minecraft.world.World.func_72939_s(World.java:1804) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at mca.packets.PacketInteractWithPlayerC.(PacketInteractWithPlayerC.java:41) at mca.core.forge.EventHooksForge.entityInteractEventHandler(EventHooksForge.java:221) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_442_EventHooksForge_entityInteractEventHandler_EntityInteract.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) at net.minecraftforge.common.ForgeHooks.onInteractEntity(ForgeHooks.java:1008) at net.minecraft.entity.player.EntityPlayer.func_184822_a(EntityPlayer.java:1158) at com.rwtema.extrautils2.compatibility.CompatHelper.interactOn(CompatHelper.java:72) at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:280) ... 8 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Server thread Stacktrace: at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:289) at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:93)

-- Block entity being ticked -- Details: Name: XU2:TileUse // com.rwtema.extrautils2.tile.TileUse Block type: ID #1110 (tile.extrautils2:user // com.rwtema.extrautils2.blocks.BlockAdvInteractor.Use) Block data value: 2 / 0x2 / 0b0010 Block location: World: (-121,74,378), Chunk: (at 7,4,10 in -8,23; contains blocks -128,0,368 to -113,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Actual block type: ID #1110 (tile.extrautils2:user // com.rwtema.extrautils2.blocks.BlockAdvInteractor.Use) Actual block data value: 2 / 0x2 / 0b0010 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1804) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)

-- Affected level -- Details: Level name: New World All players: 1 total; [EntityPlayerMP['ardaniel'/366, l='New World', x=-120.49, y=74.00, z=376.79]] Chunk stats: ServerChunkCache: 856 Drop: 0 Level seed: 7195288001805982715 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":false,"generatePoisonIvy":false,"generateFlax":true,"generateBerryBushes":true,"generateThorns":false,"generateQuicksand":false,"generateLiquidPoison":false,"generateHotSprings":false,"generateNetherHives":false,"generateNetherPlants":false,"generateEndFeatures":false,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0} Level spawn location: World: (16,64,252), Chunk: (at 0,4,12 in 1,15; contains blocks 16,0,240 to 31,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1056395 game time, 1189836 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 52879 (now: false), thunder time: 48441 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Mac OS X (x86_64) version 10.11.6 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 958340904 bytes (913 MB) / 3715104768 bytes (3543 MB) up to 3736076288 bytes (3563 MB) JVM Flags: 3 total; -Xmx4008m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104 FML: MCP 9.32 Powered by Forge 12.18.3.2254 130 mods loaded, 130 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.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar) UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar) UCHIJAAAA ivtoolkit{1.3.2.1-1.10} [IvToolkit] (minecraft.jar) UCHIJAAAA NotEnoughItems{2.1.3.201} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) UCHIJAAAA {000} [CoFH ASM] (minecraft.jar) UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) UCHIJAAAA infinitylib{1.10.2-0.7.0} [InfinityLib] (infinitylib-0.7.0.jar) UCHIJAAAA agricraft{2.0.0-0.7.0-a12} [AgriCraft] (agricraft-2.0.0-0.7.0-a12.jar) UCHIJAAAA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar) UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar) UCHIJAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar) UCHIJAAAA Avaritia{1.10.2-2.0.5} [Avaritia] (Avaritia-1.10.2-2.0.5.jar) UCHIJAAAA avaritiaadditions{1.3} [Avaritia Additions] (avaritiaadditions-1.3.jar) UCHIJAAAA baconators{3.0.5} [Baconators] (baconators-1.10.2-3.0.5.jar) UCHIJAAAA MineTweaker3{3.0.16} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.16.jar) UCHIJAAAA base{1.10.2-1.2.4} [B.A.S.E] (base-1.10.2-1.2.4.jar) UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar) UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) UCHIJAAAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar) UCHIJAAAA blockarmor{2.3} [Block Armor] (BlockArmor-1.10.2-2.3.jar) UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) UCHIJAAAA CodeChickenLib{2.5.6.233} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) UCHIJAAAA cofhcore{4.1.0} [CoFH Core] (CoFHCore-1.10.2-4.1.0.155-universal.jar) UCHIJAAAA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar) UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar) UCHIJAAAA chancecubes{1.10.2-2.3.4.171} [Chance Cubes] (ChanceCubes-1.10.2-2.3.4.171.jar) UCHIJAAAA ChestTransporter{2.5.9} [Chest Transporter] (ChestTransporter-1.10.2-2.5.9.jar) UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar) UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) UCHIJAAAA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar) UCHIJAAAA chisel{MC1.10.2-0.0.8.12} [Chisel] (Chisel-MC1.10.2-0.0.8.12.jar) UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) UCHIJAAAA clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) UCHIJAAAA cyclopscore{0.9.3} [Cyclops Core] (CyclopsCore-1.9.4-0.9.3.jar) UCHIJAAAA colossalchests{1.5.0} [Colossal Chests] (ColossalChests-1.10.2-1.5.0.jar) UCHIJAAAA one_point_twelve_concrete{v 1.0} [1.12 Concrete] (concreteMod-v1.0.jar) UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar) UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar) UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.16.jar) UCHIJAAAA cropdusting{0.6} [CropDusting] (CropDusting-0.6-[1.9.4-1.10-1.10.2].jar) UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar) UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar) UCHIJAAAA props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar) UCHIJAAAA draconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar) UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) UCHIJAAAA embers{0.104} [Embers] (embers-0.104.jar) UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar) UCHIJAAAA Waila{1.8.11-B25_1.10.2} [Waila] (Hwyla-1.8.11-B25_1.10.2.jar) UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar) UCHIJAAAA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar) UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar) UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar) UCHIJAAAA fakeblocks{1.0.0} [FakeBlocks] (FakeBlocks 1.0.0.jar) UCHIJAAAA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar) UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar) UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.4.jar) UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.3.jar) UCHIJAAAA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar) UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) UCHIJAAAA hatchery{0.2.10} [Hatchery] (hatchery-1.10.2-0.2.10.jar) UCHIJAAAA hermitron{0.2.10} [Hermitron] (hermitron-1.10.2-0.2.10.jar) UCHIJAAAA ichunutil{6.1.1} [iChunUtil] (iChunUtil-1.10.2-6.1.1.jar) UCHIJAAAA InventoryPets{1.4.9} [Inventory Pets] (inventorypets-1.10-1.4.9.jar) UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) UCHIJAAAA iskalliumreactors{0.3.7-beta} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.7-beta.jar) UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) UCHIJAAAA loottweaker{0.0.4} [LootTweaker] (LootTweaker-1.10.2-0.0.4.jar) UCHIJAAAA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar) UCHIJAAAA lootbags{2.3.2} [Loot Bags] (LootBags-1.10.2-2.3.2.jar) UCHIJAAAA malisiscore{1.10.2-4.3.0} [MalisisCore] (malisiscore-1.10.2-4.3.0.jar) UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar) UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar) UCHIJAAAA mtrm{1.2.1.20} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.20.jar) UCHIJAAAA natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar) UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar) UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) UCHIJAAAA moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar) UCHIJAAAA mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar) UCHIJAAAA mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar) UCHIJAAAA examplemod{1.0} [Example Mod] (Modifiable-Armor-2-1.10.2-2.0.2.jar) UCHIJAAAA modifiable_armor{2.0.2} [Modifiable Armor 2] (Modifiable-Armor-2-1.10.2-2.0.2.jar) UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.1.jar) UCHIJAAAA modtweaker{2.0.10} [Mod Tweaker] (ModTweaker2-2.0.10.jar) UCHIJAAAA morechickens{1.0.11} [More Chickens] (MoreChickens-1.10.2-1.0.11.jar) UCHIJAAAA moreloottables{0.2.1} [More Loot Tables] (moreloottables-1.10.2-0.2.1.jar) UCHIJAAAA moreplayermodels{1.10.2} [MorePlayerModels] (MorePlayerModels_1.10.2(11nov16).jar) UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) UCHIJAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) UCHIJAAAA mw{1.8.1} [Modern Warfare] (mw-1.8.1_mc1.10.2.jar) UCHIJAAAA mysticalagriculture{1.4.4} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.4.4a.jar) UCHIJAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar) UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJAAAA thermalfoundation{2.0.3} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.3.77-universal.jar) UCHIJAAAA plustic{3.1} [PlusTiC] (plustic-3.1.jar) UCHIJAAAA reccomplex{1.2.9.1-1.10} [Recurrent Complex] (RecurrentComplex-1.2.9.1-1.10.jar) UCHIJAAAA StorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar) UCHIJAAAA refinedstorage{1.2.24} [Refined Storage] (refinedstorage-1.2.24.jar) UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) UCHIJAAAA rftools{5.88} [RFTools] (rftools-1.1x-5.88.jar) UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar) UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) UCHIJAAAA SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) UCHIJAAAA simplyconveyors{1.4.1} [Simply Conveyors] (SimplyConveyors-1.4.2.jar) UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar) UCHIJAAAA subcommonlib{1.1.3.0} [Subaraki's Common Library] (sublib-1.10.2-1.1.3.0.jar) UCHIJAAAA thermalexpansion{5.0.3} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.3.86-universal.jar) UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJAAAA tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar) UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.1.1.14.jar) UCHIJAAAA Translocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar) UCHIJAAAA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar) UCHIJAAAA VeinMiner{0.35.3_1.9-a46c1b0} [Vein Miner] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar) UCHIJAAAA VeinMinerModSupport{0.35.3_1.9-a46c1b0} [Mod Support] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar) UCHIJAAAA vc{4.24.0} [ViesCraft] (ViesCraft-1.10.X-4.24.0.jar) UCHIJAAAA wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar) UCHIJAAAA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar) UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar) UCHIJAAAA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar) UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar) UCHIJAAAA weaponcaseloot{4.0.2} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.2.jar) UCHIJAAAA Woot{1.10.2-1.2.6} [Woot] (woot-1.10.2-1.2.6.jar) UCHIJAAAA xpplus{1.0} [XP-Plus] (xpplus-1.01.jar) UCHIJAAAA moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar) Loaded coremods (and transformers): CoFH Loading Plugin (CoFHCore-1.10.2-4.1.0.155-universal.jar) cofh.asm.CoFHClassTransformer cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar) com.brandon3055.brandonscore.asm.ClassTransformer ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar) team.chisel.common.asm.ChiselTransformer IvToolkit (IvToolkit-1.3.2.1-1.10.jar)

NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) codechicken.nei.asm.NEITransformer EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar) com.enderio.core.common.transform.EnderCoreTransformer MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar) net.malisis.core.util.chunkcollision.ChunkCollisionTransformer net.malisis.core.util.chunkblock.ChunkBlockTransformer net.malisis.core.renderer.transformer.MalisisRendererTransformer net.malisis.core.renderer.icon.asm.TextureMapTransformer net.malisis.core.util.clientnotif.ClientNotifTransformer LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) lumien.resourceloader.asm.ClassTransformer CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.CCL_ASMTransformer FMLPlugin (InventoryTweaks-1.61-58.jar) invtweaks.forge.asm.ContainerTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer GL info: ERROR RuntimeException: No OpenGL context found in the current thread. Pulsar/natura loaded Pulses:

ardaniel commented 7 years ago

(I also think this is probably a related case of https://github.com/scalda/FoolCraft/issues/196.)

ghost commented 7 years ago

Hi. Im not using a modpack and also get similar crashes on a singleplayer minecraft 1.10 with XU2 1.4

It seems to be with the Minecraft Comes Alive mod. Is there anyway to protect against it? because you guys seem more active than the MCA author

https://pastebin.com/WPpcr7y9 https://pastebin.com/43AcLG35 https://pastebin.com/DE7RG5pi

Its usually when Mechanical User is set to 'Entity'. Hope these crash reports help