http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #11 from Michael Setzer II mikes@kuentos.guam.net --- When run as wine notepad get this failure
wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133
Notepad not run.
But WINEDEBUG=+heap wine notepad runs fine and opens notepad, but has massive lines sent to screen?
Running with +heap,+seh since original error is seh? WINEDEBUG=+heap,+seh wine notepad 2>/tmp/heap
heap file has 26197 lines and size of 2888324
Removing lines with trace results in just these lines. cat heap | grep -v trace 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0078:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete 00f8:fixme:wineusb:add_usb_device Interface 1 has 6 alternate settings; using the first one. 00f8:fixme:wineusb:add_usb_device Interface 1 has 12 alternate settings; using the first one. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. wine: Unhandled page fault on write access to 0000000000000000 at address 0000000140003526 (thread 0034), starting debugger... 012c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133 0134:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 013c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 00c0:fixme:wineusb:query_id Unhandled ID query type 0x5. 013c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 013c:err:commdlg:DllMain failed to create activation context, last error 14001 013c:err:seh:user_callback_handler ignoring exception c0000005 013c:err:seh:user_callback_handler ignoring exception c0000005
So, not clear why running without the +heap the error results in failure to run notepad, but with it the errors are ignored?