http://bugs.winehq.org/show_bug.cgi?id=3115
------- Additional Comments From burnus@gmx.de 2005-13-07 03:14 ------- Created an attachment (id=955) --> (http://bugs.winehq.org/attachment.cgi?id=955&action=view) WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" WINEDEBUG=+loaddll,+ole,+storage
I would try generating "+loaddll,+ole" traces
I don't see anything interesting there, especially there is no output around the time the saving fails.
but the only workaround I will be able to think of is to set OLE32, OLEAUT32 and maybe RPCRT4 dlls from builtin
to natives: WINEDLLOVERRIDE="ole32,oleaut32,rpcrt4=n" wine ...
WINEDLLOVERRIDES=...
Well, using the Windows XP dlls unfortunually crashes wine (see attachment) :-(
But anyhow thanks for the ideas.