We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: