Thrown Error When Attempting To Take Out Lava From Inventory
Hypocrita20XX opened this issue ยท 0 comments
Hello, hope you're doing well!
I finally got to a point in a modpack I'm playing that I needed to carry around lava. To my surprise, nothing happened. I had the ctrl click option enabled, so I disabled that and just tried a shift click with the same results.
I figured it was worth a try clicking the bucket onto the lava icon itself, which resulted in the following error.
[18:34:15] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_161]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_161]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
Caused by: java.lang.NullPointerException
at mrriegel.playerstorage.ExInventory.lambda$extractFluid$9(ExInventory.java:361) ~[ExInventory.class:?]
at mrriegel.playerstorage.ExInventory.extractFluid(ExInventory.java:322) ~[ExInventory.class:?]
at mrriegel.playerstorage.ExInventory.extractFluid(ExInventory.java:357) ~[ExInventory.class:?]
at mrriegel.playerstorage.ExInventory.extractFluid(ExInventory.java:361) ~[ExInventory.class:?]
at mrriegel.playerstorage.Message2Server.handleMessage(Message2Server.java:118) ~[Message2Server.class:?]
at mrriegel.limelib.network.AbstractMessage.lambda$onMessage$0(AbstractMessage.java:42) ~[AbstractMessage.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_161]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_161]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
I'm currently playing through MultiMC, This same error was encountered during the modpack profile, then a stripped down profile that only contained Player Storage and LimeLib.
The game did not crash, but that same error would repeat if I kept trying to click the bucket on the lava.
Game Details:
Minecraft 1.12.2
Forge: 14.23.3.2619
MultiMC: 0.6.1
Profile Settings:
Java: JRE 1.8.0 Update 161
Minimum Memory: 8192mb
Maximum Memory: 24576mb
Arguments: None
PC Details:
OS: Windows 10 64bit
CPU: i7-6700 3.4GHz/8 CPUs
RAM: 32gb
GPU: Nvidia GTX 1060
Let me know if you need any other information. =-)