Mod wont turn on

Started by marekkoszmarek on

Topic category: Help with MCreator software

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod wont turn on

Please help, everytime i try to turn on the mod i jsut see this in the console:
FAILURE: Build failed with an exception.
* What went wrong:
Class 'net.neoforged.moddevgradle.internal.CreateArtifactManifestTask' not found in class loader 'InstrumentingVisitableURLClassLoader(ClassLoaderScopeIdentifier.Id{coreAndPlugins:settings[:]:buildSrc[:]:root-project[:](export)})' of type 'org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader'.
> Class 'net.neoforged.moddevgradle.internal.CreateArtifactManifestTask' not found in class loader 'InstrumentingVisitableURLClassLoader(ClassLoaderScopeIdentifier.Id{coreAndPlugins:settings[:]:buildSrc[:]:root-project[:](export)})' of type 'org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader'.
* 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.
CONFIGURE FAILED in 26s
Configuration cache entry reused.

BUILD FAILED
Task completed in 27 seconds

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Basic Troubleshooting Tips…
Thu, 01/23/2025 - 20:43

Basic Troubleshooting Tips for these Errors:

  1. Potential MCreator bug
    1. Go into [file > preferences > gradle and run] then uncheck [Enable performance monitor when running Gradle tasks]
    2. Attempt to run/build gradle

       

  2. if the issue persists, it could be a Broken/Improper mod element
    1. If the issue began after adding something new (usually a procedure), then the procedure is likely built improperly or wrong
    2. Remove the most recent elements
      1. Back-Up your mod workspace (make a copy of the entire workspace folder on your desktop)
      2. If you recently added a new procedure, remove that procedure first then attempt a build/run
      3. If issue persists, remove the next most recently added item all the way back until the build works.

         

  3. If the issue still persists (even after emptying or significantly reducing your mods elements) then you will likely need to give more information on GitHub with a bug report.
    1. A detailed description of when the issue began to occur
    2. Debug Log of the build error will be needed
    3. Example/Duplicate workspace will be needed