Click to See Complete Forum and Search --> : The_Drake_Noob


The_Drake_Noob
10-07-2002, 03:39 PM
I am having problems with WineX, as I installed it correctly with no error messages, and configured it correctly, but yet when I try to 'wine setup.exe' on my Counter_Strike retail cd, I get the following error:

'fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/local/lib/libx11drv.so: undefined symbol: X11DRV_GLX_CreateDriver
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/local/lib/libx11drv.so: undefined symbol: X11DRV_GLX_CreateDriver
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't star debugger ("debugger/winedbg 134660432 56") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger'

I really have no clue what is going on, I followed the instructions from the newest http://lhl.linuxgames.com/howto/hal...-HOWTO-0.5.html document exactly, and the thing is I HAD COUNTER-STRIKE WORKING ON MANDRAKE 9.0! I really like RedHat, but if I can't run my favorite game in the whole world, I don't know what I should do... I would really like it if you peoples can help me Thank you so much for your help in the past

(Formerly) The_Drake_Noob

Icarus
10-07-2002, 05:27 PM
OpenGL is not setup on your system. Red Hat uses generic graphic drivers for OpenGL and they don't work for accerated games...

If you have an nVidia card go get the drivers from www.nvidia.com and follow the instructions to install it.

That should take care of your error there

The_Drake_Noob
10-07-2002, 06:38 PM
I only wish it was that simple... I already have the NVIDIA drivers compiled for RH 8. I know they work because I play Chromium B.S.U, and I ran 'glxgears' I just hope someone out there has the answer....

The_Drake_Noob
10-09-2002, 10:58 PM
I figured it out with the EXTREME help of the awesome bwkaz, on a diff. forum! THX MAN!

deimos
10-10-2002, 08:55 AM
Mind posting the solution here? You'll prolly save several people from the same hassle somewhere down the road :)

Congrats btw.

The_Drake_Noob
10-10-2002, 03:09 PM
Good Idea... The problem was actually my GLX driver did not install libGL.so properly. A VERY helpful script for determining if your Nvidia card is WineX/Wine ready is located at the LHL (Linux half life) HOWTO. Just do a google search 'LHL HOWTO' The script told me that the libGL.so was missing, so I re-downloaded the NVIDIA_GLX-1.0-3123.i386.rpm I uninstalled the old GLX, and installed this one. I updated the database, and found that libGL.so was there, and the script had also detected it! Instead of forcing OpenGL detection when I was building WineX, it was automactically selected in the config.h file under wine/include/config.h I then proceeded to build it with the './configure --enable-opengl' configure command, and then I built it. IT THEN WORKED!!! oh yeah, lol! If you guys have problems see the LHL HOWTO. Actually just go there in the first place, it will make your life temporarily easier at the moment

Cheers, The_Drake_Noob