Advertisement
chrisduran

STDOUT and STDERR

Nov 13th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. 2012-11-13 20:37:23 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
  2. 2012-11-13 20:37:23 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  3. 2012-11-13 20:37:23 [INFO] [ForgeModLoader] Download complete
  4. 2012-11-13 20:37:23 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  5. 2012-11-13 20:37:26 [INFO] [ForgeModLoader] Download complete
  6. 2012-11-13 20:37:26 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  7. 2012-11-13 20:37:27 [INFO] [ForgeModLoader] Download complete
  8. 2012-11-13 20:37:29 [INFO] [STDOUT] 27 achievements
  9. 2012-11-13 20:37:29 [INFO] [STDOUT] 208 recipes
  10. 2012-11-13 20:37:29 [INFO] [STDOUT] Setting user: Player477, -
  11. 2012-11-13 20:37:29 [INFO] [STDERR] Client asked for parameter: server
  12. 2012-11-13 20:37:29 [INFO] [STDOUT] LWJGL Version: 2.4.2
  13. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
  14. 2012-11-13 20:37:29 [INFO] [STDOUT] MinecraftForge v6.0.1.355 Initialized
  15. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] MinecraftForge v6.0.1.355 Initialized
  16. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
  17. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] No mod directory found, creating one: /Users/chris/Workspace/Eclipse/generator/mcp_forge/jars/mods
  18. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] Mod directory created successfully
  19. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] Config directory created successfully
  20. 2012-11-13 20:37:29 [INFO] [ForgeModLoader] Searching /Users/chris/Workspace/Eclipse/generator/mcp_forge/jars/mods for mods
  21. 2012-11-13 20:37:31 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
  22. 2012-11-13 20:37:31 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: WorldEvent$Load
  23. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
  24. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
  25. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Class.java:1791)
  26. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
  27. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:414)
  28. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  30. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  31. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
  32. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  33. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  35. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  36. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  37. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  38. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  40. 2012-11-13 20:37:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  41. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
  42. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  43. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  44. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  45. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  46. 2012-11-13 20:37:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  47. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  48. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
  49. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
  50. 2012-11-13 20:37:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:420)
  51. 2012-11-13 20:37:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752)
  52. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
  53. 2012-11-13 20:37:31 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: WorldEvent$Load
  54. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
  55. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  56. 2012-11-13 20:37:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  57. 2012-11-13 20:37:31 [INFO] [STDERR] ... 30 more
  58. 2012-11-13 20:37:31 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  59. 2012-11-13 20:37:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:134)
  60. 2012-11-13 20:37:31 [INFO] [STDERR] ... 32 more
  61. 2012-11-13 20:44:12 [INFO] [STDERR] Someone is closing me!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement