http://bugs.winehq.org/show_bug.cgi?id=9575
Markus mst@collogia.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mst@collogia.de
--- Comment #11 from Markus mst@collogia.de 2009-09-11 11:49:03 --- Adding some debug output to StgOpenStorage in dlls/ole32/storage32.c reveals that the error seems to come from an faulty call to CreateFileW in lines 6132ff.
fixme:storage:StgOpenStorage C:...\IBExpert\IBExpert.stg fixme:storage:StgOpenStorage hFile : 80 fixme:storage:StgOpenStorage accessMode : 3221225472 fixme:storage:StgOpenStorage shareMode : 0
fixme:storage:StorageImpl_Commit (0x175ea0 0): stub
fixme:storage:StgOpenStorage C:...\IBExpert\IBExpert.stg fixme:storage:StgOpenStorage hFile : ffffffff fixme:storage:StgOpenStorage accessMode : 3221225472 fixme:storage:StgOpenStorage shareMode : 0
The above two CreateFileW calls can be seen every time before the application dump occurs. For some reason this situation cannot be handled by the application correctly.
Best regards.