-
-
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
Neoforge 1.21 Config Crash #190
Comments
Thanks for reporting! |
Since the crashlog doesn't mention CC or Flopper, I don't see yet how this is connected. (it seems to be SimpleWeather triggering the problem) |
This is a pretty common issue with neoforge mods these days, its misreported in the log, but yeah the debug log shows it better. You can see around line 13276 all of the cyclopscore reliant mods fail to load with the newer version Revelant exerpt:
Only these 2 mods seem impacted, and flopper may be unrelated but I cant update it without the new cyclopscore to test, it also works fine on the older version |
Aha, that's the stacktrace I need indeed, thanks! |
Note to self: Use
|
For reference, this was caused by some refactoring changes due to my recent addition of multiloader support. |
Issue type:
Short description:
When updating Flopper and Cyclopse core to latest the pack no longer launches with the following error:
https://mclo.gs/ApoHSVV
Steps to reproduce the problem:
Currently Working:
CyclopsCore-1.21.1-neoforge-1.19.11.jar
Flopper-1.21-neoforge-1.1.5.jar
Whenever I update to these versions it no longer loads/crashes:
cyclopscore-1.21.1-neoforge-1.20.0-570.jar
flopper-1.21.1-neoforge-1.1.6-139.jar
Expected behaviour:
I would expect to to load as normal
The text was updated successfully, but these errors were encountered: