Pages: 1 2 3 4 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kismeteer
GoonWaffe Goonswarm Federation
188
|
Posted - 2012.11.13 14:53:00 -
[1] - Quote
Here is how I run Eve with Ubuntu 12.04 Desktop. Please note that I assume you got your video card working, as those are somewhat different depending on your card. Installing eve itself is pretty easy with wine, just download the install executable, and run it from your desktop. I recommend the full version.
- Install the wine PPA for the latest version: sudo add-apt-repository ppa:ubuntu-wine
- Do an apt update, I use aptitude to do this: sudo aptitude update
- Remove all versions of wine: sudo aptitude search wine # Look for i in the first column and do aptitude remove on those
- Install wine1.5 and winetricks: sudo aptitude install wine1.5 winetricks # if this fails, install via Synaptic Package Manager
- While that is running, setup a shell script to start eve, I use: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe" #Note the low resolution here
- If you want a secondary eve instance to play at the same time: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve2,1024x768 "C:\Games\CCP\EVE\eve.exe" # Note the 'eve2'
- Once the install is done, run your shell script to start eve.
Optional tricks that previous versions needed:
- On the EULA, wait for it to load, some people have reported crashes by messing with it early.
- Install winetricks hack for d3dx9_36: winetricks d3dx9_36 # Note you run this as yourself, not root
- Run winecfg to enable builtin versus native libraries as necessary. Common ones I have had to deal with: msvcr90, msxml3, msvcr100, msvcr80, msvcr90, msvcrt I was able to remove all of these builtin/native mess of libraries with wine 1.5.
Please, if you have comments/additions, please let me know.
If you want something to cut/paste to set all this up for you:
Quote: sudo add-apt-repository ppa:ubuntu-wine sudo aptitude update #sudo aptitude remove wine wine1.2 wine1.3 wine1.4 wine1.5 sudo aptitude install wine1.5 winetricks mkdir -p ~/bin echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve1 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve2,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve2 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve3,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve3 echo Run 'eve1' to run your first instance of eve.
|

Tarn Kugisa
Infinite Covenant Tribal Band
166
|
Posted - 2012.11.23 11:06:00 -
[2] - Quote
Kismeteer wrote:Here is how I run Eve with Ubuntu 12.04 Desktop. Please note that I assume you got your video card working, as those are somewhat different depending on your card. Installing eve itself is pretty easy with wine, just download the install executable, and run it from your desktop. I recommend the full version.
- Install the wine PPA for the latest version: sudo add-apt-repository ppa:ubuntu-wine
- Do an apt update, I use aptitude to do this: sudo aptitude update
- Remove all versions of wine: sudo aptitude search wine # Look for i in the first column and do aptitude remove on those
- Install wine1.5 and winetricks: sudo aptitude install wine1.5 winetricks # if this fails, install via Synaptic Package Manager
- While that is running, setup a shell script to start eve, I use: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe" #Note the low resolution here
- If you want a secondary eve instance to play at the same time: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve2,1024x768 "C:\Games\CCP\EVE\eve.exe" # Note the 'eve2'
- Once the install is done, run your shell script to start eve.
Optional tricks that previous versions needed:
- On the EULA, wait for it to load, some people have reported crashes by messing with it early.
- Install winetricks hack for d3dx9_36: winetricks d3dx9_36 # Note you run this as yourself, not root
- Run winecfg to enable builtin versus native libraries as necessary. Common ones I have had to deal with: msvcr90, msxml3, msvcr100, msvcr80, msvcr90, msvcrt I was able to remove all of these builtin/native mess of libraries with wine 1.5.
Please, if you have comments/additions, please let me know. If you want something to cut/paste to set all this up for you: Quote: sudo add-apt-repository ppa:ubuntu-wine sudo aptitude update #sudo aptitude remove wine wine1.2 wine1.3 wine1.4 wine1.5 sudo aptitude install wine1.5 winetricks mkdir -p ~/bin echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve1 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve2,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve2 echo '/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve3,1024x768 "C:\Games\CCP\EVE\eve.exe"' >~/bin/eve3 echo Run 'eve1' to run your first instance of eve.
I Endorse this Product and/or Service Source Recorder-esque tool for EVE |

Kismeteer
GoonWaffe Goonswarm Federation
197
|
Posted - 2012.12.10 15:16:00 -
[3] - Quote
Please note that wine is currently up to 1.5.19 in this setup, and they are continuing to update it. I'll keep mine up to date and note any problems I have, just in case they get a little too aggressive in updating it. |

Mr M
Agony Unleashed
203
|
Posted - 2012.12.11 04:07:00 -
[4] - Quote
Kismeteer wrote:
- Remove all versions of wine: sudo aptitude search wine # Look for i in the first column and do aptitude remove on those
Quote:# aptitude search ~iwine This lists all installed packages with wine in the name.
|

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.13 19:56:00 -
[5] - Quote
I tried doing this an hit issues here
" sudo aptitude update sudo: aptitude: command not found " |

