Advertisement
Guest User

Error

a guest
Mar 16th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1.    
  2. Executing gradle command: wrapper --gradle-version 4.4
  3. Build info: MCreator 1.8.2, 64-bit, 15797 MB, Windows 7 - cmd, JVM 1.8.0_192, JAVA_HOME: C:\Users\Administrator\Desktop\MCreator 1.8.2 [1.12.2] Windows 64bit\.\jdk
  4. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  5. C:\Users\Administrator\Desktop\MCreator
  6. 1.8.2 [1.12.2] Windows
  7. 64bit\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx3096m" wrapper --gradle-version 4.4 
  8. FAILURE: Build failed with an exception.
  9. * What went wrong:
  10. Unable to start the daemon process.
  11. This problem might be caused by incorrect configuration of the daemon.
  12. For example, an unrecognized jvm option is used.
  13. Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html
  14. Please read the following process output to find out more:
  15. -----------------------
  16. Error occurred during initialization of VM
  17. Initial heap size set to a larger value than the maximum heap size
  18. Picked up _JAVA_OPTIONS: -Xmx512M
  19. * Try:
  20. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  21. Picked up _JAVA_OPTIONS: -Xmx512M
  22. C:\Users\Administrator\Desktop\MCreator
  23. 1.8.2 [1.12.2] Windows 64bit\forge>
  24. Task completed with return code 0 in 1261 milliseconds
  25.    
  26. Executing gradle command: setupDecompWorkspace --refresh-dependencies
  27. Build info: MCreator 1.8.2, 64-bit, 15797 MB, Windows 7 - cmd, JVM 1.8.0_192, JAVA_HOME: C:\Users\Administrator\Desktop\MCreator 1.8.2 [1.12.2] Windows 64bit\.\jdk
  28. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  29. C:\Users\Administrator\Desktop\MCreator
  30. 1.8.2 [1.12.2] Windows
  31. 64bit\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx3096m" setupDecompWorkspace --refresh-dependencies 
  32. FAILURE: Build failed with an exception.
  33. * What went wrong:
  34. Unable to start the daemon process.
  35. This problem might be caused by incorrect configuration of the daemon.
  36. For example, an unrecognized jvm option is used.
  37. Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html
  38. Please read the following process output to find out more:
  39. -----------------------
  40. Error occurred during initialization of VM
  41. Initial heap size set to a larger value than the maximum heap size
  42. Picked up _JAVA_OPTIONS: -Xmx512M
  43. * Try:
  44. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  45. Picked up _JAVA_OPTIONS: -Xmx512M
  46. C:\Users\Administrator\Desktop\MCreator
  47. 1.8.2 [1.12.2] Windows 64bit\forge>
  48. Task completed with return code 0 in 995 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement