Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. 2015-02-13 13:53:51 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  2. 2015-02-13 13:53:51 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.8.0_31, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre1.8.0_31
  3. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Student\Desktop\1.6.4 Magic World 2 Server\minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar
  4. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre1.8.0_31\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Calibre2\;.
  5. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
  7. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
  8. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
  9. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
  10. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
  11. 2015-02-13 13:53:51 [FINE] [ForgeModLoader] Discovering coremods
  12. 2015-02-13 13:53:51 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  13. 2015-02-13 13:53:51 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  14. 2015-02-13 13:53:51 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  15. 2015-02-13 13:53:51 [SEVERE] [ForgeModLoader] Unable to launch
  16. java.util.ConcurrentModificationException
  17. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  18. at java.util.ArrayList$Itr.remove(Unknown Source)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
  26. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement