Advertisement
Guest User

Untitled

a guest
Dec 15th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. 2012-12-15 18:56:31 [INFO] [ForgeModLoader] Forge Mod Loader version 4.5.62.495 for Minecraft 1.4.5 loading
  2. 2012-12-15 18:56:33 [INFO] [STDOUT] 27 achievements
  3. 2012-12-15 18:56:33 [INFO] [STDOUT] 208 recipes
  4. 2012-12-15 18:56:33 [INFO] [STDOUT] Setting user: Player413, -
  5. 2012-12-15 18:56:33 [INFO] [STDERR] Client asked for parameter: server
  6. 2012-12-15 18:56:33 [INFO] [STDOUT] LWJGL Version: 2.4.2
  7. 2012-12-15 18:56:35 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
  8. 2012-12-15 18:56:35 [INFO] [STDOUT] MinecraftForge v6.4.2.445 Initialized
  9. 2012-12-15 18:56:35 [INFO] [ForgeModLoader] MinecraftForge v6.4.2.445 Initialized
  10. 2012-12-15 18:56:35 [INFO] [STDOUT] Replaced 84 ore recipies
  11. 2012-12-15 18:56:35 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
  12. 2012-12-15 18:56:35 [INFO] [ForgeModLoader] Searching E:\minemod\jars\mods for mods
  13. 2012-12-15 18:56:36 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
  14. 2012-12-15 18:56:36 [INFO] [STDOUT] 27 achievements
  15. 2012-12-15 18:56:37 [INFO] [STDOUT] 208 recipes
  16. 2012-12-15 18:56:37 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: th.<init>(Ljava/lang/String;)V
  17. 2012-12-15 18:56:37 [INFO] [STDERR] at ic2.common.CreativeTabIC2.<init>(CreativeTabIC2.java:15)
  18. 2012-12-15 18:56:37 [INFO] [STDERR] at ic2.common.IC2.<clinit>(IC2.java:2076)
  19. 2012-12-15 18:56:37 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
  20. 2012-12-15 18:56:37 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
  21. 2012-12-15 18:56:37 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
  22. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. 2012-12-15 18:56:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  26. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  27. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  29. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  30. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  31. 2012-12-15 18:56:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  32. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. 2012-12-15 18:56:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. 2012-12-15 18:56:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  36. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  37. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  38. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  39. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  40. 2012-12-15 18:56:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  41. 2012-12-15 18:56:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  42. 2012-12-15 18:56:37 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
  43. 2012-12-15 18:56:37 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
  44. 2012-12-15 18:56:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:412)
  45. 2012-12-15 18:56:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)
  46. 2012-12-15 18:56:37 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement