You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to open up statistics (via the escape menu > Statistics) with Enderzoo loaded, using all default configurations, it prevents statistics from being loaded. It gets caught on the "Downloading statistics..." screen infinitely.
This happens both in single player and on servers with Enderzoo.
Technical info:
Java 1.8.0_161 x64
Minecraft 1.12.2 Forge 14.23.1.2608 (I also tried forge .2555 which is the latest recommended)
EnderZoo 1.12.1-1.4.0.49
Edit: Just to be clear, no other mods are loaded other than EnderZoo.
Here's the error I get as soon as I click on Statistics on the client-side log (nothing appears on server-side):
[main/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.client.Minecraft.func_71411_J(Minecraft.java:1086) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
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 java.util.concurrent.ConcurrentHashMap.get(Unknown Source) ~[?:1.8.0_161]
at net.minecraft.stats.StatisticsManager.func_77444_a(SourceFile:27) ~[qt.class:?]
at net.minecraft.client.gui.achievement.GuiStats$StatsMobsList.<init>(SourceFile:749) ~[blu$d.class:?]
at net.minecraft.client.gui.achievement.GuiStats.func_193028_a(SourceFile:81) ~[blu.class:?]
at net.minecraft.client.gui.achievement.GuiStats.func_193026_g(SourceFile:140) ~[blu.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.func_147293_a(NetHandlerPlayClient.java:1442) ~[brz.class:?]
at net.minecraft.network.play.server.SPacketStatistics.func_148833_a(SourceFile:25) ~[ie.class:?]
at net.minecraft.network.play.server.SPacketStatistics.func_148833_a(SourceFile:12) ~[ie.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.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:?]
... 9 more
The text was updated successfully, but these errors were encountered:
HenryLoenwind
added a commit
to SleepyTrousers/EnderIO-1.5-1.12
that referenced
this issue
Mar 15, 2020
Whenever I try to open up statistics (via the escape menu > Statistics) with Enderzoo loaded, using all default configurations, it prevents statistics from being loaded. It gets caught on the "Downloading statistics..." screen infinitely.
This happens both in single player and on servers with Enderzoo.
Technical info:
Java 1.8.0_161 x64
Minecraft 1.12.2 Forge 14.23.1.2608 (I also tried forge .2555 which is the latest recommended)
EnderZoo 1.12.1-1.4.0.49
Edit: Just to be clear, no other mods are loaded other than EnderZoo.
Here's the error I get as soon as I click on Statistics on the client-side log (nothing appears on server-side):
The text was updated successfully, but these errors were encountered: