UniqueOperator wrote: > > > Code: > > X Error of failed request: BadValue (integer parameter out of range for > operation) > Major opcode of failed request: 135 (GLX) > Minor opcode of failed request: 3 (X_GLXCreateContext) > > Looks like an incomplete driver installation. Since you're running on > 64bit you must also install the 32bit nvidia libgl package. > > If you're using the installer from nvidia's site make sure you're using > the pkg2 installer, that is the only one with the 32bit libraries > included. > > If you're using Fedora it's easier to use the kmod-nvidia package. Just do: sudo yum install kmod-nvidia # to get the 64-bit version of everything sudo yum install xorg-x11-drv-nvidia-libs.i586 # to get the 32-bit libs that wine needs -- View this message in context: http://www.nabble.com/C-C3-won%27t-start-tp24559670p25106096.html Sent from the Wine - Users mailing list archive at Nabble.com.