jenchanws / create-track-map

Create train track map mod for Minecraft (Fabric & Forge)
https://modrinth.com/mod/create-track-map
MIT License
65 stars 24 forks source link

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

Open Xylush opened 1 month ago

Xylush commented 1 month ago

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

Waoweens commented 1 month ago

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

TheTrueHonker commented 4 weeks ago

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.

Poopooracoocoo commented 3 days ago

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.