http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #110 from Michael Setzer II mikes@kuentos.guam.net --- Created attachment 78987 --> http://bugs.winehq.org/attachment.cgi?id=78987 Did test of +heap output with 10.12 and 10.8
heap was the output with 10.12 and heap8 is with 10.8? Not sure why such differece in sizes? 2229824 Jul 19 00:55 heap 5913927 Jul 19 01:07 heap8
diff is the diff file less lines with "staus 0" that causes much smaller file. 24839 Jul 19 01:08 diff Many lines are just different numbers, but a few lines talk about not finding things? The heap8 output results in notepad working just fine, while heap loads, but fails if mouse moved outside window. 324204 Jul 19 01:13 heapheap8diff.xz
With 10.8 $ wineserver -k msetzerii@setzconote:~$ wine --version wine-10.8 msetzerii@setzconote:~$ wine notepad MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete 00e4:fixme:wineusb:add_usb_device Interface 1 has 6 alternate settings; using the first one. 00e4:fixme:wineusb:add_usb_device Interface 1 has 12 alternate settings; using the first one. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5. 00bc:fixme:wineusb:query_id Unhandled ID query type 0x5.
notepad fine.
With 10.12 $ wineserver -k msetzerii@setzconote:~$ wine --version wine-10.12
Run this to have it get thru wine config update $ WINEDEBUG=+heap wine notepad 2>/tmp/heapx
Then run just command $ wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 $
No notepad at all.