Open Xylush opened 1 month ago
i think this is an upstream bug in Ktor: https://youtrack.jetbrains.com/issue/KTOR-7054
The ktor version in the file gradle.properties needs to be changed from 2.3.0 to 2.3.12. Sadly I am not allowed to make a feature-branch and create a pull request.
https://modrinth.com/mod/fabric-language-kotlin/version/1.12.1+kotlin.2.0.20 works as it has an older version of coroutines (v1.8.1). The issue is with coroutines 1.9.0, as stated in the linked issue above.
Describe the Bug
After updating Fabric Kotlin, my server doesn't want to boot up the fabric track map; it just boots loops and crashes. So that you know, I have Create version 0.5.1h.
Reproduction Steps
Expected Result
the server should boot up, before the update it boots
Screenshots and Videos
No response
Crash Report or Log
https://pastebin.com/eYiETSYu
Operating System
Pterodactyl
CTM Version
1.4
Create Version
0.5.1e
Minecraft Version
1.20.1
Mod Loader
Fabric
Modloader Version
0.16.5
Instance Type
Server hosted on vps/dedicated server
Other Mods
No response
Additional Context
No response