[Bug 9575] IBExpert need windows native ole32.dll to run

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 11 11:49:05 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=9575


Markus <mst at collogia.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mst at collogia.de




--- Comment #11 from Markus <mst at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list