El Foro

Problem

[Kali Linux] Error in POL_Wine

Autor Respuestas
kapiroto Monday 22 August 2016 at 8:19
kapirotoAnonymous

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:

 

 

Editado por: kapiroto

kapiroto Tuesday 23 August 2016 at 14:21
kapirotoAnonymous

I've solve this error using this commands:

apt-get update
apt-get install wine:i386
wine --version
apt-get install wine32

Estas Aqui: Index > PlayOnLinux > Problem