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

[Quilt 1.19.2] Doesn't recognize Quilt Kotlin Libraries as being equivalent to Fabric Language Kotlin. #7

Closed
jojotastic777 opened this issue Jun 23, 2024 · 4 comments

Comments

@jojotastic777
Copy link

Trying to install HexDebug on Quilt with Quilt Kotlin Libraries instead of Fabric Language Kotlin results in the game failing to launch with the following error:

---- Quilt Loader: Failed to load ----
Date/Time: 2024/06/23 11:21:51.1339 [-0700]
Quilt Loader Version: 0.26.0

-- Error 1 --

HexDebug requires version [1.9.4+kotlin.1.8.21, ∞) of fabric-language-kotlin, which is missing!

- <mods>/hexdebug-fabric-0.2.2+1.19.2.jar

Interestingly, if I mangle the jar file to remove the dependency on fabric-language-kotlin from fabric.mod.json, the game loads just fine, likely because QKL is supposed to be compatible with FLK.

In case they might be needed, I've uploaded the full logs here.

@object-Object
Copy link
Owner

Not sure why Quilt doesn't show this in the main error message, but it says this on line 305 of the logs:

HexDebug requires at least version 1.9.4 kotlin.1.8.21 or any newer version of fabric-language-kotlin, but only a different version is present: 1.9.0 kotlin.1.8.0

Try also installing quilt-kotlin-libraries-core from https://modrinth.com/mod/qkl/version/4.0.0+kt.1.9.23+flk.1.10.19 in addition to the version of QKL you currently have.

@object-Object object-Object changed the title Doesn't recognize Quilt Kotlin Libraries as being equivalent to Fabric Language Kotlin. [Quilt 1.19.2] Doesn't recognize Quilt Kotlin Libraries as being equivalent to Fabric Language Kotlin. Jun 23, 2024
@jojotastic777
Copy link
Author

Just tried that, and now quilt is complaining about duplicate mod IDs:

---- Quilt Loader: Failed to load ----
Date/Time: 2024/06/23 16:11:52.0982 [-0700]
Quilt Loader Version: 0.26.0

-- Error 1 --

Duplicate mandatory mod ids [qkl]
- <mods>/quilt-kotlin-libraries-4.0.0+kt.1.9.23+flk.1.10.19.jar
- <mods>/quilt-kotlin-libraries-1.0.2+kt.1.8.0+flk.1.9.0.jar

Disabling the qkl 1.0.2 seems to work, but I don't know if that will break anything else.

@object-Object
Copy link
Owner

quilt-kotlin-libraries-core, not quilt-kotlin-libraries.

@jojotastic777
Copy link
Author

Oh, I didn't realize there were two files available there. That worked.

@object-Object object-Object closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2024
@object-Object object-Object pinned this issue Jun 29, 2024
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

No branches or pull requests

2 participants