enjarai / shared-resources

A Minecraft mod to easily share resources between multiple game instances.
https://www.curseforge.com/minecraft/mc-mods/shared-resources
GNU Lesser General Public License v3.0
30 stars 3 forks source link

Crash on startup on 1.19.3 on Quilt #10

Closed micrwvae closed 1 year ago

micrwvae commented 1 year ago

wanted to switch over to quilt but after adding my mods the game crashed on startup after looking into the log it looked like shared resources was causing it so i made new instances with the other mods and one with only shared resources it still crashed while the other instace seemed to work just fine

i am on -minecraft 1.19.3 -quilt 0.17.10 -java jdk 17.0.1

with the mods: -shared resources 1.3.1 -cloth config 9.0.94

micrwvae commented 1 year ago

Crashlog crash-2023-01-26_18.10.58-client.txt

kikugie commented 1 year ago

Not all fabric mods may work on quilt, and this one is written for fabric

enjarai commented 1 year ago

I'd be down to fix this if possible, but it seems like quilt is loading the 1.19.2 specific components of the mod in addition to the 1.19.3 ones for some reason.

I have no idea why it'd do that, but it might be using a different dependency resolution system for JiJ mods for some reason.

It doesn't seem like something I can fix on my side, so it may be worth contacting quilt devs about this.

micrwvae commented 1 year ago

@Kikugie i looked at the closed issues to see if smth similar happend before and since i saw a closed one that seemed to enable compatibility w quilt i made this one

enjarai commented 1 year ago

This might be primarily a fabric mod, but I do try to support quilt where possible.

micrwvae commented 1 year ago

i mentioned this on the quilt discord u seem to have been right with it being a loader issue

someone told me it might work with a beta and the tried it out after i said i couldn't today

they said that v0.18.1-beta.59 works

enjarai commented 1 year ago

Alright, I'll close this then.