I'm using kali linux to study in my main system, i want play Tibia and GTA in playonlinux...
How i install playonlinux?
$ apt-get install playonlinux
$ leafpad /usr/share/playonlinux/lib/sources
Comment this part:
<code>
#if [ "$(id -u)" = "0" ]
#then
# echo "PlayOnLinux is not supposed to be run as root. Sorry"
# exit
#fi
</code>
$ leafpad /usr/share/playonlinux/python/mainwindow.py
Comment this part:
<code>
#### Root uid check
#if(os.popen("id -u").read() == "0\n" or os.popen("id -u").read() == "0"):
# wx.MessageBox(_("{0} is not supposed to be run as root. Sorry").format(os.environ["APPLICATION_TITLE"]),_("Error"))
# os._exit(0)
#
</code>
My problem?
Everytime i try to install a component, create a new virtual disk i got this problem
<code>
Error in POL_Wine
Wine seems to have crashed
If your program is running, just ignore this message
</code>
Why? What I'm supoosded to do?
Images:





Edité par kapiroto