Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

[1.18.2] Crash at launch in modding environment

Erfurt92 opened this issue ยท 4 comments

commented
  • 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.

image

Crash Log: Crash Log

commented

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.

commented

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.

commented

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.

commented

I believe you, I have never had any issues like this before :)
I must have done something wrong when I tried to clear the cache, will try again when I get the time. Closing the issue for now