Advertisement
Guest User

Untitled

a guest
Jan 28th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. Exception in thread "Client thread" [11:13:03] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
  6. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
  7. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  8. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
  12. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
  13. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [Forge_main/:?]
  14. at GradleStart.main(GradleStart.java:26) [Forge_main/:?]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
  18. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
  19. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
  20. Caused by: java.lang.IllegalStateException: @Nonnull method net/minecraft/util/registry/RegistryNamespacedDefaultedByKey.getObject must not return null
  21. at net.minecraft.util.registry.RegistryNamespacedDefaultedByKey.$$$reportNull$$$0(RegistryNamespacedDefaultedByKey.java) ~[RegistryNamespacedDefaultedByKey.class:?]
  22. at net.minecraft.util.registry.RegistryNamespacedDefaultedByKey.getObject(RegistryNamespacedDefaultedByKey.java:50) ~[RegistryNamespacedDefaultedByKey.class:?]
  23. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getRaw(FMLControlledNamespacedRegistry.java:332) ~[FMLControlledNamespacedRegistry.class:?]
  24. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:459) ~[FMLControlledNamespacedRegistry.class:?]
  25. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:231) ~[FMLControlledNamespacedRegistry.class:?]
  26. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:54) ~[FMLControlledNamespacedRegistry.class:?]
  27. at net.minecraft.util.SoundEvent.registerSound(SoundEvent.java:524) ~[SoundEvent.class:?]
  28. at net.minecraft.util.SoundEvent.registerSounds(SoundEvent.java:26) ~[SoundEvent.class:?]
  29. at net.minecraft.init.Bootstrap.register(Bootstrap.java:490) ~[Bootstrap.class:?]
  30. at net.minecraft.client.Minecraft.<init>(Minecraft.java:342) ~[Minecraft.class:?]
  31. at net.minecraft.client.main.Main.main(Main.java:118) ~[Main.class:?]
  32. ... 17 more
  33. [11:13:03] [Client thread/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
  34. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. [11:13:03] [Client thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
  38. [11:13:03] [Client thread/INFO]: [STDERR]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  39. [11:13:03] [Client thread/INFO]: [STDERR]: at GradleStart.main(GradleStart.java:26)
  40. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. [11:13:03] [Client thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. [11:13:03] [Client thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
  44. [11:13:03] [Client thread/INFO]: [STDERR]: at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  45. [11:13:03] [Client thread/INFO]: [STDERR]: Caused by: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  46. [11:13:03] [Client thread/INFO]: [STDERR]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
  47. [11:13:03] [Client thread/INFO]: [STDERR]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
  48. [11:13:03] [Client thread/INFO]: [STDERR]: at java.lang.Runtime.exit(Runtime.java:107)
  49. [11:13:03] [Client thread/INFO]: [STDERR]: at java.lang.System.exit(System.java:971)
  50. [11:13:03] [Client thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  51. [11:13:03] [Client thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52. [11:13:03] [Client thread/INFO]: [STDERR]: ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement