https://bugs.winehq.org/show_bug.cgi?id=38017
Bug ID: 38017 Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented function apphelp.dll.SdbGetFirstChild Product: Wine Version: 1.7.35 Hardware: x86 URL: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2 xml.aspx OS: Linux Status: NEW Keywords: dotnet, download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: austinenglish@gmail.com, focht@gmx.net Depends on: 35893 Distribution: ---
Followup to bug 35893
Created a dummy file:
--- snip --- $ touch foo.sdb --- snip ---
Run the app:
--- snip --- $ wine ./sdb2xml.exe foo.sdb fixme:apphelp:SdbOpenDatabase stub: L"foo.sdb" 00000000 <?xml version="1.0" encoding="IBM437" standalone="yes"?> <SDB xmlns:xs="http://www.w3.org/2001/XMLSchema" path="foo.sdb"wine: Call from 0x7b83957c to unimplemented function apphelp.dll.SdbGetFirstChild, aborting