question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant't launch mod in the Eclipse workspace

See original GitHub issue

There 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:closed
  • Created 3 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Bulldog83commented, May 3, 2020

With loom 0.2.7 errors still exists 😕

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'JustMap'.
> Failed to find mapping for EntryTriple{owner=net/minecraft/class_4970$class_2251,name=<init>,desc=(Lnet/minecraft/class_3614;Lnet/minecraft/class_3620;)V}

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 54s
duplicate input class net/fabricmc/fabric/mixin/object/builder/MixinBlock, from C:\Users\Bulldog\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-object-builders-v0\0.5.0+bf7c167ae8\efdddd05c8cc477e2f3beb5860a6763b71b2986b\fabric-object-builders-v0-0.5.0+bf7c167ae8.jar and C:\Users\Bulldog\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-object-builder-api-v1\1.0.1+bf7c167ae8\a16920d5ed6317d228db8e97dc1b4fb882da900f\fabric-object-builder-api-v1-1.0.1+bf7c167ae8.jar

With Minecraft 1.15.2 all are ok.

1reaction
modmuss50commented, May 3, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found