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/+sour ... 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
3D applications fail on Intel GM45
Re: 3D applications fail on Intel GM45
Disable FBO (OffscreenRenderingMode http://wiki.winehq.org/UsefulRegistryKeys). Make sure you turned off all 3d desktop effects. Upgrade to wine-1.1.27.smani wrote:Hello all,
I am trying to find the cause of wine failing to run any 3D application with Intel GM45 graphics.
-
- Level 5
- Posts: 336
- Joined: Mon Nov 24, 2008 8:10 am
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
(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.
ALSA lib ../../src/conf.c
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.
These 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.smani wrote:ALSA lib ../../src/conf.c(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
I'm currently testing with ubuntu karmic / jaunty and fedora 11, all on x86_64.
Anyway, I simply posted those messages to indicate that the glxbaddrawable issue can appear immediately or shortly after the first messages, please do ignore them because, as you pointed out, they have nothing to do with the issue
I was rather asking myself, does anyone know any background on those errors?
Anyway, I simply posted those messages to indicate that the glxbaddrawable issue can appear immediately or shortly after the first messages, please do ignore them because, as you pointed out, they have nothing to do with the issue

I was rather asking myself, does anyone know any background on those errors?