Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. C:\Users\Laptop\Desktop\CL>java -Xms2048m -Xmx2048m -XX:PermSize=128m -jar FTBServer-1.6.4-965.jar nogui
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
  3. Feb 06, 2016 3:38:38 PM net.minecraft.launchwrapper.LogWrapper log
  4. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  5. Feb 06, 2016 3:38:38 PM net.minecraft.launchwrapper.LogWrapper log
  6. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  7. Feb 06, 2016 3:38:38 PM net.minecraft.launchwrapper.LogWrapper log
  8. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  9. 2016-02-06 15:38:38 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  10. 2016-02-06 15:38:38 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_71, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_71
  11. 2016-02-06 15:38:38 [WARNING] [ForgeModLoader] The coremod net.minecraftforge.lex.sortfix.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. 2016-02-06 15:38:38 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  13. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  14. 2016-02-06 15:38:39 [INFO] [ForgeModLoader] [AppEng] Core Init
  15. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  16. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  19. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  20. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod squeek.spiceoflife.asm.ASMPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  21. 2016-02-06 15:38:39 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  22. 2016-02-06 15:38:39 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
  23. 2016-02-06 15:38:39 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
  24. 2016-02-06 15:38:39 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
  25. 2016-02-06 15:38:39 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
  26. 2016-02-06 15:38:39 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  27. 2016-02-06 15:38:39 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  28. 2016-02-06 15:38:39 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  29. 2016-02-06 15:38:39 [SEVERE] [ForgeModLoader] Unable to launch
  30. java.util.ConcurrentModificationException
  31. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  32. at java.util.ArrayList$Itr.remove(Unknown Source)
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
  40. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
  41.  
  42. C:\Users\Laptop\Desktop\CL>pause
  43. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement