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