Search found 1 match

by rablanken
Mon Nov 03, 2014 11:05 pm
Forum: Linux
Topic: EVE Online Doesn't Start (And how to fix)
Replies: 0
Views: 1110

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

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: ps aux | grep "wineserver" kill XXXX // where XXXX is the p...