http://bugs.winehq.org/show_bug.cgi?id=28087
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2011-10-10 17:39:39 CDT --- (In reply to comment #14)
I'd like to test, but what do you mean by "could you try to run with native shlwapi"?
I mean using native shlwapi copied from win installation or with winetricks.
Anyway there's a mess in string comparison code, CompareStringW in wine will crash if provided length is big enough to access uninitialized memory, but it seems it should. Also it's a question if shlwapi helpers use kernel32 calls properly, this needs more tests, I'll hope i'll do some this week.