Solved Common Server problems, and sollutions.

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
I am new to the forum so forgive me if I post this incorrectly. Please inform me of the proper way of posting this issue.

I am hosting FTB Infinity Server. Server specs are FX-8350 8-core 4ghz. 32 gigs ddr3 Ram. SSD. Internet 15 Down 5 Up. I only have 1 user connect. He connects fine, issue is lag when he opens chests.
Utah

What latency does he have to the server? Any packet loss? Have you tried without the JVM arguments?
 
U

Utah

Guest
What latency does he have to the server? Any packet loss? Have you tried without the JVM arguments?

I will get his latency. Have tried multiple JVM arguments including default, Lag is the same regardless.
 
B

bt2686

Guest
---- Minecraft Crash Report ----
// But it works on my machine.

Time: 26.01.2017 21:10
Description: Exception in server tick loop

java.lang.IllegalArgumentException: Tried to create a genome for 'rootBees' from an invalid chromosome template. Missing chromosome 'effect'.
species: {magicbees.speciesAMLightning, magicbees.speciesAMLightning}
speed: {magicbees.bees.AlleleFloat@15465efe, magicbees.bees.AlleleFloat@15465efe}
lifespan: {forestry.lifespanShortest, forestry.lifespanShortest}
fertility: {forestry.fertilityNormal, forestry.fertilityNormal}
temperature_tolerance: {forestry.toleranceNone, forestry.toleranceNone}
nocturnal: {forestry.boolTrue, forestry.boolTrue}
humidity_tolerance: {forestry.toleranceNone, forestry.toleranceNone}
tolerant_flyer: {forestry.boolFalse, forestry.boolFalse}
cave_dwelling: {forestry.boolFalse, forestry.boolFalse}
flower_provider: {magicbees.bees.AlleleFlower@2d9e192f, magicbees.bees.AlleleFlower@2d9e192f}
flowering: {forestry.floweringSlowest, forestry.floweringSlowest}
territory: {forestry.territoryLargest, forestry.territoryLargest}
effect: null

at forestry.core.genetics.Genome.checkChromosomes(Genome.java:73)
at forestry.core.genetics.Genome.<init>(Genome.java:52)
at forestry.apiculture.genetics.BeeGenome.<init>(BeeGenome.java:84)
at forestry.apiculture.genetics.BeeHelper.templateAsGenome(BeeHelper.java:200)
at forestry.apiculture.genetics.BeeHelper.registerTemplate(BeeHelper.java:228)
at magicbees.bees.BeeSpecies.registerGenomeTemplate(BeeSpecies.java:645)
at magicbees.bees.BeeSpecies.setupBeeSpecies(BeeSpecies.java:421)
at magicbees.bees.BeeManager.setupAlleles(BeeManager.java:35)
at magicbees.main.MagicBees.init(MagicBees.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
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: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 298654128 bytes (284 MB) / 1396707328 bytes (1332 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 9 total; -Xms512M -Xmx2048M -XX:permSize=256M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:parallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 177 mods loaded, 172 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (FTBServer-1.7.10-1614.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (FTBServer-1.7.10-1614.jar)
UCHI appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHI ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHI ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
UCHI OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCHI FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHI debug{1.0} [debug] (denseores-1.6.2.jar)
UCHI IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCHI AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHI AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHI appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHI Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHI bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHI BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHI Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCHI BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHI CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHI Forestry{4.2.15.63} [Forestry for Minecraft] (forestry_1.7.10-4.2.15.63.jar)
UCHI BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHI BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHI ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHI ThermalExpansion{1.7.10R4.1.3} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.3-246.jar)
UCHI BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHI BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHI Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHI ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHI ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHI Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHI BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHI BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHI Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHI CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
UCHI ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHI PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
UCHI props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
UCHI DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHI endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.428_beta.jar)
UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHI EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHI EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCHI extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHI ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHI ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHI fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
UCHI ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHI MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHI FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCHI FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
UCHI FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCHI funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCHI RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCHE MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCHI gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCHI GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHI guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHI HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHI headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
UCHI IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
UCHI immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCHI inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHI JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHI journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHI LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCHI ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHI ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCHI MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
UCHI Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UCHI Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHI NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHI neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHI NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHI neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHI OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHI OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHI OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
UCHI OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
UCHI OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHI ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHI ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHI ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCHI ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHI ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHI ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHI rftools{4.23} [RFTools] (rftools-4.23.jar)
UCHI runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHI simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHI SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCHI springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
UCHI StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHI StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
UCHI StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHI StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCHI StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.7.10-1.10.1.jar)
UCHI StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCHI StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCHI StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCHI StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCHI tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
UCHI thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHI thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCHI ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHI ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHI TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCHI Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHI wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHI witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHI WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHI aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UCHI denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.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: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.3-327
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.3-246
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.2-92
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.2.0-171
 
