-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed with an exception #559
Comments
The information should be visible in the logs as. Can you paste/share the complete log that is printed once you run the code? Also check the jdk/jre versions you are running with |
Full log looks like this
|
Quick googling suggests that it might be using newer Java version by accident: https://stackoverflow.com/questions/53272230/could-not-create-service-of-type-scriptpluginfactory-using-buildscopeservices-cr Can you check If those fail, here are the java versions I use successfully: |
I'm not sure what I did, but now it actually seems to start minecraft. It goes through the whole process of setting up the client (which takes around 2-3 minutes) each time I run it though and the minecraft window appears frozen (the agent seems to be running). |
Yup that is correct! The window appears frozen, but as long things look good on Python side it is all good :). (and yeah, "have you tried restarting it?" works many times with MineRL ^^). Closing as solved. |
I was trying to run this example script, but it returns an error.
Here are the error messages (from the logger):
The errors say that I should run the build with --stacktrace option to get more information, but I'm not sure how to do it...
I have both JDK and JRE installed, both are version 8.
Python 3.9.6
The text was updated successfully, but these errors were encountered: