New FTB infinity update wont let me host server ?

Moe420420

New Member
Jul 29, 2019
6
0
0
I updated my FTB server this morning to the 1.7.0 but i cant join my server when both my server and client are updated it gives me a java.net.connectException; connection timed out; no further information error and ive been trying to solve this for a solid 30 minutes now.
 

Harvest88

New Member
Jul 29, 2019
1,365
-1
0
I updated my FTB server this morning to the 1.7.0 but i cant join my server when both my server and client are updated it gives me a java.net.connectException; connection timed out; no further information error and ive been trying to solve this for a solid 30 minutes now.

Assuming you didn't change anything else then the player.dat is your next step. First find out what your UUID is (either by looking in the op/whitelist txt files or using an online Minecraft Username to UUID converter). then in your world/playerdata/ file path there will a list of player.dats labeled by their UUIDs. To ensure to prevent accidental deletion move your in a safe place prior to deletion and then try joining to see if the fresh player.dat did the trick. Make sure you have the server shut downed while doing this and then reboot once your done doing prior to trying to join.
 

Idris_

New Member
Jul 29, 2019
6
0
0
I am having the same issue ALL my players are having this issue connecting to my server. We even tried resetting to default.
 

Harvest88

New Member
Jul 29, 2019
1,365
-1
0
I am having the same issue ALL my players are having this issue connecting to my server. We even tried resetting to default.

Sorry but we weren't not informed it was global problem. On that note though double check to ensure your connection to and from the server is remaining active and the latency is low enough (less than 100 ms from the client to server is acceptable connection speed). Also what you do you means by default?
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
Can you post a server log after someone tries to join? It might tell something.
 

Moe420420

