Marcus Meissner meissner@suse.de writes:
In 2001 when windows/property.c moved to dlls/user/property.c additionaly EnumProps16 gained the ability to enumerate non-string atoms.
This brings a 16 bit application I have here to crash in repne scansb es:(di), so it clearly expects get only strings.
Ciao, Marcus
Changelog: Do not enumerate non-strings in EnumProp16.
That ability was added specifically for 16-bit apps, so I don't think it should be removed. Probably the problem is because of some Wine internal property. Can you find out which property is causing trouble?