suppergerrie2 / SpotiForge

SpoticraftForge
MIT License
2 stars 1 forks source link

Crash because of KotlinForForge #2

Open Sagem0 opened 1 year ago

Sagem0 commented 1 year ago

Hey, i'm the dude on CurseForge comment section lol I figured out what was the issue It seems that you have integrated some kotlin code inside your mods, which means that if i install the true kotlinforforge mod : it crashes

Because i have 2 mods that needs kotlin ; InventoryProfilesNext and its dependency LibIPN However, when i launch my game without kotlinforforge, everything went right i could connect and link my spotify account :)

Good job for the port anyway !

crash-2023-07-18_23.01.31-fml.txt

suppergerrie2 commented 1 year ago

Ah that's interesting, I use jar-in-jar to embed a kotlin library, AFAIK this should work fine if multiple mods do this. I'll take a look at this tomorrow.

suppergerrie2 commented 1 year ago

This is apparently not solvable until this issue by forge is fixed: https://github.com/MinecraftForge/MinecraftForge/issues/8878

Mysticpasta1 commented 3 months ago

can't you use kotlin for forge instead of the jarjar'd one

Mysticpasta1 commented 3 months ago

I think I fixed it on my end I will do a PR