Advertisement
Guest User

Untitled

a guest
Sep 9th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [17:12:07] [Client thread/ERROR] [FML]: There was a critical issue trying to build the config GUI for osbchatmod
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
  7. at net.minecraftforge.fml.client.GuiModList.actionPerformed(GuiModList.java:300) [GuiModList.class:?]
  8. at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:502) [GuiScreen.class:?]
  9. at net.minecraftforge.fml.client.GuiModList.mouseClicked(GuiModList.java:204) [GuiModList.class:?]
  10. at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:617) [GuiScreen.class:?]
  11. at net.minecraftforge.fml.client.GuiModList.handleMouseInput(GuiModList.java:350) [GuiModList.class:?]
  12. at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:583) [GuiScreen.class:?]
  13. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1797) [Minecraft.class:?]
  14. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118) [Minecraft.class:?]
  15. at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?]
  16. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  20. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  21. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  22. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  26. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  27. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  28. at GradleStart.main(GradleStart.java:26) [start/:?]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  32. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  33. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
  34. Caused by: java.lang.NullPointerException
  35. at com.bottersnike.osbchatmod.client.gui.ModGuiConfig.<init>(ModGuiConfig.java:16) ~[ModGuiConfig.class:?]
  36. ... 31 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement