Hello all, I am trying to find the cause of wine failing to run any 3D application with Intel GM45 graphics. Problem described in detail here: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/406865. Could anyone point me out if it is indeed an issue within wine or rather something that is actually missing in the driver (especially concerning all the WINED3DFMT messagges)? Thanks! Cheers smani
smani wrote:> Hello all, > I am trying to find the cause of wine failing to run any 3D application with Intel GM45 graphics.Disable FBO (OffscreenRenderingMode http://wiki.winehq.org/UsefulRegistryKeys). Make sure you turned off all 3d desktop effects. Upgrade to wine-1.1.27.
I am currently testing with the x-edgers repository from ubuntu (daily builds of mesa / libdrm / xorg drivers / xserver). I encounter the glxbaddrawable issues with any 3D application, usually 9 out of 10 attempts to start a program fail with that error, either immediately or after the first few wine debug lines, i.e. ALSA lib ../../src/conf.c:2700:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so ALSA lib ../../../src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL hw:0 (though these messages should be irrelevant concerning this issue). Anyway, I found these errors appearing both on newer intel chips as well as with the ati opensource driver (the xserver-xorg-video-ati one), the errors do not appear with proprietary ati / nvidia drivers.
smani wrote:> ALSA lib ../../src/conf.c:2700:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so > ALSA lib ../../../src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL hw:0These messages have nothing to do with Wine, and produced by ALSA itself due to broken ALSA configuration. Consult your distro, and ALSA documentaion of how to cleanly get rid of pulseaudio.