AcademyCraft

AcademyCraft

1M Downloads

[Bug] Can't access UI for Solar Generator/Wind Generator

Darkveld opened this issue ยท 6 comments

commented

When attempting to access the UI for a solar generator, it just corrupts the Client-Side display of their inventory, requiring a rejoin to fix.

commented

This seems to exclusively a multiplayer issue, when connecting to a dedicated server you cannot access the gui of a solar or wind generator and attempting to do so corrupts your inventory causing items to duplicate and overwrite other items.

There are no mentions of anything happening at all in either client or server logs

commented

Also occurs with the Metal Former, doesn't affect the energy bridge or wireless node.

commented

Finally got an error of some kind:

Time: 2019-01-04 09:39:30 MST
Description: Error executing task

java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.minecraft.util.Util.runTask(SourceFile:531)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1088)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at net.minecraft.client.network.NetHandlerPlayClient.handleChunkData(NetHandlerPlayClient.java:740)
at net.minecraft.network.play.server.SPacketChunkData.processPacket(SourceFile:96)
at net.minecraft.network.play.server.SPacketChunkData.processPacket(SourceFile:18)
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at net.minecraft.util.Util.runTask(SourceFile:529)
... 9 more

commented

Confirmed on a dedicated server using no mods other then JEI, Mantle, and Journeymap installed.

Replication involves starting a dedicated server, joining with a client and attempting to access any machine from AcademyCraft.

commented

Fixed in next beta release.

commented

Issue not resolved in beta3 release, can't open UI of wireless Imag node without corrupting inventory as before.