Jump to content

Recommended Posts

Posted

I'm a veteran mod developer and I can't run the command "gradlew setupDecompWorkspace" and get a "BUILD SUCCESSFUL." I'm doing Minecraft 1.12.2 and I edited gradle.properties to have "org.gradle.jvmargs=-Xmx1G" and it's still failing build.

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted
  On 3/1/2019 at 11:23 PM, Golden_Crafter said:

I edited gradle.properties to have "org.gradle.jvmargs=-Xmx1G" and it's still failing build.

Expand  

Why did you edit this value?

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
  On 3/2/2019 at 12:14 AM, DaemonUmbra said:

Why did you edit this value?

Expand  

Because someone on YouTube and in the docs, it said if I encountered the error, I should edit the value.

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted

https://en.wikipedia.org/wiki/Cargo_cult_programming

Put it back to 3G and show your error.

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 (edited)

The error is in the image below, how to fix?

error.PNG

Edited by Golden_Crafter

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted

You are running a 32-Bit JDK, you should be using a 64-Bit 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
  On 3/2/2019 at 12:43 AM, DaemonUmbra said:

You are running a 32-Bit JDK, you should be using a 64-Bit JDK.

Expand  

Okay, I'll try that. Thanks!

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted

Also, is it supposed to skip things? like

:decompileMC SKIPPED

 

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted

Each task has criteria for skipping, usually it will skip tasks that have already been done and had their output cached, so you're not downloading the game assets or running the same decomp process every time when nothing has changed

  • Thanks 1

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 (edited)

The

:recompileMC FAILED

is driving me crazy. Here's the error. I have the 64 bit JDK installed

error.PNG

Edited by Golden_Crafter

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

Posted

What's in that folder?

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

It works now! Thanks!

In the beginning, there was air. Then came dirt. Then came stone. Then came Creepers and whatnot. Then came Minecraft 1.12.2. Then came Mod development. Then came fun mods. The Ciiiiiiircle of modding!

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.