Posted July 8, 20214 yr I'm trying to get started in doing some basic minecraft modding, but have been stuck on the workspace setup. Eclipse is giving me the following Error whenever I try importing the project. Let me know if you have any suggestions. Thanks! Could not run build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-4.9-bin.zip'. 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/4.9/userguide/gradle_daemon.html Please read the following process output to find out more: ----------------------- FAILURE: Build failed with an exception. * What went wrong: java.lang.ExceptionInInitializerError (no error message) * 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 Edit: add edition to title Edited July 9, 20214 yr by muss02
July 9, 20214 yr Author Sorry, I added it to the title but I'm using 1.16.4-35.1.4. I checked the log files associated with the mod folder both the latest and debug logs are empty. Is there another log that you are referring to? I just copied what is in the problems tab?
July 9, 20214 yr Author So this is where I confess I'm in over my head. I watched a Youtube video on how to get the workspace set up in order to allow my kids to learn some coding while playing with minecraft. I tried to add --stacktrace to the build.gradle file as well as several others and it doesn't seem to generate any sort of log. My google searches haven't been productive either on using the --stacktrace. If you are able to help further and walk me through some of this then that would be great or possibly even point me to some resources to better familiarize myself with this. I have done quite a bit of c and c++ programming when I was in college. I've never jumped into java but was hoping to at least be able to get something running to play with.
July 9, 20214 yr 6 minutes ago, diesieben07 said: I am not familiar with Eclipse so I don't know how to tell it to add the command line flag. in eclipse: right click project -> Run As -> Run Configurations -> select project -> Arguments -> add '--stacktrace' or: at the top Run -> Run Configurations -> select project -> Arguments -> add '--stacktrace'
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.