create-track-map icon indicating copy to clipboard operation
create-track-map copied to clipboard

Create track map not compatible with the latest Update of Fabric Kotlin Language

Open Xylush opened this issue 1 year ago • 3 comments

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

  1. update the mod to the latest version
  2. load the mod into the server
  3. press start on the console
  4. it crashes 1 minute into server boot. ...

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

Xylush avatar Sep 18 '24 15:09 Xylush

i think this is an upstream bug in Ktor: https://youtrack.jetbrains.com/issue/KTOR-7054

Waoweens avatar Sep 25 '24 05:09 Waoweens

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.

TheTrueHonker avatar Oct 07 '24 13:10 TheTrueHonker

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.

Poopooracoocoo avatar Nov 02 '24 14:11 Poopooracoocoo