Jump to content

Recommended Posts

Posted (edited)

Hello, I has been a couple of years since I was developing minecraft forgemods, I wanted to give it another try, but I sumbled upon some problems.

First of all, I am using IntelliJ IDEA, JDK 8 and Forge 1.15.2 - 31.1.23

So I opened the project with intellij and ran the "genIntelliJRuns" task, I wanted to test if I can start the game with the given examplemod.

But somehow it gives me an "Caused by: java.lang.IllegalStateException: Failed to resolve consumer event type: net.minecraftforge.fml.network.simple.SimpleChannel$$Lambda$2259/0x0000000801428440@53fb3e1b"

I hope anyone of you can help me :)

P.S: U can find the full crashlog in the attachments.

crash-2020-03-15_23.00.15-client.txtFetching info... latest.logFetching info...

Edited by SineZ
Posted

Try using a Java 8 JDK

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

As I already mentioned, I have a JDK 8 Installation. Maybe I should mention that I have two different versions of Java installed (JDK 8 and JDK 13) but I set the Java 8 dir as my java home in my gradle.properties:

"# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.java.home=E:/Programme/JavaOLD"

Unbenannt.PNG

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.