GTNewHorizons / GT-New-Horizons-Modpack

New Modpack with Gregtech, Thaumcraft and Witchery
https://www.gtnewhorizons.com/
Other
907 stars 284 forks source link

Chunk build failed #16709

Closed Yoshy2002 closed 2 weeks ago

Yoshy2002 commented 3 weeks ago

Your GTNH Discord Username

yoshy1952

Your Pack Version

2.6.1

Your Server

private Server

Java Version

Java 17

Type of Server

None

Your Actions

Playing the Game normally, when i suddenly crash to Main Menu with the Error "Chunk Build Failed". Happens at random Times, while being AFK or actively playing. Happens like 5-10 Times per Day. I've tried updating EnderIO, still happens multiple times per Day, sometimes even within 5 Minutes.

Crash Report

crash-2024-07-08_19.21.58-client.txt crash-2024-07-08_17.10.24-client.txt crash-2024-07-08_19.17.38-client.txt crash-2024-07-08_16.34.17-client.txt

Final Checklist

mitchej123 commented 3 weeks ago

image

Did you?

Yoshy2002 commented 3 weeks ago

only found 1 post referring to updating enderio, which i did but didnt help

mitchej123 commented 3 weeks ago

I'd rather revive old tickets, or existing tickets than making new ones; or at the very least if the old issues are closed then link them.

I've seen a few of this issue pop up both here and on the angelica issue tracker....

mitchej123 commented 3 weeks ago

Commenting on the github issue that suggested updating, would be super helpful context that 1) you did update 2) the expected fix didn't work for all cases

Yoshy2002 commented 3 weeks ago

Ive opened a new one because all the ones that are currently open, dont describe exactly my error/crash. And sorry for not linking closed ones with this issue, im new to github and especially writing issues here.

mitchej123 commented 3 weeks ago

👍

Please link any existing closed ones and indicate they were not fixed; I'll reopen this one

Yoshy2002 commented 3 weeks ago

16586 Same Crash with newest EnderIO Version.

16363 Same Error, but not crashing on world enter, just random times.

crash-2024-07-09_00.20.09-client.txt the other crash reports only had enderio 2.8.9, tho it already had "Work around CME by @mitchej123 in https://github.com/GTNewHorizons/EnderIO/pull/166" newest crash report is with enderio 2.8.12-pre

toadjaune commented 2 weeks ago

We seem to have the same crash, here are a few logs : crash-2024-07-09_22.04.54-client.txt crash-2024-07-09_22.05.50-client.txt crash-2024-07-09_22.08.46-client.txt crash-2024-07-10_22.12.11-client.txt

Crash occurs after up to a few minutes (sometimes as fast as a few seconds) ; I can provide a world zip if that helps with debugging.

Disabling Angelica makes the crash disappear entirely (so far)

Pxx500 commented 2 weeks ago

this issue didn't automatically close after the merge, I'll do it now

toadjaune commented 1 week ago

I gave it a quick run with version 2.8.14 of EnderIO on my local test world, that sporadically exhibited the crash, and so far it looks like it fixes it.

I'd gladly test it on our server as well, but I can't connect with the mod only updated client-side, and I can't go patch a single mod on the server in the short term.

By any chance, is there any way to make this work with mismatched versions of the client and server mod ?

mitchej123 commented 1 week ago

I'd say grab the commit the server is using, cherry pick the commit, and then compile it locally with VERSION=<override> bash gradlew build

toadjaune commented 1 week ago

I was hoping to not have to set up the entire development toolchain ^^'

But ok, I'll try to find some time and motivation to give it a try :) Thanks for the exact command, this will save me some time.

toadjaune commented 1 week ago

I can confirm that the fix works ! Thanks :)

Also, I have to say, I'm impressed at the tooling, allowing a complete build without any manual toolchain install, that's some pretty neat work :)