DimDoors icon indicating copy to clipboard operation
DimDoors copied to clipboard

AccessWidenerFormatException [1.19.2]

Open Kroko1337 opened this issue 3 years ago • 3 comments

Uncaught exception in thread "main" java.lang.RuntimeException: Failed to read accessWidener file from mod dimdoors at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441) 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: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary) at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285) at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84) at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439) ... 3 more

Kroko1337 avatar Oct 08 '22 10:10 Kroko1337

Same fabric-api-0.62.0+1.19.2.jar DimensionalDoors-5.0.0-1.19.2-sources.jar

Uncaught exception in thread "main"
java.lang.RuntimeException: Failed to read accessWidener file from mod dimdoors
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441)
	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: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary)
	at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285)
	at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84)
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439)
	... 3 more

SylisMC avatar Oct 14 '22 22:10 SylisMC

latest.log

SylisMC avatar Oct 14 '22 22:10 SylisMC

Same error here: latest.log

Uncaught exception in thread "main" java.lang.RuntimeException: Failed to read accessWidener file from mod dimdoors at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441) 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: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary) at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285) at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84) at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439) ... 3 more

Tanden22 avatar Oct 18 '22 16:10 Tanden22

I also have this issue.

Uncaught exception in thread "main"
java.lang.RuntimeException: Failed to read accessWidener file from mod dimdoors
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441)
	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: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary)
	at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285)
	at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84)
	at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439)
	... 3 more

MistakingManx avatar Nov 13 '22 22:11 MistakingManx

I'm having the same issue

Uncaught exception in thread "main" java.lang.RuntimeException: Failed to read accessWidener file from mod dimdoors at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:441) 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: net.fabricmc.accesswidener.AccessWidenerFormatException: line 1: Namespace (named) does not match current runtime namespace (intermediary) at net.fabricmc.accesswidener.AccessWidenerReader.error(AccessWidenerReader.java:285) at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:84) at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:439) ... 3 more

The game crashes soon after

Lucidueye avatar Dec 01 '22 03:12 Lucidueye

The additional file is the correct one to download for 1.19.2. If you got it from curseforge, they seem to have been accidentally uploaded in the wrong places. (quote "Note: The sources for 5.0.0 was uploaded before the actual mod by accident due being uploaded in the middle of the night by someone very tired. The additional file is the actual mod.") Should be the other way around. I had the same error when I used the main file (which is the sources file), no issues when using the additional instead. Make sure the filename doesn't end with sources.jar and you should be good.

feastfortheworms avatar Dec 04 '22 00:12 feastfortheworms