Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment.
DaveyBiggers on master
Microsoft mandatory file Merge pull request #926 from mi… (compare)
Right now, I am trying to use Malmo on Linux Mint 19.3 with OpenJDK8 using the build-from-source Malmo platform in the latest commit version. When I attempt to run Minecraft with the Malmo mod using
./launchClient.sh -port 10234 -env
I get a message that says [15:13:59] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
I think this is preventing my from running missions, because when I try to run tutorial_1.py, nothing happens. There is no error message, but the terminal gets stuck on the command
python3.7 tutorial_1.py
I would greatly appreciate your help in resolving this issue.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Malmo\Java_Examples\MalmoJava.dll: Can't find dependent libraries
Hello everyone! :-)
I get the following error over and over again, when I type launchClient.bat in the terminal:
[...]
:runClient
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
:runClient FAILED
FAILURE: Build failed with an exception.
Process 'command 'C:\Program Files (x86)\Java\jdk1.8.0_241\bin\java.exe'' finished with non-zero exit value 1
I have the 64bit Java Version, so having the 32bit is NOT my problem. Do you have any ideas what went wrong?