http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #101 from Michael Setzer II mikes@kuentos.guam.net --- I've just got the versions from the repos on my Fedora 42 machine.
wine-devel-10.12-1.1.x86_64 winehq-devel-10.12-1.1.x86_64 wine-devel-debugsource-10.12-1.1.x86_64 wine-devel-debuginfo-10.12-1.1.x86_64
Had instructions to download the git, and did the configure and build that seemed to go fine, but then trying to run the wine it built would get an error that the wine was 64 bit but the wineserver was 32bit??
Interesting, on this machine, I had used VirtualBox to create a clean Fedora 42 build, and it got same errors. But did an Ubuntu environment, and its wine worked fine?
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
Tried WINEDEBUG=+cpuid,+heap wine notepad 2>/tmp/heapcpu msetzerii@setzconote:/tmp$ cat heapcpu | grep "cpu|c0000005" 012c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 013c:err:seh:user_callback_handler ignoring exception c0000005 013c:err:seh:user_callback_handler ignoring exception c0000005
But it has no lines with cpu and same errors, but notepad does open, but if mouse goes outside window it goes to a dark gray inside, and is unusable.