EVE Installing

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!

  1. 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.
  2. 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’m trying:
-nvidia-304
-nvidia-361
-nvidia-375
-nvidia-384
-nvidia-390
-nvidia-396
-wine 1.6.2
-wine 1.6.4
-wine 3.0
-wine 3.6

How can i fix that two problems?? I’m trying to install EVE by exe from site by WINE, but it says i dont have some QT plugins or somethings.

Maybe someone can provide any tutorial how to install eve by wine and run it on dx11?

THANKS!

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.

I’m running on Mint 17.3, and I use the Nvidia driver 384.111 with no problems.

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 :slight_smile:

2 Likes

Hello!
After installing it says i’m missing libssl1.0, but i have the newest version from apt :frowning:

How exactly did you install it?

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)

i have an updated script uploaded:
http://pasq.org/gharim/evesetup-ubuntu-dev_2018-04-24.tar.gz

Let me know if you have further problems with that.

Oops typo, not /lib/x86-64/ the right path where /lib/x86_64-linux-gnu/

Zrzut%20ekranu%20z%202018-04-24%2014-36-34

What can i do with this?

Under Ubuntu just install qttranslations5-l10n.

installed from apt-get, still i ahve this message :frowning:

Is this just about some message or does it not work? Because if it just some message then ignore it.

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.

http://pasq.org/gharim/evesetup_2018-04-27.tar.gz

or

http://pasq.org/gharim/evesetup-dev_2018-04-27.tar.gz

evesetup will give you advice, which settings you can save before you made a new install.

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.

Next build is incoming this time build on a Ubuntu system. :slight_smile:
You it downloaded from

http://pasq.org/gharim/evesetup_2018-04-29.tar.gz

or

http://pasq.org/gharim/evesetup-dev_2018-04-29.tar.gz

Don’t forget to read the Readme.txt. Maybe i should say, it is
a shellscript which means, open a terminal and do the job there.

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.

I have my site updated with some screenshots and download links to the archives and installers :

http://pasq.org/gharim

1 Like

Another update from my used scripts and a wall of text on my website where i explain, why i’m doing this and what the script are does.

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.