I have fedora12 x86_64
I installed wine, but had trouble with it crashing on the audio tab in config every single time... eventually I found instructions to revert to the 32bit version (although as I understand it it's all really 32 bit and the one called 64 just does something differently, but I don't know what else to call it) and that worked.
So now I have wine 1.1.38 and I installed EVE online (I just downloaded it today so I'm assuming whatever the latest version is). The install seemed to go okay, but now I get to the splash screen and it dies with this error:
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 0x8d9000 0 0x33fc6c 4
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate 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
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
All I really get from this is that OpenGL isn't working, but I'm sure I use it for a chess game I have installed. I found someone suggesting I enter "glxinfo | grep direct" and that told me
Code:
direct rendering: Yes
GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
Which as far as I can tell is not a bad thing.
At this point I'm kinda stuck. I don't want to try installing another version because of the sound issue I've been having until now. Is there any way to make this version notice/use OpenGL or whatever its issue is?