http://bugs.winehq.org/show_bug.cgi?id=9575
--- Comment #23 from Markus mst@collogia.de 2009-09-13 06:20:07 --- After a lot of confusion but getting all Windows tests together (thanks Paul) the behaviour of StgOpenStorage regarding potiners is equivalent to Windows.
Nevertheless the application crashes because of not being able to open the user settings files for a second time. The ppstgOpen pointer is set to NULL as a result of the failure but the application does not expect this and runs directly into the dump.
In between I was able to get the application run under Windows Vista myself and if I can see it right the application opens/closes the configuration file a few times in the error context. So for some reason the application does not (or cannot) close the file correctly after the first time under Wine and the second access fails.