Having a failure on one of my Fedora 42 systems with winehq-devel 10.9 not working while 10.8 works fine. Other machines work fine.
After upgrade 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
Downgrade to winehq-devel and wine-devel 10.8 works fine.
Strangely, fine I can run 10.9 and not get error with this. # WINEDEBUG=+heap,+seh wine notepad 2>/tmp/heapseh # ls -l /tmp/heapseh 2889746 Jun 10 10:27 /tmp/heapseh
Does also work with just +heap, but since error is "seh" include those lines, but no errors on those lines.
Does also work if I use +all, but the file is about 100 times the size.
Have posted to winehq bugzilla, but no replies so far.
Had found something saying might be a memory error, but run memtest 7.20 and it took over 20 minutes to run, and found no errors.
No ideal why adding the +heap gets it to work, but makes a large file. Did try 2>/dev/null but that results in notepad not running
# WINEDEBUG=+heap,+seh wine notepad 2>/dev/null also results in nothing.
Is an older Acer notebook.
+------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mikes@guam.net mailto:msetzerii@gmail.com mailto:msetzerii@gmx.com Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+
On Mon, Jun 9, 2025 at 9:40 PM Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote:
Having a failure on one of my Fedora 42 systems with winehq-devel 10.9 not working while 10.8 works fine. Other machines work fine. [...] Had found something saying might be a memory error, but run memtest 7.20 and it took over 20 minutes to run, and found no errors.
20 minutes is much too short. 24 hours or several overnight runs is needed, and even then problems can be missed because it is hard to reproduce thermal conditions, particularly if the system has a high-end GPU.
On 11 Jun 2025 at 7:55, George N. White III wrote:
From: "George N. White III" gnwiii@gmail.com Date sent: Wed, 11 Jun 2025 07:55:58 -0300 Subject: Re: Issue with winehq-devel 10.9 To: mikes@guam.net, Community support for Fedora users users@lists.fedoraproject.org
On Mon, Jun 9, 2025 at 9:40 PM Michael D. Setzer II via users users@lists.fedoraproject.org wrote: Having a failure on one of my Fedora 42 systems with winehq-devel 10.9 not working while 10.8 works fine. Other machines work fine. [...] Had found something saying might be a memory error, but run memtest 7.20 and it took over 20 minutes to run, and found no errors.
20 minutes is much too short. 24 hours or several overnight runs is needed, and even then problems can be missed because it is hard to reproduce thermal conditions,particularlyif the system has a high-end GPU.
First, thans for reply. I've always found that memtest has discover discovered errors in one past, but don't thin memory is the issue for following reason.
Since 10.8 works fine, and immediate after update to 10.9 fails. Have also found that using WINEDEBUG=+heap wine notepad causes notepad to work fine with the expection of it displaying large number of messages? Originally found +all also worked, but then tried all the options I found, and only using +all or +heap would have it work. One strange thing I found, if I redirect output to NULL it fails? WINEDEBUG=+heap,+seh wine notepad 2>/dev/null But this works WINEDEBUG=+heap,+seh wine notepad 2>/tmp/heap
Get same results with cmd instead of notepad?
Other testing showed 0150:err:seh:_assert dlls/ntdll/heap.c:775: Assertion failed "FALSE"
Running this command works. WINEDEBUG=+heap,+seh wine notepad 2>/tmp/heap but file has 26245 lines removing trace and wineusb lines cat heap | grep -v trace | grep -v wineusb >heap-trace reduces it to 14 lines.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 007c: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 0050:fixme:ole:NdrConvert (pStubMsg == ^00007FFFFF2DF120, pFormat == ^0000000140010242): stub. 00e8:fixme:ole:NdrConvert (pStubMsg == ^00007F04D08AF120, pFormat == ^0000000140010280): stub. 00e8:fixme:ole:NdrConvert (pStubMsg == ^00007F04D08AF120, pFormat == ^000000014000FE82): stub. 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) 013c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 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
Running with no WINEDEBUG gives 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
Got a message on winehq bugzillia that talks of regression testing process, but page it links to talks about apt and git, and doing bisections?
So, one step forward, but then one step back?
Thanks again.
-- George N. White III
+------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mikes@guam.net mailto:msetzerii@gmail.com mailto:msetzerii@gmx.com Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+