https://bugs.winehq.org/show_bug.cgi?id=35893
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com --- After https://source.winehq.org/git/wine.git/commitdiff/58cbdf26c9becf277e41de28c0...
I get: 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 Stacktrace:
at <unknown> <0xffffffff> at (wrapper managed-to-native) Microsoft.AppCompat.Interop.NativeMethods.SdbGetFirstChild (Microsoft.AppCompat.Pdb,int) <0xffffffff> at Microsoft.AppCompat.Tag/<get_Tags>d__0.MoveNext () <0x00047> at Microsoft.AppCompat.Program.Run () <0x002e7> at Microsoft.AppCompat.Program.Main (string[]) <0x0005b> at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
abnormal program termination err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
If dotnet20 is used instead, I get a more cryptic error/backtrace: Unhandled Exception: System.IO.IOException: Unknown error "6". at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.__Error.WinIOError() at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.AppDomainSetup.NormalizePath(String path, Boolean useAppBase) at System.AppDomainSetup.SetupDefaultApplicationBase(String imageLocation) at System.AppDomain.SetupFusionStore(AppDomainSetup info) at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile) wine: Unhandled exception 0xe0434f4d in thread 9 at address 0x7b83957c (thread 0009), starting debugger... Unhandled exception: 0xe0434f4d in 32-bit code (0x7b83957c).
interestingly, the SdbOpenDatabase stub appears to not be called.