Open same-jame opened 9 years ago
Confirmed, same error on stationary doors, now it's impossible to enter the server
temporary fix: disable chicken core chunk loader
Confirmed as well.
Looking at the code, the offending line is if (inventories.contains(s.inventory)) { and since inventories is explicitly declared and initialized as a HashSet, my bet is that s is null.
---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem.
Time: 9/28/15 6:31 PM Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop at com.rwtema.funkylocomotion.movers.MoveManager.startMoving(MoveManager.java:239) at com.rwtema.funkylocomotion.blocks.TilePusher.startMoving(TilePusher.java:175) at com.rwtema.funkylocomotion.movers.MoverEventHandler.onPostWorldTick(MoverEventHandler.java:36) at cpw.mods.fml.common.eventhandler.ASMEventHandler_306_MoverEventHandler_onPostWorldTick_WorldTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) 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:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.13.0-32-generic
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1020789784 bytes (973 MB) / 4177002496 bytes (3983 MB) up to 4177002496 bytes (3983 MB)
JVM Flags: 4 total; -Xmx4096M -Xms4096M -XX:PermSize=255M -XX:MaxPermSize=512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 2, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 156 mods loaded, 156 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 FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1448} Minecraft Forge
UCHIJAAAA AM2-Preloader{0.0.2} AMCore
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core
UCHIJAAAA CodeChickenCore{1.0.6.43} CodeChicken Core
UCHIJAAAA InfiniBows{1.3.0 build 20} InfiniBows
UCHIJAAAA MobiusCore{1.2.5} MobiusCore
UCHIJAAAA NotEnoughItems{1.0.4.107} Not Enough Items
UCHIJAAAA WitchingGadgetsCore{1.1.9} Witching Gadgets Core
UCHIJAAAA OpenModsCore{0.8} OpenModsCore
UCHIJAAAA
I am having same (or very similar crash) but without use of a frame quarry, and disabling chicken chunks didn't resolve. (no other dimensions have even been loaded on this early world.)
log: http://paste.atlauncher.com/view/87af7e58
I built a copy of AkoTheBuilder (youtube)'s Blood Magic funkylocomotion alter, but when i explored a few chunks away from my base, and the blood magic setup, everything crashed. (I don't have any chunkloaders yet in this world, so disabling chicken chunks wouldn't have fixed anything for me, anyways, but i tried anyways. to no avail)
using mc-edit to move player back to my funky locomotion setup allowed me to re-enter world. I deleted redstone controls to the setup and adventured out once again to new chunks. saved. quit world, and reloaded. I expected another crash, but something i did (either mcedit to move player back to the chunk with the funkylocomotion alter, or deleting the redstone controls before adventuring prevented crash from being repeatable. i'll see if i can replicate the crash (i don't really like breaking MC, but i want to try and be helpful if i can. its the least i can do. i love your mod, and if i can help shed light on what's breaking/why, i will certainly do my best)
crash again, but not sure what's causing it. was just out exploring the world, and everything breaks. Again, attempting to reload world fails unless i use mcedit to move player right next to the frame-alter.
noting: i'm running beta-7, and the update for beta6a said that "Fix crash when there are no players near a moving frame."
...i think it's still broken.
(willing to run any tests/scenarios/try different builds or experiment to help however i can. just let me know.
I am using a frame quarry, and it crashes the server. Using Beta 7.
---- Minecraft Crash Report ---- // I blame Dinnerbone.
Time: 02/09/15 12:11 Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop at com.rwtema.funkylocomotion.movers.MoveManager.startMoving(MoveManager.java:239) at com.rwtema.funkylocomotion.blocks.TilePusher.startMoving(TilePusher.java:175) at com.rwtema.funkylocomotion.movers.MoverEventHandler.onPostWorldTick(MoverEventHandler.java:36) at cpw.mods.fml.common.eventhandler.ASMEventHandler_388_MoverEventHandler_onPostWorldTick_WorldTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) 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: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:
-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64 Java Version: 1.8.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1404286744 bytes (1339 MB) / 2616721408 bytes (2495 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 2 total; -Xmx4096M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 17, tcache: 0, allocated: 15, tallocated: 96 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 171 mods loaded, 171 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 FML{7.10.99.99} Forge Mod Loader UCHIJAAAA Forge{10.13.4.1490} Minecraft Forge UCHIJAAAA appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCHIJAAAA Aroma1997Core{1.0.2.14} Aroma1997Core UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core UCHIJAAAA InfiniBows{1.3.0 build 20} InfiniBows UCHIJAAAA Micdoodlecore{} Micdoodle8 Core UCHIJAAAA MobiusCore{1.2.5} MobiusCore UCHIJAAAA NotEnoughItems{1.0.5.110} Not Enough Items UCHIJAAAA OpenEye{0.6} OpenEye UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCHIJAAAA OpenModsCore{0.8} OpenModsCore UCHIJAAAA{000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA debug{1.0} debug
UCHIJAAAA act{0.0.2a_1.7.10} AdminCommandsToolbox
UCHIJAAAA IC2{2.2.726-experimental} IndustrialCraft 2
UCHIJAAAA ImmibisCore{59.1.1} Immibis Core
UCHIJAAAA AdvancedRepulsionSystems{59.0.3} Advanced Repulsion Systems
UCHIJAAAA AdvancedMachines{59.0.2} Advanced Machines
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels
UCHIJAAAA appliedenergistics2{rv2-stable-10} Applied Energistics 2
UCHIJAAAA bdlib{1.9.2.101} BD Lib
UCHIJAAAA ae2stuff{0.5.0.51} AE2 Stuff
UCHIJAAAA AgriCraft{1.7.10-1.3.1} AgriCraft
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships
UCHIJAAAA Aroma1997CoreHelper{1.0.2.14} Aroma1997Core|Helper
UCHIJAAAA AromaBackup{0.0.0.5} AromaBackup
UCHIJAAAA AutoFood{59.0.0} AutoFood
UCHIJAAAA CoFHCore{1.7.10R3.0.3} CoFH Core
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1B1} MineFactory Reloaded
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1B1} MFR Compat: Thaumcraft
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA Automagy{0.26.3} Automagy
UCHIJAAAA BetterChests{1.1.1.9} BetterChests
UCHIJAAAA BiblioCraft{1.10.5} BiblioCraft
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} 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 BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion
UCHIJAAAA BigReactors{0.4.3A} Big Reactors
UCHIJAAAA AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry
UCHIJAAAA ForgeMultipart{1.2.0.345} Forge Multipart
UCHIJAAAA BuildCraft|Core{7.0.21} BuildCraft
UCHIJAAAA ExtraUtilities{1.2.11} Extra Utilities
UCHIJAAAA BuildCraft|Factory{7.0.21} BC Factory
UCHIJAAAA BuildCraft|Builders{7.0.21} BC Builders
UCHIJAAAA BuildCraft|Energy{7.0.21} BC Energy
UCHIJAAAA Railcraft{9.6.1.0} Railcraft
UCHIJAAAA ImmersiveEngineering{0.5.2} Immersive Engineering
UCHIJAAAA TConstruct{1.7.10-1.8.6b.build976} Tinkers' Construct
UCHIJAAAA BloodArsenal{1.1-14} Blood Arsenal
UCHIJAAAA Botania{r1.7-217} [Botania](Botania r1.7-217.jar)
UCHIJAAAA BrandonsCore{1.0.0.6} Brandon's Core
UCHIJAAAA BuildCraft|Silicon{7.0.21} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.0.21} BC Robotics
UCHIJAAAA BuildCraft|Transport{7.0.21} BC Transport
UCHIJAAAA Forestry{3.6.3.20} Forestry for Minecraft
UCHIJAAAA BuildCraft|Compat{7.0.11} BuildCraft Compat
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks](Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks
UCHIJAAAA chisel{2.9.0.3} Chisel
UCHIJAAAA MrTJPCoreMod{1.1.0.27} MrTJPCore
UCHIJAAAA ProjRed|Core{4.7.0pre5.89} ProjectRed Core
UCHIJAAAA ProjRed|Transmission{4.7.0pre5.89} ProjectRed Transmission
UCHIJAAAA CompactMachines{1.7.10-1.20} Compact Machines
UCHIJAAAA ComputerCraft{1.74} ComputerCraft
UCHIJAAAA props{2.0.1} Decocraft
UCHIJAAAA DimensionalAnchors{59.0.3} Dimensional Anchors
UCHIJAAAA DraconicEvolution{1.0.2-snapshot_3} Draconic Evolution
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V7f.jar)
UCHIJAAAA eplus{3.0.2-d} Enchanting Plus
UCHIJAAAA MetallurgyCore{4.0.4} Metallurgy Core
UCHIJAAAA GalacticraftCore{3.0.11} Galacticraft Core
UCHIJAAAA Mekanism{8.1.7} Mekanism
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO
UCHIJAAAA EnderStorage{1.4.7.36} EnderStorage
UCHIJAAAA EnderTech{1.7.10-0.3.2.388} EnderTech
UCHIJAAAA enderutilities{0.4.1} Ender Utilities
UCHIJAAAA enhancedportals{3.0.10} EnhancedPortals
UCHIJAAAA ExpandedRedstone{1.0} [Expanded Redstone](ExpandedRedstone 1.7.10 V7a.jar)
UCHIJAAAA extracells{2.2.71} Extra Cells 2
UCHIJAAAA Metallurgy{4.0.6} Metallurgy 4
UCHIJAAAA harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10h.jar)
UCHIJAAAA ExtraTiC{1.4.4} ExtraTiC
UCHIJAAAA FastCraft{1.21} FastCraft
UCHIJAAAA FlatSigns{2.1.0.19} Flat Signs
UCHIJAAAA fossil{1.7.10 Build 7.1.0} Fossils and Archeology Revival
UCHIJAAAA funkylocomotion{1.0} Funky Locomotion
UCHIJAAAA GalacticraftMars{3.0.11} Galacticraft Planets
UCHIJAAAA gendustry{1.6.0.114} GenDustry
UCHIJAAAA advgenerators{0.9.18.107} Advanced Generators
UCHIJAAAA GraviSuite{1.7.10-2.0.1} Graviation Suite
UCHIJAAAA guideapi{1.7.10-1.0.1-20} Guide-API
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA Hats{4.0.1} Hats
UCHIJAAAA HelpFixer{1.0.7} HelpFixer
UCHIJAAAA ibench{1.0.12} iBench
UCHIJAAAA immersiveintegration{0.4.2} Immersive Integration
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} INpureCore
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JABBA{1.2.1} JABBA
UCHIJAAAA LogisticsPipes{0.9.2.33} Logistics Pipes
UCHIJAAAA MekanismGenerators{8.1.7} MekanismGenerators
UCHIJAAAA MekanismTools{8.1.7} MekanismTools
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1B1} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.1B1} MFR Compat: Atum
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1B1} MFR Compat: BackTools
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1B1} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1B1} MFR Compat: Chococraft
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1B1} MFR Compat: ExtraBiomes
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1B1} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1B1} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1B1} MFR Compat: IC2
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.1B1} MFR Compat: Mystcraft
UCHIJAAAA ProjRed|Exploration{4.7.0pre5.89} ProjectRed Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1B1} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1B1} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1B1} MFR Compat: Sufficient Biomes
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1B1} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1B1} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1B1} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1B1} MFR Compat: Vanilla
UCHIJAAAA MineTweaker3{3.0.9B} MineTweaker 3
UCHIJAAAA Morpheus{1.7.10-1.6.4} Morpheus
UCHIJAAAA NetherOres{1.7.10R2.3.1RC1} Nether Ores
UCHIJAAAA ObsidiPlates{3.0.0.18} ObsidiPlates
UCHIJAAAA OpenMods{0.8} OpenMods
UCHIJAAAA OpenBlocks{1.4.4} OpenBlocks
UCHIJAAAA OpenPeripheralCore{1.2} OpenPeripheralCore
UCHIJAAAA OpenPeripheral{0.4} OpenPeripheralAddons
UCHIJAAAA OpenPeripheralIntegration{0.3} OpenPeripheralIntegration
UCHIJAAAA MapWriter{2.1.2} MapWriter
UCHIJAAAA Opis{1.2.5} Opis
UCHIJAAAA PneumaticCraft{1.9.9-97} PneumaticCraft
UCHIJAAAA ProjRed|Compatibility{4.7.0pre5.89} ProjectRed Compatibility
UCHIJAAAA ProjRed|Integration{4.7.0pre5.89} ProjectRed Integration
UCHIJAAAA ProjRed|Fabrication{4.7.0pre5.89} ProjectRed Fabrication
UCHIJAAAA ProjRed|Illumination{4.7.0pre5.89} ProjectRed Illumination
UCHIJAAAA RandomThings{2.2.4} Random Things
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal
UCHIJAAAA rftools{3.33} RFTools
UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} Sanguimancy
UCHIJAAAA simplyjetpacks{1.5.1} Simply Jetpacks
UCHIJAAAA SSTOW{1.7.10-0.1-RC9-7} Soul Shards: The Old Ways
UCHIJAAAA StevesFactoryManager{A93} Steve's Factory Manager
UCHIJAAAA StevesAddons{0.10.15} Steve's Addons
UCHIJAAAA StevesWorkshop{0.5.1} Steve's Workshop
UCHIJAAAA thaumicenergistics{0.8.10.4} Thaumic Energistics
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics
UCHIJAAAA ThermalSmeltery{1.7.10-1.2.1} Thermal Smeltery
UCHIJAAAA TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks
UCHIJAAAA TooManyDanyOres{b1.0-3%} TooManyDanyOres
UCHIJAAAA Translocator{1.1.2.15} Translocator
UCHIJAAAA witchery{0.24.1} Witchery
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 McMultipart{1.2.0.345} Minecraft Multipart Plugin
UCHIJAAAA aobd{2.8.1} Another One Bites The Dust
UCHIJAAAA denseores{1.0} Dense Ores
UCHIJAAAA ForgeMicroblock{1.2.0.345} Forge Microblocks
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: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
MineFactoryReloaded: -[1.7.10]2.8.1B1-125
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1RC1-18
RedstoneArsenal: -[1.7.10]1.1.1-89
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1283-universal.jar
* BotaniaAPI (61) from Botania r1.7-217.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.21.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|core (1.0) from EnhancedPortals_1.7.10-universal-3.0.10.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.21.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.21.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.21.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.21.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|power (1.1) from EnhancedPortals_1.7.10-universal-3.0.10.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.21.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.21.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.21.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.11.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.21.jar
* ChiselAPI (0.1.1) from Chisel-2.9.0.3.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.0.3.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.0.3.jar
* CoFHAPI (1.7.10R1.0.13B1) from extrautilities-1.2.11.jar
* CoFHAPI|block (1.7.10R1.0.0) from EnhancedPortals_1.7.10-universal-3.0.10.jar
* CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|energy (1.7.10R1.0.0) from EnhancedPortals_1.7.10-universal-3.0.10.jar
* CoFHAPI|fluid (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|inventory (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|item (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|transport (1.7.10R1.0.0) from EnhancedPortals_1.7.10-universal-3.0.10.jar
* CoFHAPI|world (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|container (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|element (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|inventory (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|position (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|world (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|world|feature (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* CSLib|API (1.0) from Decocraft-2.0.1_1.7.10.jar
* DraconicEvolution|API (1.1) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_3.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* Galacticraft API (1.3) from GalacticraftCore-1.7-3.0.11.333.jar
* gendustryAPI (2.1.0) from gendustry-1.6.0.114-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.2.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.3.0) from mcjtylib-1.3.0.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
* MetallurgyAPI (2.0.0) from Metallurgy-1.7.10-4.0.6.80.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V7f.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* OpenPeripheralApi (3.3.1) from OpenPeripheral-1.7.10-AIO-5.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.9.9-97-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-31.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Forestry : Info: The following plugins have been disabled in the config: propolis.pipe
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, 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: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)