[Bug 5126] snes9x Open File dialog causes assert failure

Wine Bugs wine-bugs at winehq.org
Mon Apr 24 19:26:32 CDT 2006


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





------- Additional Comments From bugs at fabian-franz.de  2006-24-04 19:26 -------
No, its indeed not a dup.

And the assertion is not bogus.

The real problem is that snes9x does the following.

Item.mask=LVIF_TEXT

=> Assertion fails.

But the application should not be allowed to change the mask in the first place.

The application should only change the text-related values of the item.

If it does mis-behave, wine should not copy this over.

It could also be already enough to just use the normal GetItem function, which
is not internal, but external and such copies the data.

cu

Fabian

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