After Shok
Ruthenia Co
49
|
Posted - 2012.12.13 21:31:00 -
[6] - Quote
aptitude is a front-end to the Advanced Packaging Tool (APT) - need install separately - sudo apt-get install aptitude -ƒ-Ç-¦-¦-¦-+-¦ -+-¦-+-î-+-Å -+-ü-¦-+-Ç-¦-+-é-î, -â-¦-¦-¦-¦-¦-+-ï-¦ -¦-¦-¦-+-¦-¦-é! -¬ -ó-+-é -ü-¦-+-ï-¦ -£-Ä-+-à-¦-¦-â-+-¦-+ |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.13 21:52:00 -
[7] - Quote
Well I didn't get any errors running that series, but I'm still missing something because I can't get EVE installed let alone running. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
77
|
Posted - 2012.12.14 20:25:00 -
[8] - Quote
Yesterday I had to reinstall Ubuntu from scratch, so here's what I did to get Eve running again - might help, might not.
(Disclaimer: I only use Wine for Eve, I only ever run a single client, and I know practically nothing of the theory behind what I'm doing.)
1. Go here, and follow the instructions "Adding the WineHQ PPA Repository" and "Installing Wine". Install the Wine 1.5 beta package.
2. Open a terminal and paste the following:
winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010
(I don't know if this is still necessary, I did it anyway).
3. Download the Eve Windows installer from here.
4. Run it. It should pop up in Wine, and takes a while to install. Go away and come back later. When the EULA window appears it will be blank for about 5-10 minutes. Don't panic.
5. In the Settings / Graphics menu, untick "Load Station Environment" to stop Captain's Quarters from trying to appear. You can safely retick this later on if you want to spin your ship around inside a station. For now, leave it unticked.
6. Theoretically, as of this date, Eve should now work. If it doesn't I've probably missed something vital, but fingers crossed. |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.14 23:20:00 -
[9] - Quote
Ran into problems running the .exe
I think right clicking and selecting wine fixed it tough. I'll get back to you.
Thanks though. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
78
|
Posted - 2012.12.15 12:01:00 -
[10] - Quote
Good start. Try lowering all the graphics settings from the log in screen as much as you can, ie:
Anti-aliasing: Disabled Post Processing: None Shader Quality: Low Texture Quality: Low LOD Quality: Low Shadow Quality: Low Interior Effects: Low Interior Shader Quality: Low
If it's playable with those settings you can start increasing them again until you find a happy middle ground between working and looking good. |
|

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.15 15:51:00 -
[11] - Quote
I set all graphic settings to low or off and while my curser is no longer lagging everything on the start screen is still rendered weird. It's almost like all the objects were built of obsidian. Beyond that logging in still freezes the client up and I need to force wine closed.
I should have no issues running at full settings anyway. I'll go hunting for my specs. I think I might have something wrong with wine. |

Hosedna
FumbleFamily Corp
12
|
Posted - 2012.12.15 16:20:00 -
[12] - Quote
Have you installed the proprietary drivers for your graph card ? |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.15 17:08:00 -
[13] - Quote
I'm going to assume no. This is he first system Ive owned that isn't windows, more over I'm use to that sort of thing happening on it's own.
my rig uses these (transcribed from someone else handwriting)
Ivy Bridge 3.4 GHz Quad Core
Gigabyte GA-Z77-UP4 TH LGA Intel Z77
4x Patriot Intel Extreme Master DDR3 1600 (PC3 12800) timing 9-9-9-24 Cas Lat 9
(1) Seagate Baracuda Green STD 1500DL003 1.5 TB 5900 RPM SATA [currently unused] (2) Transcend SSD320 256GB SATA III Solid State Drive [in use]
750W Thermal take
|

Daisai
The Riot Formation Unclaimed.
47
|
Posted - 2012.12.16 16:53:00 -
[14] - Quote
Perhapse this guide is a bit outdated because when using the command : sudo aptitude update It doesnt work since there is no such command. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
80
|
Posted - 2012.12.16 21:00:00 -
[15] - Quote
Good point, Hosedna. If you haven't installed the proprietary drivers for your graphics card you'll need to do that.
There's a good article here that might help with this, and also suggests some other things to do in order to get the most out of Ubuntu.
Additional reading:
http://www.unixmen.com/201204-top-things-to-do-after-installing-ubuntu-2/ http://www.omgubuntu.co.uk/2012/04/10-things-to-do-after-installing-ubuntu-12-04 |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.17 07:13:00 -
[16] - Quote
Got some useful stuff from those links, but nothing that will get eve running right. my drivers also seem updated, though I don't have a separate graphics card right now. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
81
|
Posted - 2012.12.17 14:39:00 -
[17] - Quote
I guess this the cause of the problem. Minimum/recommended system requirements for running Eve are here. |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.17 17:08:00 -
[18] - Quote
well i guess i might need a dedicated card then. I had hoped the built in bits would work without because of all the ram, bit I guess not... |

After Shok
Ruthenia Co
50
|
Posted - 2012.12.17 19:14:00 -
[19] - Quote
glxinfo | grep shading OpenGL shading language version string: 4.20
minimun version 3 -ƒ-Ç-¦-¦-¦-+-¦ -+-¦-+-î-+-Å -+-ü-¦-+-Ç-¦-+-é-î, -â-¦-¦-¦-¦-¦-+-ï-¦ -¦-¦-¦-+-¦-¦-é! -¬ -ó-+-é -ü-¦-+-ï-¦ -£-Ä-+-à-¦-¦-â-+-¦-+ |

Nebu Retski
Lead Farmers Kill It With Fire
30
|
Posted - 2012.12.18 11:55:00 -
[20] - Quote
Waruiko wrote:well i guess i might need a dedicated card then. You're graphics card is most likely powerfull enough to run eve, just not on Linux due to the drivers not being properly implemented yet. I've had the same issue with my onboard intel graphics card on my laptop. The game runs in windows ok-ish, but can't start on Linux.
Waruiko wrote:I had hoped the built in bits would work without because of all the ram, bit I guess not...
That's not how computers work. RAM only allows more data to be stored in a fast access mode (compared to accessing it from the HD), but if you don't have a good processor/graphics card that can handle that data fast, then it doesn't matter if you can store more data in the fast buffer.
Technically it is possible to store the entire eve client in RAM (if you have enough of it) which could reduce some of the loading times due to less access to the HD, but the performance of the client will still be limited to the power of the CPU and graphics card (+ interface bandwidths, ...).
If you want to play eve on Linux it is definately recommended to have a dedicated graphics card, but it is not required. It all depends on how much work you want to put into getting it to run properly. There is a lot more development done on NVIDIA and ATI linux drivers than on intel graphics drivers. Before you would go out and buy a graphics card you should do some research into what graphics card would be a good choice (performance/$, budget) and what operating system you will mostly be using. My personal preference is to stick to NVIDIA cards mostly because based on my 'personal forum dwelling experience' it looks like NVIDIA tend to have less issues on Linux (and eve on Linux) than ATI. Just don't take this as NVIDIA is THE ONLY way to go, really check on forums, ask people what their opinions are and ONLY THEN make an educated decision! |
|

Kismeteer
GoonWaffe Goonswarm Federation
200
|
Posted - 2012.12.18 15:43:00 -
[21] - Quote
Daisai wrote:Perhapse this guide is a bit outdated because when using the command : sudo aptitude update It doesnt work since there is no such command.
Aptitude is an apt front end that makes your life a little easier by handling the exceptions.
Try: apt-get install aptitude
Otherwise, you can use the Ubuntu software manager to do those steps, as that might be a bit easier for you. I just tried to present a command line version. I should have used apt-get, but I didn't want to get into dealing with the exceptions you can run into with apt-get. |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.18 19:04:00 -
[22] - Quote
I had hoped to get it running now and buy my graphics card later is all. Well I guess I'll play with it a it more and see if I can get it to work right. I've got it working enough to change skills, even if everything in the hanger is pitch black and everything in space is eye-bleed white. Now that I change skills getting this working is less pressing. |

Nebu Retski
Lead Farmers Kill It With Fire
30
|
Posted - 2012.12.18 20:45:00 -
[23] - Quote
Waruiko wrote:even if everything in the hanger is pitch black and everything in space is eye-bleed white Try to install the s3tc library and driconf (maybe, but check on ubuntu forums if is doesn't work ->sudo apt-get install s3tc driconf) then run driconf (I think) from the command line. It should put up a GUI, then find the option to turn on s3tc.
I did it over a year ago so I'm not sure if it still works though.
old forum post |

After Shok
Ruthenia Co
52
|
Posted - 2012.12.18 21:03:00 -
[24] - Quote
Waruiko - what drivers version are installed ?
to see what video card installed- lspci | grep VGA 01:00.0 VGA compatible controller: ATI Technologies Inc Cayman PRO [AMD Radeon 6900 Series]
all devices lscpi
for ATI - https://help.ubuntu.com/community/BinaryDriverHowto/ATI for NVIDIA - https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
or - search in google - how to install proprietary driver for your video card . -ƒ-Ç-¦-¦-¦-+-¦ -+-¦-+-î-+-Å -+-ü-¦-+-Ç-¦-+-é-î, -â-¦-¦-¦-¦-¦-+-ï-¦ -¦-¦-¦-+-¦-¦-é! -¬ -ó-+-é -ü-¦-+-ï-¦ -£-Ä-+-à-¦-¦-â-+-¦-+ |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.18 21:28:00 -
[25] - Quote
lspci | grep VGA turns up: 00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
sudo apt-get install s3tc driconf gets me this:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package s3tc |

Nebu Retski
Lead Farmers Kill It With Fire
30
|
Posted - 2012.12.18 23:53:00 -
[26] - Quote
Waruiko wrote:E: Unable to locate package s3tc mmh ok if you plan to keep using linux for more than browsing the web or using libreoffice, it a good idea to learn the skill to learn to google your problems, because I don't know by heart how to fix every issue (neither do most other people) but I simply google stuff.
As for the s3tc libraries I did find this |

Waruiko
EVE University Ivy League
0
|
Posted - 2012.12.19 01:15:00 -
[27] - Quote
Yeah well I've tried to learn this stuff ad figure it out on my own but without a good understanding of basic console commands stuff like what you puled up reads as gibberish to me. I've tried to take classes on that too but the teachers good teachers just want to be done with you and the bad ones just like to lord their knowledge. I keep asking because the solution seems to be 'buy a 200ish video card' that I can't really afford for another month or two and I don't want to waste that time if I can help it. I don't think my vast understanding of the 'man' command and conceptual understanding of what VIM is will help me solve this problem. I keep posting in the hopes that this is both a standard problem with someone knowing a standard solution, and to learn through exposure. If I wasn't wiling to put in the effort I'd just have installed windows.
Th whole experience is more frustrating then expected though I'll admit that. |

Nebu Retski
Lead Farmers Kill It With Fire
30
|
Posted - 2012.12.19 10:49:00 -
[28] - Quote
Waruiko wrote:I've tried to take classes on that too but the teachers good teachers just want to be done with you and the bad ones just like to lord their knowledge. Classes generally don't help that much. Practice helps way more, you have to look for issues and just set yourself to fix it or find something that you would like on your computer and set out to make it so (particular desktop, particular services, ...).
Waruiko wrote:Yeah well I've tried to learn this stuff ad figure it out on my own but without a good understanding of basic console commands stuff like what you puled up reads as gibberish to me. * snip * I don't want to waste that time if I can help it. I don't think my vast understanding of the 'man' command and conceptual understanding of what VIM is will help me solve this problem. I keep posting in the hopes that this is both a standard problem with someone knowing a standard solution, and to learn through exposure. If I wasn't wiling to put in the effort I'd just have installed windows.
Th whole experience is more frustrating then expected though I'll admit that. You require more practice and reading , but in al seriousness, I understand that most of that is gibberish to you, but it's better for you to go through the gibberish and try to dissect the various solutions. Look up the parts that are proposed in the solutions that you don't understand. When you totally can't figure it out then you ask questions related to the part(s) you wanted to follow but you didn't understand. Unfortunately the learning process always involves "wasting" time by making mistakes and occasionally getting frustrated.
The problem you discribed is (or at least used to be) a standard problem that I had to deal with when I started playing eve and I fixed it with the solution I proposed to you, so try the following: sudo apt-get install libtxc-dxtn driconf driconf then find the enable s3tc_texture_compression option somewhere and tick it.
If you get the error that libtxc-dxtn or driconf can't be found in the repositories then it could mean that the packages have a different name than I posted here (different distro's sometimes give slightly different names to packages). Either figure out how to do proper package searching through apt-get or use the synaptic package manager which you can launch somewhere from the main menu. Personally I would go for the synaptic approach because it's very easy to search and find the package you want/need and install it at the same time. (I hope synaptic still exists or that there is a replacement)
Waruiko wrote:I keep asking because the solution seems to be 'buy a 200ish video card' that I can't really afford for another month or two and Easier ways tend to come at a price but seeing as your computer can run eve I'm somewhat confident that the fix I proposed should do the trick.
ps: "wasting" time trying to fix an issue on linux is rarely a true waste of time, |

Brink Albosa
Black Rebel Rifter Club The Devil's Tattoo
3
|
Posted - 2012.12.19 19:13:00 -
[29] - Quote
Peri Simone wrote:Yesterday I had to reinstall Ubuntu from scratch, so here's what I did to get Eve running again - might help, might not. (Disclaimer: I only use Wine for Eve, I only ever run a single client, and I know practically nothing of the theory behind what I'm doing.) 1. Go here, and follow the instructions "Adding the WineHQ PPA Repository" and "Installing Wine". Install the Wine 1.5 beta package. 2. Open a terminal and paste the following: winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010(I don't know if this is still necessary, I did it anyway). 3. Download the Eve Windows installer from here. 4. Run it. It should pop up in Wine, and takes a while to install. Go away and come back later. When the EULA window appears it will be blank for about 5-10 minutes. Don't panic. 5. In the Settings / Graphics menu, untick "Load Station Environment" to stop Captain's Quarters from trying to appear. You can safely retick this later on if you want to spin your ship around inside a station. For now, leave it unticked. 6. Theoretically, as of this date, Eve should now work. If it doesn't I've probably missed something vital, but fingers crossed.
I got it to work!!
In winecfg I set up under Applications > Add application... EveFile.exe Then under libraries I added *mscvr100 (bulletin, native) *mscvr90 (bulletin, native) d3dx9_36 (native)
I also did the part that Peri said, winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010
I never did update my drivers. (Thought I did) So I did circles and circles trying to figure out what the Hell I did wrong. I've got this set up on my backup laptop and it's got an integrated AMD card. |

Waruiko
EVE University Ivy League
0
|
Posted - 2013.01.03 23:02:00 -
[30] - Quote
Well how about that I got a Radeon HD 7870 as a gift and it looks like a it'll run eve if I'm reading the box right, but it doesn't seem to want to work. I've got the card in my system and everything seems to be working ok, but I can't get the login to display. The launcher is running fine and it does it's check for update stuff, but when I hit the play button I get a message that the program had to be closed because of a 'serious error' and it won't even tell me what it is thats wrong... at least not in plain language. I can't makes heads or tails of the error info in when I ask for it.
I've not had any luck tracking down how to fix this myself so far. If this gives me too much more trouble I'll likely just wipe and reinstall. I'll need to just to get back to my botched display if I can't fix this in the next week or two to change skills if nothing else.
maybe I'll try to figure out how to do both windows and ubuntu so I can just boot into windows when I want to play and into ubuntu for everything else. That feels like giving up though. |
|

Kontalaa
Nordgoetter Test Alliance Please Ignore
63
|
Posted - 2013.01.04 00:24:00 -
[31] - Quote
which wine-version are you using?
1.5.20 (current) has a not properly implemented directX-11-interface (which eve tries to use). either downgrade to 1.5.19 or disable dx11.dll in winecfg. |

Waruiko
EVE University Ivy League
0
|
Posted - 2013.01.04 17:08:00 -
[32] - Quote
well I'm obviously still doing something wrong here. When I run winecfg dx11.dll isn't listed on my overides under the library tab and if theres some universal off switch to dx11.dll that I need to flip it doesn't seem to be visible in the GUI. I can confirm that I have 1.5.20 though. I guess if I can't figure this out the next step is learn how to uninstall both wine and eve so I can try this all over again with 1.5.19... |

Nebu Retski
Lead Farmers Kill It With Fire
38
|
Posted - 2013.01.04 17:20:00 -
[33] - Quote
Waruiko wrote:When I run winecfg dx11.dll isn't listed on my overides under the library tab and if theres some universal off switch to dx11.dll that I need to flip it doesn't seem to be visible in the GUI.
It's d3d11.dll according to the forum post here
/me crosses his fingers you'll get it to work 
|

Waruiko
EVE University Ivy League
0
|
Posted - 2013.01.08 15:12:00 -
[34] - Quote
nope doesn't do anything. even the launcher is crashing now when it tries to update... I'll set up for both ubuntu and windows this weekend so I can chip at this problem bit by bit without time being an issue I guess.
Thanks for all the help though. I feel like I've learned a bit from all this. |

Ivy Romanova
All Your Machariel Belong to Ham Industrial Technonauts
755
|
Posted - 2013.01.14 08:20:00 -
[35] - Quote
Well! All went well until to the last part This happened. The shell script didn't run. Any ideas? "Screenshot" A sex symbol becomes a thing. I just hate to be a thing. -Marilyn Monroe
|

Nebu Retski
Lead Farmers Kill It With Fire
38
|
Posted - 2013.01.14 16:22:00 -
[36] - Quote
Ivy Romanova wrote:Well! All went well until to the last part This happened. The shell script didn't run. Any ideas? "Screenshot" According to your terminal output you're not running a script, you're saving some stuff into a script.
Basically the "echo 'stuff' > ~/bin/eve1" bit saves stuff into the file eve1 that is located in the ~/bin/ folder (the > sign means the output of the command before it will be redirected into the file after the sign).
Personally I don't see why anyone would put that stuff in a script when you can simply put it in your bashrc as an alias. There is nothing out of the ordinary in that command to start the client. Anyway it's up to you to figure out what you would like the most, but I'd suggest to browse some of the older threads here to find other and more elegant solutions for startup scripts (iirc this threads has some examples).
For now try to see if the client runs with the following command: WINEPREFIX=~/.wine wine explorer /desktop=EVE1,1366x768 "C:\Games\CCP\EVE\eve.exe" if all is well then the client should run. |

Kismeteer
GoonWaffe Goonswarm Federation
215
|
Posted - 2013.01.16 14:11:00 -
[37] - Quote
Ivy Romanova wrote:Well! All went well until to the last part This happened. The shell script didn't run. Any ideas? "Screenshot"
Then you have to run that shell script. 'chmod a+x ~/bin/eve1' to make it executable, then do eve1.
|

Ivy Romanova
All Your Machariel Belong to Ham Industrial Technonauts
759
|
Posted - 2013.01.16 14:25:00 -
[38] - Quote
Kismeteer wrote:Ivy Romanova wrote:Well! All went well until to the last part This happened. The shell script didn't run. Any ideas? "Screenshot" Then you have to run that shell script. 'chmod a+x ~/bin/eve1' to make it executable, then do eve1.
but the download process for eve didn't even start??
On a side note , whats the optirun command for eve? A sex symbol becomes a thing. I just hate to be a thing. -Marilyn Monroe
|

Kismeteer
GoonWaffe Goonswarm Federation
215
|
Posted - 2013.01.16 16:08:00 -
[39] - Quote
Ivy Romanova wrote:
but the download process for eve didn't even start??
On a side note , whats the optirun command for eve?
You need to run the download process yourself by hand using a file manager. Download the installer, find the file, make it executable, run it with wine. |

Kismeteer
GoonWaffe Goonswarm Federation
215
|
Posted - 2013.01.16 16:10:00 -
[40] - Quote
Added the obvious steps of installing eve:
Kismeteer wrote:
Install eve or get an install of eve copied over from your windows partition. To install eve, download the eve installer, find it with a file manager, make it executable, and run it. I installed mine to c:\Games\CCP\EVE as above.
... echo Now go install eve, or copy it from a windows computer to C:\Games\CCP\EVE.
|
|

Ivy Romanova
All Your Machariel Belong to Ham Industrial Technonauts
759
|
Posted - 2013.01.17 17:51:00 -
[41] - Quote
Just downloaded it ,installed it , still not running tho.
Here is the detailed error backtrace report. A sex symbol becomes a thing. I just hate to be a thing. -Marilyn Monroe
|

Zor'katar
Matari Recreation
41
|
Posted - 2013.01.17 18:23:00 -
[42] - Quote
Open up Winecfg. On the Libraries tab, add d3d11.dll and then set it to Disabled. |

Zor'katar
Matari Recreation
41
|
Posted - 2013.01.17 20:55:00 -
[43] - Quote
And to anticipate your next issue, before selecting your character, hit Escape and uncheck "Load Station Environment", otherwise it'll try to dump you into Captain's Quarters and crash. After you get successfully loaded into station, you can recheck Load Station Environment so that next time you dock, you can spin your ship again. (You only need to do it the first time you log into a particular install, or possibly after clearing your cache.) |

Nebu Retski
Lead Farmers Kill It With Fire
38
|
Posted - 2013.01.17 21:58:00 -
[44] - Quote
The permission denied error you got while trying to run eve1 is due to the fact that you did not set the permissions of the eve1 script. See Kismeteer's post
Kismeteer wrote:Then you have to run that shell script. 'chmod a+x ~/bin/eve1' to make it executable, then do eve1. |

Kismeteer
GoonWaffe Goonswarm Federation
219
|
Posted - 2013.01.18 14:15:00 -
[45] - Quote
If you don't know exactly how to make a script executable (which you should learn), you can run it by hand by doing: bash ~/bin/eve1 |

Sheydren Sylea
Militant Mermen LEGIO ASTARTES ARCANUM
0
|
Posted - 2013.01.24 16:52:00 -
[46] - Quote
I also highly recommend the Mate desktop as it plays better in my experience with Wine desktop windows, remembering placement, and not jacking with window focus. The few places where I had to fight with gnome 2 Mate resolved.
Instructions for Ubuntu here: http://wiki.mate-desktop.org/download#ubuntu
|

Kismeteer
GoonWaffe Goonswarm Federation
222
|
Posted - 2013.02.06 15:45:00 -
[47] - Quote
Once again got this working on a new Ubuntu 12.04 build using wine 1.5.23 using my own instructions. I didn't have to check the box for making the install client executable. Also, I didn't have to do winetricks at all, but I did have to wait like literally 10 minutes for the EULA to fully appear so I could scroll down. It's an odd bug, but wasn't bad otherwise.
Make sure that if you're doing multiple instances of eve that you disable the 'launcher' from staying open, as otherwise you can't launch a second version. |

shadowcolt
den Valknut Mercenaries
3
|
Posted - 2013.02.08 08:58:00 -
[48] - Quote
Hi, When I try to run the chmod at the end I get:
din@SpitFre ~ $ chmod ~/bin/eve* chmod: invalid mode: `/home/odin/bin/eve1' Try `chmod --help' for more information.
I don't understand why this is happening. I've installed things fine before, twice and now this is going on after I reformatted? It's only in the last two weeks that this has happened... |

Zor'katar
Matari Recreation
50
|
Posted - 2013.02.08 13:34:00 -
[49] - Quote
shadowcolt wrote:Hi, When I try to run the chmod at the end I get:
din@SpitFre ~ $ chmod ~/bin/eve* chmod: invalid mode: `/home/odin/bin/eve1' Try `chmod --help' for more information.
I don't understand why this is happening. I've installed things fine before, twice and now this is going on after I reformatted? It's only in the last two weeks that this has happened... Yeah, that command is missing an argument. Try:
chmod a+x ~/bin/eve* |

shadowcolt
den Valknut Mercenaries
3
|
Posted - 2013.02.08 14:36:00 -
[50] - Quote
Zor'katar wrote: Yeah, that command is missing an argument. Try:
chmod a+x ~/bin/eve*
Yeah got that all sorted, but have a new problem that I had the first time I installed it, someone fixed it for me but he can not remember what he did. Now when i try to launch I get:
Starting up Trinity through _trinity_deploy.dll ... p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64 err:wgl:has_opengl OpenGL support is disabled. err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter Direct3D9 is not available without OpenGL. err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter Direct3D9 is not available without OpenGL. An exception has occurred. It has been logged in the log server as exception #1
I have looked extensively but can find no answer. Ps. Thank you for the fast response.
|
|

Zor'katar
Matari Recreation
51
|
Posted - 2013.02.08 14:43:00 -
[51] - Quote
shadowcolt wrote:err:wgl:has_opengl Failed to load libGL: libGL.so.1: wrong ELF class: ELFCLASS64 err:wgl:has_opengl OpenGL support is disabled. A little out of my realm here, but my guess from that bit is that you don't have 32-bit libGL installed.
Maybe this will help? |

John Cant
Bio-Tech Research Tribal Band
1
|
Posted - 2013.02.14 18:12:00 -
[52] - Quote
ok, so with the all in one copy and paste guide/setup I've gotten further with this than before, but still no client running.
hitting play (and I have disabled the d3d11 option in winecfg) gives:-
Unhandled exception: unimplemented function d3d11.dll.D3D11CreateDevice called in 32-bit code (0x7b83bbe5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7b83bbe5 ESP:0033a8f4 EBP:0033a968 EFLAGS:00000287( - -- I S - -P-C) EAX:7b826805 EBX:7b8b3ff4 ECX:b6a97015 EDX:0033a91c ESI:00000002 EDI:80000100 Stack dump: 0x0033a8f4: 0033a98c 00000008 7bc3739d 80000100 0x0033a904: 00000001 00000000 7b83bbe5 00000002 0x0033a914: b6a96fa2 b6a97015 7bc53d54 b6a90000 0x0033a924: 7bcc5960 0033a978 7bc53d54 7bcc5960 0x0033a934: 00000004 001104b8 001104b8 000a0009 0x0033a944: 00000000 0033a9ac 0033a9a4 00000000 Backtrace: =>0 0x7b83bbe5 in kernel32 (+0x2bbe5) (0x0033a968) 1 0xb6a96f48 in d3d11 (+0x6f47) (0x0033a99c) 2 0xb6a966d9 in d3d11 (+0x66d8) (0x0033aa10) 3 0x034af3aa in _trinity_deploy (+0x1af3a9) (0x0033aa10) 4 0x034b23a0 in _trinity_deploy (+0x1b239f) (0x0033aa20) 5 0x1e014016 in python27 (+0x14015) (0x0240c290) 0x7b83bbe5: movl0xfffffff0(%ebp),%ecx
(*List of modules*)
System information: Wine build: wine-1.5.23 Platform: i386 Host system: Linux Host version: 3.5.0-17-generic
Any thoughts?
Ta,
JC. |

Nebu Retski
Lead Farmers Kill It With Fire
39
|
Posted - 2013.02.17 18:26:00 -
[53] - Quote
John Cant wrote:hitting play (and I have disabled the d3d11 option in winecfg) gives:-
Unhandled exception: unimplemented function d3d11.dll.D3D11CreateDevice called in 32-bit code You're sure you didn't install eve in a different wine prefix than the standard .wine one? Because if you did that and you need to specify the correct prefix when overriding the d3d11.dll using winecfg or else you only set the override for the .wine prefix and not the one for the eve client.
That's the only thing I currently can think of that went wrong. |

Laxutimor
Boris Johnson's Love Children
0
|
Posted - 2013.02.18 02:00:00 -
[54] - Quote
I followed the steps in the OP. The launcher seems to work fine, but when I run the script defined in the OP, the eve1 desktop is blue and does nothing. When I click "play" on the launcher, the button greys out for a second and then returns to being yellow and clickable.
I'm running 64-bit Ubuntu 12.10 and I'm using the nvidia drivers for my GTS450.
The output in the terminal is
Quote:ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored.
So I tried
Quote: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe"
instead.
That just gave no output whatsoever. Then I tried:
Quote:LIBGL_DEBUG=verbose "/home/matthew/.wine/drive_c/Program Files (x86)/CCP/EVE/eve.exe"
This resulted in the following messages:
Quote:fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:gameux:GameExplorerImpl_VerifyAccess (0x138018, L"C:\\Program Files (x86)\\CCP\\EVE\\eve.exe", 0x32fd88) matthew@matthew-ubuntu:~$ 20:56:09: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.). fixme:iphlpapi:NotifyAddrChange (Handle 0x33cfc0, overlapped 0x3bbb188): stub fixme:winsock:WSALookupServiceBeginW (0x33d020 0x00000ff0 0x33d010) Stub! [0217/205610:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8 fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:heap:HeapSetInformation 0x48b000 0 0x33f2a4 4 Network layer using: CarbonIO EVE Client version 8.2 build 476047 starting 20:56:19 Starting up Trinity through _trinity_deploy.dll ... libGL: screen 0 does not appear to be DRI2 capable libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so libGL error: failed to load driver: swrast err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce GTS 450/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 310.32)"). err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format. err:d3d:wined3d_adapter_init Failed to get a GL context for adapter 0x1476e8. err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format. err:d3d:wined3d_adapter_init Failed to get a GL context for adapter 0x1504d0. An exception has occurred. It has been logged in the log server as exception #1
I checked /usr/lib/i386-linux-gnu/dri/swrast_dri.so and it existed. the /tls/ one did not, however.
I probably forgot some important troubleshooting info. Let me know please. Anyone have any ideas? |

Kismeteer
GoonWaffe Goonswarm Federation
226
|
Posted - 2013.02.22 05:21:00 -
[55] - Quote
I'm adding this to the OP, I guess, because it's happened to a few people. |

meshuggah99
Federal Navy Academy Gallente Federation
0
|
Posted - 2013.02.22 08:03:00 -
[56] - Quote
o/ i'm on optimus laptop. instaled wine , eve and bumblebee but couldnt manage to launch eve with bumblebee.
env WINEPREFIX="/home/aeon/.wine" wine Z:\\home\\aeon\\eve\\eve.exe - current icon config (launches game with intel card) tried to put optirun there but game didn't launch. so howto lanuch game with optirun? need correct icon config |

Kismeteer
GoonWaffe Goonswarm Federation
226
|
Posted - 2013.03.12 16:38:00 -
[57] - Quote
Please note that some people are having problems with the latest version of wine, 1.5.25, and it's requiring tweaks to get it working for some people. msvcr90 (native, builtin) is one such setting.
I am still functioning in 1.5.25, but my frame rate has dropped in the toilet. And I used to be able to run 3 clients on here, I no longer trust even one. |

Kismeteer
GoonWaffe Goonswarm Federation
226
|
Posted - 2013.03.14 15:52:00 -
[58] - Quote
Yeah, 1.5.25 is crap. Don't upgrade to it. If you did upgrade it, you might find eve unplayable.
To downgrade if you upgraded: sudo aptitude install wine1.5=1.5.24-0ubuntu1
This might even work for new installs. Don't use 1.5.25 for now, it's just way too laggy.
And then once you have wine at a version that works well, you can preserve your current version by doing: sudo aptitude hold wine1.5 |

Kismeteer
GoonWaffe Goonswarm Federation
226
|
Posted - 2013.03.18 14:05:00 -
[59] - Quote
Looks like 1.5.26 is working a tad better. Also, the latest nvidia drivers seemed to have helped somewhat. I still think Eve is a little more shaky after the last couple patches, not sure why. I think it's more eve than wine, however. I'm able to run without tweaks right now, including captain's quarters. |

Karti Aivo
Carnivore Company Honey Badger Coalition
16
|
Posted - 2013.03.21 14:49:00 -
[60] - Quote
Nebu Retski wrote:Waruiko wrote:even if everything in the hanger is pitch black and everything in space is eye-bleed white Try to install the s3tc library and driconf (maybe, but check on ubuntu forums if is doesn't work ->sudo apt-get install s3tc driconf) then run driconf (I think) from the command line. It should put up a GUI, then find the option to turn on s3tc. I did it over a year ago so I'm not sure if it still works though. old forum post
^ This one solved my problem, the rest of this Thread helped me to get it running in the First Place.
Im using a ThinkPad L520 which is Multi-Arch AND uses those god damn Sandybridge GPU junk what Linux/Xserver is really unwilling to work with. The process of getting EVE running under this Setup was rather tricky, but if there's interest on the Forums i can write it all up.
Yours Karti |
|

Covert0ne
Sons Of 0din Dark Therapy
45
|
Posted - 2013.04.17 11:15:00 -
[61] - Quote
I managed to get EVE up and running rather easily on Manjaro Linux (Arch) last night and the performance is more than acceptable! The one issue I'm having is the cursor tends to flicker which is surprisingly distracting believe it or not. I'm on the latest proprietary drivers, any ideas? I had similar problems in another game whereby enabling "Hardware Mouse" resolved it but I cannot seem to find the same option in any of the EVE configs.
Any ideas? (Screenshot on desktop below!)
http://i.imgur.com/fQNqcKy.jpg I don't know what that means. |

Martin Jo
Corporation Danmark Tactical Narcotics Team
0
|
Posted - 2013.04.26 15:50:00 -
[62] - Quote
i got the game up running, but
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
Spammning my shell |

Neuntausend
GoonWaffe Goonswarm Federation
24
|
Posted - 2013.04.29 01:29:00 -
[63] - Quote
You can usually ignore the fixme messages. If you don't want them, launch wine with WINEDEBUG=-all |

Martin Jo
Corporation Danmark Tactical Narcotics Team
0
|
Posted - 2013.04.29 17:35:00 -
[64] - Quote
Okay thx :) |

Kismeteer
GoonWaffe Goonswarm Federation
275
|
Posted - 2013.05.22 19:58:00 -
[65] - Quote
Just an update for launcher problems:
#\ Batch files to launch the exefile directly: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe" #And to do a second instance: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"
|

Karti Aivo
Carnivore Company
16
|
Posted - 2013.05.23 12:55:00 -
[66] - Quote
I was just about to write "Yeah, everything runs smooth on 12.04 with the new launcher - but no. Launcher "closes" but process stays there keepin its 100%.
Meh.
The laucher fix batch works great though. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.01 20:14:00 -
[67] - Quote
Hi all, was running okay on Tuesday, using Exefile.exe, but now crashing after a minute or so - game locks up, unable to exit without killing process.
Not entirely sure what I need to post that's relevant atm, but:
Ubuntu 12.04, Wine 1.5.31.
Overrides: d3d11 (disabled) d3dx9_36 (native, builtin), msvcr100 (native, builtin) msvcr80 (native, builtin) msvcr90 (native, builtin) msvcrt (native, builtin)
Should I try to reinstall from scratch? Any thoughts appreciated. |

Drew Li
Space Exploitation Inc Get Off My Lawn
46
|
Posted - 2013.06.04 09:30:00 -
[68] - Quote
I've been running the game just fine with default settings. No overrides needed for the launcher or exefile. Performance seems a little sluggish loading resources, CQ sucks, but in general works well.
Wine: 1.5.31 |

Zor'katar
Matari Recreation
71
|
Posted - 2013.06.04 12:48:00 -
[69] - Quote
Peri Simone wrote:Hi all, was running okay on Tuesday, using Exefile.exe, but now crashing after a minute or so - game locks up, unable to exit without killing process.
Not entirely sure what I need to post that's relevant atm, but:
Ubuntu 12.04, Wine 1.5.31.
Overrides: d3d11 (disabled) d3dx9_36 (native, builtin), msvcr100 (native, builtin) msvcr80 (native, builtin) msvcr90 (native, builtin) msvcrt (native, builtin)
Should I try to reinstall from scratch? Any thoughts appreciated. Possibly a little late, but since you're running latest Wine, I'd start by removing all the overrides. I needed msvcr90 for the old launcher, but that's all I've needed for the last several versions of Wine, and the new launcher seems to be stable without it (knock on wood).
(I did need the awesomium patch to get the new launcher fully working, though.) |

Cagot
Spelunkers
5
|
Posted - 2013.06.04 17:36:00 -
[70] - Quote
My Ubuntu 12.04 Wine 1.5.31 updated and patched fine from the launcher. The launcher then crapped out, so I started from ExeFile.exe and it worked fine.
My Win7 EVE update failed. I'm in the middle of doing a repair / validating client loop on Windows while trying to figure out the new stuff with no obvious glitches (other than the normal post-big-patch buggery) on Linux. |
|

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.04 23:41:00 -
[71] - Quote
Hey Zor, thanks for the advice. I removed the overrides, then updated and patched from the launcher which, as with previous poster, crapped out. Started from EveFile.exe but had same problem as before.
Ended up reinstalling Eve and now running fine from Evefile.exe with no overrides, so happy enough with that.
Can't make head nor tail of git patching, so I guess I'll come back to that when it becomes necessary. |

yogizh
Underworld Protection Agency Fatal Ascension
1
|
Posted - 2013.06.05 22:36:00 -
[72] - Quote
Thank you Kismeteer. You're a bawse. Works. Took ages, but I was looking forward to this for two years. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.06 20:11:00 -
[73] - Quote
Now back to square one. Seems to log in okay using Evefile.exe, crashes after a minute or so. 
Git patching now necessary I guess. |

Nebu Retski
Lead Farmers Kill It With Fire
39
|
Posted - 2013.06.06 22:26:00 -
[74] - Quote
Peri Simone wrote:Now back to square one. Seems to log in okay using Evefile.exe, crashes after a minute or so.  Git patching now necessary I guess. Edit: is the Awesomium patch simply a fix for the launcher issue, or is it likely to have any effect on running Eve itself? The Awesomium patch is simply to correctly handle certificate handling (i.e. https stuf and has nothing to do with any of the eve software aside from the fact that the launcher requires proper https to do it's crap), it has no influence on the client itself. Your client crashing would not be resolved by patching your wine with the awesomium patch.
I for instance did not do the awesomium patch because I don't care about the launcher since I prefer the EveFile.exe method and for me the client doesn't crash (aside from the occasional crash). |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.07 00:02:00 -
[75] - Quote
Nebu Retski wrote:The Awesomium patch is simply to correctly handle certificate handling (i.e. https stuf and has nothing to do with any of the eve software aside from the fact that the launcher requires proper https to do it's crap), it has no influence on the client itself. Your client crashing would not be resolved by patching your wine with the awesomium patch.
I for instance did not do the awesomium patch because I don't care about the launcher since I prefer the EveFile.exe method and for me the client doesn't crash (aside from the occasional crash).
Thanks Nebu, that's appreciated. The launcher doesn't really bother me greatly, just looking to get Eve running at this point. Currently restarting from scratch on a fresh Wine prefix. If that doesn't work I'm stumped.
|

Nebu Retski
Lead Farmers Kill It With Fire
39
|
Posted - 2013.06.07 12:43:00 -
[76] - Quote
Peri Simone wrote:Currently restarting from scratch on a fresh Wine prefix. If that doesn't work I'm stumped.
Can you do the following: Install inxi (it's a small script to obtain your system information) linky
Then run $ inxi -F This should return all the information for your system. Post that info here (not all of it is relevant so you can cut some of that out), that way others with potential ideas will know exactly what you are running.
Post your wine version and your full command that you use to start the game. I know you posted it before and it should be 1.5.31, but it's nice to have all your info in 1 post together.
What are your wine overrides? I think that I run without any overrides (got to check at home), not even the DX11 override (considering eve doesn't use DX11, it shouldn't ever try to use that dll).
What are your ingame GFX settings? Does chaning them to lower setting make the game crash as well?
When trying to run the game, make sure that your WINEDEBUG variable isn't set to disable all output (you can disable the fix-me messages though -> linky) or else it will be difficult to get an idea what's wrong. Obviously you need to be running the game from the terminal or else you won't get any output. Post the output here (use pastebin).
Hopefully this can lead us to fixing your issue.
|

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.07 21:24:00 -
[77] - Quote
Hi Nebu, thanks for your help with this. I'm officially stumped, so here's the data:
System info:
System: Host: chris-G31M-ES2L Kernel: 3.2.0-45-generic-pae i686 (32 bit) Desktop: Gnome Distro: Ubuntu 12.04 precise Machine: Mobo: Gigabyte model: G31M-ES2L Bios: Award version: FB date: 05/14/2009 CPU: Dual core Intel Celeron CPU E1500 (-MCP-) cache: 512 KB flags: (lm nx sse sse2 sse3 ssse3) Clock Speeds: 1: 1200.00 MHz 2: 1200.00 MHz Graphics: Card: NVIDIA GT200 [GeForce GTX 260] X.Org: 1.11.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau) Resolution: [email protected] GLX Renderer: GeForce GTX 260/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 304.88 Audio: Card: Intel N10/ICH 7 Family High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: 1.0.24 Network: Card: Atheros AR8131 Gigabit Ethernet driver: atl1c IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:24:1d:b2:a2:45 Drives: HDD Total Size: 500.1GB (24.1% used) 1: id: /dev/sda model: WDC_WD5000AADS size: 500.1GB Partition: ID: / size: 456G used: 113G (26%) fs: ext4 ID: swap-1 size: 3.22GB used: 0.00GB (0%) fs: swap RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present Sensors: None detected - is lm-sensors installed and configured? Info: Processes: 144 Uptime: 29 min Memory: 594.0/3023.9MB Client: Shell inxi: 1.8.4
Wine Version: 1.5.31
I'm using ./ExeFile.exe in .wine/drive_c/"Program Files"/CCP/EVE/bin to start the game.
I'm currently using no overrides, as suggested.
GFX currently set to absolute minimum, so Anti-Aliasing Disabled, Post Processing None, Shader Low, Texture Low, LOD Low, Shadow Disabled, Interior Effects Low, Interior Shader Low.
I also have audio and Eve voice disabled.
Terminal output here: http://paste.ubuntu.com/5743111/
As previously: Eve loaded, seemed fine, then locked up after about a minute - maybe a little less. Was unable to exit without killing process.
Any thoughts gratefully appreciated. |

Nebu Retski
Lead Farmers Kill It With Fire
39
|
Posted - 2013.06.08 10:46:00 -
[78] - Quote
Unfortunately I can't find anything of importance in the information you posted. I suggest you start a post at the wine forums because I have no idea why your client crashes nor why there is no errors showing up in your terminal.
You could also try to run the eve online logserver to see what those "A traceback has been generated. It has been logged in the log server as stacktrace #1" messages actually are.
|

Torgeir Hekard
Brutor Tribe Minmatar Republic
7
|
Posted - 2013.06.08 11:09:00 -
[79] - Quote
Nebu Retski wrote:Unfortunately I can't find anything of importance in the information you posted. I suggest you start a post at the wine forums because I have no idea why your client crashes nor why there is no errors showing up in your terminal.
That's because no important debug channgels were enabled. You'd probaby want to start with +seh, then +heap and +relay. Though you'd also probably want to redirect the log to some file instead of pouring it into console.
Also running in virtual desktop is probably worth trying. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.08 14:08:00 -
[80] - Quote
I'm probably doing it wrong, but...
Running Eve using command WINEDEBUG=+seh,fixme-all wine ExeFile.exe, terminal output. Same as before, as far as I can see.
Using command WINEDEBUG=+heap,fixme-all wine ExeFile.exe, terminal constantly scrolling, Eve didn't load. Screenshot.
WINEDEBUG=+relay,fixme-all wine ExeFile.exe, same as +heap. Terminal constantly scrolling, Eve didn't load. Screenshot.
Tried virtual desktop but experienced same problem. |
|

Torgeir Hekard
Brutor Tribe Minmatar Republic
7
|
Posted - 2013.06.08 14:28:00 -
[81] - Quote
Peri Simone wrote:I'm probably doing it wrong, but... No, it's just the logs are too big. Trying to output debug on console overloads it. You may try to redirect the log by adding &>wine.log, but that probably still would be too much.
Even just opening the launcher and waiting until it validates the client with WINEDEBUG=+relay generates a half-a-gig logfile and noticeably slows down the process, so it probably still would be very difficult to lanch the actual client. You can try to follow the wiki advice about relay channel filtering, but, still, at this point it is,indeed, probably better to use logserver or ask on wine forums. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
95
|
Posted - 2013.06.08 15:10:00 -
[82] - Quote
Okay, thanks both.
I'll post the Log Server file in case anyone else has any bright ideas, then head to the Wine forums.
https://docs.google.com/file/d/0B7jCUR8oiUSAd1JjVDYyMnc1WUU/edit?usp=sharing |

Kismeteer
GoonWaffe Goonswarm Federation
278
|
Posted - 2013.06.15 21:45:00 -
[83] - Quote
Peri, you might be beyond our help in here. but maybe CCP can look over your logs.
It might be normal computer overheating as well, but who knows. Always crashing at a minute, no matter what you are doing in game, could be memory exhaustion, overheating in your cpu/gbu, etc. And make sure you get a solid reboot in there, try running with basically nothing going. You're looking for the oddman out. You can use htop to monitor how the machine is doing as it goes. |

Peri Simone
Black Rebel Rifter Club The Devil's Tattoo
97
|
Posted - 2013.06.16 14:31:00 -
[84] - Quote
Hi all. Annoyingly, I never worked out exactly what was causing the problem, but a complete reinstall of Ubuntu finally fixed it.
Cheers, waving of flags, laughing children dancing in the streets, etc.
Fin. |

Gigi Barbagrigia
Digital Oddity
0
|
Posted - 2013.06.19 16:53:00 -
[85] - Quote
How to run existing Eve install on dual-boot machine Ubuntu 12.04
[Disclaimer] Some of this is clearly stating the obvious; it's not because I think you're daft
Maybe you have your Ubox set up as dual-boot and was wondering if you could just run existing Windows Eve install from Wine. Here's how I did it:
- Read OP, no really, read it
- Grab latest Wine & winetricks like described, generally older versions will get auto-uninstalled but it never hurts to check
- Mount Windows partion where Eve is installed, usually just clicking drive hosting that partition in file browser will do. Alternativelly you could add it to /etc/fstab so it mounts on boot. In first instance mouseoverin the drive will tell you where it was mounted to, in second you obviously know.
- Open Wine config tool either from your Dashboard or by typing winecfg in Terminal. Select Drives tab and add new drive mapped to mounted partition; in my case Z:. Ok.
- Create startup script as described in OP; mine reads:
/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1,1024x768 "Z:\EVE\bin\ExeFile.exe" where last quoted part is path to exe as seen from Wine's point of view. If you use sound env other than Pulseaudio include that too.
- Set executable flag on the script and run it.
Running the launcher resulted in it complaining about not being able to connect to anything, hence script runs the client directly. EULA loading took about 2 min, don't give up! Settings & performance on lower end i3 and an ancient Nvidia: pic1, pic2, pic3 (quiet system) |

xvart
ARK-CORP LEGIO ASTARTES ARCANUM
0
|
Posted - 2013.06.30 05:35:00 -
[86] - Quote
Did this install today, Installed "sudo aptitude install wine1.6 winetricks alsa-oss", thats all. Downloaded EVE offline installer.
Machine: Ubuntu 12.04.2 LTS 3.5.0-34-generic x86_64 8G Ram Software Raid 5 AMD X6 1100T Dual HD6970's
Installed EVE from download directory, it gave me a desktop icon as well, no issues.
First run the EULA is slooooowwwwwwww.
Tested: Full screen mode. All up seems to work fine, I have dual monitor setup and launcher loads into first screen so playable without dual screen fixes.
Window mode. Works fine, feels a bit slower than full screen.
So far works fine, just drove around space jumped gates and stuff. Frame rates ok nothing brilliant but that's the ****** underlying engine, with optimised settings and immediate the frame rates peak out around 270 with not a lot on screen, can drop to 30 or lower with stuff.
Issues: Launcher has some issues but restarting the launcher seems to be the fix for this. Switching to captains quarters crashes the client. Usual engine bugs and stutters when reading remote database, my winshit 7 can lock up quite a lot when doing these queries, but it's an old install and full of M$ spyware and upgrade trash, it only has games and FPGA, PCB design code..
So all up nothing too weird and playable.
|

Kismeteer
GoonWaffe Goonswarm Federation
281
|
Posted - 2013.07.02 16:47:00 -
[87] - Quote
xvart wrote: First run the EULA is slooooowwwwwwww.
This is the biggest reason people 'give up' on eve on Linux right now. They see that EULA being slow, the first time it's launched, and get scared that it's all going to be like that.
BTW, I just patched to wine-1.6-rc4, still working quite well. |

Kismeteer
GoonWaffe Goonswarm Federation
288
|
Posted - 2013.08.05 15:34:00 -
[88] - Quote
BTW, just an update that 12.04 is still working fine with eve, wine version 1.6. (no patch level) The loader still sucks, but once the loader patches, you can run the exefile.exe file directly to get it started.
Still quite a few minor errors in the logs when you run it, such as constant: fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
|

Kismeteer
GoonWaffe Goonswarm Federation
299
|
Posted - 2013.08.19 14:21:00 -
[89] - Quote
Two comments:
1. CCP, fix the launcher. It doesn't work a lot of the time. And even when it does, it is TERRIBLE at switching characters/accounts. It is a sad state of affairs when you encourage people to multibox, and your launcher is goddamn painful to multi-account from. Fix it. 2. I encourage most Ubuntu users to stick with the LTS release (Long Term Support) if they can. I have found it to be a lot more stable and with fewer variables to go wrong than the normal latest release. Yes, it sometimes lags behind on updates, but luckily you can just go to the latest repos for these issues, such as wine. 12.04 is the current LTS release, 13.04 is not an LTS release.
Oh yeah, and I edited the main post to reflect my opinion in both things, and have changed the scripts to chop out the launcher until such time that CCP fixes it for Linux. |

Torgeir Hekard
Brutor Tribe Minmatar Republic
9
|
Posted - 2013.08.19 17:39:00 -
[90] - Quote
Awww come on. It's been discussed over and over again. Launcher works fine with wine patched to properly handle intermediate CAs. |
|

Nebu Retski
Lead Farmers Kill It With Fire
43
|
Posted - 2013.08.20 08:24:00 -
[91] - Quote
Torgeir Hekard wrote:Awww come on. It's been discussed over and over again. Launcher works fine with wine patched to properly handle intermediate CAs. That's true, but it doesn't take away that the launcher is still a piece of **** and a ******** idea in it's current implementation. Here are some of the issues that bother me:
- Not all distributions have a wine package available that has the awesomium patch applied
- Not everyone is capable to compile wine by himself so that the awesomium patch can be applied, because it can take some experience to get it to compile.
- Not everyone is willing to compile wine by himself so that the awesomium patch can be applied, because it takes quite some time
- When the launcher checks if the client is up to date, (imo) it's ridiculously slow at it and it seemed like it wanted to do it every ******* time I tried to use it, let alone that it only shows a progress bar without showing what it's doing (unlike the repair tool). I want to see if it's hashing files so that I know the reason why that stupid bar stay's a 25% for 30 seconds or else I tend to assume it hanged.
- Login mutliple accounts looks tedious. Log in -> select char -> launch -> log out; Log in -> select char -> launch -> log out; ... v.s. launch C1, ..., CN -> N x Log in -> N x Select char -> Play;
If they truely want to improve the multiboxing experience then they should make a launcher that asks you how many clients you would like to launch and which accounts + characters you want it to log in. After that the launcher should simply exit, because it does not make any sense to have some software running who's only task is to launch other software (if DRM would be involved it would make more sense, i.e. Steam, but this game requires a subscription so no DRM needed).
After CCP would somehow manage to get a proper launcher then they could think of making a button for people to simply switch character on an account instead of doing the "restart the whole client" stupidity.
To me, the launcher is nothing more than a promotional tool. They want to force their plex deals / tournaments (costing plex) / whatever will fetch them $$ through everyones throat by forcing us to stare at the launcher for as long as CCP is able to have us stare at it.
To me the bin/ExeFile.exe + repair tool is still a far superior method of launching the game and I will for sure use this method until the day it dies or CCP comes up with a proper launcher that:
- Can launch client directly into a character or just the client itself
- Stores launching profiles (#of clients + chars or just # of clients)
- It should store the account passwords so you only need 1 master password to use the launcher
- It doesn't run in the background, but just exits by default once it launched the profile
- Allows us to change launching parameters so we could use the same launcher for different client folders (sisi, duality, ...)
- It would be nice if they stopped relying on proprietary packages that can't run natively on other platforms, so all win, mac and linux users could run the launcher natively and simply changing the client launch in the profile to use wine.
|

Kropotkin
Center for Advanced Studies Gallente Federation
1
|
Posted - 2013.08.25 18:22:00 -
[92] - Quote
Torgeir Hekard wrote:Awww come on. It's been discussed over and over again. Launcher works fine with wine patched to properly handle intermediate CAs. Please, what are "intermediate CAs"? |

Zhula Guixgrixks
Increasing Success by Lowering Expectations
63
|
Posted - 2013.08.30 12:13:00 -
[93] - Quote
Xubuntu 12.04 LTS success
Just add the usual ppa:ubuntu-wine/ppa repo, do the winetricks magic and play Eve.
0ccupational Hazzard --> check out the true love story-á |

Torgeir Hekard
Brutor Tribe Minmatar Republic
9
|
Posted - 2013.08.30 12:43:00 -
[94] - Quote
Kropotkin wrote:Torgeir Hekard wrote:Awww come on. It's been discussed over and over again. Launcher works fine with wine patched to properly handle intermediate CAs. Please, what are "intermediate CAs"? http://en.wikipedia.org/wiki/Intermediate_certificate_authorities
For example, look at this very site's cert (for firefox it's the lock icon in URL bar). The certification path is GeoTrust Global > RapidSSL > *.eveonline.com In this case, GeoTrus is the root CA and RapidSSL is the intermediate CA. |

Son Adamu
The Green Machine
0
|
Posted - 2013.08.30 17:00:00 -
[95] - Quote
If anyone have troubs with ATI Radeon HD7xxx series (as I did) on Ubuntu 13.04 (I have Linux Mint 15) - low Eve FPS, generally, system-wide lower FPS, do this:
1. Completely PURGE any ATI drivers you have: IT'S A MUST!
Quote:sudo apt-get remove --purge fglrx fglrx-amdcccle
Quote:sudo apt-get remove --purge fglrx-updates fglrx-amdcccle-updates Go to Driver Manager, switch to XORG ones, REBOOT.
2. Download latest BETA (you can use the 13.4, for me, 13.8 beta worked) linux drivers (I have x64) 13.8 version, from AMD's site.
3. Go to https://help.ubuntu.com/community/BinaryDriverHowto/ATI
4. Install driver the third way - manually (user preferred really, I did the 3rd way, worked like a charm)
5. REBOOT.
6. !!! WARNING !!! Due to beta nature of the drivers, your desktop after login may look like its missing half its right surface, REBOOT few times to correct. If no success, go to Driver Manager in System Settings and set it to XORG --> REBOOT --> set to fglrx-updates --> REBOOT (after that, I did't had ANY errors whatsoever)
7. Enjoy EVE on 100FPS, steady 60FPS if you put Tear-Free Desktop on (Vertical Synth always on) in Catalyst
p.s. 13.8 beta drivers have no watermark , so there's no need to make a fuss removing it...
My machine: OS: Mint 15 KDE Proc: Intel i5-2500k Graph: Radeon HD 7870 Black Edition Mem: 8GB 2133MHz MB: Gigabyte ZZ68XP-UD3P |

Kismeteer
GoonWaffe Goonswarm Federation
304
|
Posted - 2013.09.09 17:08:00 -
[96] - Quote
Torgeir Hekard wrote:Awww come on. It's been discussed over and over again. Launcher works fine with wine patched to properly handle intermediate CAs.
Actually, it has not been discussed "over and over" again. Hell, do a search for it on google, you don't get much. I've seen the posts in the launcher discussion, but it's bad assembled ramble put together by players. There is no published solution beyond recompiling wine, which no newbie is going to do, nor do you really want them doing it. There is no 'FAQ on dealing with ****** launcher' stickied post, still. It's badly implemented and badly supported. This is the work around I recommend because it's a LOT easier to just bypass their ****** launcher until they fix it.
I hate the idea of publishing a 'patch' by a player that could be used to hack someone's machine.
What bothers me more is that their CDN is crap for the launcher, aka the first thing every player hits when they want to play. And their CDN is fine for many other files that they push out, so I have no idea what their network people are thinking.
And my original reason for a follow up post: wine 1.7.1 seems to work just fine. |

Hulasikali Walla
Never Mind the Bollocks
33
|
Posted - 2013.09.22 13:38:00 -
[97] - Quote
Working fine with wine 1.6 and Linux mint 15, " windowed mode" on a "old" qosmio G40 ( geforce 8600 M GT )
" launcher is applying patch, but is not launching the game " I use the "exefile.exe" and it work's fine
Thank's for the "how to" |

Kismeteer
GoonWaffe Goonswarm Federation
440
|
Posted - 2013.10.03 15:24:00 -
[98] - Quote
Getting reports of corrupted icons, thread on this process: https://forums.eveonline.com/default.aspx?g=posts&m=3690177
This still functions for me with 1.1. |

Black Jester
S Is Here
1
|
Posted - 2013.11.05 18:32:00 -
[99] - Quote
Just want to confirm: CQ still not working? I wonder what changed cuz i remember it was working at some point. Many players don't bother with it but i love the feature and would love to turn it on. |

Kismeteer
GoonWaffe Goonswarm Federation
493
|
Posted - 2013.11.06 17:30:00 -
[100] - Quote
Black Jester wrote:Just want to confirm: CQ still not working? I wonder what changed cuz i remember it was working at some point. Many players don't bother with it but i love the feature and would love to turn it on.
Last I tried, it did not work, but that was a new box with a crap video card. Space part ran fine, even with 3 clients though. |
|

MolotovBeats
hinterland.
3
|
Posted - 2013.11.19 01:20:00 -
[101] - Quote
I just installed Eve on Ubuntu 12.04 without any problems. While OP's post is very helpful, it is a little outdated and can/should be updated a little to reflect the current situation; a lot of things have been simplified. Please note that this doesn't apply to Rubicon, which comes out tomorrow and might cause a ton of new issues, knowing CCP.
1. Install aptitude & update it per OP 2. sudo aptitude install wine1.7 winetricks 3. Download the regular Windows installer, run it using "wine /path/to/installer.exe" 4. Use default options, everything should install correctly 5. After install is finished, run winecfg, tick the option that says "Emulate virtual desktop" and set it to your monitor resolution 6. Start Eve by running "wine "C:\\Program Files (X86)\\CCP\\EVE\\eve.exe"
All of this gives me a great working installation with the only issue being some text missing in the market graph windows, I'm assuming there's some font missing, and wine spams "resource_check_usage" errors to the console like there's no tomorrow. Make sure to lower all the graphics settings and unclick "load station environment" on first launch. I did not have any problems with the EULA, the launcher, or anything else.
|

Kismeteer
GoonWaffe Goonswarm Federation
544
|
Posted - 2013.11.20 18:32:00 -
[102] - Quote
MolotovBeats wrote:While OP's post is very helpful, it is a little outdated and can/should be updated a little to reflect the current situation;
You are correct, I should do the tldr version at the top. I really should just do a picture gallery to install, actually.
|

Marduk Nibiru
WH Junkies Corp The Methodical Alliance
191
|
Posted - 2013.12.13 05:53:00 -
[103] - Quote
I'm having trouble every time I run eve: "Procedure not found. Could not load python dll."
I did run winetricks d3dx9_36.
Am I missing something else?
I actually used the ubuntu app UI thingy and install windows compatibility. Figured that installed wine, and it did activate the installer and all that crap. |

Marduk Nibiru
WH Junkies Corp The Methodical Alliance
191
|
Posted - 2013.12.13 09:34:00 -
[104] - Quote
Marduk Nibiru wrote:I'm having trouble every time I run eve: "Procedure not found. Could not load python dll."
I did run winetricks d3dx9_36.
Am I missing something else?
I actually used the ubuntu app UI thingy and install windows compatibility. Figured that installed wine, and it did activate the installer and all that crap.
I got it going. Whole lot of different things but I think it was simply updating wine that did it. Ubuntu comes with an old version but if you google for directions, updating to the beta is pretty damn easy.
To get in I first had to disable station environment, but then once in game I was able to re-enable it to get station spinning. It's just the captain's quarters that crash. Can't play eve without the spin though!
Edit: Oh, and I removed all the custom library settings that various different sites said to use. Totally default wine config. |

Kismeteer
GoonWaffe Goonswarm Federation
556
|
Posted - 2013.12.26 19:56:00 -
[105] - Quote
BTW, this continues to work with Wine 1.6.1, so feel free to upgrade.
I most likely will upgrade to Ubuntu 14.04 LTS in April, btw. |

Kropotkin
Center for Advanced Studies Gallente Federation
25
|
Posted - 2014.01.07 19:21:00 -
[106] - Quote
Today's automatic Ubuntu 12.04 update made EVE segfault upon launch.
Problem went away after I uninstalled and reinstalled the proprietary AMD Catalyst driver. |

Kismeteer
GoonWaffe Goonswarm Federation
563
|
Posted - 2014.01.07 19:33:00 -
[107] - Quote
Kropotkin wrote:Today's automatic Ubuntu 12.04 update made EVE segfault upon launch.
Problem went away after I uninstalled and reinstalled the proprietary AMD Catalyst driver.
Still not having problems with nvidia driver 304 and wine 1.6.1. (Which is surprising!) |

khan Ikkala
School of Applied Knowledge Caldari State
0
|
Posted - 2014.01.12 20:37:00 -
[108] - Quote
Waruiko wrote:well i guess i might need a dedicated card then. I had hoped the built in bits would work without because of all the ram, bit I guess not...
Thanks to those who came before me, the 12.04 version posts on this page helped.
I got 13.10 to work on my PCIe mb, a lot easier than some of you had in 12.04 If you call reloading the system 4 times. Some mboards MAY need to upgrade their video card to get current drivers.
Here is what I did: * * * * * * *
sudo add-apt-repository ppa:ubuntu-wine
sudo apt-get update
sudo apt-get install wine1.6 winetricks alsa-oss #(wine tricks + sound)
On the EULA, wait for it to load, some people have reported crashes by messing with it early.
Setup a shell script to start eve, I used: /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\eve.exe" #Note the low resolution here. It will change to max when you log in.
get EVE install files from ... http://community.eveonline.com/support/download/online-installer/
Put the online-installer file in: $HOME/.wine/drive_c/EVE_Online_Installer_6xxxx.exe You now should have a hidden .wine directory as well as others in Your home directory. Execute the installer IN THAT DIRECTORY and accept the defaults.(suggested) Downloads 5.5gb+ of files.
After completing (it will unzip automatically) & install the files & icon, when you click 'Finish' the EVE login screen will pop up. Let it download the update, it will automatically go to EVE online. Let it update to the current EVE system. Then Close/Exit it at this point.
You need to create a link to an App. > /usr/bin/winecfg clicking on the WineCFG file will bring up a setup window. Under Applications, select Add app.... Click thru directories until you find EVE.exe Select it, click ok to close.
The install should have created an icon for you to run EVE from your Home directory, click it. You can then log-in. NOTE: not all the graphics may show on the log-in screen.
Good Luck,
|

Kismeteer
GoonWaffe Goonswarm Federation
589
|
Posted - 2014.02.11 22:18:00 -
[109] - Quote
Everything still working great under wine 1.6.1. I will most likely do a new thread when 14.04 LTS hits, with everything cleaned up. |

Kismeteer
GoonWaffe Goonswarm Federation
601
|
Posted - 2014.04.10 16:16:00 -
[110] - Quote
Just bumping that this is still working quite well.
Is anyone else going to be going to Ubuntu 14.04 LTS? When 14.04 comes out in two weeks, I most likely will do a fresh install, will update these instructions, and ask the old thread be locked. |
|

Dr Shameless
The 8th Order
16
|
Posted - 2014.04.14 21:18:00 -
[111] - Quote
Running eve right now on Linux Mint 16.
With playonlinux (wine frontend) everything works perfectly. Had to install a better amd display driver but that was to get rid of other unrelated problems :) |

Charsi Servire
Reasonable People Of Sound Mind
0
|
Posted - 2014.04.23 18:09:00 -
[112] - Quote
Just updated to Ubuntu 14.04 and as far as the OS goes, it's an improvement. Smoother, fewer errors etc. However, it broke my EVE. The launcher loads just fine (nice and fast) but when I click play, it sits there for a minute, looking like it's going to load the client, but instead the Play button just returns to normal and no client ever loads.
I'm running eve under Playonlinux and their site doesn't seem to load for me so I'm going to have to find an alternative way to install the latest wine under my POL virtual drive.
Anyone running into any issues with EVE since the 14.04 release? |

Androxian
Svea Rike Fatal Ascension
0
|
Posted - 2014.04.24 22:34:00 -
[113] - Quote
I did a fresh install of 14.04 LTS, installed the usual stuff and drivers.
Then I just installed the latest Wine and installed EVE. Started the game with the launcher and it worked fine.
I just had some problems with one of my chars. It always crashed after selecting it at the character select screen. I lowered some of the graphics settings and it worked after that. Then I just cranked the settings up to max again and it was back to normal. |

Kismeteer
GoonWaffe Goonswarm Federation
605
|
Posted - 2014.04.28 18:45:00 -
[114] - Quote
I'll be rebuilding my workstation later this week sometime, will simplify this thread a bit with complete instructions, with simple tldr instructions up top.
How do you guys like 14.04 now? Am I going to want to kill Unity still? I'm pretty happy with XFCE though. |

Kismeteer
GoonWaffe Goonswarm Federation
605
|
Posted - 2014.05.06 22:23:00 -
[115] - Quote
# Tenative steps on my Ubuntu 14.04 LTS rebuild, taking advice before I start the new thread:
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.
- Install Ubuntu 14.04 desktop (or server if you're a masochist like me)
- Install your video driver. I am using nvidia-current, with Settings | Software & Updates | Additional Drivers | Nvidia Proprietary.
- 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'.
- Pick location, I chose C:\Games\CCP\EVE. (I changed Program Files (x86) to Games)
- In the mean time, setup a few shell scripts. (/usr/bin/aoss is optional if you want it.)
"~/bin/v1" wrote: # This is your 'no updates' shell script. I save this in ~/bin/v1
# this is commented out, but here if you want to test overrides, which some people have needed. #export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"
# 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"
"~/bin/e1" wrote: # This is your launcher shell script. Use it when you have updates to run. I save this in ~/bin/e1
# this is commented out, but here if you want to test overrides, which some people have needed. #export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"
# 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"
- 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.
- 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.
- After you are patched, you can launch, and it will take awhile to launch the first time, particularly the EULA.
- Go to Settings | video Settings | uncheck load station environment. You want to avoid loading Captain's Quarters.
Here is a script that will setup 3 instances for you as well:
I'm getting significant tearing on these drivers, so I'll keep refining this until I'm happy. |

Kismeteer
GoonWaffe Goonswarm Federation
606
|
Posted - 2014.05.08 17:38:00 -
[116] - Quote
My tearing was based off no-reboot after installing video driver.
I'm going to rip out the winetricks stuff as well, any objections? |

Kismeteer
GoonWaffe Goonswarm Federation
606
|
Posted - 2014.05.08 18:38:00 -
[117] - Quote
Okay, I'm happy with the new thread, it's posted. https://forums.eveonline.com/default.aspx?g=posts&m=4568464#post4568464
Thanks for everyone's help with the previous version of Ubuntu, hopefully these artifacts of old can disappear over time.
Mods, please lock. Thanks! |
|
|
|
Pages: 1 2 3 4 :: [one page] |