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

Launcher causes Fabric Loader to crash on 24w33a #2175

Closed
3 tasks done
modmuss50 opened this issue Aug 19, 2024 · 4 comments
Closed
3 tasks done

Launcher causes Fabric Loader to crash on 24w33a #2175

modmuss50 opened this issue Aug 19, 2024 · 4 comments
Labels
app Relates to Modrinth App bug Something isn't working

Comments

@modmuss50
Copy link

Please confirm the following.

  • I checked the existing issues for duplicate problems
  • I have tried resolving the issue using the support portal
  • I have ensured my Modrinth App installation is up to date

What version of the Modrinth App are you using?

0.7.1

What operating systems are you seeing the problem on?

Windows

Describe the bug

Minecraft 24w33a now depends on its own version of ASM alongside fabric loader. Unlike the vanilla launcher and MultiMC the Modrinth launcher is including 2 copies of ASM on the classpath causing Fabric loader to bail out early. The Modrinth launcher produces no log output, either displayed in the UI or the launcher log file making this very hard to debug without the correct tools/knowledge of the problem.

Looking at the command line arguments passed to Java using Process Explorer I see the following entries:

com.modrinth.theseus\meta\libraries\org\ow2\asm\asm-analysis\9.6\asm-analysis-9.6.jar
com.modrinth.theseus\meta\libraries\org\ow2\asm\asm-commons\9.6\asm-commons-9.6.jar
com.modrinth.theseus\meta\libraries\org\ow2\asm\asm-tree\9.6\asm-tree-9.6.jar
com.modrinth.theseus\meta\libraries\org\ow2\asm\asm-util\9.6\asm-util-9.6.jar
com.modrinth.theseus\meta\libraries\org\ow2\asm\asm\9.3\asm-9.3.jar
com.modrinth.theseus\meta\libraries\org\ow2\asm\asm\9.6\asm-9.6.jar

as you can see ASM is there twice, the expected behaviour would be for the launcher to always use the version provided in the Fabric profile json replacing or upgrading anything provided by minecraft.

Please reach out to me if you need any more information.

Steps to reproduce

Create a 24w33a profile with Fabric loader 0.16.2.

Expected behavior

The game runs

Additional context

FabricMC/fabric-loader#965

@modmuss50 modmuss50 added app Relates to Modrinth App bug Something isn't working labels Aug 19, 2024
@modmuss50 modmuss50 changed the title Launcher caues Fabric Loader to crash on 24w33a Launcher causes Fabric Loader to crash on 24w33a Aug 19, 2024
@Felix14-v2
Copy link

Seems to be working in 0.8.0
image-10

@K0NN4
Copy link

K0NN4 commented Aug 20, 2024

It worked for me on 0.16.0

@modmuss50
Copy link
Author

I can still reproduce this on the latest version, using loader 0.16.0 is useless as it does not contian the check for duplicated ASM. Please test with Loader 0.16.2.

@Geometrically
Copy link
Member

Fixed on latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Relates to Modrinth App bug Something isn't working
Development

Successfully merging a pull request may close this issue.

4 participants