Jump to content

TheUltimateKeval

Members
  • Posts

    6
  • Joined

  • Last visited

TheUltimateKeval's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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).
  2. 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?
  3. 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.
  4. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.