B

bt2686

Guest
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-512.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.5-115.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.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 Railcraft_1.7.10-9.12.2.0.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 buildcraft-7.1.16.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 Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.16.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar
* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHAPI|energy (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.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
* CSLib|API (0.3.0) from Decocraft-2.3.3_1.7.10.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.15.63.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.3.132-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 industrialcraft-2-2.2.823-experimental.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.02.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
* OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.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
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.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
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.3 from SolarExpansion-Basic-1.6a.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.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

A Very Very Long Error
 
H

hesnik

Guest
I can't get the server running this comes up all the time on 1.6.4 servers:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
feb 18, 2017 1:03:32 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
feb 18, 2017 1:03:32 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
feb 18, 2017 1:03:32 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
2017-02-18 13:03:32 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2017-02-18 13:03:32 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
2017-02-18 13:03:32 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:32 [WARNING] [ForgeModLoader] The coremod worldcore.asm.WCFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [INFO] [ForgeModLoader] [AppEng] Core Init
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod biomesoplenty.asm.BOPFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod denoflionsx.denLib.CoreMod.denLibCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod denoflionsx.DenPipes.Core.DenPipesCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod mcp.mobius.evoc.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2017-02-18 13:03:33 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2017-02-18 13:03:33 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2017-02-18 13:03:33 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2017-02-18 13:03:33 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2017-02-18 13:03:33 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2017-02-18 13:03:33 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2017-02-18 13:03:33 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2017-02-18 13:03:33 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.remove(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

C:\Users\hesni\Desktop\techworld2 server 1.6.4>pause
Press any key to continue . . .

what do I do?
 
S

sjbeast

Guest
I'm trying to host a server using port forwarding and for some reason, I can't connect to the server using my IP address I can access it using localhost but that's the only way I can tell so far I've unblocked 25565 port on my windows firewall so that, not the problem now id be thankful for any help thank you.
 

Henry Link

Popular Member
Dec 23, 2012
2,601
553
128
USA - East Coast
@sjbeast There are steps you should do to make sure the server is working.
  1. Make sure you can use localhost if you are hosting it on the same machine you are playing from - You have already done this one so good to go.
  2. Make sure you can connect to is using the local IP address of the computer. Typically in most home environments this address should be 192.168.X.X. At this point the server is up and running correctly. Now you need to figure out the network part of (the port forward)
  3. Make sure there is a port forward in your router/modem to the local IP address on port 25565 using TCP (UPD is not needed).
  4. Use a site http://whatismyip.org to locate your public IP.
  5. Have a friend see if they can connect to the server using your public IP.
NOTE: The server only really know is local IP and doesn't care about the public IP. DO NOT put an IP address in the server.properties file. Leave it blank. This will only confuse the server. Instead rely on the network setup and port forwarding to convert the public IP to the local IP.
 
G

Gexxo

Guest
Hi,
When i join on my Server i get the message "Timed out". In the Server Console i could only find "Server is running 32970ms behind, 507 ticks will be skipped" (sth like that).

I talked with the support and they tried to run the Map on their Server but it doesnt work, too. They said "The Map is broken". When i tried to run the Map on Singleplayer, it works. Than i tried to run a Server on my PC, but i get the same Message like on the other Server.

Why does the Map only work in Single player (2 hours erlier everything worked fine even in Multiplayer) and how can i get the Map running on a Server? On both Servers i had 8GB RAM, but both of them doesnt use all of it.

(PC: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz, 16GB RAM, Windows 10 64bit, AMD Radeon R9 200 Series 3072MB)
(Sry for my bad english, i'm from Germany)