http://bugs.winehq.org/show_bug.cgi?id=5126
------- Additional Comments From nospam@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; } }