You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the fact that kotlinx.serialization version 1.4.1 is shaded into the jar, but not relocated, this causes any mod that is compiled with the latest version of it to crash, as it will attempt to load kotlinx.serialization from create track map rather than, as it should be doing, from fabric language kotlin.
Please make sure to relocate your shaded dependencies, as well as depending on fabric language kotlin rather than shading it.
Describe the Bug
Due to the fact that kotlinx.serialization version 1.4.1 is shaded into the jar, but not relocated, this causes any mod that is compiled with the latest version of it to crash, as it will attempt to load kotlinx.serialization from create track map rather than, as it should be doing, from fabric language kotlin.
Please make sure to relocate your shaded dependencies, as well as depending on fabric language kotlin rather than shading it.
Reproduction Steps
Expected Result
Does not crash
Screenshots and Videos
N/A
Crash Report or Log
https://mclo.gs/1X2r6Sg
Operating System
Arch Linux 6.6.10-zen1-1-zen
CTM Version
1.4
Create Version
0.5.1d
Minecraft Version
1.20.1
Mod Loader
Fabric
Modloader Version
0.15.5
Instance Type
Singleplayer
Other Mods
Additional Context
No response
The text was updated successfully, but these errors were encountered: