Advertisement
Guest User

Annoying error

a guest
Nov 30th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. 2012-12-01 15:27:43 [INFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading
  2. 2012-12-01 15:27:43 [INFO] [STDOUT] LibraryRequests
  3. 2012-12-01 15:27:43 [INFO] [STDOUT] LibraryRequests
  4. 2012-12-01 15:27:43 [INFO] [STDOUT] ASMTransformerClass
  5. 2012-12-01 15:27:43 [INFO] [STDOUT] ASMTransformerClass
  6. 2012-12-01 15:27:43 [INFO] [STDOUT] ModContainer
  7. 2012-12-01 15:27:43 [INFO] [STDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
  8. 2012-12-01 15:27:43 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  9. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
  10. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
  11. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
  12. 2012-12-01 15:27:43 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)
  13. 2012-12-01 15:27:43 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  14. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290)
  15. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  16. 2012-12-01 15:27:43 [INFO] [STDERR] ... 3 more
  17. 2012-12-01 15:27:43 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
  18. 2012-12-01 15:27:43 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. 2012-12-01 15:27:43 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  20. 2012-12-01 15:27:43 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. 2012-12-01 15:27:43 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  22. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282)
  23. 2012-12-01 15:27:43 [INFO] [STDERR] ... 4 more
  24. 2012-12-01 15:27:43 [INFO] [STDERR] Caused by: java.lang.IllegalAccessError: tried to access class b from class cpw.mods.fml.common.Loader
  25. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:171)
  26. 2012-12-01 15:27:43 [INFO] [STDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150)
  27. 2012-12-01 15:27:43 [INFO] [STDERR] ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement