Error when I try and run it #108

Open
opened 2021-06-17 01:06:46 +00:00 by waz86 · 5 comments
waz86 commented 2021-06-17 01:06:46 +00:00 (Migrated from github.com)

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!

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!
frqnny commented 2021-06-17 01:11:44 +00:00 (Migrated from github.com)

Perhaps you are using the wrong Fabric API for the wrong minecraft version? Can you put the fabric api and minecraft version please?

Perhaps you are using the wrong Fabric API for the wrong minecraft version? Can you put the fabric api and minecraft version please?
sfPlayer1 commented 2021-06-17 01:16:33 +00:00 (Migrated from github.com)

This looks like an intermediary (=end user distribution) Fabric API being used in-dev, presumably through having put it in the mods folder?

This looks like an intermediary (=end user distribution) Fabric API being used in-dev, presumably through having put it in the mods folder?
waz86 commented 2021-06-17 20:23:38 +00:00 (Migrated from github.com)

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

> 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
Wyvest commented 2021-06-20 06:31:27 +00:00 (Migrated from github.com)

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)

> > 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)
waz86 commented 2021-07-26 16:42:09 +00:00 (Migrated from github.com)
No description provided.
> > > 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) Ah ok lol thanks I'll try that
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#108
No description provided.