Client silently closes during initial world generation.

Started by OfficialPeeper on

Topic category: Help with MCreator software

Last seen on 07:09, 27. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Client silently closes during initial world generation.

The game closed before the terrain generation gauge could even reach 1%, and yielded no error popup. Using the following error message from the console, I'm hoping someone could help me pinpoint the issue so I can take a look at it.

 

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
   Minecraft Version: 1.14.4
   Minecraft Version ID: 1.14.4
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_232, BellSoft
   Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), 
   Memory: 948798728 bytes (904 MB) / 2081423360 bytes (1985 MB) up to 3790077952 bytes (3614 MB)
   CPUs: 12
   JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
   ModLauncher: 4.1.0+62+5bfa59b
   ModLauncher launch target: fmluserdevclient
   ModLauncher naming: mcp
   ModLauncher services: 
      /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar object_holder_definalize PLUGINSERVICE 
      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar runtime_enum_extender PLUGINSERVICE 
      /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar capability_inject_definalize PLUGINSERVICE 
      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar runtimedistcleaner PLUGINSERVICE 
      /forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-launcher.jar fml TRANSFORMATIONSERVICE 
   FML: 28.2
   Forge: net.minecraftforge:28.2.3
   FML Language Providers: 
      javafml@28.2
      minecraft@1
   Mod List: 
      client-extra.jar Minecraft {minecraft@1.14.4 DONE}
      forge-1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3-recomp.jar Forge {forge@28.2.3 DONE}
      main Faraday {faraday@1.0.0 DONE}
   Player Count: 0 / 8; []
   Data Packs: vanilla, mod:faraday, mod:forge
   Type: Integrated Server (map_client.txt)
   Is Modded: Definitely; Client brand changed to 'forge'
32:09.29 [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:106 #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2020-04-25_22.09.29-server.txt
AL lib: (EE) alc_cleanup. 1 device not closed
  > Task :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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:c…
BUILD FAILED in 1m 7s
10 actionable tasks: 5 executed, 5 up-to-date
BUILD FAILED

This is not full log so I…
Sun, 04/26/2020 - 08:53
  1. This is not full log so I can't help here
  2. Logs belong to pastebin or similar service
Last seen on 07:09, 27. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Found the problem! All I had…
Sun, 04/26/2020 - 09:59

Found the problem! All I had to do was reinstall MCreator. Thanks for your time nonetheless.