Closed themechman closed 7 years ago
Looks like it ran out of memory.
I'd agree with that because of this:
java.lang.OutOfMemoryError: Java heap space
However I'm confused after I scroll down a bit and see this:
Memory: 634240 bytes (0 MB) / 8520204288 bytes (8125 MB) up to 8520204288 bytes (8125 MB)
Are you actually seeing the server use around 8GB of memory allocation?
When I have 5-6 people running amok in three different dimensions ram usage spikes. You can reference another issue I have on here #2197 which is the reason why I've chosen to set such a high RAM allocation.
After some digging around with opis (which I forgot I even had), I found three sealers outside the chunkloaded area. These are connected with Mekanism v9 cables vs another base which uses your heavy aluminum cables and has only one chunk loaded. The tick load on dim -30 is higher than overworld's.
After increasing the chunkload radius from 9 to 25 chunks, breaking the three sealers, putting them back and restarting the server, the RAM usage was no longer getting gobbled up after 15 minutes of operation.
Are you actually seeing the server use around 8GB of memory allocation?
And yes, when I get lots of rocket usage between GC dims, ram usage is excessive. On average its 3GB.
the sealers in question you said were connected using mek v9 cables. have you tried swapping them out for another power cable? Possibly using the sealer blocks and bc cable? or enderio conduits?
That is on my "To Do" list... Wool is the problem :) My moon base is finished and its tick lag is less than the current base (asteroids). So it may be possible.
Ultimately I'd like to not have to chunk load.
hunt spiders, convert silk to wool.
This thread has useful discussion - much appreciated - especially the comment about different results being seen for sealers powered by Mekanism cables and sealers powered by GC's own cables.
Even so, I'm going to close this issue now as the same issue (or the same class of issues) is being discussed in #2129 and in the other issues referenced there, and we don't need all these different issues open.
I am still looking to find a solution which covers all of these related problems. It's hard, as I am still not seeing any problem at all on my own test machine...
This is my server log. Looks like it ran out of memory. This happened shortly after logging off tonight.
I noticed a few sealers not in the chunkloader area.
---- Minecraft Crash Report ---- // Uh... Did I do that?
Time: 7/12/16 9:42 PM Description: Ticking block entity
java.lang.OutOfMemoryError: Java heap space at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.makeSealGood(ThreadFindSeal.java:388) at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.check(ThreadFindSeal.java:289) at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.(ThreadFindSeal.java:86)
at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.(ThreadFindSeal.java:48)
at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.updateSealerStatus(OxygenPressureProtocol.java:64)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenSealer.func_145845_h(TileEntityOxygenSealer.java:167)
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:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Stacktrace: at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.makeSealGood(ThreadFindSeal.java:388) at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.check(ThreadFindSeal.java:289) at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.(ThreadFindSeal.java:86)
at micdoodle8.mods.galacticraft.core.oxygen.ThreadFindSeal.(ThreadFindSeal.java:48)
at micdoodle8.mods.galacticraft.core.oxygen.OxygenPressureProtocol.updateSealerStatus(OxygenPressureProtocol.java:64)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenSealer.func_145845_h(TileEntityOxygenSealer.java:167)
-- Block entity being ticked -- Details: Name: Air Sealer // micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenSealer Block type: ID #1058 (tile.sealer // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenSealer) Block data value: 2 / 0x2 / 0b0010 Block location: World: (73,158,441), Chunk: (at 9,9,9 in 4,27; contains blocks 64,0,432 to 79,255,447), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Actual block type: ID #1058 (tile.sealer // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenSealer) Actual block data value: 2 / 0x2 / 0b0010 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1939) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level -- Details: Level name: NOPE All players: 0 total; [] Chunk stats: ServerChunkCache: 13 Drop: 11 Level seed: 2115926544669439375 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 0 game time, 0 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: 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:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_91, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 634240 bytes (0 MB) / 8520204288 bytes (8125 MB) up to 8520204288 bytes (8125 MB) JVM Flags: 14 total; -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=20 -XX:+DisableExplicitGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseBiasedLocking -XX:TargetSurvivorRatio=90 -XX:LargePageSizeInBytes=2M -XX:+UseLargePages -Xmx8G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 117 mods loaded, 107 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.1558} Minecraft Forge UCHIJAAAA MobiusCore{1.2.5} MobiusCore UCHIJAAAA appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCHIJAAAA CodeChickenCore{1.0.7.46} CodeChicken Core UCHIJAAAA PacketLogger{0.0.1} PacketLogger UCHIJAAAA Micdoodlecore{} Micdoodle8 Core UCHIJAAAA NotEnoughItems{1.0.5.110} Not Enough Items UCHIJAAAA OpenModsCore{0.6} OpenModsCore UCHIJAAAA{000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA Morpheus{1.7.10-1.5.26} [Morpheus]([DONOTDELETE] Morpheus-1.7.10-1.5.26.jar)
UCHIJAAAA MapWriter{2.1.2} [MapWriter]([DONOTDELETE] Opis-1.2.5_1.7.10.jar)
UCHIJAAAA Opis{1.2.5} [Opis]([DONOTDELETE] Opis-1.2.5_1.7.10.jar)
UCHIJAAAA ServerTools{1.7.10-2.2.0.79} [ServerTools]([DONOTDELETE] ServerTools-CORE-1.7.10-2.2.0.79.jar)
UCHIJAAAA ServerTools-TELEPORT{1.0} [ServerTools-TELEPORT]([DONOTDELETE] ServerTools-TELEPORT-1.7.10-2.2.0.13.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} Applied Energistics 2
UCHIJAAAA bdlib{1.9.4.109} BD Lib
UCHIJAAAA ae2stuff{0.5.0.56} AE2 Stuff
UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} Ancient Warfare Core
UCHIJAAAA CoFHCore{1.7.10R3.1.2} CoFH Core
UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} Ancient Warfare Automation
UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} Ancient Warfare NEI Plugin
UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} Ancient Warfare NPCs
UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} Ancient Warfare Structures
UCHIJAAAA AppleCore{1.1.0} AppleCore
UCHIJAAAA betterrecords{@VERSION@} Better Records
UCHIJAAAA BiblioCraft{1.11.4} BiblioCraft
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA ThermalFoundation{1.7.10R1.2.3} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHIJAAAA BigReactors{0.4.3A} Big Reactors
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks
UCHIJAAAA TwilightForest{2.3.7} The Twilight Forest
UCHIJAAAA ForgeMultipart{1.1.2.334} Forge Multipart
UCHIJAAAA chisel{2.5.1.44} Chisel 2
UCHIJAAAA ComputerCraft{1.73} ComputerCraft
UCHIJAAAA cookiecore{1.4.0} Cookie Core
UCHIJAAAA PTRModelLib{1.0.0} PTRModelLib
UCHIJAAAA props{2.3.2} Decocraft
UCHIJAAAA IC2{2.2.821-experimental} IndustrialCraft 2
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} Mantle
UCHIJAAAA Natura{2.2.0} Natura
UCHIJAAAA MrTJPCoreMod{1.0.7.14} MrTJPCore
UCHIJAAAA ProjRed|Core{4.6.1.80} ProjectRed
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V15a.jar)
UCHIJAAAA GalacticraftCore{3.0.12} Galacticraft Core
UCHIJAAAA Mekanism{9.0.3} Mekanism
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO
UCHIJAAAA extracells{2.3.10} Extra Cells 2
UCHIJAAAA ExtraUtilities{1.2.5} Extra Utilities
UCHIJAAAA harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10h.jar)
UCHIJAAAA TSteelworks{1.7.10-1.1.1} Tinkers' Steelworks
UCHIJAAAA ExtraTiC{1.4.5} ExtraTiC
UCHIJAAAA GalacticraftMars{3.0.12} Galacticraft Planets
UCHIJAAAA Growthcraft{2.2.2} Growthcraft
UCHIJAAAA Growthcraft|Cellar{2.2.2} Growthcraft Cellar
UCHIJAAAA Growthcraft|Apples{2.2.2} Growthcraft Apples
UCHIJAAAA Growthcraft|Bamboo{2.2.2} Growthcraft Bamboo
UCHIJAAAA Growthcraft|Bees{2.2.2} Growthcraft Bees
UCHIJAAAA Growthcraft|Fishtrap{2.2.2} Growthcraft Fishtrap
UCHIJAAAA Growthcraft|Grapes{2.2.2} Growthcraft Grapes
UCHIJAAAA Growthcraft|Hops{2.2.2} Growthcraft Hops
UCHIJAAAA Growthcraft|Rice{2.2.2} Growthcraft Rice
UCHIJAAAA IC2NuclearControl{2.1.2a} Nuclear Control 2
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA mod_Invasion{1.1.2} Invasion
UCHIJAAAA inventorytweaks{1.58-147-645ca10} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA LotsOfFood{1.7.10} [Lots of Food](Lots of Food-1.7.10 v7.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} MalisisCore
UCHIJAAAA malisisdoors{1.7.10-1.13.2} Malisis' Doors
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|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2
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 morechisels{@VERSION@} More Chisels
UCHIJAAAA cfm{3.4.7} §9MrCrayfish's Furniture Mod
UCHIJAAAA NetherOres{1.7.10R2.3.1} Nether Ores
UCHIJAAAA OpenMods{0.6} OpenMods
UCHIJAAAA OpenBlocks{1.3} OpenBlocks
UCHIJAAAA openmodularturrets{2.2.2-217} Open Modular Turrets
UCHIJAAAA ProjRed|Transmission{4.6.1.80} ProjectRed-Transmission
UCHIJAAAA ProjRed|Compatibility{4.6.1.80} ProjectRed-Compatibility
UCHIJAAAA ProjRed|Integration{4.6.1.80} ProjectRed-Integration
UCHIJAAAA ProjRed|Illumination{4.6.1.80} ProjectRed-Illumination
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V15a.jar)
UCHIJAAAA supercraftingframe{1.7.10.2} Super Crafting Frame
UCHIJAAAA Sync{4.0.0} Sync
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics
UCHIJAAAA WailaHarvestability{1.1.0} Waila Harvestability
UCHIJAAAA McMultipart{1.1.2.334} Minecraft Multipart Plugin
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks
UCHIJAAAA ForgeMicroblock{1.1.2.334} Forge Microblocks
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes
UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft
OpenModsLib crash transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* AncientWarfareAPI (1.0) from ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar
* AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.5.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.5.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - 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.2) from IC2NuclearControl-2.1.2a.jar
* CoFHAPI|block (1.7.10R1.0.0) from extrautilities-1.2.5.jar
* CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|energy (1.7.10R1.0.0) from extrautilities-1.2.5.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|item (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|tileentity (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.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.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.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.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* CSLib|API (0.3.0) from Decocraft-2.3.2_1.7.10.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
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.454.jar
* GrowthcraftAPI|Bees (2.0) from growthcraft-2.2.2-complete.jar
* GrowthcraftAPI|Cellar (2.0) from growthcraft-2.2.2-complete.jar
* GrowthcraftAPI|Core (2.0) from growthcraft-2.2.2-complete.jar
* GrowthcraftAPI|FishTrap (2.0) from growthcraft-2.2.2-complete.jar
* IC2API (1.0) from industrialcraft-2-2.2.821-experimental.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.1.2a.jar
* Thaumcraft|API (4.2.0.0) from Pam's HarvestCraft 1.7.10h.jar
* TSteelworksAPI (1.2) from TSteelworks-1.7.10-1.1.1-17.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:OFF, BC:OFF, 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)