Advertisement
MysticAura373

Waystones - null pointer

Dec 29th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. [JEI/]: Failed to get tooltip: 1xitem.waystones:warpStone@0 waystones:warpStone
  2. java.lang.NullPointerException
  3. at net.blay09.mods.waystones.PlayerWaystoneData.getWaystonesTag(PlayerWaystoneData.java:42) ~[PlayerWaystoneData.class:?]
  4. at net.blay09.mods.waystones.PlayerWaystoneData.getLastWarpStoneUse(PlayerWaystoneData.java:120) ~[PlayerWaystoneData.class:?]
  5. at net.blay09.mods.waystones.item.ItemWarpStone.func_77624_a(ItemWarpStone.java:101) ~[ItemWarpStone.class:?]
  6. at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:614) ~[adz.class:?]
  7. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:43) [ItemStackRenderer.class:?]
  8. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:21) [ItemStackRenderer.class:?]
  9. at mezz.jei.IngredientInformation.getTooltipString(IngredientInformation.java:28) [IngredientInformation.class:?]
  10. at mezz.jei.util.IngredientListElement.<init>(IngredientListElement.java:56) [IngredientListElement.class:?]
  11. at mezz.jei.util.IngredientListElement.create(IngredientListElement.java:31) [IngredientListElement.class:?]
  12. at mezz.jei.IngredientBaseListFactory.addToBaseList(IngredientBaseListFactory.java:69) [IngredientBaseListFactory.class:?]
  13. at mezz.jei.IngredientBaseListFactory.create(IngredientBaseListFactory.java:40) [IngredientBaseListFactory.class:?]
  14. at mezz.jei.ItemFilter.<init>(ItemFilter.java:31) [ItemFilter.class:?]
  15. at mezz.jei.JeiStarter.start(JeiStarter.java:57) [JeiStarter.class:?]
  16. at mezz.jei.ProxyCommonClient.restartJEI(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
  17. at mezz.jei.ProxyCommonClient.access$000(ProxyCommonClient.java:37) [ProxyCommonClient.class:?]
  18. at mezz.jei.ProxyCommonClient$2.run(ProxyCommonClient.java:143) [ProxyCommonClient$2.class:?]
  19. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
  20. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
  21. at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
  22. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
  23. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
  24. at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
  28. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
  29. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  30. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
  34. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
  35. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  36. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
  37. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  38. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement