Started by
lazydude5
on
Topic category: Troubleshooting, bugs, and solutions
titles says it. add a block, the recompile fails.
fix somthing, the recompile fails,
heck, just recompiling with nothing and it still fails.
note:using mcreator 1.7.5
solution??
You should show the log and tell me what errors you get in the recompilation error Error Window
But here is a tutorial if this is your problem: https://www.youtube.com/watch?v=esWsmTDmg58
@#1 that would of been great, except it just gives me a window that says "your mod contains errors and could not be exported" and it doesnt even tell me the error or give me the error list window. even the gradle log doesnt tell me.
gradle log:
Executing gradle command: clean build
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Pylo\MCreator175>cd forge
C:\Pylo\MCreator175\forge>SET "JAVA_HOME=C:\Pylo\MCreator175\jdk32\"
C:\Pylo\MCreator175\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
C:\Pylo\MCreator175\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
C:\Pylo\MCreator175\forge>gradlew -Dorg.gradle.jvmargs="-Xms512m -Xmx1024m" clean build
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ClassLoaderRegistry using GlobalScopeServices.createClassLoaderRegistry().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
C:\Pylo\MCreator175\forge>
Task completed with return code 0 in 1622 milliseconds