Open ccressent opened 1 month ago
2.8.10-beta
Nomifactory-CEu-1.7
No response
Singleplayer
Server
No
Unknown. I was not doing anything when this happened.
Full crash report here: crash-2024-10-21_16.06.51-server.txt.
I am not a Java developer, nor am I familiar with the inner workings of GregTech CEu, but the ArithmeticException comes from here: https://github.com/GregTechCEu/GregTech/blob/v2.8.10/src/main/java/gregtech/common/pipelike/itempipe/net/ItemNetHandler.java#L271
ArithmeticException
It seems to me that, maybe in extremely rare cases, transferredCopy.size() can be 0. The code should probably handle that.
transferredCopy.size()
GregTech CEu Version
2.8.10-beta
Modpack Used
Nomifactory-CEu-1.7
Addons Installed
No response
Environment
Singleplayer
Side Crashed
Server
New Worlds
No
Steps to Reproduce
Unknown. I was not doing anything when this happened.
Crash Report
Full crash report here: crash-2024-10-21_16.06.51-server.txt.
Additional Information
I am not a Java developer, nor am I familiar with the inner workings of GregTech CEu, but the
ArithmeticException
comes from here: https://github.com/GregTechCEu/GregTech/blob/v2.8.10/src/main/java/gregtech/common/pipelike/itempipe/net/ItemNetHandler.java#L271It seems to me that, maybe in extremely rare cases,
transferredCopy.size()
can be 0. The code should probably handle that.