Jump to content

[1.13.2] java.lang.RuntimeException: Error computing listener list for net.jodah.typetools.TypeResolver$Unknown


Recommended Posts

Posted

Github Link

 

When I try to run the debugger, it fails to load Forge, with the error in the title.

 

Full Debug log:

  Reveal hidden contents

 

Posted (edited)

Update: Loading the mod through eclipse crashes, but loading ./gradlew runClient in PowerShell does not. This might be caused by some problem with the way the runClient.launch file is created.

 

PowerShell, for whatever reason, does not run into the error. I checked using gradlew runClient in the regular Windows Command Prompt and it also does not have the error.

 

However, when I load in PowerShell, the game doesn't recognize any of the items and tags in the recipes, as if none of them are added.

Edited by MarioAndWeegee3
Posted
  Reveal hidden contents

 

Posted

How did you set up your workspace? Did you run the required genEclipseRuns gradle task?

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

  • 2 weeks later...
Posted

I have the same type resolver issue in my own mod.

But strangely I think I can help with yours.

The main reason your recipes and tags aren't loading from reading your logs and output, is due to a parsing error. Your json files for these item tags and recipes most likely contains the same mistake in how you structured it or a spelling error.

Check that the layout is correct and spelling matches up to your items

Posted

Your log will contain any errors about recipes (or any other errors for that matter)

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.