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

Crash on MC launch 1.21 #77

Open
Meelee35 opened this issue Sep 7, 2024 · 2 comments
Open

Crash on MC launch 1.21 #77

Meelee35 opened this issue Sep 7, 2024 · 2 comments

Comments

@Meelee35
Copy link

Meelee35 commented Sep 7, 2024

Im using prism launcher. Compiled jar with gradle 8.4. Only using the dependency mods and nothing else and i get this error inn the game log:

Exception caught from launcher
java.lang.RuntimeException: Failed to read accessWidener file from mod voxy
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:529)
	at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:149)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: net.fabricmc.loader.impl.lib.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary)
	at net.fabricmc.loader.impl.lib.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285)
	at net.fabricmc.loader.impl.lib.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84)
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:527)
	... 6 more
Exiting with ERROR
Process exited with code 2.

It doesnt even generate a crash log. I am willing to edit the mod's code if necessary.

@KarmaMarazu
Copy link

Probs did something wrong somewhere for now use https://github.com/Skywalker8510/voxy/releases/tag/1.21

@Meelee35
Copy link
Author

Meelee35 commented Dec 5, 2024

i figured it out. Built jars wrong

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