playerAnimator

playerAnimator

28M Downloads

Game crashes right away with 1.21.3

RaphyTwin opened this issue ยท 0 comments

commented

Describe the bug
The game crashes when I try starting the game with 1.21.3.

To Reproduce
Steps to reproduce the behavior:

  1. Implement the Library and use 1.21.3
  2. Start the game
  3. See error

Logs:

Uncaught exception in thread "main"
java.lang.RuntimeException: Failed to read accessWidener file from mod playeranimator
	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 net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: net.fabricmc.loader.impl.lib.accesswidener.AccessWidenerFormatException: line 1: Namespace (intermediary) does not match current runtime namespace (named)
	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)
	... 4 more