https://bugs.winehq.org/show_bug.cgi?id=47977
Bug ID: 47977 Summary: Tag&Rename 3.9.15 crashes on startup: seh:setup_exception_record stack overflow 1072 bytes in thread Product: Wine Version: 4.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
$ wine TagRename.exe 0009:fixme:thread:GetThreadUILanguage : stub, returning default language. 0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d9ac, (nil) 0x32d9d4 0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d9ac (nil) 0x32d9d4) returning a dummy value (current locale) 0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d9ac, 0x134a680 0x32d9d4 0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d9ac 0x134a680 0x32d9d4) returning a dummy value (current locale) 0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001007E 0x00000000 0009:fixme:uxtheme:BufferedPaintInit Stub () 0009:fixme:shell:FileIconInit (true) 0009:fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000 0009:fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000 0009:fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000 0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0009:err:seh:setup_exception_record stack overflow 1072 bytes in thread 0009 eip 7bcb9897 esp 00230f00 stack 0x230000-0x231000-0x330000 ^C002b:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Wine was compiled using gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1) from Fedora 30, using
export CFLAGS="-O2 -pipe -m32 -march=pentium-m" export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
This bug looks like fixed bug 45199 so I've no idea what's going on.