rwtema / Extra-Utilities-2-Source

Sourcecode for Extra Utilities
Other
108 stars 75 forks source link

Shift-clicking Stone Bricks in Resonator freezes game #146

Closed ViRb3 closed 6 years ago

ViRb3 commented 6 years ago

It could be a mod conflict, I will hopefully find time to experiment later. There is no crash log since the game doesn't crash, only freezes forever.

Actually Additions version: 1.12.2 r138 Forge version: latest - *.2745

TheRealDadbeard commented 6 years ago

Same with shift clicking coal or like now shift clicking a hamburger on accident into an furnace. No crash log though only this:

From the server log:

Aug 03, 2018 2:21:28 PM io.netty.util.ResourceLeakDetector reportUntracedLeak> Aug 03, 2018 2:21:28 PM io.netty.util.ResourceLeakDetector reportUntracedLeakSEVERE: LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced leak reporting to find out where the leak occurred. To enable advanced leak reporting, specify the JVM option '-Dio.netty.leakDetection.level=advanced' or call ResourceLeakDetector.setLevel() See http://netty.io/wiki/reference-counted-objects.html for more information.[14:22:03] [Netty Epoll Server IO #5/ERROR] [FML]: NetworkDispatcher exceptionio.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt at io.netty.channel.unix.FileDescriptor.readAddress(..)(Unknown Source) ~[minecraft_server.1.12.2.jar:?][14:22:03] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: TheRealDadBeard lost connection: Internal Exception: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt[14:22:03] [Server thread/INFO] [minecraft/DedicatedServer]: TheRealDadBeard left the game

From my client:

[14:21:02] [Netty Client IO #1/DEBUG] [extrautils2]: OTL: Decode Packet: com.rwtema.extrautils2.power.PacketPowerInfo [14:21:02] [Netty Client IO #1/DEBUG] [extrautils2]: OTL: Handle Packet: com.rwtema.extrautils2.power.PacketPowerInfo : CLIENT [14:21:03] [Netty Client IO #1/DEBUG] [extrautils2]: OTL: Decode Packet: com.rwtema.extrautils2.gui.backend.DynamicContainer$PacketGUIData [14:21:03] [Netty Client IO #1/DEBUG] [extrautils2]: OTL: Handle Packet: com.rwtema.extrautils2.gui.backend.DynamicContainer$PacketGUIData : CLIENT

Matakor commented 6 years ago

Shift-clicking has a tendency to crash with almost any ExU GUI block. It's not on every possible occasion, but it seems to be almost guaranteed if you have any upgrades in the blocks.

ehmitchell3 commented 6 years ago

Bumping this with stone in resonator.

rwtema commented 6 years ago

Dupe of #155