https://bugs.winehq.org/show_bug.cgi?id=35891
Bug ID: 35891 Summary: sdb2xml and native setupapi override crash on unimplemented function apphelp.dll.SdbInitDatabase Product: Wine Version: 1.7.15 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
encountered by Austin's tests with native overrides (https://bugs.winehq.org/show_bug.cgi?id=26016#c20):
--- quote --- and crashes with: wine: Call from 0x7b83a82e to unimplemented function apphelp.dll.SdbInitDatabase, aborting
if I stub that, it gets further, to SCECLI.dll.SceSetupMoveSecurityFile. That function doesn't appear to be documented, howver, so I didn't try to do anything with it. (that's for ie7)
xmllite installs with no issues with native setupapi after SdbInitDatabase was stubbed. Running it now in a loop. --- quote ---
I found another interesting tool which makes use of Application Compatibility Database API's too: 'sdb2xml'
MSDN: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2xml.aspx
$ sha1sum sdb2xml.exe 9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe 28K sdb2xml.exe
$ wine --version wine-1.7.15-112-g2aad5d7
Regards