https://bugs.winehq.org/show_bug.cgi?id=40441 --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> --- Indeed, it is a problem of mipmap count in IDirectDrawSurface7::Lock ----------------------------- Under Wine _____________________________ texturenum = 0, lpSurface = 00193258 mipmaps = 5 dwRGBBitCount = 10 texturenum = 1, lpSurface = 001B9D60 mipmaps = 5 dwRGBBitCount = 10 texturenum = 2, lpSurface = 001B9E90 mipmaps = 5 dwRGBBitCount = 10 texturenum = 3, lpSurface = 001951D0 mipmaps = 5 dwRGBBitCount = 10 texturenum = 4, lpSurface = 00195300 mipmaps = 5 dwRGBBitCount = 10 texturenum = 5, lpSurface = 00000000 ----------------------------- Under Windows _____________________________ texturenum = 0, lpSurface = 01212328 ddsd.dwMipMapCount= 5 dwRGBBitCount = 10 texturenum = 1, lpSurface = 01212308 ddsd.dwMipMapCount= 4 dwRGBBitCount = 10 texturenum = 2, lpSurface = 01212348 ddsd.dwMipMapCount= 3 dwRGBBitCount = 10 texturenum = 3, lpSurface = 01211D08 ddsd.dwMipMapCount= 2 dwRGBBitCount = 10 texturenum = 4, lpSurface = 01211DE8 ddsd.dwMipMapCount= 1 dwRGBBitCount = 10 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.