These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Problems on arch linux

Author
Hyperion Aurgnet
Cry Of Death
Almost Underdogs
#1 - 2012-04-16 04:58:35 UTC
So, i really hate to post ANOTHER thread on crucible 1.6 issues. i really do. I feel like.... that door frame that violently assaults the pinky toe that your bedframe just attacked 5 minutes ago... but i've jumped through a ridiculous amounts of hoops before i got to this point, so its not like im just doing this to be a whiny baby. I'm actually at a loss.

So, I've done everything that was suggested here. Everything. Trust me, over the past few weeks, ive checked and rechecked these forums to see if something has updated, but its always the same stuff. So, i tried the two major proposed solutions to this issue. I first tried the one Whitehound suggested, in thread https://forums.eveonline.com/default.aspx?g=posts&t=85504&find=unread . with a fresh prefix and everything, even after running repair, i end up this error, represented on this page by the text in red. http://www.crunchyroll.com/user/Kuroixmachina/pages/Bugreportsforeve SO, i decided to pursue the other option of installing corefonts, the three vcruns, msxml3 (since i run arch linux, and needed to do so for vcrun2010) and d3dx9 on a new prefix and fresh install. after pursuing THAT road, i got the error in BLUE which to me looks exactly the same as the first. For the heck of it, i booted the launcher for a third time and tried to launch the game through that, and was met with the stuff in green.

Now, my computer CAN run eve on linux. its done it before with this whole native builtin crap during a brief time that i ran linux mint. but ever since then, i havent gotten it to work again, even retrying on mint.

I run arch 64bit, wine 1.5.2, my computer is an hp pavillion dv7- with an i7 and 6 gigs of ram, sadly integrated intel hd3000 graphics, but they work rather well for integrated graphics.

so, with ALL the aforementioned information, does ANYONE have a clue where im turning wrong? i feel a bit bad for starting a new thread on this issue, but i felt like posting this huge thing in another thread might have been annoying and just completely disregarded. I'm kinda at a loss here and have no cllue where to turn, as i have tried pretty much everything. I've even made sure to do the "env LC_ALL=en_US.UTF-8" way of launching it, in case my locale is screwed up, but i just get the exact same thing. It SEEMS to rest on python, but i have no idea. anyone have any clue?
Katrina Bekers
A Blessed Bean
Pandemic Horde
#2 - 2012-04-16 11:29:55 UTC
Hyperion Aurgnet wrote:
I run arch 64bit, wine 1.5.2, my computer is an hp pavillion dv7- with an i7 and 6 gigs of ram, sadly integrated intel hd3000 graphics, but they work rather well for integrated graphics.

so, with ALL the aforementioned information, does ANYONE have a clue where im turning wrong?
Quote:
<< from Red and Green logs >>
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 0x300)").

Gallium3D is a driver framework without much of a back-end for Intel HD GPUs - even if it was started exactly to fill that gap.

Intel would use software renderer for 3D:
Quote:
Backtrace:
=>0 0xf1976467 (0x00337c04)
1 0xf5efeaec in swrast_dri.so (+0x3fdaeb) (0x00000054)

In short, you lack an appropriate hardware platform (Intel is out of question as of Crucible, at least under linux), and on top of it, you're using no accelerated drivers, so the X server falls back to software rendering.

Try using native Intel drivers, but I won't hold my breath waiting for it to work.

It sucks, I know.

<< THE RABBLE BRIGADE >>

Katrina Bekers
A Blessed Bean
Pandemic Horde
#3 - 2012-04-16 11:31:24 UTC
Ah, by running a 64bit linux, you lack some compatibility, security related 32bit libs, too:
Quote:
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory

<< THE RABBLE BRIGADE >>

