-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
There is still a crash on initialization [1.16.5] #544
Comments
This issue was caused by Electrodynamics before not astral sorcery as far as I know (or it's a different one and in that case I will need a full crash log but this part of crash is the exact same as the one you have reported last month). Have electrodynamics fixed this? This one of the crashes it causes refinedmods/refinedstorage#3129 but as said before it causes crashes with simple storage networks as well as other mods. The issue is they call tooltip code of items way too early before a lot of other stuff has a chance to initialize. |
The dev of Electrodynamics did release a new version for 1.16.5 but the crash still persists. In fact it's still crashing the same way with reliquary and astral sorcery appearing in the crash log and removing those two just shifts it over to simple storage network appearing in the log |
Really nothing has changed and the logs wouldn't show any different |
alright and does downgrading Electrodynamics to 1.16.5-0.4.0-1 fix the crash for you? |
taken that information from here aurilisdev/Electrodynamics#97 |
Downgrading used to fix it, but this is a public modpack, I can't update the pack and leave electrodynamics and it's other mods on an older version |
I'm gonna try updating the pack to 1.18.1, as the server it's used for is able to be updated, maybe it'll be different maybe it won't. Aurilisdev even said they aren't supporting 1.16.5 anymore |
I mean unless I see that something I am doing is really wrong and needs fixing I am not going to fix this. Reliquary works well with so many other mods in so many modpacks and it's just the newer versions of Electrodynamics that cause issues so I don't see how Reliquary would be at fault here especially that other big mods are having same issue with Electrodynamics. |
I have tried looking more into this and do some debugging and what is happening is that once Electrodynamics is added it causes forge to not load capabilities early enough before tooltips of items are queried which in turn causes this crash. There is a massive amount of changes that were made to that mod and I don't have time figuring out what they are doing so I am going to close as not to be fixed on my side as those capabilities should really be loaded before tooltip is triggered. |
I brought up this problem with an astral sorcery dev and they had this to say
The text was updated successfully, but these errors were encountered: