[Bug 3731] Dungeon Siege 2 doesn't work

Wine Bugs wine-bugs at winehq.org
Sat Jul 22 13:40:10 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=3731





------- Additional Comments From xerox_xerox2000 at 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) {


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list