New Member
Jul 29, 2019
6
0
0
Can you post a server log after someone tries to join? It might tell something.
[14:49:16] [Server thread/INFO]: Starting minecraft server version 1.7.10
[14:50:09] [Server thread/INFO]: Loading properties
[14:50:09] [Server thread/INFO]: Default game type: SURVIVAL
[14:50:09] [Server thread/INFO]: Generating keypair
[14:50:10] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:50:40] [Server thread/INFO]: Preparing level "world"
[14:50:53] [Server thread/INFO]: Preparing start region for level 0
[14:50:54] [Server thread/INFO]: Preparing spawn area: 17%
[14:50:55] [Server thread/INFO]: Done (15.842s)! For help, type "help" or "?"
[14:52:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2657ms behind, skipping 53 tick(s)
[14:52:57] [User Authenticator #1/INFO]: UUID of player Mo_Hawk_Med is a4bd6e0d-046b-4cf0-ba97-e01ff51dd519
[14:53:04] [Netty IO #5/WARN]: Failed to load player data for Mo_Hawk_Med
[14:53:04] [User Authenticator #2/INFO]: UUID of player Disco_dude38 is cb3a6830-3045-4959-9a5c-7cb6140f1bcd
[14:53:06] [Server thread/INFO]: Disco_dude38[/108.241.48.217:59791] logged in with entity id 364 at (-90.11798609632929, 83.0, 113.9311620568217)
[14:53:06] [Server thread/INFO]: Disco_dude38 joined the game
[14:53:11] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassCastException: mods.railcraft.common.blocks.hidden.TileHidden cannot be cast to com.carpentersblocks.tileentity.TEBase
at com.carpentersblocks.util.handler.EventHandler.onLivingUpdateEvent(EventHandler.java:206) ~[EventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_517_EventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30) ~[yg.class:?]
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303) ~[yq.class:?]
at net.minecraft.entity.monster.EntityPigZombie.func_70071_h_(SourceFile:63) ~[yh.class:?]
at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) ~[mt.class:?]
at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
... 4 more
[14:53:11] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Owner\Desktop\FTB Server\.\crash-reports\crash-2015-07-03_14.53.11-server.txt
[14:53:11] [Server thread/INFO]: Stopping server
[14:53:11] [Server thread/INFO]: Saving players
[14:53:11] [Server thread/INFO]: Saving worlds
[14:53:11] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[14:53:11] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[14:53:11] [Server thread/INFO]: Saving chunks for level 'world'/Dungeon
[14:53:11] [Server thread/INFO]: Saving chunks for level 'world'/The Last Millenium
 

Harvest88

New Member
Jul 29, 2019
1,365
-1
0
"[14:52:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2657ms behind, skipping 53 tick(s)"

Something could be wrong with either your server's time or the fact it doesn't have enough computing resources (usually RAM and/or CPU). You can confirm if it persistence if you let it run for a couple of minutes to see if it settles down or if it still keep on saying that.
 

Goshen

New Member
Jul 29, 2019
189
0
1
Disable railcrafts hidden blocks in the railcraft blocks.cfg and try again.
 

Moe420420

New Member
Jul 29, 2019
6
0
0
"[14:52:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2657ms behind, skipping 53 tick(s)"

Something could be wrong with either your server's time or the fact it doesn't have enough computing resources (usually RAM and/or CPU). You can confirm if it persistence if you let it run for a couple of minutes to see if it settles down or if it still keep on saying that.
i dedicated 4 gigs of RAM to the server and it still not working :/
and here is the crash report
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 7/4/15 3:54 PM
Description: Exception in server tick loop

java.lang.RuntimeException: java.util.zip.ZipException: Not in GZIP format
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:144)
at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedOut(FMLCommonHandler.java:555)
at net.minecraft.server.management.ServerConfigurationManager.func_72367_e(ServerConfigurationManager.java:318)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:633)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:158)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
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)
Caused by: java.util.zip.ZipException: Not in GZIP format
at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
at logisticspipes.config.PlayerConfig.readFromFile(PlayerConfig.java:124)
at logisticspipes.LogisticsEventListener.getPlayerConfig(LogisticsEventListener.java:274)
at logisticspipes.LogisticsEventListener.onPlayerLogout(LogisticsEventListener.java:201)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_648_LogisticsEventListener_onPlayerLogout_PlayerLoggedOutEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
... 9 more


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: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 225606792 bytes (215 MB) / 1344958464 bytes (1282 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 10 total; -Xms512m -Xmx2048M -XX:permSize=256m -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:parallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -Xmx2048m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 160 mods loaded, 160 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (FTBServer-1.7.10-1448.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (FTBServer-1.7.10-1448.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-9} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar)
UCHIJAAAA IC2{2.2.726-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.726-experimental.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJAAAA AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-9} [Applied Energistics 2] (appliedenergistics2-rv2-stable-9.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJAAAA bdlib{1.8.2.92} [BD Lib] (bdlib-1.8.2.92-mc1.7.10.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJAAAA BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16 (1).jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA BinnieCore{2.0-pre12} [Binnie Core] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA Botany{2.0-pre12} [Botany] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA ExtraBees{2.0-pre12} [Extra Bees] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA ExtraTrees{2.0-pre12} [Extra Trees] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA Genetics{2.0-pre12} [Genetics] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4 (1).jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.6-193} [Botania] (Botania r1.6-193 (1).jar)
UCHIJAAAA BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12 (1).jar)
UCHIJAAAA BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
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] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJAAAA chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar)
UCHIJAAAA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJAAAA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCHIJAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-502.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
UCHIJAAAA MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar)
UCHIJAAAA gendustry{1.4.13.97} [GenDustry] (gendustry-1.4.13.97-mc1.7.10.jar)
UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20 (1).jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJAAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
UCHIJAAAA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA JourneyMapServer{1.0.5_MC1.7.10} [JourneyMapServer] (JourneyMapServer1.0.5_MC1.7.10.jar)
UCHIJAAAA LogisticsPipes{0.9.1.15} [Logistics Pipes] (logisticspipes-0.9.1.15.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.11.13.00} [Mystcraft] (mystcraft-1.7.10-0.11.13.00 (1).jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MrTJPCoreMod{1.0.7.14} [MrTJPCore] (MrTJPCore-1.7.10-1.0.7.14-universal.jar)
UCHIJAAAA ProjRed|Core{4.6.1.80} [ProjectRed] (ProjectRed-1.7.10-4.6.1.80-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.6.1.80} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.1.80-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCHIJAAAA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
UCHIJAAAA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
UCHIJAAAA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
UCHIJAAAA PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
UCHIJAAAA ProjRed|Transmission{4.6.1.80} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.6.1.80} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.6.1.80-Mechanical_beta.jar)
UCHIJAAAA ProjRed|Compatibility{4.6.1.80} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.1.80-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.6.1.80} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.6.1.80} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.1.80-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.6.1.80} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.6.1.80-Mechanical_beta.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCHIJAAAA rftools{3.10} [RFTools] (rftools-3.10.jar)
UCHIJAAAA runicdungeons{1.1.5} [Runic Dungeons] (runicdungeons-1.1.5.jar)
UCHIJAAAA simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCHIJAAAA springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJAAAA StevesAddons{0.10.13} [Steve's Addons] (StevesAddons-1.7.10-0.10.13.jar)
UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCHIJAAAA thaumcraftneiplugin{1.7.10-1.7} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7.jar)
UCHIJAAAA thaumicenergistics{0.8.10.5} [Thaumic Energistics] (thaumicenergistics-0.8.10.5.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
UCHIJAAAA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
UCHIJAAAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJAAAA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
UCHIJAAAA ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar)
UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJAAAA wawla{1.3.0} [What Are We Looking At] (Wawla-1.3.0-1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
UCHIJAAAA aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3 (1).jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
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-9 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-9.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.5.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BotaniaAPI (52) from Botania r1.6-193 (1).jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.12 (1).jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.12 (1).jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.2) from Draconic-Evolution-1.7.10-1.0.1c.jar
* CoFHAPI|block (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.12 (1).jar
* CoFHAPI|fluid (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|item (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.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.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|transport (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.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.1) from CoFHCore-[1.7.10]3.0.2-262.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.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.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.1) from CoFHCore-[1.7.10]3.0.2-262.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.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world|feature (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.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 (1.0) from Decocraft-2.0.2_1.7.10.jar
* DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.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 (2.6.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.7.16 (1).jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.7.16 (1).jar
* gendustryAPI (1.4.13.97) from gendustry-1.4.13.97-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20 (1).jar
* IC2API (1.0) from industrialcraft-2-2.2.726-experimental.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.13.00 (1).jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.95.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.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
* Thaumcraft|API (4.2.0.0) from Pam's HarvestCraft 1.7.10i.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
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:OFF, 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 / 6; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
 

OreCruncher

Well-Known Member
Mod Developer
May 22, 2013
312
217
73
My Chair
Not sure what railcraft has to do with it. Here is what I find interesting in the trace:

Caused by: java.util.zip.ZipException: Not in GZIP format
at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
at logisticspipes.config.PlayerConfig.readFromFile(PlayerConfig.java:124)
at logisticspipes.LogisticsEventListener.getPlayerConfig(LogisticsEventListener.java:274)

Shot in the dark, but maybe backing up/deleting logistics pipe config data may help. (I have not used Logistics Pipes in a very long time so I am not entirely sure.)