Cant't launch mod in the Eclipse workspace
See original GitHub issueThere is an issue when I try to launch mod in the debug mode in the Eclipse IDE.
Exception in thread "main" java.lang.RuntimeException: Failed to read accessWidener file from mod fabric-object-builder-api-v1
at net.fabricmc.loader.transformer.accesswidener.AccessWidener.loadFromMods(AccessWidener.java:60)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:130)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
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.loader.transformer.accesswidener.AccessWidener.read(AccessWidener.java:78)
at net.fabricmc.loader.transformer.accesswidener.AccessWidener.loadFromMods(AccessWidener.java:58)
... 3 more
Minecraft 20w18a Fabric 0.10.2+build.337-1.16 Yarn 20w18a-build.9 Loader 0.8.2+build.194 Loom 0.4.3
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
Can't run mod from Eclipse - Modder Support - Forge Forums
Hello! I am a new mod developer so this is my first attempt at creating a mod. I've set up the project just...
Read more >Minecraft will not launch from eclipse for mod testing purposes
The first one that I've "fixed" was that the java.library.path did not contain lwjgl64. I fixed it by downloading lwjgl from https://www.lwjgl.
Read more >Can't run Minecraft from Eclipse - Modification Development
In Eclipse, if you click on 'Run' -> 'Run Configurations', you should have an entry under 'Java Applications' for your mod. If you...
Read more >Setting Up Your Workspace (JDK, Eclipse, Forge)
In this tutorial I will be explaining how you can set up the Eclipse workspace and necessary dependencies to be able to start...
Read more >Minecraft Modding Tutorial 1: Setting up the Eclipse Workspace
In this video, I explain to you how to set up a developmental workspace for Minecraft using JDK and Eclipse. Eclipse is a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With loom 0.2.7 errors still exists 😕
With Minecraft 1.15.2 all are ok.
You need to update loom to 0.2.7. After doing that you may need to delete the remapped mods folder, this will be in your projects .gradle folder