Pages: 1 [2] 3 4 5 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Kismeteer
GoonWaffe Goonswarm Federation
612
|
Posted - 2014.06.23 22:35:00 -
[31] - 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/
|
Katrina Bekers
Rim Collection RC Sorry We're In Your Space Eh
213
|
Posted - 2014.07.23 09:13:00 -
[32] - Quote
A quick report to confirm 14.04 LTS, WINE (1.7.22) and EVE works like a charm, here too.
I recently rebuilt my rig (all but the GTX560Ti is mint new) to try 14.04, without a single hiccup worth of mentioning.
Often a new hotfix/patch requires a quick pass of repair.exe, but yesterday it installed Crius thru the Launcher without a problem. << THE RABBLE BRIGADE >> |
Lannius Platoinnes
Center for Advanced Studies Gallente Federation
2
|
Posted - 2014.07.30 09:01:00 -
[33] - Quote
"other lesser distros", pwwwwhahah. Your fanboy is showing a tiny bit.
That being said, I must say, I would very much like some EVE on my linux machine. Did you guys try running the steam version of EvE on this? Because I presume you are talking about the vanilla client. |
After Shok
Ruthenia Co
463
|
Posted - 2014.07.30 17:51:00 -
[34] - Quote
Pretzel Spark wrote: Network layer using: CarbonIO
Use search - https://forums.eveonline.com/default.aspx?g=search&search=CarbonIO&forumID=274 You need install 32 bit libs video drivers -ƒ-Ç-¦-¦-¦-+-¦ -+-¦-+-î-+-Å -+-ü-¦-+-Ç-¦-+-é-î, -â-¦-¦-¦-¦-¦-+-ï-¦ -¦-¦-¦-+-¦-¦-é! -ó-+-é -ü-¦-+-ï-¦ -£-Ä-+-à-¦-¦-â-+-¦-+ |
Neuntausend
GoonWaffe Goonswarm Federation
90
|
Posted - 2014.07.31 13:20:00 -
[35] - Quote
I haven't tried it myself, but Win32 Steam itself works well (with dwrite disabled) and so does Eve. Just give it a go, and report back. You may have to disable the Steam Overlay, but apart from that, I don't see why the Steam version shouldn't work. |
Lothras Andastar
Associated North American Lovers of Dolphins
47
|
Posted - 2014.08.04 06:53:00 -
[36] - Quote
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. Because the Legacy Code has too much Psssssssssssssssh, nothing will ever get fixed until CCP stop wasting money on failed sparkle MMOs and instead rewrite the entire backend of EvE from scratch. |
Kismeteer
GoonWaffe Goonswarm Federation
613
|
Posted - 2014.08.06 20:41:00 -
[37] - 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. |
Noden Vorpalstar
The Knights of Polaris
349
|
Posted - 2014.08.13 02:48:00 -
[38] - Quote
Hi, I'm brand new to Linux, I've been using it less than a week and still learning.
You're guide has been very helpful with getting EVE installed, and for a few days all seemed to run pretty good. Today though not so much, and I think it may have to do with me skipping the following steps.
I am honestly confused on what to do here, what exactly a shell script is, and what this is for. My first guess was it will allow me to get updates to my EVE client.
Any help is greatly appreciated.
I am running Ubuntu 14.04 LTS, and Wine.
Kismeteer wrote: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.[/list]
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)
Public Channel:-á Polaris-Public Roleplaying Channel: -áGallente Lounge
|
Neuntausend
GoonWaffe Goonswarm Federation
100
|
Posted - 2014.08.13 05:43:00 -
[39] - Quote
Those scripts are definitely not needed, but it is a lot more convenient to have some kind of script to launch the game. In any case, you should tell us, what exactly is not working. Just from "It's not working" I could as well gather that there's a power outage, your computer is not running and you are posting this from a mobile phone. ;)
Please start Eve from a terminal, typing something like this:
WINEDEBUG=-all wine "/path/to/eve.exe"
and/or
WINEDEBUG=-all wine "/path/to/exefile.exe"
And copy/paste the output. |
Noden Vorpalstar
The Knights of Polaris
349
|
Posted - 2014.08.14 01:36:00 -
[40] - Quote
Neuntausend wrote:Those scripts are definitely not needed, but it is a lot more convenient to have some kind of script to launch the game. In any case, you should tell us, what exactly is not working. Just from "It's not working" I could as well gather that there's a power outage, your computer is not running and you are posting this from a mobile phone. ;)
Please start Eve from a terminal, typing something like this:
WINEDEBUG=-all wine "/path/to/eve.exe"
and/or
WINEDEBUG=-all wine "/path/to/exefile.exe"
And copy/paste the output.
Hi. You're right I should have been more a little more specific on the problem.
One problem is the launcher does not always load completely. Images not showing, User Name and Password fields missing. Please note this is not all the time, it is just most of the time.
Second, because of this it is hard to tell if the game is updating or not.
As requested the following is the out put to WINEDEBUG on my computer.
william@Vorpalstar:~$ WINEDEBUG=-all wine "C:\Games\CCP\EVE\eve.exe" william@Vorpalstar:~$ 21:29:30: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.). [0813/212930:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
Public Channel:-á Polaris-Public Roleplaying Channel: -áGallente Lounge
|
|
Neuntausend
GoonWaffe Goonswarm Federation
109
|
Posted - 2014.08.14 02:11:24 -
[41] - Quote
So I suppose the game itself works then? You can skip the launcher by running exefile.exe directly, if the launcher acts up. It resides inside the bin/ folder in the eve directory. That way you will only have to run the launcher every once in a while to update the game.
As for the launcher issues themselves - issues like that have been very common with older wine versions (<1.6) and the launcher is still a piece of crap and acts up every now and then, even on current wine versions. I can't really guess why it's not working for you. If you followed Kismeteers guide, it shouldn't act up all that often. The only thing I can suggest is that you make sure you don't have anything weird installed in your wine prefix and that there are no dll overrides in winecfg. From my experience it's a good idea to have Eve in a clean wine prefix for itself with no other windows software installed in it. You could also try deleting your launcher cache which I believe resides in Eve/launcher/cache, but that's just another shot in the dark. Besides that, no idea right now, sorry.
Oh and by the way, by setting WINEDEBUG=-all, you actually remove most debugging information instead of adding it (note that you don't actually "run" WINEDEBUG, as it's not a script or program. You merely set a variable by that name to "-all" - read: "minus all"). I like to do that, because wine more often than not just spams hundreds of "fixme:" messages that may be useful for wine developers, but usually don't contain anything useful for us mere mortals and make the output bigger and harder to read. Sadly your output doesn't show anything obvious like I sorta hoped it would (it usually does). You are however getting "'CreateActCtx' failed" and I can't check if I am getting it as well, as I am not in reach of my linux machine right now, but I don't think it's related. |
Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.14 16:40:49 -
[42] - 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) |
Torgeir Hekard
I MYSELF AND ME
78
|
Posted - 2014.08.18 06:56:48 -
[43] - Quote
Noden Vorpalstar wrote: Hi. You're right I should have been more a little more specific on the problem.
One problem is the launcher does not always load completely. Images not showing, User Name and Password fields missing. Please note this is not all the time, it is just most of the time.
wine --version please |
Trefort
Facta Non Verba
0
|
Posted - 2014.08.20 07:07:07 -
[44] - Quote
I ve been trying to get eve working since the crius release. I have 2 computers, one is working fine, the other - my gaming rig ofc - does not. Both have the same Ubuntu installed 14.04.1 LTS, same wine, same nvidia drivers. One of them has an older nvidia card ( GT240 i think ) which is working fine
The one i have problem with: Ubuntu 14.04.1 LTS 01:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] (rev a1) wine-1.7.24
Last time i tried a complete reinstall of both the system and eve - purged the directories - to no effect.
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
Any ideas, suggestions? Thanx
|
Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.20 16:13:42 -
[45] - 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 -
[46] - 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 -
[47] - 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. |
Trefort
Facta Non Verba
0
|
Posted - 2014.08.24 14:06:09 -
[48] - Quote
The last 2 days i was trying everything i can think of:
installed the properiarty driver for nvidia - no change tried all of the drivers i can find on the nvidia website - even the beta ones - still no success i wiped wine and installed the 1.6 version and eve again and tried all the dirvers - still no luck
What fixed it that i changed the port on which through the client connnects to the eve servers. Funny thing is that this was the first thing i did when i got the blank screen ingame and at that time it did not work. Im guessing that my problem is/was ISP related
My system now : Ubuntu 14.04.1 LTS 01:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] (rev a1) wine-1.7.24 Nvidia driver: 331.38 Proprietary
|
Kismeteer
GoonWaffe Goonswarm Federation
744
|
Posted - 2014.08.25 17:13:48 -
[49] - 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 -
[50] - 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 -
[51] - 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 |
Cassandra Skjem
Republic University Minmatar Republic
0
|
Posted - 2014.10.19 15:28:48 -
[52] - Quote
Kismeteer wrote:
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.
Using the repair.exe file (double click on it in Ubuntu 14.04 LTS) when you have WINE installed already from the file browser will effectively patch the client without using the launcher, is much quicker, and more reliable because as you say the launcher has a tendency to error out in Ubuntu.
It can be found in: ~/CCP/Eve/repair.exe |
Cassandra Skjem
Republic University Minmatar Republic
0
|
Posted - 2014.10.19 16:01:14 -
[53] - Quote
Torgeir Hekard wrote:Kismeteer wrote: 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..
Errm. I assume he didn't install anything. Sounds like he took your post and changed nvidia-current to radeon-current. Obviously it didn't work. Because proprietary AMD drivers (which most likely will not work with the now-legacy HD46XX) are called fglrx. Also. You can do apt-cache search radeon and see what randeon-related stuff you have in repos. Also also. I believe, Ubuntu had some kind of easy driver selection for proprietary drivers, but I don't remember where it is or how it's called. For anyone having any issues with the proprietary drivers I suggest falling back to the X.org drivers which are quite good and require no tweaking usually to make Eve work. Some glitches may occur with various lighting effects but overall they should work well. |
Cassandra Skjem
Republic University Minmatar Republic
0
|
Posted - 2014.10.19 21:08:16 -
[54] - Quote
Trefort wrote:The last 2 days i was trying everything i can think of: installed the properiarty driver for nvidia - no change tried all of the drivers i can find on the nvidia website - even the beta ones - still no success i wiped wine and installed the 1.6 version and eve again and tried all the dirvers - still no luck What fixed it that i changed the port on which through the client connnects to the eve servers. Funny thing is that this was the first thing i did when i got the blank screen ingame and at that time it did not work. Im guessing that my problem is/was ISP related My system now : Ubuntu 14.04.1 LTS 01:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] (rev a1) wine-1.7.24 Nvidia driver: 331.38 Proprietary Install the X.org X drivers to fix this issue. Then reinstall wine. |
George Kolman
The Scope Gallente Federation
0
|
Posted - 2014.10.23 10:24:08 -
[55] - Quote
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 |
Kismeteer
GoonWaffe Goonswarm Federation
745
|
Posted - 2014.10.24 12:56:14 -
[56] - 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 |
Jenshae Chiroptera
500
|
Posted - 2014.10.31 14:24:44 -
[57] - Quote
PlayOnLinux made it easy to install.
Few glitches that seem to be mentioned in OP. 32 bit, Ubuntu 14.04, 3GHz dual core, 4GB RAM, 1GB GT 630 Nvidiot card - little lag - with everything off or low where possible. 64 bit, Ubuntu 14.04, 4.1GHz quad core, 8GB RAM, 2GB GT 630 Nvidiot card - no lag - everything on and max.
Ideas & stuff
EVE - the game of sand castles, either building them or kicking them down. -á
Status: Taking a break
|
scruff decima
Large Collidable Object.
20
|
Posted - 2014.11.01 15:05:57 -
[58] - Quote
Running surprisingly well with Ubuntu 14.04.1 (awesome WM, wine-1.6.2), Radeon HD 5770, 8GB ram, quad-core @ 2.80GHz.
I get 50fps while orbiting station with fglrx drivers. I think the performance from the OS drivers might have actually been better. No glitches or bugs so far. We'll see how it copes in large fleets.
Thanks for the guide. |
Kismeteer
GoonWaffe Goonswarm Federation
751
|
Posted - 2014.11.03 19:04:01 -
[59] - 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. |
Jenshae Chiroptera
511
|
Posted - 2014.11.12 02:43:46 -
[60] - Quote
Thank you.
Ideas & stuff
EVE - the game of sand castles, either building them or kicking them down. -á
Status: Taking a break
|
|
|
|
|
Pages: 1 [2] 3 4 5 :: one page |
First page | Previous page | Next page | Last page |