https://bugs.winehq.org/show_bug.cgi?id=45888
Bug ID: 45888 Summary: Tag&Rename stackoverflows on startup unless Windows version is XP Product: Wine Version: 3.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ronan@jouchet.fr Distribution: ---
Created attachment 62397 --> https://bugs.winehq.org/attachment.cgi?id=62397 Tag&Rename StackOverflow debug info (logs, strace, winedbg)
This is a followup of forum thread "Help debug stack overflow on Tag&Rename that used to work": https://forum.winehq.org/viewtopic.php?f=8&t=31184
---
I reinstalled my distro (Arch Linux) for reasons unrelated to Wine.
After the reinstall, some Windows programs (Picasa 3, winecfg, wine regedit, wine control) that used to run fine in Wine 3.16 before the reinstall still work in freshly-reinstalled Wine 3.16, but one (Tag & Rename v3.9.15, https://appdb.winehq.org/objectManager.php?sClass=version&iId=32380 ) doesn't, and crashes with error err:seh:setup_exception_record stack overflow .
See attachment for detailed crashlog and system information.
I tried, without success,
- To remove the existing ~/.wine prefix and get a fresh new one (as you'll see in the attachment). - To install wine_gecko (2.47-1) and wine-mono (4.7.3-1). - To install various 32bit libs recommended by Arch's wiki: https://wiki.archlinux.org/index.php/Wine#Installation . - To create a 32bit prefix and run from it. - To strace my run, but there's lots and I don't know what's (a)normal. Attached is a (partial/truncated) strace output.
Forum user Bob Wya suggested that could be bug 45199 - "Many applications and games fail to start/crash after compiling wine with gcc 8.1.0 and -O2 (GOT/PIC register load code now emitted at function entry, missing hotpatch signatures)", but I recompiled wine with -O0, and it didn't help.
In the end, forum user DarkShadow44 suggested I try setting Windows version to XP, and it worked. After wiping my wineprefix and running winecfg to set Windows version to XP, Tag&Rename works fine.
I'm available to get debug info as necessary. Thanks for the wine :) .