http://bugs.winehq.org/show_bug.cgi?id=11749
Chrisn Winehq@cnormington.plus.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Winehq@cnormington.plus.com
--- Comment #13 from Chrisn Winehq@cnormington.plus.com 2008-04-12 10:42:59 --- I think I'm having the same sort of problem, except I get when get to enter a password. Tracked it down to the same patch thats causing you trouble.
After further investigation managed to get passed it. dlls\wined3d\surface.c in function IWineD3DSurfaceImpl_RealizePalette (line 3583 wine 0.9.59) right near the end at line 3616 if(This->resource.usage & WINED3DUSAGE_RENDERTARGET) IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);
changing them to //if(This->resource.usage & WINED3DUSAGE_RENDERTARGET) // IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);
rebuilding then running got me past it. It might work here. Currently I don't know how to make a patch.
Hope this helps