|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kismeteer
GoonWaffe Goonswarm Federation
606
|
Posted - 2014.05.08 18:36:00 -
[1] - Quote
This is how to play eve with most modern versions of Linux, like all the cool kids in EG. I use Ubuntu 14.04 LTS because the LTS branch tends to be more stable than most other distros. Plus, it's Debian under the hood and I can install experimental packages if I want.
Note: My shell scripts use 'e1' as eve with launcher, and 'v1' without launcher. The launcher is slow and unreliable on Linux, but necessary to patch. This is due to an SSL bug associated with wine.
- Install Ubuntu 14.04 LTS: You can use desktop, or server if you're a masochist like me. These ship with wine 1.6.2, which is perfectly fine to run eve. I like LTS because it's not as unstable as other desktops, but you can install unstable stuff if you want the 'latest'.
- Install your video driver: I am using 'sudo apt-get install nvidia-current', with Settings | Software & Updates | Additional Drivers | Nvidia Proprietary. You can see your video card easily with 'lspci | grep -i vga' Note: You must reboot after installing a new video driver!
- Install Wine: sudo apt-get install wine # It must be at least 1.6. You can do apt-get install wine1.6 if you want. I actually recommend using aptitude, which handles dependancies better. I have also installed 'winetricks' as well, just in case I need them.
- Install Eve: Download the offline installer files ( http://community.eveonline.com/support/download/offline-installer/ ) and navigate to it with a file manager. Right click select 'Run as Wine Windows Loader'. If you can't run it, you might have to fix a permission. Graphical verison: http://i.imgur.com/Qh6D1.png
- Pick location: I chose C:\Games\CCP\EVE. (I changed Program Files (x86) to Games)
- Setup a few shell scripts.
"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"
- Multibox: 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.
- Patch eve: After the install is complete, it will start the launcher itself. It might not launch correctly at first, and might be missing the 'login' options on the left. This is due to an SSL bug particular to Linux. Just wait for it to finish validating and patching though. If it fails, you can run the ~/bin/v1 script. When you launch eve in the future, use the v1 script.
- Launch eve: After you are patched, you can launch, and it will take awhile to launch the first time, particularly the EULA.
- Disable Captain's Quarters: Go to Settings | video Settings | uncheck 'load station environment'. You want to avoid loading Captain's Quarters. Alternately, you can just click the 'leave captain's quarters' while docked.
Here is a script that will setup 3 instances for you as well:
Quote: # Can skip this section if you have a bin directory setup and in path mkdir ~/bin PATH="${PATH}:~/bin" ; export PATH # Fix up your multibox environment, the \ does a line break for easy editing. echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer \ /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"' >~/bin/v1 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer \ /desktop=eve2,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"' >~/bin/v2 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer \ /desktop=eve3,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"' >~/bin/v3 # Use this to patch when needed echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer \ /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/e1 # Make all these shell scripts executable: chmod a+x ~/bin/[ev][1-3] # FANCY, warning will match e2 and e3. echo "You can run e1 to patch, and then v1 or v2 or v3 to play without the launcher."
"Older stuff" wrote: This is stuff that has been needed in the past, you can ignore it. # this is commented out, but here if you want to test overrides, which some people have needed. apt-get install winetricks export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n" #/usr/bin/aoss is optional if you want to use aoss for sound echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer \ /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"' >bin/v1
Some use 'playonlinux', a wine front end as well. Just do apt-get install playonlinux to install it.
You should be ready to login to eve. (You are most likely still bad at playing eve though.) If you have issues on Linux, post a paste of the exact error and we'll help you out. Please include your OS (cat /etc/lsb-release), wine version (wine --version), and video card (lspci | grep -i vga).
Mine: Ubuntu 14.04 LTS, wine-1.6.2, 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.18 00:26:00 -
[2] - Quote
Make sure you are using the proprietary drivers, and do a full restart of X. Consider turing off the station environment together as well.
Is your load okay? Are you using too much memory? Make sure to turn down the graphics settings. If you are using too many resources, your experience can be majorly impacted. Do a 'free 'k' to see your memory use when eve is running, to make sure it's not that.
Anyway, just some ideas. |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.19 13:27:00 -
[3] - Quote
Try running winecfg, and attempt the 'Graphics | capture the mouse in full-screen windows' and see if it's any different. There are a couple different checkboxes ([ ] checkbox) in there to try out.
I have never heard of this, but maybe a search on the more serious WINE forums could shed some light? |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.27 14:28:00 -
[4] - Quote
Learned Vagrant wrote:First question: How do I get to the console?
Also, how do I bring up Help?
Control-alt-T is my personal favorite shortcut, in most windows managers. But going to the 'start' button in the upper corners and going to system terminal is another way.
And for help, I also back the 'google' thing. there are youtube videos out there that walk you through most linux things. |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.28 12:29:00 -
[5] - Quote
Delmond Conagher: ~/bin/v1 means my home directory slash bin slash v1. So in my case: /home/kismeteer/bin/v1 I use that notation so it's in your path next time you login.
Learned Vagrant: Video drivers are particular to your card. If you have a Radeon, that's an AMD card, NOT an nvidia card. You installed the wrong drivers, dude.
For help with your particular video driver, go to google and type 'linux Radeon HD 4600' or whatever your card is. This is the only way to use two monitors.
You can create a script with the commands I gave you above, under "Here is a script that will setup 3 instances for you as well:" Just paste all the stuff in that quote and you're set.
If yo'ure going to run from another drive, you have to find the full path to it after mounting it.
Your computer screen failed to load because you put the wrong video drivers, I suspect. Gparted is very good at expanding partitions.
It is a VERY good idea to install Ubuntu your first time to a hard drive you do'nt care about losing. 'Just in case'. It's a lesson in pain to understand how MBRs and GP's work.
Anyway, be careful Learned Vagrant. Sounds like you're messing with fire. |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.28 12:48:00 -
[6] - Quote
Torgeir Hekard wrote:Errm. I assume he didn't install anything.
Yeah, I don't know what was up with that. I put in the OP how to figure out which video driver to use. |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.05.29 17:38:00 -
[7] - Quote
I am not sure how your data is unrecoverable.
Download testdisk ( http://www.cgsecurity.org/wiki/TestDisk ) and you can recover most anything, even if you blew up the MBR. Unless you formatted over the windows partition. Besides, I don't think a lost password should be the end of the world.
Installing linux is best done on a stand alone system or a VM until you get the hang of it. Or have amazing backups. If you stray from either of these points, you are in for a world of hurt.
Also, I prefer Ubuntu because it is the largest distro out there that is 100% free. CentOS is the only other consideration, and that's in an odd place due to its relationship to Red Hat. |

Kismeteer
GoonWaffe Goonswarm Federation
611
|
Posted - 2014.06.09 16:06:00 -
[8] - Quote
Pretzel Spark wrote:Quote:# 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.1" wine explorer /desktop=eve1,1920x1080 "C:\Program Files (x86)\CCP\EVE\bin\exefile.exe" Any hints to get it working?
Try changing 'DISPLAY=":0.1" to DISPLAY=":0.0". That .0 should hopefully be your primary monitor. Or temporarily drop the res until you get it sorted.
I actually use an environment variable. GEO=1024x768 /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.1" wine explorer /desktop=eve1,${GEO} "C:\Program Files (x86)\CCP\EVE\bin\exefile.exe" |

Kismeteer
GoonWaffe Goonswarm Federation
612
|
Posted - 2014.06.23 22:35:00 -
[9] - Quote
0x80070005 is an access denied message from windows. I believe it is unable to write a file.
Can you see if you can find this particular file? L"Z:\\home\\bencze\\.local\\share\\icons\\hicolor\\16x16\\apps\\A35F_hh.0.png
I have this file! user@machine:~/.local/share/icons/hicolor/16x16/apps$ ls -l A35F_hh.0.png -rw-rw-r-- 1 user user 605 Jun 23 14:23 A35F_hh.0.png
Do: ls -l ~/.local/share/icons/hicolor/16x16/apps/A35F_hh.0.png
And then make sure you own the entire directory tree: (for instance, if one time you ran it as root, this is bad.) sudo chown -R ${USER} ~/.local/
|

Kismeteer
GoonWaffe Goonswarm Federation
613
|
Posted - 2014.08.06 20:41:00 -
[10] - Quote
Lothras Andastar wrote:Lesser Distros? Surely you Jest! Ubuntu hasn't been "good" for years.
Back on Topic, how is the performance hit from using Wine nowadays? I currently run two clients flawlessly on Windows, but I am thinking of migrating back to Linux and it's really only EVE that is holding me back.
It runs fine on Linux, but does have it own set of issues. I can run two clients fine as long I have the memory needed available. I still think that the windows drivers are better and you might be able to run more clients under windows due to that.
You can most likely do a boot cd and try it, honestly.
Also, sup man. Welcome back. |
|

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.14 16:40:49 -
[11] - Quote
Run the v1 script instead of the e1 script. e1 is the launcher script, v1 runs eve without the launcher. The Launcher is very inconsistent due to an SSL bug in wine pre 1.7.
e1 script start the launcher and it has a bar at the bottom that goes yellow, and says 'ready' when it's done patching. Once that is done, you can CLOSE the launcher and do the v1 script.
I suspect your problem is with your graphics driver. Do you have an nvidia? If you do: Go to the Ubuntu settings | System | Software & Updates | Additional Drivers | Use NVIDIA binary driver (I'm using 331.38) |

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.20 16:13:42 -
[12] - Quote
Trefort wrote:The problem is: login is working both from the launcher and the direct method through the eve exefile.exe, character selection screen appears, but when i select a character the overview shows for a second and after that the screen goes black. When i terminate the process this is what error it gives:
X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 38 (X_QueryPointer) Resource id in failed request: 0x4e0000a Serial number of failed request: 6201 Current serial number in output stream: 6201
Googling this error implies it is a driver error. Reinstall the proprietary driver.
Generally, I would like to see the results of: lsmod | grep nvidia glxinfo | grep -i vga # you already did this nvidia-settings |

Kismeteer
GoonWaffe Goonswarm Federation
615
|
Posted - 2014.08.20 16:23:00 -
[13] - Quote
BTW, under nvidia-settings, I really just want to see the NVIDIA driver version. I'm currently running 331.38, for instance.
I will update the head article to include this. |

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.20 16:23:34 -
[14] - Quote
BTW, under nvidia-settings, I really just want to see the NVIDIA driver version. I'm currently running 331.38, for instance.
I will update the head article to include this.
edit: included in OP. Also, make sure you turn off Captains quarters, it can do ... unexpected things. |

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.25 17:13:48 -
[15] - Quote
Trefort wrote:Im guessing that my problem is/was ISP related 
This sucks. `8r/ I'm really sorry to hear that. That really shouldn't happen. You might consider getting a bug report into CCP's systems.
Then again, new patch gets deployed tomorrow, so they might be a bit busy. (Set a long skill now!)
|

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.09.17 16:31:41 -
[16] - Quote
There was an issue on 2014/09/02 concerning the launcher failing to work properly, which was fixed. So thanks to CCP for paying attention to the oddball operating systems. Those of us skipping the launcher didn't even notice, though.
A reminder that it would be good to have multiple testers for upcoming releases. These releases are coming much quicker in succession, so getting a lot less time in front the player base. This makes Linux testing more important. This is especially true with major graphic changes like the new decloaking effect.
I will be testing the latest one with my system specs a couple days before they go live. If anyone else does some testing, I would be interesting in hear your feedback as well. |

Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.10.17 18:46:12 -
[17] - Quote
Once again, need testers to run the sisi client before the release in the near future. I ran it recently, worked fine. Wine 1.6.2, ubuntu 14.04.1 |

Kismeteer
GoonWaffe Goonswarm Federation
745
|
Posted - 2014.10.24 12:56:14 -
[18] - Quote
George Kolman wrote:I am able to install everything but unable to get the exefile.exe to run is there any fix for this the launcher runs fine just thought id ask.
Thanks George Kolman
whoa whoa whoa, no need to sign your posts! We know who you are!
Did you wait for the launcher to patch eve? You should be able to just launch eve from the launcher if that is workign fine. If the patching doesn't complete, that can leave you in an uncertain state.
What happens when you try to run exefile.exe? Do you get an error message of any kind?
Also, please provide the following: lspci -v | grep -i vga video card wine --version uname -v |

Kismeteer
GoonWaffe Goonswarm Federation
751
|
Posted - 2014.11.03 19:04:01 -
[19] - Quote
Jenshae Chiroptera wrote:P.S. Could you explain your two scripts a bit? I don't know if they would help or hinder at this point.
Sure, I can give a play by play on them: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1 ,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"
I'm setting my WINEPREFIX variable to the correct place I'm setting my display to my local window I'm starting wine to start explorer That explorer has the option /desktop=eve1 to make it unique, making it possible to multibox. Then finally, Wine explorer is launching the exefile which bypasses the launcher. |

Kismeteer
GoonWaffe Goonswarm Federation
753
|
Posted - 2014.12.08 19:18:34 -
[20] - Quote
Rhea comes out tomorrow, so just did some last minute sanity checking.
Just posting in this thread that I patched sisi, and the launcher 'play' button disappeared after I logged in, waited a bit, then said there was a problem with my account. However, the launcher still worked.
New icons look pretty awesome. The level of transparency on some windows seemed a little crap. New map looks goddamn amazing. My Ares honestly pretty bad at low res, but at least it is running on my crap video card.
Anyway, tomorrow should go fine. |
|

Kismeteer
GoonWaffe Goonswarm Federation
753
|
Posted - 2014.12.08 19:25:44 -
[21] - Quote
One other thing I fixed on Linux:
If you are using XFCE, which is a low impact Ubuntu windows manager that I recommend, your 'alt' key is commandeered to 'move' windows. This is called 'Easy Click' by them. This interferes with dragging probes in the probing window, so you have to disable easy click.
Go to the 'start' button in the upper left, go to Settings (left of the lock icon), Settings Editor (All the way at the bottom), xfwm4 (on the left, all the way at the bottom), and then find the 'easy_click' property, and uncheck the box. Done. Now, XFCE will no longer steal your alt key from your application.
I took a screen shot as well: http://i.imgur.com/vFh10si.png |

Kismeteer
GoonWaffe Goonswarm Federation
753
|
Posted - 2014.12.12 19:45:09 -
[22] - Quote
Newly experienced problem per https://forums.eveonline.com/default.aspx?g=posts&m=5299948
err:d3d:wined3d_buffer_map >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glMapBufferRange @ buffer.c / 1038 err:d3d:wined3d_buffer_unmap >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glFlushMappedBufferRange @ buffer.c / 1150
If you get these errors, please restart X and see if it clears up. It will make the game unplayable as well.
No known fix yet other than restart. |

Kismeteer
GoonWaffe Goonswarm Federation
755
|
Posted - 2015.01.02 18:57:05 -
[23] - Quote
New year means new computer!
Intel i7-4790 8 effective cores @3.6 GHz, 57k BogoMIPS, GTX 750 Ti 2GB, SSD hard drive, and can run 7 instances of eve now with my 8 gig of memory. (Which should be going to 16 soon.) With my previous system, only about 3 were possible. Here is how to pull these types of stats for yourself:
$ cat /proc/cpuinfo | grep GHz # count instances, i7's have double the effective cores due to hyperthreading model name: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
$ dmesg | grep -i bogo [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 7183.59 BogoMIPS (lpj=14367192) [ 0.157935] smpboot: Total of 8 processors activated (57468.76 BogoMIPS)
$ dmesg | grep ata | grep max [ 1.033597] ata1.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM01B6Q, max UDMA/133
$ cat /proc/meminfo | grep MemTotal MemTotal: 8080428 kB
$ lspci -v | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2) (prog-if 00 [VGA controller])
$ nvidia-debugdump -l Found 1 NVIDIA devices Device ID: 0 Device name: GeForce GTX 750 Ti (*PrimaryCard) GPU internal ID: GPU-f1aa230a-4258-d1b2-7f89-cd5c1525a4ed
$ nvidia-settings # can use this to pull GPU 0's throughput
$ wine --version wine-1.6.2
$ cat /etc/os-release | grep VERSION= VERSION="14.04.1 LTS, Trusty Tahr"
And I wrote a script version if you are lazy:
OSINFO=`cat /etc/os-release | grep VERSION= | awk -F\" '{print $2}'` CPUINFO=`cat /proc/cpuinfo | grep GHz |head -1 | awk -F: '{print $2}'` BOGOINFO=`dmesg | grep -i bogo | tail -1 | awk -F\( '{print $2}' ` MEMINFO=`cat /proc/meminfo | grep MemTotal | awk -F: '{print $2}'` DISKINFO=`dmesg | grep ata1 | grep max | tail -1 | awk -F: '{print $3}' | awk -F, '{print $1}'` NVIDIAINFO=`nvidia-debugdump -l | grep name | awk -F: '{print $2}' | awk -F\( '{print $1}'` WINEINFO=`wine --version` echo "Core stats: ${OSINFO}, ${NVIDIAINFO}, ${WINEINFO}" echo "Bragging stats: ${CPUINFO}, ${BOGOINFO}, ${MEMINFO}, ${DISKINFO}"
Output of this: Core stats: 14.04.1 LTS, Trusty Tahr, GeForce GTX 750 Ti , wine-1.6.2 Bragging stats: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz, 57468.76 BogoMIPS), 8080428 kB, Samsung SSD 850 PRO 256GB
|

Kismeteer
GoonWaffe Goonswarm Federation
758
|
Posted - 2015.01.09 18:19:29 -
[24] - Quote
munkape wrote:EVE is running great for me on Ubuntu 14.04 but doesn't seem to be saving settings after exit.
e.g. window mode set, client plays the intro video each time and removes all icons I place.
Make sure you can write to your .wine directory and the drive isn't full, specifically your .wine/drive_c/users/username/Local\ Settings/Application\ Data/CCP/EVE/ directory, which is where those are stored.
I recommend you do: sudo chown -R ${USER}:${USER} ~/.wine
This does a recursive change of ownership to yourself on all your .wine directories.
Alternately, use your username, like munkape:munkape instead of the variable ${USER} |

Kismeteer
GoonWaffe Goonswarm Federation
777
|
Posted - 2015.01.28 21:37:37 -
[25] - Quote
I am considering modifying the HOWTO to do a wine upgrade to 1.7 to eliminate the problems with the launcher, any frequent users have any strong feelings on this? |

Kismeteer
GoonWaffe Goonswarm Federation
800
|
Posted - 2015.03.23 16:15:59 -
[26] - Quote
You are missing a key variable in your launch scripts using the launcher:
/desktop=eve2
This defines a separate desktop per client. MUCH easier to play with.
Try editing the file ~/bin/v1 and ~/bin/v2 to match the patch where you installed eve. |

Kismeteer
GoonWaffe Goonswarm Federation
803
|
Posted - 2015.04.29 15:59:40 -
[27] - Quote
Finally am breaking down and going with Wine 1.7 as default.
Methods for install: sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7
Everything should be fine, but if anyone else wants to test this on their 14.04 system that hasn't yet, let me know. |

Kismeteer
GoonWaffe Goonswarm Federation
803
|
Posted - 2015.04.29 22:07:01 -
[28] - Quote
For those considering Ubuntu 15.04: IMO, it is not worth it. You don't need it for anything of importance yet, most likely. They have only promised 9 months of patches. You will constantly have to mess with it. Just stick with 14.04 LTS. Next LTS release is in 2016.
Also, updated the OP with the Wine 1.7 changes. Finally gave up trying to use stock Ubuntu. |

Kismeteer
GoonWaffe Goonswarm Federation
803
|
Posted - 2015.05.06 16:00:18 -
[29] - Quote
Kropotkin wrote:Did not need to download the full alternate install package, just downloaded the ordinary Windows installer and launched it using "Run as Wine Windows installer". The new incremental loading of all the Eve files Just Worked, albeit slowly.
I'm sure the new installer uses the cache population techniques that the latest launcher users, so I'm sure that might be more effective. But I would rather have all my stuff downloaded already from a single fast CDN connection rather than adhoc. So I'm going to continue to maintain 'download the offline installer' line in here. Yes, it is longer. No, it won't dissuade a Linux geek. 
Thank you for the rest of your build out, it's nice to have proven configs that are cheap! |

Kismeteer
GoonWaffe Goonswarm Federation
803
|
Posted - 2015.05.07 20:37:14 -
[30] - Quote
March rabbit wrote:Debian 8 x64 here. Installed Wine. Downloaded Eve installer. "wine start Eve...msi" leads to error "installation directory must be on a local hard drive". Googled around. No success. Any ideas?
Thanks
Did you install to c:\program files\ccp or c:\games and not /home/user/games or something?
Also, I recommend the offline installer. |
|

Kismeteer
GoonWaffe Goonswarm Federation
803
|
Posted - 2015.05.19 17:43:20 -
[31] - Quote
March rabbit wrote:Roesjka wrote: Try just "msiexec /i EVE_Online_Installer_879797.msi". Don't put wine in front.
akanashin@akanashin:~$ locate msiexec /home/akanashin/.wine/drive_c/windows/system32/msiexec.exe /home/akanashin/.wine64/drive_c/windows/system32/msiexec.exe /usr/lib/x86_64-linux-gnu/wine/wine/msiexec.exe.so /usr/lib/x86_64-linux-gnu/wine/wine/fakedlls/msiexec.exe akanashin@akanashin:~$ msiexec bash: msiexec: command not found akanashin@akanashin:~$ apt-file search msiexec akanashin@akanashin:~$ 
Try adding your paths in there.
I actually tend to launch these from the folder browser. |

Kismeteer
GoonWaffe Goonswarm Federation
821
|
Posted - 2015.06.16 18:08:22 -
[32] - Quote
I am also using fixed window in game. I will update OP.
I have also used full screen, which spawns on another screen. And then switched to windowed mode. but Windowed mode does weird things inside the wine environment, leaving a title bar. |

Kismeteer
GoonWaffe Goonswarm Federation
827
|
Posted - 2015.06.30 21:03:33 -
[33] - Quote
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. |

Kismeteer
GoonWaffe Goonswarm Federation
827
|
Posted - 2015.07.07 22:14:13 -
[34] - Quote
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?
|

Kismeteer
GoonWaffe Goonswarm Federation
829
|
Posted - 2015.08.17 17:31:14 -
[35] - Quote
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.
|

Kismeteer
GoonWaffe Goonswarm Federation
829
|
Posted - 2015.08.26 18:50:14 -
[36] - Quote
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:
- 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.
- Logout of X
- Go to console shell account using Control-Shift-F1 and login
- Stop X sudo /etc/init.d/lightdm stop
- Run the Nvidia drivers as root. Mine was: sudo bash Downloads/NVIDIA-Linux-x86_64-352.30.run
- Accept agreement, install the 32 bit versions of stuff, allow it to alter your xconfig.
- Reboot
- Login to X
- sudo nvidia-settings
- On X Server Display Configuration, Dragged second monitor screen, and hit apply, and save.
- Started Eve Launcher
- 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
GoonWaffe Goonswarm Federation
830
|
Posted - 2015.09.10 21:52:47 -
[37] - Quote
Thanks to Null More, I have added the dx9 force flag on. Thanks! |

Kismeteer
GoonWaffe Goonswarm Federation
840
|
Posted - 2015.09.21 20:41:31 -
[38] - Quote
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 |

Kismeteer
GoonWaffe Goonswarm Federation
842
|
Posted - 2015.09.30 17:57:01 -
[39] - Quote
Montoo Laeman wrote:Thanks for the extensive guide! I do have a problem though. When I start the launcher it starts patching and will always get stuck at the same point (13.73/17.02 MB 80.7%). This happens both with and without launching using the shell script. Now it could be Iß++ not waiting long enough, but I've been sitting here for around 50 minutes now without anything happening.
Are you sure you have enough space on the device? Can you write to it? Anyway, complicate write up follows.
If you have a space problem, clear some for eve. It takes a lot, like 28G for me right now.
Also, make sure you own all the files by doing: sudo chown -R $USER ~/.wine #This will change the ownership of everything in .wine to your $USER account. Or put bob or whomever you log in as if you want.
You might have a problem with your eve in general, there are a couple places you can look. Unfortunately, I'm not sure where they keep patches anymore.
You can clear your patches folder, which I do'nt even know if they use them anymore. This one command should do the trick: rm ~/.wine/drive_c/users/${USER}/Local\ Settings/Application\ Data/CCP/Eve/Patches/* #It should be empty, if it exists.
Your settings are in ~/.wine/drive_c/users/${USER}/Local Settings/Application Data/CCP/EVE/c_games_ccp_eve_tranquility so you could clean out the 'cache' folder in there, but that will take time to restock as well. If you are super aggressive, you might wipe out your overview settings. Feel free to use my own private overview by joining the in game mailing list 'KisOver', and you can load the overviews from there. Or use the sarah's pack like everyone else.
You can clear out your temp directory, which will be filled with crap. rm -rf ~/.wine/drive_c/users/${USER}/Temp/*
Secondarily, you might consider purging your Shared Cache, which will take a long time to download again. that is in ~/.wine/drive_c/users/Public/Application Data/CCP/EVE/SharedCache. You can also clear this cache if you can launch eve. This can clear temporary space too. |

Kismeteer
GoonWaffe Goonswarm Federation
854
|
Posted - 2015.10.27 18:34:01 -
[40] - Quote
BTW, I spoke to someone at Eve Vegas who was in Wingspan about the Linux thread. It was really nice talking to you. I was the dude dressed as The Dude from Big Lebowski on Friday, and had an EFF hat on otherwise btw. |
|

Kismeteer
GoonWaffe Goonswarm Federation
870
|
Posted - 2016.01.27 20:58:05 -
[41] - Quote
BTW, if you have not moved to the new launcher, you should, it's pretty handy. I am still having problems multiboxing with it with this current setup, but works well for most other things. At some point, I'll update the OP with the new launcher options. |

Kismeteer
GoonWaffe Goonswarm Federation
870
|
Posted - 2016.03.09 17:13:47 -
[42] - Quote
There have been a couple hiccups with launcher problems, but generally this guide still works well. |

Kismeteer
GoonWaffe Goonswarm Federation
877
|
Posted - 2016.04.13 18:34:44 -
[43] - Quote
Note, I have tested this on the latest singurlarity, seems to be working fine. GG CCP |

Kismeteer
The Scope Gallente Federation
880
|
Posted - 2016.04.25 18:47:08 -
[44] - Quote
Due to 16.04 LTS getting released last week, I will work on the changes associated with it. but i have been hearing a lot of grief about graphic drivers. |

Kismeteer
Bat Country Pandemic Legion
885
|
Posted - 2016.06.15 20:31:53 -
[45] - Quote
Thanks for everyone's help over their years with the eve on Linux project, I'm really glad to see we have an 'almost' supported version now. 
Forum admins (or CCP Snorlax), you can lock this thread. We'll fold into the new sticky, using the new launcher. |
|
|
|