Recompilation Has Failed Error

Started by SebastianC2007 on

Topic category: Help with modding (Java Edition)

Last seen on 14:11, 23. Oct 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Recompilation Has Failed Error

Iv'e been having problems with adding more to my mod after exporting it. It just comes up with, "Recompilation has failed, please delete problematic mods". I'm trying to add a new mob, and I don't want to delete it. Please help.

Make sure to copy the error…
Thu, 09/27/2018 - 17:21

Make sure to copy the error log in the console and open a support ticket. We will try to help you out.

Last seen on 14:11, 23. Oct 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for your reply. Also,…
Thu, 09/27/2018 - 17:34

Thanks for your reply. Also, how do you open a support ticket?

 

Error log:

   
Executing gradle command: clean build
Build info: MCreator 1.8.0, 64-bit, 4007 MB, Windows 10, JVM 1.8.0_172
C:\Pylo\MCreator180\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx1500m" clean build 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava
:processResources
:classes
:jar
:sourceTestJava
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:getVersionJson
:extractUserdev
:genSrgs SKIPPED
:reobfJar
:extractAnnotationsJar
:extractRangemapReplacedMain
C:\Pylo\MCreator180\forge\build\sources\main\java
:retromapReplacedMain
remapping source...
:sourceJar
:assemble
:check UP-TO-DATE
:build
BUILD SUCCESSFUL
Total time: 58.461 secs
C:\Pylo\MCreator180\forge>
Task completed with return code 0 in 61866 milliseconds
   
Executing gradle command: clean build
Build info: MCreator 1.8.0, 64-bit, 4007 MB, Windows 10, JVM 1.8.0_172
C:\Pylo\MCreator180\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx1500m" clean build 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
C:\Pylo\MCreator180\forge\build\sources\main\java\mod\mcreator\mcreator_arcaneelemental.java:63: error: cannot find symbol
      RenderLiving customRender = new RenderLiving(Minecraft.getMinecraft().getRenderManager(), new Model(), 0) {
                                                                                                    ^
  symbol:   class Model
  location: class mcreator_arcaneelemental
1 error
:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 29.653 secs
C:\Pylo\MCreator180\forge>
Task completed with return code 0 in 31525 milliseconds

 

You can open it on this page…
Sat, 09/29/2018 - 20:09

You can open it on this page: https://mcreator.net/tracker

And attach the model you are importing as the attachment in the ticket as the mob model you are using for your mob seems to be the issue.

Last seen on 14:11, 23. Oct 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OK. Thank you for your help.
Sat, 09/29/2018 - 20:20

OK. Thank you for your help.