Advertisement
scalda

weapon case loot

Sep 12th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. [07:36:22] [Client thread/FATAL]: Error executing task
  2. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  3. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_101]
  4. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_101]
  5. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  6. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
  7. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
  8. at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
  12. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
  13. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  14. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
  18. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
  19. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  20. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
  21. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  22. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
  23. Caused by: java.lang.NullPointerException
  24. at net.minecraft.client.audio.PositionedSoundRecord.<init>(SourceFile:30) ~[bzc.class:?]
  25. at net.minecraft.client.audio.PositionedSoundRecord.<init>(SourceFile:26) ~[bzc.class:?]
  26. at net.minecraft.client.multiplayer.WorldClient.func_184134_a(WorldClient.java:544) ~[bln.class:?]
  27. at net.minecraft.client.multiplayer.WorldClient.func_184148_a(WorldClient.java:532) ~[bln.class:?]
  28. at net.minecraft.client.network.NetHandlerPlayClient.func_184327_a(NetHandlerPlayClient.java:1549) ~[bll.class:?]
  29. at net.minecraft.network.play.server.SPacketSoundEffect.func_148833_a(SourceFile:90) ~[ic.class:?]
  30. at net.minecraft.network.play.server.SPacketSoundEffect.func_148833_a(SourceFile:12) ~[ic.class:?]
  31. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
  32. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_101]
  33. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_101]
  34. at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
  35. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement