[1.18.2] Crash at launch in modding environment
Erfurt92 opened this issue ยท 4 comments
- Curios: 1.18.2-5.0.6.3
- Forge: 40.0.12
I'm trying to update my mod to 1.18.2, and the game crashes when launching the game. I have tried a clean test mod, basically the example mod that comes with the Forge MDK, and the same thing happens there when adding the Curios API.
Crash Log: Crash Log
I think something hasn't updated properly in your development environment. Although it is running Curios 1.18.2-5.0.6.3, the crash stacktrace
Stacktrace:
at top.theillusivec4.curios.client.CuriosClientMod.init(CuriosClientMod.java:24) ~[curios-forge-1.18.1-5.0.6.0_mapped_official_1.18.1.jar%2375!/:1.18.1-5.0.6.0] {re:classloading}
is showing that it's reading from an older version, 1.18.1-5.0.6.0. Perhaps refresh dependencies or clear your cache? I'm not exactly sure how the older version is sticking around.
Yeah, I saw that as well, and I tried to clear my cache and reload the dependencies, same thing happened, so I was a bit unsure if it was on my end or something with Curios API, which is why I made the issue. But I will look into it again tomorrow when I some more time.
For the record, I've received comments from other developers that confirm they are able to load Curios fine in 1.18.2 and I am able to do so as well, so I do believe it is something on your end unless someone else happens to report the same issue.