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

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.01 23:17:00 -
[1]
Edited by: Caathrok on 01/12/2009 23:27:13 I am getting the following error:
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 fixme:heap:HeapSetInformation 0x8e0000 0 0x33fc6c 4 fixme:win:EnumDisplayDevicesW ((null),0,0x338da4,0x00000000), stub!
If I disable the 'net I still get this error, but it starts to load the login screen and changes resolution... and then I have to log back in because it shut down every program and logged me out.
Help? I've never gotten along with Linux but windows will *not* install on my computer so I have no choice here. It's the AMD64bit version.
|

Miraqu
Caldari
|
Posted - 2009.12.02 09:11:00 -
[2]
You have followed the Wiki, right?
you need - corefonts - vcrun2005sp1 - d3d_dx35/36.dll
I believe some players posted difficulties with some strange ubuntu-kernel-patches, but I am not sure if that applies to you.
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 15:36:00 -
[3]
yes, I have all three of them and I followed the wiki.
Do I still need to run the patch thing if I have the most recent version?
I downloaded the dominion client yesterday and the installer has the same numbers as the most recent eve server on that page on the wiki.
I guess I have to figure out how to do that whole kernel downgrading thing...
|

LoveableLoser
|
Posted - 2009.12.02 15:47:00 -
[4]
Before you downgrade I suggest you browse the first page of this forum, specifically this thread.
"[Fukkin' SOLVED]EVE + Karmic"
http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1195604
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 16:05:00 -
[5]
Edited by: Caathrok on 02/12/2009 16:07:25 Edited by: Caathrok on 02/12/2009 16:07:03 actually I done that before I posted the thread.
disabling the network doesn't help, I have no prefs.ini file... it still causes linux to go back to the login screen after closing all processes.
|

LoveableLoser
|
Posted - 2009.12.02 16:10:00 -
[6]
Are you sure you don't have a prefs.ini?
Look in ~/.wine/drive_c/users/$USER/Local Settings/Application Data/CCP/EVE/c_eve_tranquility/settings/
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 16:24:00 -
[7]
Edited by: Caathrok on 02/12/2009 16:25:01 how do I stop eve from trying to go full screen without opening eve and changing the settings?
cause I think that's causing the linux crashes
and ya, there's one there but deleting it has no effect. other than stopping me from having to disable wireless, which is easier to do anyway.
|

LoveableLoser
|
Posted - 2009.12.02 16:28:00 -
[8]
If your not running EVE in a virtual desktop ( wine explorer /desktop=EVE,AxB $WINEPREFIX/drive_c/EVE/eve.exe ) then I don't know of anyway to start the program in a windowed mode without prefs.ini
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 16:32:00 -
[9]
Edited by: Caathrok on 02/12/2009 16:37:54 I'm using the virtual desktop but eve is forcing it full screen.
and ya, setting bitscanceled=0 doesn't help.
I'm not having the problem they are.
my screen flickers and pops like it's changing resolution and then I have to log back on.
|

Melke
Gallente Capital Construction Research
|
Posted - 2009.12.02 17:42:00 -
[10]
Edited by: Melke on 02/12/2009 17:42:14 I got the same error until I added some registry keys using 'wine regedit'
Follow the instructions HERE
Once I did that I had to move the splash screen around a bit to get it to launch.
|
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 18:50:00 -
[11]
ya, I did that...
|

