EVE Online Doesn't Start (And how to fix)

Questions about Wine on Linux
Locked
rablanken
Newbie
Newbie
Posts: 1
Joined: Mon Nov 03, 2014 10:48 pm

EVE Online Doesn't Start (And how to fix)

Post by rablanken »

The bug:
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
http://i.imgur.com/N6ccUz8

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).
Locked