Weather, Storms & Tornadoes

Weather, Storms & Tornadoes

12M Downloads

1.21.1 NeoForge crash at launch

Daltaxy opened this issue · 3 comments

commented

Hello, server and client crash with the new 1.21.1 version
"Weather2 (weather2) has failed to load correctly"

crash report: https://mclo.gs/PK5X5x6
latest.log: https://mclo.gs/zFF1c4C

maybe because the coroutil update isn't out yet?

NeoForge 21.1.172

commented

One thing I've found, though I'm not sure if this is the entire issue, is that Weather2 doesn't list coroutil as a dependency in its mods.toml file. You can temporarily fix it like so:

  1. Open the weather2.jar file with your preferred zip editor of choice
  2. Go into the META-INF/ folder.
  3. Extract the neoforge.mods.toml file
  4. Add the following to the end of the file:
[[dependencies.weather2]]
    modId="coroutil"
    mandatory=true
    versionRange="[1.21.0-1.3.8,)"
    ordering="AFTER"
    side="BOTH"
  1. Re-upload the toml file to the zip, overwriting the existing one
commented

I have the same error with Weather and CoroUtil installed.

crash-2025-05-27_21.27.50-fml.txt

Image

commented

fixed with the latest update.
No recipe for any item though?