Problem Monster Server Start-Up Error. Please help.

Big-Sexy

New Member
Jul 29, 2019
1
0
0
So I start my server up and I get this error....
2014-11-07 00:29:18 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in TConstruct_mc1.6.4_1.5.3.jar, it will be examined later for regular @Mod instances
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Instantiating coremod class TConstructLoaderContainer
2014-11-07 00:29:18 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-11-07 00:29:18 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2014-11-07 00:29:18 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-11-07 00:29:18 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-11-07 00:29:18 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Enqueued coremod TConstructLoaderContainer
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy ThaumicTinkerer-2.3-130.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Not found coremod data in ThaumicTinkerer-2.3-130.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy ThermalExpansion-3.0.0.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Not found coremod data in ThermalExpansion-3.0.0.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy TMechworks_mc1.6.4_0.1.4.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Not found coremod data in TMechworks_mc1.6.4_0.1.4.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy TorchLeversV1.3.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Not found coremod data in TorchLeversV1.3.2.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy twilightforest-1.6.4-1.20.5.jar
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy Universal-Electricity-3.0.1.27-core.jar
2014-11-07 00:29:18 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in Universal-Electricity-3.0.1.27-core.jar, it will be examined later for regular @Mod instances
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Instantiating coremod class UELoader
2014-11-07 00:29:18 [WARNING] [ForgeModLoader] The coremod universalelectricity.core.UELoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Enqueued coremod UELoader
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy WR-CBE 1.4.0.7.jar
2014-11-07 00:29:18 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in WR-CBE 1.4.0.7.jar, it will be examined later for regular @Mod instances
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-11-07 00:29:18 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Examining for coremod candidacy zMineTweaker-1.6.4-2.3.1.jar
2014-11-07 00:29:18 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in zMineTweaker-1.6.4-2.3.1.jar, it will be examined later for regular @Mod instances
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Instantiating coremod class MineTweakerTransformer
2014-11-07 00:29:18 [FINE] [ForgeModLoader] The coremod stanhebben.minetweaker.transformer.MineTweakerTransformer requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-11-07 00:29:18 [FINE] [ForgeModLoader] Enqueued coremod MineTweakerTransformer
2014-11-07 00:29:18 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-07 00:29:18 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-11-07 00:29:18 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-11-07 00:29:18 [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)

Any help would be much appreciated. Thank you in advance to any and all that answer.
:)
 

Nightwolf009

New Member
Jul 29, 2019
5
0
0
uploading the server and ForgeMod Logs.
 

Attachments

  • ForgeModLog.txt
    31.3 KB · Views: 39
  • FTBLauncherLog.txt
    15.3 KB · Views: 44