http://bugs.winehq.org/show_bug.cgi?id=22759
--- Comment #11 from Larry Johnson keepitsimpleengineer@gmail.com 2010-05-19 14:17:10 --- (In reply to comment #8)
From your log: 000b:Call user32.CopyImage(00010034,00000001,00000010,00000010,00004000) ret=54182495 000d:err:xrender:get_xrender_format_from_color_shifts No XRender format found! 000d:trace:seh:raise_exception code=c0000005 flags=0 addr=0x68a13623 ip=68a13623 tid=000d
From the code which produced the error: /* This should not happen because when we reach 'shifts' must have been set and we only allows shifts which are backed by X */ ERR("No XRender format found!\n"); return NULL;
This indicates a likely problem with your configuration. While arguably wine shouldn't crash in this case, there's not much it can do if your X configuration is screwed up.
Located the problem.
Video adapter is Riva 128. (Gateway 400c)
Riva 128 supports depths of 15 (not 16) and 24.
Xubuntu uses nv driver which for some inexplicable reason sets color depth to 16.
This color depth causes precisely this error with wine.
Xubuntu 10.04 uses the new "improved" Xorg which has no xorg.conf file, and also xfce settings do not provide for setting or reporting color depth, it must be divined from scrutiny of the Xorg.0.log file.
Solution is to create an xorg.conf file and set the default depth to 24.
Thanks for your help.
Please mark this bug report accordingly.