http://bugs.winehq.org/show_bug.cgi?id=3731
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-22-07 13:40 ------- Created an attachment (id=2997) --> (http://bugs.winehq.org/attachment.cgi?id=2997&action=view) snapshot
stefan, as you said, after removing the line it works: diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index fa4f615..5fdfb14 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -1646,7 +1646,7 @@ static HRESULT WINAPI IWineD3DSurfaceImp if (This->resource.pool == WINED3DPOOL_SCRATCH) { FIXME("(%p) Operation not supported for scratch textures\n",This); - return WINED3DERR_INVALIDCALL; + // return WINED3DERR_INVALIDCALL; }
if (This->Flags & SFLAG_INPBUFFER) {