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.
 

Trying to run with Linux Mint, Wine troubles

Author
Tfear
BIG
#1 - 2014-07-11 20:46:09 UTC
I am still kind of learning how to get things working in Linux. I've heard of many being able to play EVE with Linux, and the fewer games that require me to reboot into Windows, the better.

I can get to EVE's launcher and log in, and then after I click the "Play" button, it changes to say "Launching..." and just stays there, eventually going back to just "Play". The launcher window itself also appears to be broken:

http://i.imgur.com/4la9Izg.png

Help please?
Neuntausend
Republic Military School
Minmatar Republic
#2 - 2014-07-11 21:06:45 UTC  |  Edited by: Neuntausend
Welcome to our nerdcave, freshmeat!

As with all things linux, we will need you to give us more information to help you:

1 - Which wine version are you using? To find that out, open a terminal and type:
Quote:
wine --version


2 - Please post the terminal output here. Open a terminal and type:
Quote:
WINEDEBUG=-all wine "your/path/to/exefile.exe"


3 - before I have to ask later: What model of graphics card do you have and which driver are you using for it?


On a sidenote: Have a look at this thread if you haven't already. It's tailored to ubuntu, but most of it should be true for other distros as well, especially since Mint is a derivate of Ubuntu.
Tfear
BIG
#3 - 2014-07-11 21:14:04 UTC
Neuntausend wrote:
Welcome to our nerdcave, freshmeat!


Hehe, thank you :)


Quote:

1 - Which wine version are you using? To find that out, open a terminal and type:
Quote:
wine --version


wine-1.4.1

Quote:

2 - Please post the terminal output here. Open a terminal and type:
Quote:
WINEDEBUG=-all wine "your/path/to/exefile.exe"


Output:
Network layer using: CarbonIO
Starting up Trinity through _trinity_dx9_deploy ...
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
Terminating process by request - returning

3 - before I have to ask later: What model of graphics card do you have and which driver are you using for it?[/quote]
Nvidia GeForce GTX
version 319.32--0ubuntu7

Also, my distribution is Linux Mint 16

Neuntausend
Republic Military School
Minmatar Republic
#4 - 2014-07-11 21:34:22 UTC  |  Edited by: Neuntausend
Tfear wrote:

wine-1.4.1

There we have it. Wine 1.4 works for eve, but not without a few magic tricks, you making hand stands and jumping through loops and such.

Upgrade to wine 1.6.2 or 1.7.x.

Look here for instructions on how to do that: http://www.winehq.org/download/ubuntu

It's a guide for ubuntu, but at least the command line options should work for mint as well. Alternatively go and check if there is an official way to get a more current wine for Mint 16.
edit: apparently that is the official way already: http://linuxwelt.blogspot.de/2013/11/wine-installieren-linux-mint-16.html


Also do:

Quote:
sudo apt-get install p11-kit:i386

because apparently, that's missing too.


Also: I added a link in my last post where I wanted to put one and failed miserably.
Tfear
BIG
#5 - 2014-07-12 00:18:37 UTC
Ah, that did it! Thank you!