http://bugs.winehq.org/show_bug.cgi?id=3467
--- Comment #35 from Jesse Allen the3dfxdude@gmail.com 2011-01-23 17:05:47 CST --- It appears to me that the game creates a IDirectDrawSurface4, which when calling AddAttachedSurface, gets a version 7 interface. The version 7 interface does not allow any attaching unless the surface to be attached is a z-buffer. This is not what the game is requesting. So it appears to me that there needs to be a version 4 interface.