-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
[1.21.1-Neo] Instant disconnect upon trying to join server. (org.cyclops.cyclopscore.helper.RecipeSerializerHelpers.writeItemStackOrItemStackIngredientChance(RecipeSerializerHelpers) #191
Comments
Thanks for reporting! |
Note to self: use ItemStack codecs that accept empty in read and write: https://github.com/CyclopsMC/CyclopsCore/blob/master-1.21/loader-neoforge/src/main/java/org/cyclops/cyclopscore/recipe/ItemStackFromIngredient.java#L79-L100 Just weird that this hasn't happened before. Probably indicates broken/custom recipes in a modpack.
|
I'll push a fix which should fix your problem, but there's a small chance it may not (since I wasn't able to reproduce the problem). |
Tried just now and unfortunately the issue persists on v1.23.6. |
Can you reproduce the problem without any other mods installed? I'm suspecting some other mod in your pack may be breaking vanilla ingredient seralization. |
No I can't so I suspect this is another mod causing issues with Integrated Dynamics/Cyclops Core.. hmm annoying.. :s |
You could try binary search, which should be a lot faster than removing one-by-one: iteratively removing half of the mods until you find the offending one. |
Yep, was going to do that and I have done it now. Removing Occultism makes the issue go away and world is now joinable again. Re-adding it makes issue reappear. |
After further testings, readding Occultism and removing KubeJS also solves it, so it might be something there. Just weird that this started recently. |
Found the issue, it was a KubeJS item ban script I have that is breaking stuff together with Cyclops Core + Integrated Dynamics I guess.. Removing it fixes this issue. |
Glad to hear you found the problem! |
Thanks for the help on the way, appreciated. :) |
Issue type:
Short description:
Instant disconnect when joining server all of a sudden. Logs point to CyclopsCore so I'll report here see what comes of it.
Steps to reproduce the problem:
Expected behaviour:
That server is joinable without disconnect.
Versions:
Log file:
https://gist.githubusercontent.com/Gbergz/1e59c6e65ace4b9b30c973c1085602c5/raw/de3dd3f649ef53a9d46c205d6581f76a325f1dfa/gistfile1.txt
EDIT:
After some digging I found out that removing Integrated Dynamics causes this issue to disappear. And re-adding it makes issue appear again. So something around Integrated Dynamics.
Versions for integrated mods:
IntegratedDynamics v1.23.5
IntegratedCrafting v1.1.10
IntegratedTerminals v1.5.2
IntegratedTunnels v1.8.28
The text was updated successfully, but these errors were encountered: