Help - Error attempting to run mod

Started by HexagonH2015 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 21:37, 25. Jul 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help - Error attempting to run mod
Wed, 04/08/2020 - 18:53 (edited)

Please help, I just got and set up Mcreator. First I created a new mod and added a new ore to the game. I went to test it out but it would not work, saying there were mod elements that didnt compile or something, but the list of elements was blank. I looked around this forum and tried to solve the solution. I used the method of deleting my gradle folder and setting up a new mod. However, this new mod did not run either. I am using the up to date version of the app on macOS 10.11.6, if that is relevant. I have no idea what could be causing this issue

my error message looks like this:

> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3.
  Required by:
      project :
   > Could not resolve net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3.
      > Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-…'.
         > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-…'.
            > files.minecraftforge.net: nodename nor servname provided, or not known
   > Could not resolve net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3.
      > Could not get resource 'https://libraries.minecraft.net/net/minecraftforge/forge/1.14.4-28.2.3_…'.
         > Could not HEAD 'https://libraries.minecraft.net/net/minecraftforge/forge/1.14.4-28.2.3_…'.
            > libraries.minecraft.net: nodename nor servname provided, or not known
   > Could not resolve net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3.
      > Could not get resource 'https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.14.4-28…'.
         > Could not GET 'https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.14.4-28…'.
            > repo.maven.apache.org: nodename nor servname provided, or not known

 

I am not sure what to do to fix it and could not find any other solutions on the forum. If anyone knows what I can do to fix this, please help me out

Edited by HexagonH2015 on Wed, 04/08/2020 - 18:53
In most cases all Gradle…
Wed, 04/08/2020 - 18:38

In most cases all Gradle errors are caused by one of these:

  • Firewall or antivirus blocking MCreator
  • Slow internet connection
  • Your ISP blocking certain websites
  • Too slow VPN or VPN with blocked domains that MCreator needs to access
  • Any other software blocking access to download repository

The most common errors from Gradle are caused by firewalls or antivirus software. If you have any issues, we recommend you to temporarily turn off this software and try again. If this works, add MCreator as an exception to your firewall or antivirus or reconfigure the software properly to not block programs such as MCreator.

It can also happen that the servers from which Gradle downloads files (Minecraft servers, Minecraft Forge repo, Maven repository) are down and you might just need to try again later in such cases.

https://mcreator.net/wiki/gradle-setup-errors

https://mcreator.net/support/knowledgebase

Last seen on 21:37, 25. Jul 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you, i will look into…
Wed, 04/08/2020 - 18:50

thank you, i will look into issues accessing the websites