https://bugs.winehq.org/show_bug.cgi?id=47922
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello Frank
from your log:
--- snip --- ... 0218:fixme:wmp:WMPSettings_put_enableErrorDialogs (0000000041A682C0)->(0) 0218:fixme:wmp:WMPSettings_put_invokeURLs (0000000041A682C0)->(0) 0108:err:seh:dispatch_exception Fatal unknown exception (code=e0434352) raised 0218:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 0218:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000402,0000000000000000,0x0001,0x00000000,000000004943DC00,0000000000000000): stub 0218:err:eventlog:ReportEventW L"Application: Logos.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: exception code c0000005, exception address 000000006D8080BD\n" 0218:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub wine: Unhandled page fault on read access to 0000000000000000 at address 000000006D8080BD (thread 0218), starting debugger... --- snip ---
my bet would be .NET Framework and/or 3rd party .NET component chokes on Windows Media Player stubs. Normally a managed backtrace should be shown in console in case of CLR Exception (0xe0434352). But here it leads to a page fault. Maybe the app's own crash handler does something weird.
Bug 47905 mentions the stub https://bugs.winehq.org/show_bug.cgi?id=47905#c8 (and following comments). We should not mix things in multiple bugs.
I was rather expecting something related to SAPI insufficiencies here unless you installed native SAPI components/overrides.
Regards