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. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
I followed the "Build on Windows" instructions.
Now, I get the following error over and over again, when I type launchClient.bat in the terminal:
I wrote a little script to give Minecraft more RAM (7GB), but this doesn't seem to affect the MalmoMod-Minecraft.
@echo off
java -Xms7168M -Xmx7168M -jar minecraft_server-1.11.2.jar -port 10000
pause
As you can see in the screenshot, I have the 64bit Java Version, so having the 32bit is NOT my problem. Do you have any ideas what went wrong?
Hello everyone! :-)
I followed the "Build on Windows" instructions. Now, I get the following error over and over again, when I type launchClient.bat in the terminal: I wrote a little script to give Minecraft more RAM (7GB), but this doesn't seem to affect the MalmoMod-Minecraft.
@echo off java -Xms7168M -Xmx7168M -jar minecraft_server-1.11.2.jar -port 10000 pause
As you can see in the screenshot, I have the 64bit Java Version, so having the 32bit is NOT my problem. Do you have any ideas what went wrong?
Thank you in advance for your answers!