[Bug 5126] snes9x Open File dialog causes assert failure

Wine Bugs wine-bugs at winehq.org
Mon Apr 24 03:38:34 CDT 2006


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





------- Additional Comments From nospam at thenerdshow.com  2006-24-04 03:38 -------
By the way, this bug can be worked around by simply commenting out the
assertion.  And I can play the games.  Bogus assertion?  You tell me, after
applying this patch:

--- wine/dlls/comctl32/listview.c.orig	2006-04-23 22:33:38.000000000 -0800
+++ wine/dlls/comctl32/listview.c	2006-04-24 00:21:17.000000000 -0800
@@ -1949,7 +1950,7 @@
 		if (lpLVItem->iSubItem == 0)
 		{
 		    State.left += REPORT_MARGINX;
-		    assert(lpLVItem->mask & LVIF_INDENT);
+		    /* assert(lpLVItem->mask & LVIF_INDENT); */
 		    State.left += infoPtr->iconSize.cx * lpLVItem->iIndent;
 		}
 	    }


-- 
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