Ever since I installed Windows 7 Professional, MCreator won't start?

Started by Fley Studios on

Topic category: Help with MCreator software

Last seen on 11:38, 21. Aug 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ever since I installed Windows 7 Professional, MCreator won't start?

As the title says, my MCreator will start downloading dependencies and all that, but at some point in time, somewhere around 1m35sec it would say: "Gradle task failed!". That happened every time since I installed Windows 7 Professional 32-bit. It worked fine on Ultimate, but not on Professional.

Any solution?

Last seen on 08:40, 25. Mar 2018
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you paste your console
Fri, 05/05/2017 - 14:07

Can you paste your console output?

Last seen on 11:38, 21. Aug 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Can you paste your console
Fri, 05/05/2017 - 20:49

@#1 Sure:

Executing gradle command: cleanCache clean setupDecompWorkspace --refresh-dependencies
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 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" cleanCache clean setupDecompWorkspace --refresh-dependencies 
This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril.
#################################################
         ForgeGradle 2.2-SNAPSHOT-7f5a769        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
:cleanCache
:clean UP-TO-DATE
:deobfCompileDummyTask
:deobfProvidedDummyTask
:getVersionJson
:extractUserdev
:extractDependencyATs SKIPPED
:extractMcpData
:extractMcpMappings
:genSrgs
:downloadClient
:downloadServer
:splitServerJar
:mergeJars
:deobfMcSRG
Applying SpecialSource...
Applying Exceptor...
:decompileMc
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
:decompileMc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':decompileMc'.
> Process 'command 'C:\Pylo\MCreator175\jdk32\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.
BUILD FAILED
Total time: 3 mins 2.539 secs
C:\Pylo\MCreator175\forge>
Task completed with return code 0 in 183649 milliseconds

Last seen on 08:40, 25. Mar 2018
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your issue lies here: 
Sat, 05/06/2017 - 12:54

Your issue lies here: 

Could not reserve enough space for 3145728KB object heap

It's a memory issue. Search the forums here for "object heap" for solutions.

Last seen on 11:38, 21. Aug 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Your issue lies here: 
Sat, 05/06/2017 - 17:26

@#2 What does that mean, if I could ask, I will search the forums

Last seen on 11:38, 21. Aug 2017
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Your issue lies here: 
Sat, 05/06/2017 - 17:34

@#2 I DID IT!!! I just made a variable "_JAVA_OPTIONS" and under that "-Xms1000m" and it worked, thanks for directing to those forums