MCreator 1.7.5 (new update) setup failed

Started by TabbyLV on

Topic category: Help with MCreator software

Last seen on 21:25, 2. Mar 2021
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator 1.7.5 (new update) setup failed
Sat, 08/26/2017 - 11:42 (edited)

The same thing was happening with the old MCreator 1.7.5 version and now with the new one its happening too! Its in a new folder, yes it has storage space, yes i have internet. Help please.

Edited by TabbyLV on Sat, 08/26/2017 - 11:42
Last seen on 21:25, 2. Mar 2021
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Error log:
Sat, 08/26/2017 - 11:41

Error log:

[spoiler]Executing gradle command: cleanCache clean setupDecompWorkspace --refresh-dependencies
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
D:\Pylo2\MCreator175>cd forge
D:\Pylo2\MCreator175\forge>SET "JAVA_HOME=D:\Pylo2\MCreator175\jdk64\"
D:\Pylo2\MCreator175\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
D:\Pylo2\MCreator175\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
D:\Pylo2\MCreator175\forge>gradlew -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" cleanCache clean setupDecompWorkspace --refresh-dependencies 
This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril.
#################################################
         ForgeGradle 2.2-SNAPSHOT-d13a6c8        
  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...
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.DataInputStream.(DataInputStream.java:58)
   at org.jetbrains.java.decompiler.util.DataInputFullStream.(DataInputFullStream.java:25)
   at org.jetbrains.java.decompiler.struct.attr.StructGeneralAttribute.stream(StructGeneralAttribute.java:115)
   at org.jetbrains.java.decompiler.struct.attr.StructSourceFileAttribute.initContent(StructSourceFileAttribute.java:28)
   at org.jetbrains.java.decompiler.struct.StructMember.readAttribute(StructMember.java:92)
   at org.jetbrains.java.decompiler.struct.StructClass.readAttribute(StructClass.java:208)
   at org.jetbrains.java.decompiler.struct.StructMember.readAttributes(StructMember.java:57)
   at org.jetbrains.java.decompiler.struct.StructClass.(StructClass.java:121)
   at org.jetbrains.java.decompiler.struct.StructClass.(StructClass.java:75)
   at org.jetbrains.java.decompiler.struct.StructContext.addArchive(StructContext.java:167)
   at org.jetbrains.java.decompiler.struct.StructContext.addSpace(StructContext.java:100)
   at org.jetbrains.java.decompiler.struct.StructContext.addSpace(StructContext.java:78)
   at org.jetbrains.java.decompiler.main.decompiler.BaseDecompiler.addSpace(BaseDecompiler.java:36)
   at net.minecraftforge.gradle.tasks.fernflower.FernFlowerInvoker.runFernFlower(FernFlowerInvoker.java:68)
   at net.minecraftforge.gradle.tasks.fernflower.FernFlowerInvoker.main(FernFlowerInvoker.java:41)
Picked up _JAVA_OPTIONS: -Xmx1024m
:decompileMc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':decompileMc'.
> Process 'command 'D:\Pylo2\MCreator175\jdk64\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: 6 mins 48.731 secs
Picked up _JAVA_OPTIONS: -Xmx1024m
D:\Pylo2\MCreator175\forge>
Task completed with return code 0 in 411232 milliseconds[/spoiler]

Last seen on 09:22, 21. Jan 2023
Joined Jul 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I will help you!
Sat, 08/26/2017 - 11:49

I will help you!

Open the MCreator 175 folder, then open the "user" folder. Find "preferences.conf" and open it by notepad. It should be blank. Then, copy and paste this to preferences.conf:

xms=625
xmx=4039
ui=normal
gradleOffline=false

Save it.

Last seen on 21:25, 2. Mar 2021
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh thanks but i fixed it by
Sat, 08/26/2017 - 12:57

oh thanks but i fixed it by going to system variables and i had added _JAVA_OPTIONS there so i removed that and opened mcreator with adminstrator and then it worked!