Jump to content

_UQ

Members
  • Posts

    1
  • Joined

  • Last visited

_UQ's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So I am making this client-sided minecraft for pvping (not cheating) basically a custom client for my friends and I, and I cannot seem to get pass this error > Configure project : Fabric Loom: 0.10.65 > Task :genSourcesWithCfr FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':genSourcesWithCfr'. > GenSources task requires a 64bit JVM to run due to the memory requirements. * 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 BUILD FAILED in 2s 2 actionable tasks: 1 executed, 1 up-to-date YES I have updated to the latest version of Java and JDK to 17 and then I have also tried to change my gradle.properties to org.gradle.jvmargs=-Xmx3G then i get this error if i dedicate it to 3 gigs: FAILURE: Build failed with an exception. * What went wrong: 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 Manual chapter on the daemon at https://docs.gradle.org/7.3.1/userguide/gradle_daemon.html Process command line: C:\Program Files (x86)\Eclipse Adoptium\jdk-17.0.1.12-hotspot\bin\java.exe --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx3G -Dfile.encoding=windows-1252 -Duser.country=US -Duser.language=en -Duser.variant -cp C:\Users\NameNotForU\.gradle\wrapper\dists\gradle-7.3.1-bin\b47edjwz5j48avzx8xp2zpcd3\gradle-7.3.1\lib\gradle-launcher-7.3.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.3.1 Please read the following process output to find out more: ----------------------- Error occurred during initialization of VM Could not reserve enough space for 3145728KB object heap * 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. I cannot seem to get past this at all. I am using Visual Studio Code.
×
×
  • Create New...

Important Information

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