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
https://bugs.winehq.org/show_bug.cgi?id=38017
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c9973679119310a9b81b31c5b92 | |c506208098ab5 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/c9973679119310a9b81b31c5b9...
https://bugs.winehq.org/show_bug.cgi?id=38017
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.36.
https://bugs.winehq.org/show_bug.cgi?id=38017
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://blogs.msdn.com/b/hea |https://web.archive.org/web |ths/archive/2007/11/02/sdb2 |/20140411095247/http://blog |xml.aspx |s.msdn.com/cfs-filesystemfi | |le.ashx/__key/communityserv | |er-components-postattachmen | |ts/00-05-85-20-88/sdb2xml.e | |xe
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20100727051600/http://blogs.msdn.com/b/heaths/ar...
https://web.archive.org/web/20140411095247/http://blogs.msdn.com/cfs-filesys...
$ sha1sum sdb2xml.exe 9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe 28K sdb2xml.exe
Regards