Hyperion Aurgnet
Cry Of Death
Almost Underdogs
#4 - 2012-04-16 15:20:15 UTC  |  Edited by: Hyperion Aurgnet
as far as the drivers go, i've got the intel drivers installed. i chose to install the xorg package which comes with like, every video driver arch linux has to offer, one of which in x86-video-intel. i noticed it was using gallium, and wondered why, but i wasnt too concerned because ive gotten the game running before with the terminal saying that. as for the security software, i noticed that too, and i installed lib32-libgnome-keyring hoping that would help. I TRIED installing lib32-gnome-keyring itself, but well, i cant. i shouldnt be having that huge of a problem though, since i always have run 64-bit linux. I guess the other distributions just automatically include the 32-bit support?

i HAVE gotten the launcher and game itself to run in linux mint 64-bit. maybe am i just assuming too much in thinking that if it runs in on 64bit mint, it should run on 64bit arch?

small add on: I have that library, but its located in lib, not lib32. is there any way to make eve refrence it in the 64bit libraries? i know eve isnt 64bit.... but...
Im no computer genious. I just know there is a file with the exact name and folder its looking at, just in my lib folder and not lib32.
Nebu Retski
Lead Farmers
#5 - 2012-04-20 11:04:05 UTC
Hyperion Aurgnet wrote:
I TRIED installing lib32-gnome-keyring itself, but well, i cant. i shouldnt be having that huge of a problem though, since i always have run 64-bit linux.


Just wondering, but did you enable the multilib repository? The multilib repository is required to install 32 bit libraries on arch 64 bit. If you don't know how to check out the Beginners' Guide on the Arch wiki at Package Repositories. The fact that you are unable to install lib32-gnome-keyring lead me to think you do not have it enabled.

If you didn't do that already, then do it and reinstall wine, make sure you have the necessary 32 bit libraries installed, etc..
The "Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0xf18f0467). " leads me to think you are missing some 32 bit libraries.

Hyperion Aurgnet wrote:
as far as the drivers go, i've got the intel drivers installed. i chose to install the xorg package which comes with like, every video driver arch linux has to offer, one of which in x86-video-intel.


Installing xorg does not automatically install all the video drivers that linux has to offer. Xorg provides drivers, but you have to select which one to install. Do
pacman -Qs xorg | grep intel -> I'm guessing it will return nothing
and
pacman -Ss gallium -> I'm guessing it will show nouveau-dri as installed

My guesses can be wrong though, but in case I'm correct you can try to remove nouveau-dri and and install xf86-video-intel and see if that changes anything (after reboot or at least making sure that the new drivers have been loaded AND don't forget the 32 bit libraries!). Also check here to make sure that the driver supports your hardware (I think it does, but don't blindly trust strangers).
COMM4NDER
Legendary Umbrellas
#6 - 2012-04-22 10:42:11 UTC
Dont think there are any lib32-gnome-keyring since i got the exact same issue. Doing pacman -Ss lib32-gnome would not return anything.

[url=https://github.com/CommanderAlchemy/.bin/blob/master/eve] EVE - Online Launcher [Linux] [/url] Installs, launches character prefixes (both SISI & Tranquility). Simplescreenrecorder shm inject

Hyperion Aurgnet
Cry Of Death
Almost Underdogs
#7 - 2012-04-22 14:16:24 UTC
there is, but its in the AUR. and there are like, 100 dependencies to fulfill which is why i just couldnt. every 5 seconds a new dependency popped up.

i actually got the game working perfectly... if you could call it that... on a fresh arch32 install. While i generally really dislike using 32bit when i can use 64bit... it actually works perfectly fine now. that, and instead of installing the whole xorg package (if you do pacman -S xorg, you get xorg, and EVERY BASIC VIDEO DRIVER) i just installed xf86-video-intel (which, was on there before, it just defaulted to gallium for whatever reason.)

so yeah. functioning eve. pretty cool..... but i got hit with THIS https://forums.eveonline.com/default.aspx?g=posts&t=98023&find=unread issue too, so whatever lol. never had this happen before.

why does CCP have to keep changing things so much every patch?!? id kinda like to be able to play like a normal person like i used to!