Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. java.lang.RuntimeException: java.lang.NullPointerException
  2. at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:161) ~[forgeSrc-1.8.9-11.15.1.1763-PROJECT(Botania).jar:?]
  3. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  4. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
  8. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
  9. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  10. at GradleStart.main(GradleStart.java:26) [start/:?]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
  14. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
  15. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?]
  16. Caused by: java.lang.NullPointerException
  17. at java.io.File.<init>(File.java:360) ~[?:1.8.0_74]
  18. at thaumcraft.loader.ThaumcraftLoader$DepLoadInst.activateDeps(ThaumcraftLoader.java:529) ~[Thaumcraft-1.8.9-5.1.6-deobf.jar:?]
  19. at thaumcraft.loader.ThaumcraftLoader$DepLoadInst.load(ThaumcraftLoader.java:524) ~[Thaumcraft-1.8.9-5.1.6-deobf.jar:?]
  20. at thaumcraft.loader.ThaumcraftLoader.load(ThaumcraftLoader.java:712) ~[Thaumcraft-1.8.9-5.1.6-deobf.jar:?]
  21. at thaumcraft.loader.ThaumcraftLoader.call(ThaumcraftLoader.java:737) ~[Thaumcraft-1.8.9-5.1.6-deobf.jar:?]
  22. at thaumcraft.loader.ThaumcraftLoader.call(ThaumcraftLoader.java:75) ~[Thaumcraft-1.8.9-5.1.6-deobf.jar:?]
  23. at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:157) ~[forgeSrc-1.8.9-11.15.1.1763-PROJECT(Botania).jar:?]
  24. ... 13 more
  25. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.reflect.InvocationTargetException
  26. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Method.invoke(Method.java:498)
  30. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  31. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at GradleStart.main(GradleStart.java:26)
  32. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Method.invoke(Method.java:498)
  36. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  37. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  38. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30)
  39. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
  40. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Runtime.exit(Runtime.java:107)
  41. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.System.exit(System.java:971)
  42. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  43. [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  44. Exception in thread "main" [16:32:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 11 more
  45.  
  46. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement