[Rpi3] Minecraft-PI as own system
-
Hy, i've installed Minecraft on retropie and i wanted to make it appear on emulation station just like a system instead selecting ports entry.
I did the same thing the I did weeks ago for Kodi just like this guide says https://github.com/RetroPie/RetroPie-Setup/wiki/KODI#kodi-as-its-own-system-instead-of-in-ports.
I created a System entry editing es_systems.cfg and a minecraft.sh inside /home/pi/RetroPie/roms/minecraft.
Inside minecraft.sh i wrote minecraft-pi.Unfortunately this is not working. When i select Minecraft from the System Entry that I created all I get is a "Segmentation Fault" error and then emulation station menu comes back.
Can you help me creating a working system entry for minecraft pi?
-
try this inside the minecraft.sh write
#!/bin/bash
xset -dpms s off s noblank
matchbox-window-manager &
/usr/bin/minecraft-pi
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.