illusivesoulworks / charmofundying

Minecraft Mod: Adds curio support for the Totem of Undying so you don't have to be holding it.
https://www.curseforge.com/minecraft/mc-mods/curio-of-undying
Other
4 stars 11 forks source link

[Bug]: Quilt Crash On Startup #26

Closed PixelQubed closed 1 year ago

PixelQubed commented 1 year ago

Minecraft Version

1.20.1

What happened?

Crashes on startup. I don't have any more info than that other than the fabric version loads fine on Quilt and the Quilt-specific version on Modrith doesn't load and runs into this error.

How do you trigger this bug?

  1. Installed the latest version of the mod.
  2. Launched the Minecraft Quilt Instance
  3. Error Occurs.

Loader

Quilt

Loader Version

Quilt 0.19.1

API Version

Quilted Fabric API (QFAPI) 7.0.4 / Quilt Standard Libraries (QSL) 6.0.3

Mod Version

Charm Of Undying-Quilt 6.4.2+1.20.1

Relevant Log Outputs

https://mclo.gs/hNZlgVB

TheIllusiveC4 commented 1 year ago

This is because you have a version of Vein Mining installed that is for Fabric and not Quilt. It's a niche error, basically the library that all my mods use are embedded into each of them. However, the Fabric and Quilt versions of the library are not compatible with each other (because they don't expect to be loaded in the same environment).

I think you can fix the crash simply by installing the Quilt version of Vein Mining instead.

PixelQubed commented 1 year ago

Yep, you were right. I'm sorry for not spotting that.

TheIllusiveC4 commented 1 year ago

It's alright, this is actually good for me to know because I didn't realize this might be an issue. I'll have to see if I can make them cross-compatible at some point to avoid this.