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

The loader Quilt is not supported by Curseforge #68

Open
TwirlySeal opened this issue Aug 19, 2022 · 1 comment
Open

The loader Quilt is not supported by Curseforge #68

TwirlySeal opened this issue Aug 19, 2022 · 1 comment
Labels
bug Something isn't working curseforge An issue which only affects curseforge

Comments

@TwirlySeal
Copy link

Installing mods from Curseforge to a Quilt 1.18.2 archive isn't working properly for me. Here's an example with the mod CleanCut.

pacmc install cleancut results in the following output:

Resolving versions and dependencies...
[+] resolved slugs
java.lang.IllegalStateException: The loader Quilt is not supported by Curseforge
        at net.axay.pacmc.repoapi.curseforge.CurseforgeApi$getProjectVersions$2$1$1.invokeSuspend(CurseforgeApi.kt:68)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

This happens with many other mods on Curseforge as well.

@jakobkmar
Copy link
Owner

Thanks for the report, this is a pacmc "bug" (unimplemented feature), I will fix it once I am back from vacation.

@jakobkmar jakobkmar added bug Something isn't working curseforge An issue which only affects curseforge labels Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working curseforge An issue which only affects curseforge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants