-
Notifications
You must be signed in to change notification settings - Fork 600
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
Malmo docker crashes #655
Comments
@okkhoy did you ever get this working?
I've found this to be reliable - let me know if it helps. |
I leave it to the docker to start Minecraft run as earlier. There is no crash, but it seems nothing is running. I just get the following output:
... and I get the prompt back. I don't think malmo is running! Did I miss something? |
@DaveyBiggers I noticed using |
@okkhoy if you still need this to work with Docker, you just need to add Also, change #!/bin/sh
xpra start :100
export DISPLAY=:100
eval $* Malmo didn't run because the last line of your Dockerfile:
is passing "/root/Malmo/Minecraft/launchClient.sh" as a parameter to |
@jayhardee9 thanks for the pointer. I will try this next week and update/close this issue. |
@DaveyBiggers this issue is resolved following @jayhardee9 's suggestion (using Malmo 0.34.0) Wow! that took a looooong time for me to test and respond! 🙄 Sorry for the delays. 🙏 I will now close this issue. |
I built a docker image as per the docker file here.
I changed Malmo version to 0.31 and updated the links to fetch the correct version.
The build is successful; however, when I run the docker, Malmo crashes with the following stack trace.
The trace looks similar to the one in #644. Not sure if it is the same issue. (Please feel free to close the issue if it is a dup.)
The text was updated successfully, but these errors were encountered: