-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash because of KotlinForForge #2
Comments
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. |
This is apparently not solvable until this issue by forge is fixed: MinecraftForge/MinecraftForge#8878 |
can't you use kotlin for forge instead of the jarjar'd one |
I think I fixed it on my end I will do a PR |
Mysticpasta1
added a commit
to Mysticpasta1/SpotiForge
that referenced
this issue
Jun 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: