https://bugs.winehq.org/show_bug.cgi?id=45514
--- Comment #7 from Géza Búza bghome@gmail.com --- Created attachment 61938 --> https://bugs.winehq.org/attachment.cgi?id=61938 Debug trace (WINEDEBUG=+relay,+seh,+tid,+msgbox,+snoop) wine-staging
Hi Anastasius,
I'm happy to create a new ticket and add further details there. But I'm not sure the current crash is related to Wine awareness. I've created a new debug trace log while running wine-staging 3.13 (with Hide Wine... option ticked) and compared the log to the previous one. The first line prefixed with "trace:seh:NtRaiseException" is exactly the same which also refers to the source of the page fault. The instruction pointer holds the address "1407da4ab", while the assembly code you pasted indicates the address "140577B09" as the source of the error. I'm not familiar with low level computing such as assembly, but to me it seems like the current issue is not related to Wine awareness. Otherwise I would expect to see an exception raised at a different location in the code.
Am I missing something? Are you sure it's the same as bug #42497?
Regards, Géza