The message when you try to start wine.
http://i.imgur.com/lper5m5
The log file:
(Not a clue, sorry)
http://i.imgur.com/DLrGFqd
The workaround:
Find the Process ID (PID) of the "wineserver" process and kill it:
Code: Select all
ps aux | grep "wineserver"
kill XXXX // where XXXX is the process ID of the /usr/bin/wineserver program
Then, start up EVE online, and Voila!
http://i.imgur.com/bCfZrHe.png
For the Devs
My best idea for why this is happening is that the wineserver process is having trouble reinitializing after computer returns from Suspend (seems to be the only time I see this happen).