Game Crash on Start-Up

Started by FranciGino on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 20:51, 8. Jan 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Game Crash on Start-Up

Hello! When i press "Run Client" the game start but when it load my mod... It crash and the console say this

23:20.15 [main/INFO]: Extra: []
23:20.15 [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Franci/.mcreator/gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
23:20.15 [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
23:20.15 [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
23:20.15 [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
23:20.15 [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
23:20.15 [main/INFO]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
23:20.15 [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_222, running on Windows 10:amd64:10.0, installed at C:\Program Files\Pylo\MCreator\jdk\jre
23:20.15 [main/ERROR]: Apache Maven library folder was not in the format expected. Using default libraries directory.
23:20.15 [main/ERROR]: Full: C:\Users\Franci\.mcreator\gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
23:20.15 [main/ERROR]: Trimmed: c:/users/franci/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
23:20.15 [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
23:20.15 [main/INFO]: Detected deobfuscated environment, loading log configs for colored console logs.
2019-10-25 23:20:15,582 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2019-10-25 23:20:15,583 main ERROR Error processing element TerminalConsole ([Appenders: null]): CLASS_NOT_FOUND
2019-10-25 23:20:15,583 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2019-10-25 23:20:15,624 main ERROR Unable to locate appender "Console" for logger config "root"
2019-10-25 23:20:15,984 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2019-10-25 23:20:15,984 main ERROR Error processing element TerminalConsole ([Appenders: null]): CLASS_NOT_FOUND
2019-10-25 23:20:15,985 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2019-10-25 23:20:16,007 main ERROR Unable to locate appender "Console" for logger config "root"
AL lib: (EE) alc_cleanup: 1 device not closed
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value -1
* 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
BUILD FAILED in 53s

Do the second most common…
Sat, 10/26/2019 - 15:17

Do the second most common solution from this page: https://mcreator.net/wiki/gradle-setup-errors

The solution to this problem and many other problems can be found in our knowledge base: https://mcreator.net/support/knowledgebase Please check the knowledge base before opening a new topic on the issue which has a known fix.