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.
 

[Closed]HOW TO: Ubuntu 14.04 LTS with Eve (And most other lesser distr

Author
Torgeir Hekard
I MYSELF AND ME
#101 - 2015-06-30 03:42:01 UTC
probably needs libpng and i386 opengl libs (depends on the driver)

zero info on your part
Kismeteer
Bat Country
Pandemic Horde
#102 - 2015-06-30 21:03:33 UTC
You tried to install a new version of Wine yourself? Or are you on CentOS?

https://www.centos.org/forums/viewtopic.php?f=14&t=50175 - first hit search on CentOS, need a recompile with PNG support.

Please include (from OP): Please include your OS (cat /etc/lsb-release), wine version (wine --version), and video card (lspci | grep -i vga). For nvidia card, if module is loaded (lsmod | grep -i nvidia) and your nvidia driver version (nvidia-settings) is good.

PS. Save your stuff. Reinstall Ubuntu 14.04. Or playonlinux. Or Mint. Or Arch. Or crunchbang. Or anything else Debian based. Friends don't let friends use CentOS.
SpaceSaft
Almost Dangerous
Wolves Amongst Strangers
#103 - 2015-07-04 16:50:04 UTC
Ooops

info you asked for in the OP

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.04
DISTRIB_CODENAME=vivid
DISTRIB_DESCRIPTION="Ubuntu 15.04"

$ wine --version
wine-1.5.21

$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation G92 [GeForce 8800 GT] (rev a2)

$ lsmod | grep -i nvidia
nvidia 11366400 31
drm 344064 3 nvidia

Nvidia driver version : 304.125

Torgeir Hekard
I MYSELF AND ME
#104 - 2015-07-05 09:16:59 UTC
SpaceSaft wrote:

$ wine --version
wine-1.5.21

Errrrrm. WHATShocked
You sir are an inspiring archeologist.

That's too old. Install wine from PPAs (it also probably has in dependencies the things you are missing).
SpaceSaft
Almost Dangerous
Wolves Amongst Strangers
#105 - 2015-07-05 15:40:16 UTC  |  Edited by: SpaceSaft
Woohoo it's working. What an adventure, the problem was caused by an old install I made from source back when ?? because ?? but it's going now and as I said, working properly.

Thanks so much for the help!

Also means I can confirm this guide works for 15.04.
Kismeteer
Bat Country
Pandemic Horde
#106 - 2015-07-07 22:14:13 UTC
SpaceSaft wrote:
Also means I can confirm this guide works for 15.04.


Thanks for the heads up. I do NOT recommend using 15.04. Stick to 14.04 LTS, always LTS with Ubuntu.

I am considering including the CPU affinity to the scripts, thoughts on this?
Nil Proximus
Caldari Provisions
Caldari State
#107 - 2015-07-09 00:16:18 UTC
for me everything worked out of the box on my Acer C720 Chromebook, Ubuntu 14.04 and wine 1.7 (I might had to restart it once or twice, don't quite remember)
..except 1 bug, wine was missing arial.ttf font, so my market history window didn't render any text. After I got that font file there, all is well so far
Torgeir Hekard
I MYSELF AND ME
#108 - 2015-07-09 04:36:35 UTC
Nil Proximus wrote:

..except 1 bug, wine was missing arial.ttf font, so my market history window didn't render any text. After I got that font file there, all is well so far

winetricks corefonts for that
Tux Tango
NorCorp Security
Tactical Narcotics Team
#109 - 2015-07-11 16:54:02 UTC
Kismeteer
Thanks for the post.
Worked "out of the box"
Ubuntu 15.04 64bit
WIne-1.7.44
nvidia geforce gtx 770, 346.59

Nil Proximus wrote:
for me everything worked out of the box on my Acer C720 Chromebook, Ubuntu 14.04 and wine 1.7 (I might had to restart it once or twice, don't quite remember)
..except 1 bug, wine was missing arial.ttf font, so my market history window didn't render any text. After I got that font file there, all is well so far

you can try restricted applications

sudo apt-get install ubuntu-restricted-extras

(just my initial thought)
Bridget GGisaku
Reptilian Shapeshifters
#110 - 2015-08-07 18:47:18 UTC
Worked for me too.
Kubuntu 15.04
wine-1.7.44
GeForce 210 (I know, I know...)

The offline installer files didn't work for me. When I launched the installer, it would load and freeze. But the standard installer worked super smoothly, and did not take me too long to dl the stuff! Thank you!
Valas Morovai
Eighth Legion
#111 - 2015-08-15 18:33:21 UTC
Recently switched this box over to Kubuntu 15.04 64bit with Wine 1.7.44 Plasma 5.2.2 using fglrx drivers for ATI Radeon 7870. I tried installing per instructions using offline installer and installation would hang after initializing Eve window. I tried everything again using online installer and it went through to completion in a blink of an eye with no problems. I am getting 60 fps consistently around stations and in asteroid belts with no hiccups so far at 1920 x1080 75 Hz full screen. Using i5 3570K at 3.4 so I have not tried to overclock like it was in Windows. I am new to the Linux environment but I am liking the Kubuntu KDE desktop so far. Thanks for this post it helped immensely.Big smile
Navy0684
Ministry of War
Amarr Empire
#112 - 2015-08-16 16:00:29 UTC
I'm having trouble with setting up the shell scripts. How did you write them?


"This is your 'no updates' shell script. I save this in ~/bin/v1" wrote:

# This runs in .wine, with standard display, using the desktop variable 'eve1' with a size, with a location.
/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"

"# This is your launcher shell script. Use it when you have updates to run. I save this in ~/bin/e1" wrote:

# This runs in .wine, with standard display, using the desktop variable 'eve1' with a size, with a location.
/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe"
Kismeteer
Bat Country
Pandemic Horde
#113 - 2015-08-17 17:31:14 UTC
Navy0684 wrote:
I'm having trouble with setting up the shell scripts. How did you write them?


These are written in bash and just launch eve in the simplest way possible.

If you are having difficulty, just put the info we request in the OP, and run the script by doing 'bash -x ./e1' or whatever path to your e1 script is. This will show the commands. Then paste it in here.
Navy0684
Ministry of War
Amarr Empire
#114 - 2015-08-18 00:34:53 UTC
Something like this:

#!/bin/bash

sudo chmod +x "/home/navy0684/.wine/dosdevices/c:/Program Files (x86)/CCP/EVE/bin"

sudo chmod 755 "exefile.exe"
Kismeteer
Bat Country
Pandemic Horde
#115 - 2015-08-26 18:50:14 UTC
Couldn't load the latest update with my old drivers, had to upgrade to the latest nvidia ones.

https://forums.eveonline.com/default.aspx?g=posts&m=5995469#post5995469

Repasted here:


  1. Download latest driver: https://www.nvidia.com/download/index.aspx Select your card, use "lspci | grep -i vga" and Linux 64-bit to use it.
  2. Logout of X
  3. Go to console shell account using Control-Shift-F1 and login
  4. Stop X sudo /etc/init.d/lightdm stop
  5. Run the Nvidia drivers as root. Mine was: sudo bash Downloads/NVIDIA-Linux-x86_64-352.30.run
  6. Accept agreement, install the 32 bit versions of stuff, allow it to alter your xconfig.
  7. Reboot
  8. Login to X
  9. sudo nvidia-settings
  10. On X Server Display Configuration, Dragged second monitor screen, and hit apply, and save.
  11. Started Eve Launcher
  12. Went to gear icon in the upper right (options), and changed mode to DX9 only, and hit save. (Newest versions of nvidia has DX11 emulation, which doesn't work.)


OpenGL core profile version string: 4.3.0 NVIDIA 352.30
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
3.13.0-62-generic, Ubuntu 14.04.03
wine 1.7.50
Kismeteer
Bat Country
Pandemic Horde
#116 - 2015-09-10 21:52:47 UTC
Thanks to Null More, I have added the dx9 force flag on. Thanks!
Zosius
The Nordic Associates
Fraternity.
#117 - 2015-09-17 16:31:27 UTC
I'm gonna ask few questions. Please don't kill me as I'm very new to Linux. I want to configure to play EVE without launcher but I have trouble following guide in the first post. Here are my questions:

1. 7.Setup a few shell scripts. save no update script in ~/bin/v1". save update script in ~/bin/e1

Ok, how do I create this script and make it run? Is it a text file I create? I have my EVE installed in below path:
/home/myuser/PlayOnLinux's virtual drives/EVEonline/drive_c/Program Files/CCP/EVE/bin


Do I need to create new folders e1/v1/e2v2 and so on for each client?


2. 8.For multiple instances, you copy ~/bin/v1 to ~/bin/v2, and edit the file to use 'eve2' instead of 'eve1' on the command line. This can be as many as your machine can handle.

Which file I edit and how do I do that?

--
Wine: 1.7.50
Kubuntu 14.04, but can use Ubuntu 14.04 if that makes any difference.

thanks for the help
Barick Lafisques
The Scope
Gallente Federation
#118 - 2015-09-18 02:50:46 UTC
When I start EVE, log and select a character I get a black screen.

I can hear some sounds and open the option menu.

Here my confs:

humano@computador:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
humano@computador:~$ wine --version
wine-1.7.50
humano@computador:~$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
humano@computador:~$ lsmod | grep -i nvidia
nvidia 8605696 78
drm 344064 3 nvidia
humano@computador:~$
Kismeteer
Bat Country
Pandemic Horde
#119 - 2015-09-21 20:41:31 UTC
Barick Lafisques wrote:
When I start EVE, log and select a character I get a black screen.

I can hear some sounds and open the option menu.

Here my confs:


I would most likely confirm that your nvidia drivers are working properly. If you look at the top of your eve logs when you actually log it, it might spit out what is wrong with it. Try giving us the output of glxinfo.

I had this problem, and had this error:
fixme:d3d_surface:surface_cpu_blt Unsupported flags: 0x80000000.

I ended up having to go to the nvidia proprietary drivers. https://forums.eveonline.com/default.aspx?g=posts&t=442628&find=unread
Xocotli Akar
Brave Newbies Inc.
Brave Collective
#120 - 2015-09-25 19:06:50 UTC  |  Edited by: Xocotli Akar
Just sending out some gratitude for keeping this thread alive.

I've been having nightmare with Windows 8.1 and now 10 fighting driver issues...crashes...instability for days.

This thread has reinforced my inspiration to ban Windows from my home. haha

Thanks.

I'm sure I'll have questions along my journey...but I'll poke and prod this thread. TONS of useful content.