http://bugs.winehq.org/show_bug.cgi?id=22759
--- Comment #8 from Juan Lang juan_lang@yahoo.com 2010-05-19 12:49:58 ---
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.