I tried to install Löve2d on my Debian VM. I had problems compiling it and so I just installed it via the
Code: Select all
apt-get install love
Code: Select all
~/Desktop$ love lovegame
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
I looked it up online, but found nothing helpful. On Hint was to kill the pulseAudio and restart jack_control, but my OS dint know the
Code: Select all
jack_control start
I also tried to reinstall Pulseaudio, remove Pulseaudio entirely, reinstall jack (with and without jack-tools), removing jack (still the same error) and removing and reinstalling Löve2d. So far no success.
System: Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux on Virtualbox
löve Version: 0.9.1-4 amd64
Thanks in advance
Okaghana