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

Error With fabric-command-api-v2 #4214

Closed
RiskyRobot74 opened this issue Nov 7, 2024 · 1 comment
Closed

Error With fabric-command-api-v2 #4214

RiskyRobot74 opened this issue Nov 7, 2024 · 1 comment
Labels
support Issues closed due to being a support request.

Comments

@RiskyRobot74
Copy link

Uncaught exception in thread "main"
java.lang.RuntimeException: Error parsing or using Mixin config fabric-command-api-v2.mixins.json for mod fabric-command-api-v2
at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:96)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:151)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config fabric-command-api-v2.mixins.json
at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:168)
at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:121)
at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:108)
at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:98)
at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:94)
... 3 more
Caused by: java.lang.IllegalArgumentException: The specified resource 'fabric-command-api-v2.mixins.json' was invalid or could not be read
at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1405)
at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:163)
... 7 more
Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
at java.base/sun.security.util.SignatureFileVerifier.processImpl(Unknown Source)
at java.base/sun.security.util.SignatureFileVerifier.process(Unknown Source)
at java.base/java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.base/java.util.jar.JarVerifier.update(Unknown Source)
at java.base/java.util.jar.JarFile.initializeVerifier(Unknown Source)
at java.base/java.util.jar.JarFile.getInputStream(Unknown Source)
at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)
at java.base/java.net.URLClassLoader.getResourceAsStream(Unknown Source)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.getResourceAsStream(KnotClassLoader.java:95)
at net.fabricmc.loader.impl.launch.knot.Knot.getResourceAsStream(Knot.java:303)
at net.fabricmc.loader.impl.launch.knot.MixinServiceKnot.getResourceAsStream(MixinServiceKnot.java:191)
at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1393)
... 8 more

@apple502j apple502j added the support Issues closed due to being a support request. label Nov 15, 2024
Copy link

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Issues closed due to being a support request.
Projects
None yet
Development

No branches or pull requests

2 participants