Hello!
I run some problems. But at first i will tell you how i install EVE on Ubuntu 16.04 LTS.
Mainly i’m usuing tutorial from EVE University wiki.
Downloaded and untared application.
I updated nvidia graphic drivers to nvidia-396 from apt-get.
Updated wine to version 3.6 from apt-get.
OKay, eve works. i can run it. But!
i have freezes (my fps drops to 0) when i’m moving my mouse. If i’m moving my mouse with right or left button clicked there are no freezes.
When i’m opening FPS meter in EVE (ctrl+f) it says i’m running dx9 on Nvidia GTX 470 card. But i dont have gtx 470, my card is Nvidia geforce GT 740M.
I’d start with sorting out the graphics driver first.
If you indeed have a GT740M and you have installed the proprietary Nvidia driver then you should in theory also see the right name.
See if you have access to the Nvidia settings panel. You can start it with nvidia-settings in a shell or find it among your desktop settings as an application. It should open it and tell you exactly which driver you have and your hardware identification.
Then I’d check if the Nvidia driver isn’t in conflict with the open source driver nouveau, which I’m guessing may already explain what you’re seeing.
Check here for details:
Regarding WINE should you use WINE 3.0 or newer and ignore the old versions. Somebody else had a problem with WINE and his Ubuntu 16.04 and I’ve given a description of how to install WINE when directly taken from WineHQ here:
You’ll find links to the Xenial files at the bottom of my comment. Let us know how you get along.
hello Sollete! we have spoken yesterday on eve linux ingame channel about an install script. maybe you want to try my setup script. i have it now stored of a site which are a friend of mine.
there you go: http://pasq.org/gharim/evesetup-dev_2018-04-22.tar.gz
beware it is in development so i garantee for nothing
There are two ways of doing it. You either use the outdated Linux launcher and mess about with old libraries, or you get the latest WINE version and simply use the standard Windows installer of EVE. The later is the best way, but didn’t always work, which is why somebody made the Linux launcher.
Having issues with libssl sounds much like you’ve been choosing the path with the old Linux launcher. If so try to install the latest WINE and just run the standard Windows installer.
The missing librarys are stored in /lib/x86-64/ but the normal place where
under /usr/lib/x86_64/ a typical ubuntu special on my taste. With the last
incoming version 18.04 Ubuntu changed this behavior. (Thanks Sollet)
It’s the same as with the crypto libs before. In Debian and other Distributions are the missing
translation file packed in qttranslations (packet names may vary) but the path are always the same: /usr/share/qt5/translations. Not in Ubuntu, the qttranslations package missing the searched translations qtwebengine_en.qm which are a place holder for all other localizations.
The warning at start can be ignored its just a warning.
I have build a new version which adresses the problems with qt5 translations and different
locations to be search for the crypto libs depended on used distributions.
I have my setup-script now tested on a shiny, new installation of Ubuntu 18.04. After installing of required proprietary drivers for my nvidia graphic card it works without problems. But Evelauncher looks ugly in this environment and have no dock icon which better fit in there. I will have a look on this maybe i find a solution. Does someone need desktop launchers for the eve tool scripts which the setup has created? Let me know, if thats the case.
After a bit google fu i find a solution for the ugly icon problem. The magic word
was StartupWMClass in the desktop launcher file from EVE Online Launcher.
Updated archives are uploaded the adresses have not changed.
Found a glitch where evelauncher hangs when wine versions have changed. The best way to avoid it is no more using the internal wine versions, only the version which come with the distribution or direct from WineHQ . Developer Script are updated, please have a look.