TKArchie

Untitled

Jun 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. 2013-06-18 10:19:35 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
  2. 2013-06-18 10:19:37 [INFO] [MiscPeripheralsASM] Initialized
  3. 2013-06-18 10:19:38 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  4. 2013-06-18 10:19:40 [INFO] [ForgeModLoader] Download complete
  5. 2013-06-18 10:19:40 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  6. 2013-06-18 10:20:02 [INFO] [ForgeModLoader] Download complete
  7. 2013-06-18 10:20:03 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  8. 2013-06-18 10:20:05 [INFO] [ForgeModLoader] Download complete
  9. 2013-06-18 10:20:05 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  10. 2013-06-18 10:20:31 [INFO] [ForgeModLoader] Download complete
  11. 2013-06-18 10:20:43 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
  12. 2013-06-18 10:20:43 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
  13. 2013-06-18 10:20:48 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
  14. 2013-06-18 10:20:48 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
  15. 2013-06-18 10:20:54 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
  16. 2013-06-18 10:21:13 [INFO] [STDOUT] 210 recipes
  17. 2013-06-18 10:21:13 [INFO] [STDOUT] 27 achievements
  18. 2013-06-18 10:21:15 [INFO] [Minecraft] Starting minecraft server version 1.4.7
  19. 2013-06-18 10:21:18 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
  20. 2013-06-18 10:21:18 [INFO] [STDOUT] MinecraftForge v6.6.2.534 Initialized
  21. 2013-06-18 10:21:18 [INFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized
  22. 2013-06-18 10:21:21 [INFO] [STDOUT] Replaced 84 ore recipies
  23. 2013-06-18 10:21:21 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
  24. 2013-06-18 10:21:21 [INFO] [ForgeModLoader] Reading custom logging properties from \\James-pc\ftb\Minecraft\config\logging.properties
  25. 2013-06-18 10:21:22 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
  26. 2013-06-18 10:21:25 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer, codechicken.core.asm.CodeChickenCoreModContainer, miscperipherals.asm.MiscPeripheralsModContainer, codechicken.nei.asm.NEIModContainer]
  27. 2013-06-18 10:21:27 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
  28. 2013-06-18 10:21:27 [INFO] [STDERR] java.lang.IllegalArgumentException: URI has an authority component
  29. 2013-06-18 10:21:27 [INFO] [STDERR] at java.io.File.<init>(Unknown Source)
  30. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:67)
  31. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.common.discovery.ModDiscoverer.findClasspathMods(ModDiscoverer.java:33)
  32. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:332)
  33. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:470)
  34. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  35. 2013-06-18 10:21:27 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  36. 2013-06-18 10:21:27 [INFO] [STDERR] at ho.c(DedicatedServer.java:64)
  37. 2013-06-18 10:21:28 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  38. 2013-06-18 10:21:28 [INFO] [STDERR] at fy.run(SourceFile:849)
  39. 2013-06-18 10:21:28 [SEVERE] [Minecraft] Encountered an unexpected exception IllegalArgumentException
  40. java.lang.IllegalArgumentException: URI has an authority component
  41. at java.io.File.<init>(Unknown Source)
  42. at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:67)
  43. at cpw.mods.fml.common.discovery.ModDiscoverer.findClasspathMods(ModDiscoverer.java:33)
  44. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:332)
  45. at cpw.mods.fml.common.Loader.loadMods(Loader.java:470)
  46. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  47. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  48. at ho.c(DedicatedServer.java:64)
  49. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  50. at fy.run(SourceFile:849)
  51. 2013-06-18 10:21:29 [SEVERE] [Minecraft] This crash report has been saved to: \\James-pc\ftb\Minecraft\.\crash-reports\crash-2013-06-18_10.21.28-server.txt
Advertisement
Add Comment
Please, Sign In to add comment