Eoras Northwind
Gallente Center for Advanced Studies
|
Posted - 2009.12.02 19:33:00 -
[12]
Originally by: Caathrok I'm using the virtual desktop but eve is forcing it full screen.
Can you pastebin your ~/.xsession-errors file? You might find more details about the issue in that logfile.
However, this does sound exactly like eve is crashing the wine video process and that in turn is crashing the X11 server in a fashion that takes out your login.
I've seen situations with the nVidia proprietary drivers that look exactly like this. Those problems can even hang the entire Linux operating system if the proprietary driver gets into a bad enough state. What hardware and video driver is this, again?
Do any other graphical 3d or 2d accelerated programs have issues?
One monitor/video card or two?
Are you running a composited desktop like Compiz, Beryl, the experimental GNOME 3 shell? (Do your windows wobble?)
What is the output of opening a terminal and running:
Quote: glxinfo | grep render
If you open winecfg, are you using the XRandR options? (see http://wiki.winehq.org/UsefulRegistryKeys for how to check that setting.) Those can impact how wine resizes the desktop.
|

Phoenix Torp
Caldari King's Finanace Corp
|
Posted - 2009.12.02 19:50:00 -
[13]
Dominion in Wine 1.1.32 works well for me. I've got a shell script called /home/aldarius/eve with this:
#!/bin/sh START=`date +%s` sudo chmod 700 /etc/resolv.conf sed -i 's/bitsCancelled=1/bitsCancelled=0/' ~/.wine/drive_c/users/aldarius/Local\ Settings/Application\ Data/CCP/EVE/c_program_files_ccp_eve_tranquility/settings/prefs.ini cd ~/.wine/drive_c/Program\ Files/CCP/EVE && env WINEPREFIX="/home/aldarius/.wine" padsp wine explorer /desktop=$START,1280x1024 "eve.exe" & sleep 10 sudo chmod 755 /etc/resolv.conf
You save the text file made in gedit and when you on a terminal you put "./eve"
Don't know why don't appear the 1.1.33 in Synaptic on Ubuntu but not a needed thing. ------ Skills |

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.02 20:43:00 -
[14]
Edited by: Caathrok on 02/12/2009 20:48:16 OK... um
Eve is the first game I've tried to run.
I'll try to find this "~/.xsession-errors" file. filesearch on my filesystem found nothing... so good luck to me, lol
I have two PCI-E video cards ATI x1950 512mb and ATI x1950 512mb Crossfire currently I am only "using" the one card cause I had some trouble installing ubuntu with the crossfire cable and havn't put it back on yet.
Also have a Asus PhysX 128mb card if that matters (I'm working on figuring out where to find a list in linux of what of my hardware linux sees and is installed/working...)
On system monitor it says GNOME 2.28.1 and I am not sure what you mean by wobble so I'm thinking no on the composite desktop thing.
The output from the terminal is:
Quote: direct rendering: Yes OpenGL renderer string: Mesa DRI R300 (R580 7240) 20090101 TCL
|

Solbright
Advanced Security And Asset Protection
|
Posted - 2009.12.02 23:26:00 -
[15]
Mesa is the open source software render. You need the ATI closed source driver.
----- The Eve Client - A Love Story - The single biggest fix CCP ever did to Eve. Keep it up! |

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.03 00:55:00 -
[16]
Edited by: Caathrok on 03/12/2009 01:06:53 Edited by: Caathrok on 03/12/2009 01:04:45 Edited by: Caathrok on 03/12/2009 00:56:54 ah, ok, went to ATI grabbed the ATI proprietary Linux x86_64 driver.
trying to figure out how to install the $#^$ thing.
wtf is with linux not know how to open it's own stupid files? it wants to txt edit EVERYTHING
terminal output from my attempt to manually install the drivers:
Quote:
================================================== ATI Technologies Linux Driver Installer/Packager ==================================================
Error: ./default_policy.sh does not support version default:v2:x86_64:lib32::none:2.6.31-15-generic; make sure that the version is being correctly set by --iscurrentdistro
|

Melke
Gallente Capital Construction Research
|
Posted - 2009.12.03 03:11:00 -
[17]
It looks like you are trying to install the 32bit drivers in a 64 bit install. Get the 64-bit drivers and try again. I have been installing the official drivers for years now and rarely have issues anymore.
|

Caathrok
Gallente Ora Nova BricK sQuAD.
|
Posted - 2009.12.03 06:30:00 -
[18]
I was very careful to make sure I had the 64bit drivers.
If I get hired at dunkin' donuts I'ma just pay someone to put xp on this...
|

Miraqu
Caldari
|
Posted - 2009.12.03 07:47:00 -
[19]
Afaik:
- Ubuntu has a tool for driver installation : EnvyNG
|

waveclaw
|
Posted - 2009.12.04 15:45:00 -
[20]
Edited by: waveclaw on 04/12/2009 15:49:46
Originally by: Caathrok
I'll try to find this "~/.xsession-errors" file. filesearch on my filesystem found nothing... so good luck to me, lol
Just for information, that ~ stands for your home directory on Linux or Unix. That is, ~/any/path refers to any/path inside the $HOME of the current user. If you have serveral users, say carrthrok1 and carrthrok2 on your Linux box, you can reference their home directory with ~username like ~carrthrok1/ and ~carrthrox2.
Also, files starting with a . like .xsession-errors don't show up by default. They are the equivalent of hidden files in Windows.
Originally by: Caathrok I have two PCI-E video cards ATI x1950 512mb and ATI x1950 512mb Crossfire
Almost universally, the F/OSS (Free/Open-Source-Software) drivers suck. (Correction, all drivers suck. F/OSS and proprietary binary drivers just suck in different ways. Windows and Linux drivers suck in their own special ways.)
https://help.ubuntu.com/community/BinaryDriverHowto/ATI
|
|

Debeus
Amarr Princeps Corp Atlas Alliance
|
Posted - 2009.12.05 06:06:00 -
[21]
The experience with Nvidia is painless. And in theory, a fresh Ubuntu install should already use the ATI proprietary driver. Going the the manufacturer page to download a driver and attempt a "manual" install means extreme pain for noobs, meaning, don't do it.
Also we mentioned in the other thread about using the newer 2.6.32 kernel to cure remaining issues, and of course Wine latest version.
If you are willing to pay someone for XP, why not hire your local linux geek instead? Installing XP in these laptops usually involves just getting the drivers for all the hardware, get an XP image and use the nlite software to embed those drivers in a custom cd you install from. But you'll probably loose everything when the next virus of the week hits, not to mention all the money wasted in software licenses. -- Ubuntu Eve Online install Guide Athlon X2 6000 Nvidia 9800 GT Ubuntu x86_64 |

eXeGee
UK1 Zero
|
Posted - 2009.12.05 13:57:00 -
[22]
Originally by: LoveableLoser Are you sure you don't have a prefs.ini?
Look in ~/.wine/drive_c/users/$USER/Local Settings/Application Data/CCP/EVE/c_eve_tranquility/settings/
What if i don't have users folder in my wine folder at all? And no prefs.ini anywhere...
|

Element 22
Gallente
|
Posted - 2009.12.06 05:54:00 -
[23]
Try Quote: locate prefs.ini
For me it's /home/USER/.wine/drive_c/windows/profiles/USER/Local Settings/Application Data/CCP/EVE/c_program_files_ccp_eve_tranquility/settings/prefs.ini Signatures are annoying...kinda like me. |
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |