
Crashed on startup
zndrmn opened this issue ยท 7 comments
I'm like 100% sure that it's a mod conflict
I would be awesome if you're able to fix this somehow
latest.log
crash-2022-12-09_16.57.05-client.txt
For some reason it works with my full mod list, but doesn't when loaded by itself with sodium. I tried to narrow it down but every combination I tried ended up with this same error. I think it's some build misconfiguration leading to toml4j not being properly bundled with the mod, and some random mod I use happens to provide toml4j and chunksfadein uses that one???
Hah I found it! It turns out that DynamicFPS properly bundles the toml4j jar with it's mod file. So yes it is a build script misconfiguration.
@kerudion your build.gradle
doesn't use this include
line so the library isn't being included in the final jar.
lmao I had so many mods that I thought it was a mod conflict and I guess it wasn't
Lol if anything having more mods increases the likelihood of this issue being fixed ๐
Oh my god, that's my bad. I've never worked with gradle before this mod, only with maven. Thanks @theRookieCoder again :)