Hello again!, thanks in advance.
my servers stop working when you load people.
and now what happens is that it gives memory access error when starting
I do not understand the error "p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory"
start_kill.sh
Code: Select all
#!/bin/bash
kill -9 `ps x | grep Frost | grep -v grep | gawk '{print $1}'`
killall Xvfb 2> /dev/null
killall x11vnc 2> /dev/null
Xvfb :1 -screen 0 800x600x16 &
x11vnc -display :1 -bg -forever -rfbauth ~/.vnc/passwd
export DISPLAY=:1
wine bf2rush.exe -port 19567 -numGameClientSlots 32 -serverInstancePath "Instance/" -heartBeatInterval 20000 -plasmaServerLog 1 -region EU -displayErrors 1 -displayAsserts 1 -crashDumpAsserts 1 -crashDumpErrors 1 -timeStampLogNames -mapPack2Enabled 1