I am using the DNS Techpack 7.8.10.1 on a server with a few friends.
I've placed eight 11 by 11 by 18 turbines fed by 1 (and soon 4) fusion reactors. The steam is transferred with pressure pipes (I have found no other fluid pipe that was fast enough so far).
I was planning to break the 8 turbines to change them to four 17 by 17 by 18 turbines (I would go from a 800MRF production to 880 MRF).
Issue
When I broke the first block of the first turbine (Which was full of steam), the server crashed with the following log right them and still crashes every time I restart the server. Note that the area is chunk loaded.
---- Minecraft Crash Report ----
// Ouch. That hurt :(
java.lang.NullPointerException: Ticking block entity
at mekanism.generators.common.tile.turbine.TileEntityTurbineValve.fill(TileEntityTurbineValve.java:363)
at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:29)
at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:28)
at scala.Option.map(Option.scala:145)
at net.bdew.pressure.blocks.output.TileOutput.eject(TileOutput.scala:28)
at net.bdew.pressure.pressurenet.PressureOutputFace.eject(PressureTileFace.scala:25)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:315)
at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:971)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47)
at scala.collection.SetLike$class.map(SetLike.scala:93)
at scala.collection.AbstractSet.map(Set.scala:47)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply$mcI$sp(PressureConnection.scala:45)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36)
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
at net.bdew.pressure.pressurenet.PressureConnection.pushFluid(PressureConnection.scala:32)
at net.bdew.pressure.blocks.input.TileInput.fill(TileInput.scala:36)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:39)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:36)
at scala.Option.foreach(Option.scala:245)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:36)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:35)
at scala.Option.foreach(Option.scala:245)
at net.bdew.pressure.blocks.pump.TilePump.doPushFluid(TilePump.scala:35)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$1.apply$mcV$sp(TilePump.scala:30)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at scala.collection.immutable.List.foreach(List.scala:383)
at net.bdew.lib.Event0.trigger(Event.scala:19)
at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63)
at net.minecraft.world.World.func_72939_s(World.java:1939)
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.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
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 mekanism.generators.common.tile.turbine.TileEntityTurbineValve.fill(TileEntityTurbineValve.java:363)
at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:29)
at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:28)
at scala.Option.map(Option.scala:145)
at net.bdew.pressure.blocks.output.TileOutput.eject(TileOutput.scala:28)
at net.bdew.pressure.pressurenet.PressureOutputFace.eject(PressureTileFace.scala:25)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:315)
at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:971)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47)
at scala.collection.SetLike$class.map(SetLike.scala:93)
at scala.collection.AbstractSet.map(Set.scala:47)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply$mcI$sp(PressureConnection.scala:45)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36)
at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36)
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
at net.bdew.pressure.pressurenet.PressureConnection.pushFluid(PressureConnection.scala:32)
at net.bdew.pressure.blocks.input.TileInput.fill(TileInput.scala:36)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:39)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:36)
at scala.Option.foreach(Option.scala:245)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:36)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:35)
at scala.Option.foreach(Option.scala:245)
at net.bdew.pressure.blocks.pump.TilePump.doPushFluid(TilePump.scala:35)
at net.bdew.pressure.blocks.pump.TilePump$$anonfun$1.apply$mcV$sp(TilePump.scala:30)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at scala.collection.immutable.List.foreach(List.scala:383)
at net.bdew.lib.Event0.trigger(Event.scala:19)
at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63)
at net.minecraft.world.World.func_72939_s(World.java:1939)
-- Block entity being ticked --
Details:
Name: pressure.Pump // net.bdew.pressure.blocks.pump.TilePump
Block type: ID #2227 (tile.pressure.pump // net.bdew.pressure.blocks.pump.BlockPump$)
Block data value: 8 / 0x8 / 0b1000
Block location: World: (782,69,-45), Chunk: (at 14,4,3 in 48,-3; contains blocks 768,0,-48 to 783,255,-33), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
Actual block type: ID #2227 (tile.pressure.pump // net.bdew.pressure.blocks.pump.BlockPump$)
Actual block data value: 8 / 0x8 / 0b1000
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: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 691 Drop: 0
Level seed: -4145107098423379691
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (81,64,853), Chunk: (at 1,4,5 in 5,53; contains blocks 80,0,848 to 95,255,863), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Level time: 19522137 game time, 3064030 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15551 (now: true), thunder time: 44074 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
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: Windows Server 2012 R2 (amd64) version 6.3
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4158453656 bytes (3965 MB) / 6994526208 bytes (6670 MB) up to 26724532224 bytes (25486 MB)
JVM Flags: 2 total; -Xmx28G -XX:MaxPermSize=512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 229 mods loaded, 224 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
UCHIJAAAA CollectiveFrameworkCore{1.0.0-132} Collective Framework Core
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core
UCHIJAAAA Aroma1997Core{1.0.2.16} Aroma1997Core
UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core
UCHIJAAAA MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks
UCHIJAAAA MobiusCore{1.2.5} MobiusCore
UCHIJAAAA NotEnoughItems{1.0.5.120} Not Enough Items
UCHIJAAAA OpenComputers|Core{1.6.0.6-beta.4} OpenComputers (Core)
UCHIJAAAA ThE-core{1.0.0.1} Thaumic Energistics Core
UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core
UCHIJAAAA backpacks16840{3.1.0} [Backpacks!](zz-backpacks 1.7.10 - 3.1.0.jar)
UCHIJAAAA OpenModsCore{0.9.1} OpenModsCore
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA BinniePatcher{1.8.2} Binnie Patcher
UCHIJAAAA PeripheralsPlusPlusCore{1.3.6} Peripherals++ Core
UCHIJAAAA FastCraft{1.23} FastCraft
UCHIJAAAA debug{1.0} debug
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA StartingInventory{1.7.10.r03} StartingInventory
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA IC2{2.2.822-experimental} IndustrialCraft 2
UCHIJAAAA AdvancedMachines{1.1.6} IC2 Advanced Machines Addon
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels
UCHIJAAAA appliedenergistics2{rv3-beta-6} Applied Energistics 2
UCHIJAAAA bdlib{1.9.4.109} BD Lib
UCHIJAAAA ae2stuff{0.5.1.9} AE2 Stuff
UCHIJAAAA AgriCraft{1.7.10-1.5.0} AgriCraft
UCHIJAAAA armourersWorkshop{1.7.10-0.39.3} Armourer's Workshop
UCHIJAAAA plushieWrapper{0.0.0} Plushie Wrapper
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper
UCHIJAAAA CoFHCore{1.7.10R3.1.2} CoFH Core
UCHIJAAAA asielib{0.4.5} asielib
UCHIJAAAA BiblioCraft{1.11.5} BiblioCraft
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJAAAA Natura{2.2.0} Natura
UCHIJAAAA BiomesOPlenty{2.1.0} Biomes O' Plenty
UCHIJAAAA BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCHIJAAAA Forestry{4.2.14.62} Forestry for Minecraft
UCHIJAAAA BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition
UCHIJAAAA BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA ThermalFoundation{1.7.10R1.2.4} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHIJAAAA BigReactors{0.4.5B} Big Reactors
UCHIJAAAA BinnieCore{2.0-pre14} Binnie Core
UCHIJAAAA Botany{2.0-pre14} Botany
UCHIJAAAA ExtraBees{2.0-pre14} Extra Bees
UCHIJAAAA ExtraTrees{2.0-pre14} Extra Trees
UCHIJAAAA Genetics{2.0-pre14} Genetics
UCHIJAAAA bookshelf{1.0.4.187} Bookshelf
UCHIJAAAA BrandonsCore{1.0.0.12} Brandon's Core
UCHIJAAAA BuildCraft|Core{7.1.16} BuildCraft
UCHIJAAAA BuildCraft|Builders{7.1.16} BC Builders
UCHIJAAAA BuildCraft|Transport{7.1.16} BC Transport
UCHIJAAAA BuildCraft|Energy{7.1.16} BC Energy
UCHIJAAAA BuildCraft|Silicon{7.1.16} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.1.16} BC Robotics
UCHIJAAAA BuildCraft|Factory{7.1.16} BC Factory
UCHIJAAAA BuildCraft|Compat{7.1.5} BuildCraft Compat
UCHIJAAAA ForgeMultipart{1.2.0.347} Forge Multipart
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA SonarCore{1.1.3} SonarCore
UCHIJAAAA Calculator{1.9.11} Calculator
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Railcraft{9.12.2.0} Railcraft
UCHIJAAAA TwilightForest{2.3.7} The Twilight Forest
UCHIJAAAA chisel{2.5.1.44} Chisel 2
UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks](Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks
UCHIJAAAA CollectiveFramework{1.0.0-132} Collective Framework
UCHIJAAAA ComputerCraft{1.75} ComputerCraft
UCHIJAAAA EnderStorage{1.4.7.37} EnderStorage
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded
UCHIJAAAA MrTJPCoreMod{1.1.0.33} MrTJPCore
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} ProjectRed Core
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} ProjectRed Transmission
UCHIJAAAA OpenComputers{1.6.0.6-beta.4} OpenComputers
UCHIJAAAA CompactMachines{1.7.10-1.20} Compact Machines
UCHIJAAAA CompactSolars{4.4.39.315} Compact Solar Arrays
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} EnderCore
UCHIJAAAA EnderIO{1.7.10-2.3.0.427_beta} Ender IO
UCHIJAAAA Mekanism{9.0.3} Mekanism
UCHIJAAAA computronics{1.6.0} Computronics
UCHIJAAAA craftingtweaks{1.0.82} Crafting Tweaks
UCHIJAAAA davincing{1710.1.8} DaVincing
UCHIJAAAA ElecCore{1.4.294} ElecCore
UCHIJAAAA deepresonance{1.1.4} DeepResonance
UCHIJAAAA DraconicEvolution{1.0.2h} Draconic Evolution
UCHIJAAAA funkylocomotion{1.0} Funky Locomotion
UCHIJAAAA numina{0.4.0.131} Numina
UCHIJAAAA powersuits{0.11.0.301} MachineMuse's Modular Powersuits
UCHIJAAAA ExtraUtilities{1.2.12} Extra Utilities
UCHIJAAAA ImmersiveEngineering{0.7.7} Immersive Engineering
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} Tinkers' Construct
UCHIJAAAA minechem{5.0.5.406} Minechem
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V15a.jar)
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V15a.jar)
UCHIJAAAA ElectriCraft{1.0} [ElectriCraft](ElectriCraft 1.7.10 V15a.jar)
UCHIJAAAA eplus{4.0.0..73} Enchanting Plus
UCHIJAAAA Enchiridion{1.3} [Enchiridion](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} EnderTech
UCHIJAAAA extracells{2.3.14} Extra Cells 2
UCHIJAAAA ExtraTiC{1.4.6} ExtraTiC
UCHIJAAAA factorization.notify{1.0} Factorization Notification System
UCHIJAAAA factorization.dimensionalSlice{0.8.107} Factorization Dimensional Slices
UCHIJAAAA factorization{0.8.107} Factorization
UCHIJAAAA factorization.misc{0.8.107} Factorization Miscellaneous Nonsense
UCHIJAAAA fz.scrap{0.8.107} Scrap
UCHIJAAAA factorization.truth{0.8.107} Truth
UCHIJAAAA gendustry{1.6.4.135} GenDustry
UCHIJAAAA pressure{1.3.0.131} Pressure Pipes
UCHIJAAAA advgenerators{0.9.20.123} Advanced Generators
UCHIJAAAA GraviSuite{1.7.10-2.0.3} Graviation Suite
UCHIJAAAA GregsLighting{1.11.2} Greg's Lighting
UCHIJAAAA guideapi{1.7.10-1.0.1-29} Guide-API
UCHIJAAAA IC2NuclearControl{2.4.0b} Nuclear Control 2
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA IGWMod{1.1.12-34} In-Game wiki Mod
UCHIJAAAA immersiveintegration{0.6.8} Immersive Integration
UCHIJAAAA ImmibisCore{59.1.2} Immibis Core
UCHIJAAAA inventorytweaks{1.59-dev-153-e32ef23} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JABBA{1.2.2} JABBA
UCHIJAAAA LogisticsPipes{0.9.3.126} Logistics Pipes
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core
UCHIJAAAA magicalcropsarmour{4.0.0_PUBLIC_BETA_4} Magical Crops: Armoury
UCHIJAAAA magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} Magical Crops: Decorative
UCHIJAAAA malisiscore{1.7.10-0.14.3} MalisisCore
UCHIJAAAA malisisdoors{1.7.10-1.13.2} Malisis' Doors
UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} Mariculture
UCHIJAAAA MariTech{1.0} Marine Technlogy
UCHIJAAAA mo{0.4.1} Matter Overdrive
UCHIJAAAA MekanismGenerators{9.0.3} MekanismGenerators
UCHIJAAAA MekanismTools{9.0.3} MekanismTools
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2
UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} ProjectRed Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} MFR Compat: Vanilla
UCHIJAAAA MineTweaker3{3.0.10} MineTweaker 3
UCHIJAAAA modtweaker2{0.9.5} Mod Tweaker 2
UCHIJAAAA Morph{0.9.2} Morph
UCHIJAAAA Morpheus{1.7.10-1.6.21} Morpheus
UCHIJAAAA NEIAddons{1.12.15.41} NEI Addons
UCHIJAAAA NEIAddons|Developer{1.12.15.41} NEI Addons: Developer Tools
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} NEI Addons: Applied Energistics 2
UCHIJAAAA NEIAddons|Botany{1.12.15.41} NEI Addons: Botany
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} NEI Addons: Forestry
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} NEI Addons: Crafting Tables
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} NEI Addons: Ex Nihilo
UCHIJAAAA neiintegration{1.1.2} NEI Integration
UCHIJAAAA NetherOres{1.7.10R2.3.1} Nether Ores
UCHIJAAAA notenoughIDs{1.4.3.4} NotEnoughIDs
UCHIJAAAA ObsidiPlates{3.0.0.18} ObsidiPlates
UCHIJAAAA OpenMods{0.9.1} OpenMods
UCHIJAAAA OpenBlocks{1.5.1} OpenBlocks
UCHIJAAAA openglasses{1.0.46} OC Glasses
UCHIJAAAA OpenPeripheralCore{1.2.1} OpenPeripheralCore
UCHIJAAAA OpenPeripheral{0.5} OpenPeripheralAddons
UCHIJAAAA OpenPeripheralIntegration{0.4} OpenPeripheralIntegration
UCHIJAAAA PeripheralsPlusPlus{1.3.6} Peripherals++
UCHIJAAAA PneumaticCraft{1.12.7-150} PneumaticCraft
UCHIJAAAA PortalGun{4.0.0-beta-6} PortalGun
UCHIJAAAA PowerConverters3{1.7.10-2.11} Power Converters 3
UCHIJAAAA PracticalLogistics{0.2.4} Practical Logistics
UCHIJAAAA ProjectBlue{1.1.4} Project Blue
UCHIJAAAA ProjectE{1.7.10-PE1.10.0} ProjectE
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} ProjectRed Transportation
UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} ProjectRed Compatibility
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} ProjectRed Integration
UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} ProjectRed Fabrication
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} ProjectRed Illumination
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} ProjectRed Expansion
UCHIJAAAA QuarryPlus{2.1.0} QuarryPlus
UCHIJAAAA RandomThings{2.2.4} Random Things
UCHIJAAAA ReactorCraft{1.0} [ReactorCraft](ReactorCraft 1.7.10 V15a.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal
UCHIJAAAA RIO{2.4.0} Remote IO
UCHIJAAAA rftools{4.23} RFTools
UCHIJAAAA SimpleLabels{@VERSION@} SimpleLabels
UCHIJAAAA SolarExpansion{1.6a} Solar Expansion
UCHIJAAAA StevesFactoryManager{A93} Steve's Factory Manager
UCHIJAAAA StevesAddons{0.10.16} Steve's Addons
UCHIJAAAA StevesCarts{2.0.0.b18} Steve's Carts 2
UCHIJAAAA StevesWorkshop{0.5.1} Steve's Workshop
UCHIJAAAA supercraftingframe{1.7.10.3} Super Crafting Frame
UCHIJAAAA thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin
UCHIJAAAA thaumicenergistics{1.0.0.5} Thaumic Energistics
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA ThermalCasting{0.0.3} Thermal Casting
UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics
UCHIJAAAA ThermalSmeltery{1.0} Thermal Smeltery
UCHIJAAAA TMechworks{0.2.15.106} Tinkers' Mechworks
UCHIJAAAA TooManyGodDamnOres{${version}} TooManyGodDamnOres
UCHIJAAAA Translocator{1.1.2.16} Translocator
UCHIJAAAA Tubestuff{59.0.4} Tubestuff
UCHIJAAAA usefulDNS{2.2.8} usefulDNS
UCHIJAAAA WailaHarvestability{1.1.6} Waila Harvestability
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} WAILA Plugins
UCHIJAAAA wawla{1.3.1} What Are We Looking At
UCHIJAAAA WR-CBE|Core{1.4.1.9} WR-CBE Core
UCHIJAAAA WR-CBE|Addons{1.4.1.9} WR-CBE Addons
UCHIJAAAA WR-CBE|Logic{1.4.1.9} WR-CBE Logic
UCHIJAAAA Ztones{1.7.10} Ztones
UCHIJAAAA ForgeMicroblock{1.2.0.347} Forge Microblocks
UCHIJAAAA McMultipart{1.2.0.347} Minecraft Multipart Plugin
UCHIJAAAA ForgeRelocation{0.0.1.4} ForgeRelocation
UCHIJAAAA MCFrames{1.0} MCFrames
UCHIJAAAA RelocationFMP{0.0.1.2} RelocationFMP
UCHIJAAAA aobd{2.9.2} Another One Bites The Dust
UCHIJAAAA denseores{1.0} Dense Ores
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes
OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.4-114
ThermalExpansion: -[1.7.10]4.1.2-240
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V15a.jar
* armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.39.3.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.5.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CalculatorAPI (1.7.10 - 1.1) from Calculator-1.7.10-1.9.11.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
* ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|block (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|core (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|energy (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.427_beta.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* computronicsAPI (1.3) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.0.jar
* CraftingTweaks|API (4.1) from craftingtweaks-mc1.7.10-1.0.82.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.107.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
* IC2API (1.0) from industrialcraft-2-2.2.822-experimental.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.1.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V15a.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.0b.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenPeripheralAddonsApi (1.0) from OpenPeripheral-1.7.10-AIO-6.jar
* OpenPeripheralApi (3.3.2) from OpenPeripheral-1.7.10-AIO-6.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
* pressureAPI (1.3.0.131) from pressure-1.3.0.131-mc1.7.10.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.0.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.1.0 from SonarCore-1.7.10-1.1.3.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.
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
A side note
Reading the log, I was not sure whether the problem came from Mekanism or Pressure Pipes so I decided to start here.
Hello,
Context
I am using the DNS Techpack 7.8.10.1 on a server with a few friends.
I've placed eight 11 by 11 by 18 turbines fed by 1 (and soon 4) fusion reactors. The steam is transferred with pressure pipes (I have found no other fluid pipe that was fast enough so far). I was planning to break the 8 turbines to change them to four 17 by 17 by 18 turbines (I would go from a 800MRF production to 880 MRF).
Issue
When I broke the first block of the first turbine (Which was full of steam), the server crashed with the following log right them and still crashes every time I restart the server. Note that the area is chunk loaded. ---- Minecraft Crash Report ---- // Ouch. That hurt :(
Time: 15/07/16 17:26 Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity at mekanism.generators.common.tile.turbine.TileEntityTurbineValve.fill(TileEntityTurbineValve.java:363) at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:29) at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:28) at scala.Option.map(Option.scala:145) at net.bdew.pressure.blocks.output.TileOutput.eject(TileOutput.scala:28) at net.bdew.pressure.pressurenet.PressureOutputFace.eject(PressureTileFace.scala:25) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:315) at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:971) at scala.collection.TraversableLike$class.map(TraversableLike.scala:245) at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) at scala.collection.SetLike$class.map(SetLike.scala:93) at scala.collection.AbstractSet.map(Set.scala:47) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply$mcI$sp(PressureConnection.scala:45) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36) at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58) at net.bdew.pressure.pressurenet.PressureConnection.pushFluid(PressureConnection.scala:32) at net.bdew.pressure.blocks.input.TileInput.fill(TileInput.scala:36) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:39) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:36) at scala.Option.foreach(Option.scala:245) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:36) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:35) at scala.Option.foreach(Option.scala:245) at net.bdew.pressure.blocks.pump.TilePump.doPushFluid(TilePump.scala:35) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$1.apply$mcV$sp(TilePump.scala:30) at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19) at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19) at scala.collection.immutable.List.foreach(List.scala:383) at net.bdew.lib.Event0.trigger(Event.scala:19) at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63) at net.minecraft.world.World.func_72939_s(World.java:1939) 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.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) 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 mekanism.generators.common.tile.turbine.TileEntityTurbineValve.fill(TileEntityTurbineValve.java:363) at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:29) at net.bdew.pressure.blocks.output.TileOutput$$anonfun$eject$2.apply(TileOutput.scala:28) at scala.Option.map(Option.scala:145) at net.bdew.pressure.blocks.output.TileOutput.eject(TileOutput.scala:28) at net.bdew.pressure.pressurenet.PressureOutputFace.eject(PressureTileFace.scala:25) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1$$anonfun$1.apply(PressureConnection.scala:45) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:315) at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:971) at scala.collection.TraversableLike$class.map(TraversableLike.scala:245) at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) at scala.collection.SetLike$class.map(SetLike.scala:93) at scala.collection.AbstractSet.map(Set.scala:47) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply$mcI$sp(PressureConnection.scala:45) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36) at net.bdew.pressure.pressurenet.PressureConnection$$anonfun$pushFluid$1.apply(PressureConnection.scala:36) at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58) at net.bdew.pressure.pressurenet.PressureConnection.pushFluid(PressureConnection.scala:32) at net.bdew.pressure.blocks.input.TileInput.fill(TileInput.scala:36) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:39) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1$$anonfun$apply$1.apply(TilePump.scala:36) at scala.Option.foreach(Option.scala:245) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:36) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$doPushFluid$1.apply(TilePump.scala:35) at scala.Option.foreach(Option.scala:245) at net.bdew.pressure.blocks.pump.TilePump.doPushFluid(TilePump.scala:35) at net.bdew.pressure.blocks.pump.TilePump$$anonfun$1.apply$mcV$sp(TilePump.scala:30) at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19) at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19) at scala.collection.immutable.List.foreach(List.scala:383) at net.bdew.lib.Event0.trigger(Event.scala:19) at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63) at net.minecraft.world.World.func_72939_s(World.java:1939)
-- Block entity being ticked -- Details: Name: pressure.Pump // net.bdew.pressure.blocks.pump.TilePump Block type: ID #2227 (tile.pressure.pump // net.bdew.pressure.blocks.pump.BlockPump$) Block data value: 8 / 0x8 / 0b1000 Block location: World: (782,69,-45), Chunk: (at 14,4,3 in 48,-3; contains blocks 768,0,-48 to 783,255,-33), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1) Actual block type: ID #2227 (tile.pressure.pump // net.bdew.pressure.blocks.pump.BlockPump$) Actual block data value: 8 / 0x8 / 0b1000 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: world All players: 0 total; [] Chunk stats: ServerChunkCache: 691 Drop: 0 Level seed: -4145107098423379691 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (81,64,853), Chunk: (at 1,4,5 in 5,53; contains blocks 80,0,848 to 95,255,863), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023) Level time: 19522137 game time, 3064030 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 15551 (now: true), thunder time: 44074 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) 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: Windows Server 2012 R2 (amd64) version 6.3 Java Version: 1.8.0_91, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4158453656 bytes (3965 MB) / 6994526208 bytes (6670 MB) up to 26724532224 bytes (25486 MB) JVM Flags: 2 total; -Xmx28G -XX:MaxPermSize=512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 229 mods loaded, 224 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 UCHIJAAAA CollectiveFrameworkCore{1.0.0-132} Collective Framework Core UCHIJAAAA FML{7.10.99.99} Forge Mod Loader UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge UCHIJAAAA appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core UCHIJAAAA Aroma1997Core{1.0.2.16} Aroma1997Core UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core UCHIJAAAA MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks UCHIJAAAA MobiusCore{1.2.5} MobiusCore UCHIJAAAA NotEnoughItems{1.0.5.120} Not Enough Items UCHIJAAAA OpenComputers|Core{1.6.0.6-beta.4} OpenComputers (Core) UCHIJAAAA ThE-core{1.0.0.1} Thaumic Energistics Core UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCHIJAAAA backpacks16840{3.1.0} [Backpacks!](zz-backpacks 1.7.10 - 3.1.0.jar) UCHIJAAAA OpenModsCore{0.9.1} OpenModsCore UCHIJAAAA{000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA BinniePatcher{1.8.2} Binnie Patcher
UCHIJAAAA PeripheralsPlusPlusCore{1.3.6} Peripherals++ Core
UCHIJAAAA FastCraft{1.23} FastCraft
UCHIJAAAA debug{1.0} debug
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA StartingInventory{1.7.10.r03} StartingInventory
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA IC2{2.2.822-experimental} IndustrialCraft 2
UCHIJAAAA AdvancedMachines{1.1.6} IC2 Advanced Machines Addon
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels
UCHIJAAAA appliedenergistics2{rv3-beta-6} Applied Energistics 2
UCHIJAAAA bdlib{1.9.4.109} BD Lib
UCHIJAAAA ae2stuff{0.5.1.9} AE2 Stuff
UCHIJAAAA AgriCraft{1.7.10-1.5.0} AgriCraft
UCHIJAAAA armourersWorkshop{1.7.10-0.39.3} Armourer's Workshop
UCHIJAAAA plushieWrapper{0.0.0} Plushie Wrapper
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper
UCHIJAAAA CoFHCore{1.7.10R3.1.2} CoFH Core
UCHIJAAAA asielib{0.4.5} asielib
UCHIJAAAA BiblioCraft{1.11.5} BiblioCraft
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJAAAA Natura{2.2.0} Natura
UCHIJAAAA BiomesOPlenty{2.1.0} Biomes O' Plenty
UCHIJAAAA BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCHIJAAAA Forestry{4.2.14.62} Forestry for Minecraft
UCHIJAAAA BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition
UCHIJAAAA BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA ThermalFoundation{1.7.10R1.2.4} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHIJAAAA BigReactors{0.4.5B} Big Reactors
UCHIJAAAA BinnieCore{2.0-pre14} Binnie Core
UCHIJAAAA Botany{2.0-pre14} Botany
UCHIJAAAA ExtraBees{2.0-pre14} Extra Bees
UCHIJAAAA ExtraTrees{2.0-pre14} Extra Trees
UCHIJAAAA Genetics{2.0-pre14} Genetics
UCHIJAAAA bookshelf{1.0.4.187} Bookshelf
UCHIJAAAA BrandonsCore{1.0.0.12} Brandon's Core
UCHIJAAAA BuildCraft|Core{7.1.16} BuildCraft
UCHIJAAAA BuildCraft|Builders{7.1.16} BC Builders
UCHIJAAAA BuildCraft|Transport{7.1.16} BC Transport
UCHIJAAAA BuildCraft|Energy{7.1.16} BC Energy
UCHIJAAAA BuildCraft|Silicon{7.1.16} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.1.16} BC Robotics
UCHIJAAAA BuildCraft|Factory{7.1.16} BC Factory
UCHIJAAAA BuildCraft|Compat{7.1.5} BuildCraft Compat
UCHIJAAAA ForgeMultipart{1.2.0.347} Forge Multipart
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA SonarCore{1.1.3} SonarCore
UCHIJAAAA Calculator{1.9.11} Calculator
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Railcraft{9.12.2.0} Railcraft
UCHIJAAAA TwilightForest{2.3.7} The Twilight Forest
UCHIJAAAA chisel{2.5.1.44} Chisel 2
UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks](Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks
UCHIJAAAA CollectiveFramework{1.0.0-132} Collective Framework
UCHIJAAAA ComputerCraft{1.75} ComputerCraft
UCHIJAAAA EnderStorage{1.4.7.37} EnderStorage
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded
UCHIJAAAA MrTJPCoreMod{1.1.0.33} MrTJPCore
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} ProjectRed Core
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} ProjectRed Transmission
UCHIJAAAA OpenComputers{1.6.0.6-beta.4} OpenComputers
UCHIJAAAA CompactMachines{1.7.10-1.20} Compact Machines
UCHIJAAAA CompactSolars{4.4.39.315} Compact Solar Arrays
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} EnderCore
UCHIJAAAA EnderIO{1.7.10-2.3.0.427_beta} Ender IO
UCHIJAAAA Mekanism{9.0.3} Mekanism
UCHIJAAAA computronics{1.6.0} Computronics
UCHIJAAAA craftingtweaks{1.0.82} Crafting Tweaks
UCHIJAAAA davincing{1710.1.8} DaVincing
UCHIJAAAA ElecCore{1.4.294} ElecCore
UCHIJAAAA deepresonance{1.1.4} DeepResonance
UCHIJAAAA DraconicEvolution{1.0.2h} Draconic Evolution
UCHIJAAAA funkylocomotion{1.0} Funky Locomotion
UCHIJAAAA numina{0.4.0.131} Numina
UCHIJAAAA powersuits{0.11.0.301} MachineMuse's Modular Powersuits
UCHIJAAAA ExtraUtilities{1.2.12} Extra Utilities
UCHIJAAAA ImmersiveEngineering{0.7.7} Immersive Engineering
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} Tinkers' Construct
UCHIJAAAA minechem{5.0.5.406} Minechem
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V15a.jar)
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V15a.jar)
UCHIJAAAA ElectriCraft{1.0} [ElectriCraft](ElectriCraft 1.7.10 V15a.jar)
UCHIJAAAA eplus{4.0.0..73} Enchanting Plus
UCHIJAAAA Enchiridion{1.3} [Enchiridion](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} EnderTech
UCHIJAAAA extracells{2.3.14} Extra Cells 2
UCHIJAAAA ExtraTiC{1.4.6} ExtraTiC
UCHIJAAAA factorization.notify{1.0} Factorization Notification System
UCHIJAAAA factorization.dimensionalSlice{0.8.107} Factorization Dimensional Slices
UCHIJAAAA factorization{0.8.107} Factorization
UCHIJAAAA factorization.misc{0.8.107} Factorization Miscellaneous Nonsense
UCHIJAAAA fz.scrap{0.8.107} Scrap
UCHIJAAAA factorization.truth{0.8.107} Truth
UCHIJAAAA gendustry{1.6.4.135} GenDustry
UCHIJAAAA pressure{1.3.0.131} Pressure Pipes
UCHIJAAAA advgenerators{0.9.20.123} Advanced Generators
UCHIJAAAA GraviSuite{1.7.10-2.0.3} Graviation Suite
UCHIJAAAA GregsLighting{1.11.2} Greg's Lighting
UCHIJAAAA guideapi{1.7.10-1.0.1-29} Guide-API
UCHIJAAAA IC2NuclearControl{2.4.0b} Nuclear Control 2
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA IGWMod{1.1.12-34} In-Game wiki Mod
UCHIJAAAA immersiveintegration{0.6.8} Immersive Integration
UCHIJAAAA ImmibisCore{59.1.2} Immibis Core
UCHIJAAAA inventorytweaks{1.59-dev-153-e32ef23} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JABBA{1.2.2} JABBA
UCHIJAAAA LogisticsPipes{0.9.3.126} Logistics Pipes
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core
UCHIJAAAA magicalcropsarmour{4.0.0_PUBLIC_BETA_4} Magical Crops: Armoury
UCHIJAAAA magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} Magical Crops: Decorative
UCHIJAAAA malisiscore{1.7.10-0.14.3} MalisisCore
UCHIJAAAA malisisdoors{1.7.10-1.13.2} Malisis' Doors
UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} Mariculture
UCHIJAAAA MariTech{1.0} Marine Technlogy
UCHIJAAAA mo{0.4.1} Matter Overdrive
UCHIJAAAA MekanismGenerators{9.0.3} MekanismGenerators
UCHIJAAAA MekanismTools{9.0.3} MekanismTools
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2
UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} ProjectRed Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} MFR Compat: Vanilla
UCHIJAAAA MineTweaker3{3.0.10} MineTweaker 3
UCHIJAAAA modtweaker2{0.9.5} Mod Tweaker 2
UCHIJAAAA Morph{0.9.2} Morph
UCHIJAAAA Morpheus{1.7.10-1.6.21} Morpheus
UCHIJAAAA NEIAddons{1.12.15.41} NEI Addons
UCHIJAAAA NEIAddons|Developer{1.12.15.41} NEI Addons: Developer Tools
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} NEI Addons: Applied Energistics 2
UCHIJAAAA NEIAddons|Botany{1.12.15.41} NEI Addons: Botany
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} NEI Addons: Forestry
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} NEI Addons: Crafting Tables
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} NEI Addons: Ex Nihilo
UCHIJAAAA neiintegration{1.1.2} NEI Integration
UCHIJAAAA NetherOres{1.7.10R2.3.1} Nether Ores
UCHIJAAAA notenoughIDs{1.4.3.4} NotEnoughIDs
UCHIJAAAA ObsidiPlates{3.0.0.18} ObsidiPlates
UCHIJAAAA OpenMods{0.9.1} OpenMods
UCHIJAAAA OpenBlocks{1.5.1} OpenBlocks
UCHIJAAAA openglasses{1.0.46} OC Glasses
UCHIJAAAA OpenPeripheralCore{1.2.1} OpenPeripheralCore
UCHIJAAAA OpenPeripheral{0.5} OpenPeripheralAddons
UCHIJAAAA OpenPeripheralIntegration{0.4} OpenPeripheralIntegration
UCHIJAAAA PeripheralsPlusPlus{1.3.6} Peripherals++
UCHIJAAAA PneumaticCraft{1.12.7-150} PneumaticCraft
UCHIJAAAA PortalGun{4.0.0-beta-6} PortalGun
UCHIJAAAA PowerConverters3{1.7.10-2.11} Power Converters 3
UCHIJAAAA PracticalLogistics{0.2.4} Practical Logistics
UCHIJAAAA ProjectBlue{1.1.4} Project Blue
UCHIJAAAA ProjectE{1.7.10-PE1.10.0} ProjectE
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} ProjectRed Transportation
UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} ProjectRed Compatibility
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} ProjectRed Integration
UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} ProjectRed Fabrication
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} ProjectRed Illumination
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} ProjectRed Expansion
UCHIJAAAA QuarryPlus{2.1.0} QuarryPlus
UCHIJAAAA RandomThings{2.2.4} Random Things
UCHIJAAAA ReactorCraft{1.0} [ReactorCraft](ReactorCraft 1.7.10 V15a.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal
UCHIJAAAA RIO{2.4.0} Remote IO
UCHIJAAAA rftools{4.23} RFTools
UCHIJAAAA SimpleLabels{@VERSION@} SimpleLabels
UCHIJAAAA SolarExpansion{1.6a} Solar Expansion
UCHIJAAAA StevesFactoryManager{A93} Steve's Factory Manager
UCHIJAAAA StevesAddons{0.10.16} Steve's Addons
UCHIJAAAA StevesCarts{2.0.0.b18} Steve's Carts 2
UCHIJAAAA StevesWorkshop{0.5.1} Steve's Workshop
UCHIJAAAA supercraftingframe{1.7.10.3} Super Crafting Frame
UCHIJAAAA thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin
UCHIJAAAA thaumicenergistics{1.0.0.5} Thaumic Energistics
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA ThermalCasting{0.0.3} Thermal Casting
UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics
UCHIJAAAA ThermalSmeltery{1.0} Thermal Smeltery
UCHIJAAAA TMechworks{0.2.15.106} Tinkers' Mechworks
UCHIJAAAA TooManyGodDamnOres{${version}} TooManyGodDamnOres
UCHIJAAAA Translocator{1.1.2.16} Translocator
UCHIJAAAA Tubestuff{59.0.4} Tubestuff
UCHIJAAAA usefulDNS{2.2.8} usefulDNS
UCHIJAAAA WailaHarvestability{1.1.6} Waila Harvestability
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} WAILA Plugins
UCHIJAAAA wawla{1.3.1} What Are We Looking At
UCHIJAAAA WR-CBE|Core{1.4.1.9} WR-CBE Core
UCHIJAAAA WR-CBE|Addons{1.4.1.9} WR-CBE Addons
UCHIJAAAA WR-CBE|Logic{1.4.1.9} WR-CBE Logic
UCHIJAAAA Ztones{1.7.10} Ztones
UCHIJAAAA ForgeMicroblock{1.2.0.347} Forge Microblocks
UCHIJAAAA McMultipart{1.2.0.347} Minecraft Multipart Plugin
UCHIJAAAA ForgeRelocation{0.0.1.4} ForgeRelocation
UCHIJAAAA MCFrames{1.0} MCFrames
UCHIJAAAA RelocationFMP{0.0.1.2} RelocationFMP
UCHIJAAAA aobd{2.9.2} Another One Bites The Dust
UCHIJAAAA denseores{1.0} Dense Ores
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes
OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.4-114
ThermalExpansion: -[1.7.10]4.1.2-240
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V15a.jar
* armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.39.3.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.5.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.5.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CalculatorAPI (1.7.10 - 1.1) from Calculator-1.7.10-1.9.11.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
* ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|block (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|core (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|energy (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from PeripheralsPlusPlus-1.3.6.jar
* CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.427_beta.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* computronicsAPI (1.3) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.0.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.0.jar
* CraftingTweaks|API (4.1) from craftingtweaks-mc1.7.10-1.0.82.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.107.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.14.62.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.14.62.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
* IC2API (1.0) from industrialcraft-2-2.2.822-experimental.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.1.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V15a.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.0b.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.6-beta.4-universal.jar
* OpenPeripheralAddonsApi (1.0) from OpenPeripheral-1.7.10-AIO-6.jar
* OpenPeripheralApi (3.3.2) from OpenPeripheral-1.7.10-AIO-6.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
* pressureAPI (1.3.0.131) from pressure-1.3.0.131-mc1.7.10.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.0.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.1.0 from SonarCore-1.7.10-1.1.3.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.
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
A side note
Reading the log, I was not sure whether the problem came from Mekanism or Pressure Pipes so I decided to start here.