Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Xylush opened this issue Sep 18, 2024 · 3 comments · May be fixed by #78
Open

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

Xylush opened this issue Sep 18, 2024 · 3 comments · May be fixed by #78

Comments

@Xylush
Copy link

Xylush commented Sep 18, 2024

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
Copy link

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

@TheTrueHonker
Copy link

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.

@nobodywasishere nobodywasishere linked a pull request Oct 31, 2024 that will close this issue
@Poopooracoocoo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants