Skip to content
Bkacjios edited this page Jul 31, 2021 · 7 revisions

General setup

If you want to run this on linux, install love2d 11.3 via your package manager or with their provided AppImage. You will then be able to run the latest .love file under releases.

NOTE: In order for the love to read dolphins memory you will need to set the love binary file to have ptrace access with sudo setcap cap_sys_ptrace=eip /usr/bin/love

If you run the .love file as root the input display will work, however you will lose music playback functionality.

libcap.so bluescreen

If you encounter a blue screen with a libcap.so: cannot open shared object file: No Such file or directory, please install libcap through your distributions package manager. This library is used to check if the program has access the ptrace capabilities that were set in the section above.

Debian/Ubuntu

sudo apt-get install libcap-dev

Arch Linux

sudo pacman -S libcap

Clone this wiki locally