http://bugs.winehq.org/show_bug.cgi?id=6961
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Platform|All |PC Summary|Page fault in |Empire Earth II crashes |IWineGDISurfaceImpl_Blt |
------- Additional Comments From vitaliy@kievinfo.com 2006-30-12 13:05 ------- That patch is a hack of course. You need to figure out why source size is bigger. And why can't you just do: sbuf += min(width, slock.Pitch); dbuf += min(width, dlock.Pitch);
This all reaquires testing.