Posted November 29, 20177 yr I referred to the Basic Modding Tutorial provided on the minecraft forge website. I downloaded the MDK file for Minecraft Forge 1.11.2 and extracted files from the archive. Then, I made another folder named 'My mod' and copied files given below from the extracted files. gradle (folder) build.gradle gradlew.bat Thereafter, I copied cmd.exe to the 'My mod' folder. When I open the cmd and type 'gradlew setupDecompWorkspace', it says: :decompileMc FAILEDecompileMc It also says that process 'command 'C:\Program Files\Java\java_java\bin\java.exe'' finished with non-zero exit value 1 and I think this is because something related to RAM specification for gradle. I tried solution given in the tutorial, i.e., editing the gradle.properties file and adding a line of code. But when I run the 'gradlew setupDecomWorkspace', it says Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html Please read the following process output to find out more: ----------------------- Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap I searched a lot but didn't find any solution. I am a newbie and don't know much so forgive me if I am doing any silly mistake. Thanks in advance.
November 29, 20177 yr Author I am on a 32 bit computer and I can say that there's nothing related to java because I use Android Studio which uses gradle and everything's perfect. Now, I don't know if the configuration done by other software messes up with the forge. But I'll try your method. Edited November 29, 20177 yr by TheUltimateKeval
November 29, 20177 yr Yeah, but I think it's the size of the minecraft code that requires 64 bit/more memory. @diesieben07 confirm? Edited November 29, 20177 yr by Ugdhar
November 30, 20177 yr Author Can you tell me what are the solutions for this 3 gig Barrier. One I know. I.e., Changing from 32 bit to 64 bit. Can you guide me a bit? And yes! I checked my PC properties. It says I have a x64 processor and what I think is that means my Windows system is 32 bit but I can also install 64 bit system. Is it true? Edited November 30, 20177 yr by TheUltimateKeval
December 2, 20177 yr Author Okay! I'll see if I can reinstall it because I am not sure if my windows is legitimate or pirated(I haven't bought it from a computer shop but from my computer teacher).
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.