java.lang.NullPointerException sometimes in logs
Insane96 opened this issue · 9 comments
[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
Client side while on server
Il Mar 16 Apr 2019, 18:16 SirLyle <[email protected]> ha scritto:
… Is this on a server, client, or single player?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#209 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG2i0P-NoQGK_ikzCv53bsUjuEPaASvqks5vhfc7gaJpZM4cx2Nz>
.
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?
Nope. Never noticed that error again.
Il giorno lun 6 mag 2019 alle ore 05:11 SirLyle <[email protected]>
ha scritto:
… Has this been a reoccurring issue? Have you figured out how to duplicate
it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#209 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABW2FUEMLXLZ4PGGS2XQC63PT6OVPANCNFSM4HGHMNZQ>
.
--
Del Villano
Alberto