Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
  2. Mar 20, 2018 9:23:21 PM net.minecraft.launchwrapper.LogWrapper log
  3. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  4. Mar 20, 2018 9:23:21 PM net.minecraft.launchwrapper.LogWrapper log
  5. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  6. Mar 20, 2018 9:23:21 PM net.minecraft.launchwrapper.LogWrapper log
  7. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  8. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  9. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_112, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /home/gs/gs/bin/java8
  10. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod net.minecraftforge.lex.sortfix.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  11. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  13. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  14. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  15. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  16. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod squeek.spiceoflife.asm.ASMPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  18. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  19. 2018-03-20 21:23:21 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
  20. 2018-03-20 21:23:21 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
  21. 2018-03-20 21:23:21 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
  22. 2018-03-20 21:23:21 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
  23. 2018-03-20 21:23:21 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  24. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] [AppEng] Core Init
  25. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  26. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  27. 2018-03-20 21:23:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  28. 2018-03-20 21:23:21 [SEVERE] [ForgeModLoader] Unable to launch
  29. java.util.ConcurrentModificationException
  30. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
  31. at java.util.ArrayList$Itr.remove(ArrayList.java:865)
  32. at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
  33. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:498)
  38. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
  39. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement