These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Dissastorous performance and multiple exceptions.

Author
Vika Diver
NullVoidZero
#1 - 2014-07-12 10:04:07 UTC
Hi,

I played eve in wine mostly without any problems for some time until spring. Then I took a break from it and upon return I observed a massive performance degradation ( around 5 or 6 fps where I had 60+), 100% cpu usage and continuous spamming of

An exception has occurred. It has been logged in the log server as exception #3072
An exception has occurred. It has been logged in the log server as exception #3073
An exception has occurred. It has been logged in the log server as exception #3074
An exception has occurred. It has been logged in the log server as exception #3075


messages on the console. This happens on both my old 64bit prefix, my new 32bit with manual winetricks magic and on a 'vanilla' prefix just with eve installed ontop of wine. (as newer guides suggest).

I'm pretty out of ideas right now

What am I doing wrong?

Opensuse 13.1 X86_64,wine-1.7.2, bumblebee- tried with both nvidia and intel graphics, no difference.
Neuntausend
Republic Military School
Minmatar Republic
#2 - 2014-07-12 10:46:43 UTC  |  Edited by: Neuntausend
I have no solution for you, but it might be worth checking out those exceptions using the LogServer.exe in your game directory.

edit: On a second thought, I have heard of this before: https://forums.eveonline.com/default.aspx?g=posts&m=934613#post934613
Make sure that your wine prefix really is clean before you try anything else.
Vika Diver
NullVoidZero
#3 - 2014-07-12 11:14:51 UTC
Wow, thanks for the Log server advice, I got everything working (thou my issue was exotic). For some time I ran eve online from a different user and not from the one who owned the screen session. So I had an unwritable $HOME/EVE folder and IOError on every attempt of log entry. I deleted the folder- everything is fine now.
Christian Richter
Brutor Tribe
Minmatar Republic
#4 - 2014-07-16 06:18:32 UTC
After an Ubuntu Upgrade to 14.04 I had the same problem. Thousands of exceptions like this:

An exception has occurred. It has been logged in the log server as exception #3193
An exception has occurred. It has been logged in the log server as exception #3194
An exception has occurred. It has been logged in the log server as exception #3195
An exception has occurred. It has been logged in the log server as exception #3196

Solution for me:

After the fresh install there was no folder named "home/USERNAME/EVE/logs" any more and obviously EVE was not able to create this folder. My solution was:

mkdir EVE && cd EVE && mkdir logs && cd ..

To create this folder in the home directory. Big smile