https://bugs.winehq.org/show_bug.cgi?id=48942
Bug ID: 48942 Summary: stack overflow on startup Product: Wine Version: 5.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: triffid.hunter@gmail.com Distribution: ---
Created attachment 66917 --> https://bugs.winehq.org/attachment.cgi?id=66917 strace -s 1024 -f wine -- notepad
$ wine notepad 000b:err:seh:setup_exception stack overflow 464 bytes in thread 000b eip 000000007bcbdb9a esp 0000000000131440 stack 0x130000-0x131000-0x230000 0009:err:module:LdrInitializeThunk "kernelbase.dll" failed to initialize, aborting 0009:err:module:LdrInitializeThunk Initializing dlls for L"C:\windows\system32\notepad.exe" failed, status c0000005
$ wine --version wine-5.6
Wine-5.4 worked fine.
I've also attached an strace in case it's helpful.
I'm installing wine-5.5 to test for regression.
There's another report at https://www.reddit.com/r/openSUSE/comments/g14xvn/wine_issues_after_fresh_in... which seems related although the exact numbers are different.