Hello all. Who can help me, i have:
Code:
desktop:~$ cat /etc/*release*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu karmic (development branch)"
Code:
Linux desktop 2.6.31-12-generic UTC 2009 i686 GNU/Linux
Code:
NVIDIA Driver Version: 185.18.36
Code:
desktop:~$ wine --version
wine-1.1.30
I start Eve-Online in console:
Code:
env WINEPREFIX="/home/vlad/.wine" wine explorer /desktop=0,1024x768
"C:\Program Files\CCP\EVE\eve.exe"
there is a window with a logo, in console
Code:
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 0x8d0000 0 0x33fcac 4
fixme:win:EnumDisplayDevicesW ((null),0,0x338eb4,0x00000000), stub!
and logo disappears. There is process eve.exe but does not use CPU.
Sorry, my english very poor :)
On kernel 2.6.30.5 eve runing and in console write:
Code:
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 0x8d0000 0 0x33fcac 4
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
fixme:win:EnumDisplayDevicesW ((null),0,0x338ef8,0x00000000), stub!
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x30032 0x00000000
fixme:imm:ImmDisableTextFrameService Stub
fixme:imm:ImmReleaseContext (0x30032, 0x16bbc8): stub
fixme:reg:GetNativeSystemInfo (0x33b728) using GetSystemInfo()
Noilk wrote:> there is a window with a logo, in console and logo disappears. There is process eve.exe but does not use CPU.Search AppDB. Try virtual desktop mode.
Run eve withs /end /LUA:OFF
Code:
env WINEPREFIX="/home/123/.wine" wine explorer /desktop=1024x768
"C:\Program Files\CCP\EVE\eve.exe" /end /LUA:OFF
in console
Code:
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 0x8d0000 0 0x33fcac 4
fixme:win:EnumDisplayDevicesW ((null),0,0x338eb4,0x00000000), stub!
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
What version of Wine are you using, I removed the Karmic repo version of wine 1.1.31 (labeled Wine1.2) and used the Jaunty PPA from WineHQ. This seems to make it happen less often, but not fix it.
I had the same problem but it can be fixed by adding these lines to the bottom of your user.reg: [Software\\Wine\\Direct3D] 1228836470 "DirectDrawRenderer"="opengl" "OffScreenRenderingMode"="fbo" "PixelShaderMode"="enabled" "VertexShaderMode"="hardware" "VideoMemorySize"="256" BUT.... I have a different problem. I can add these lines before I start WINE for the first time, and EVE will load, however, if I start anything in wine again, it overwrites my user.reg with the default file, so Eve will no longer work. I have to restart X, add these lines again before starting wine, then start EVE every time. This is getting VERY frustrating. Any Ideas?
Paradox_Racing wrote:> I had the same problem but it can be fixed by adding these lines to the bottom of your user.reg:DO NOT do that!!! Use regedit to modify Wine registry. Besides all the things you listed are the defaults now (except video memory size, which is detected by Wine), unless of course you using 1-year old Wine version.