You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
It doesnt even generate a crash log. I am willing to edit the mod's code if necessary.
The text was updated successfully, but these errors were encountered: