FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

Unable to load kotlin.jvm.internal.Intrinsics from within a prelaunch entrypoint #87

Closed Deftu closed 2 years ago

Deftu commented 2 years ago

The crash looks as follows: https://mclo.gs/hiNqUff

Nothing was changed in my mod aside from adding this entrypoint, so I'd assume it's this. I'm using the Kotlin adapter on the entrypoint.

jakobkmar commented 2 years ago

This is not a fabric-language-kotlin issue, your mod (or some other mod) is probably including FLK - which it shouldn't - since FLK is already loaded as a mod by itself.

Deftu commented 2 years ago

This was being caused by a corrupted mod file JIJ'ing FLK. Super weird result.