Ex Nihilo: Creatio

Ex Nihilo: Creatio

17M Downloads

java.lang.NullPointerException sometimes in logs

Insane96 opened this issue · 9 comments

commented
[12:00:22] [Client thread/FATAL] [minecraft/Minecraft]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1088) [bib.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
	at exnihilocreatio.networking.MessageNBTUpdate$MessageNBTUpdateHandler$1.run(MessageNBTUpdate.java:54) ~[MessageNBTUpdate$MessageNBTUpdateHandler$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
	... 9 more
commented

Is this on a server, client, or single player?

commented
commented

So the function that is erroring is pretty low level, do you happen to know what Ex Nihilo tile entities you have around and what they are doing?

Are they TEs you do have near the edge of your render distance / TE activation range?

commented

Uhm so
I'm pretty sure I was getting Dirt or Water out of a Barrel when happened

commented

Were you extracting manually or automatically?

commented
commented

Has this been a reoccurring issue? Have you figured out how to duplicate it?

commented
commented

I am closing this issue if you figure out how to reproduce it / it keeps reoccuring please open a new issue.