http://bugs.winehq.org/show_bug.cgi?id=32783
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ole32
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2013-01-22 05:17:19 CST --- 001e:Call ole32.StgOpenStorageEx(0017b764 L"C:\users\Public\Application Data\Siemens\Automation\Automation License Manager\projects\Project.alm",00400040,00000000,00000000,00000000,00000000,0117b02c,00558d1c) ret=01158dcc 001e:Ret ole32.StgOpenStorageEx() retval=800300ff ret=01158dcc
StgOpenStorageEx returns STG_E_INVALIDFLAG here. Flags passed in are STGM_DIRECT_SWMR|STGM_SHARE_DENY_NONE, so this probably needs an implementation of STGM_DIRECT_SWMR.