Error when I try and run it #108
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#108
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just got the example mod set up, but whenever I try and run it I get this error:
Exception in thread "main" java.lang.RuntimeException: Failed to read accessWidener file from mod fabric-object-builder-api-v1
at net.fabricmc.loader.FabricLoader.loadAccessWideners(FabricLoader.java:441)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:129)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Namespace (intermediary) does not match current runtime namespace (named)
at net.fabricmc.accesswidener.AccessWidenerReader.read(AccessWidenerReader.java:47)
at net.fabricmc.loader.FabricLoader.loadAccessWideners(FabricLoader.java:439)
... 3 more
I've looked all over but can't find a solution, please help if you can, thank you!
Perhaps you are using the wrong Fabric API for the wrong minecraft version? Can you put the fabric api and minecraft version please?
This looks like an intermediary (=end user distribution) Fabric API being used in-dev, presumably through having put it in the mods folder?
Sorry I didn't respond sooner, can you dumb it down some, I'm pretty new to this and don't know what you mean lol
what I'm assuming it means is that you have fabric API in your dev env mod folder (you're not supposed to do that)