https://bugs.winehq.org/show_bug.cgi?id=48552
Bug ID: 48552 Summary: Wine crashes when running SMath (unless +relay) Product: Wine Version: 5.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rmm@cantrip.org Distribution: ---
Created attachment 66364 --> https://bugs.winehq.org/attachment.cgi?id=66364 WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe >> /tmp/output_tid.txt 2>&1
wine-5.0 (Staging), Fedora 31 release on x86_64 machine.
Smath (https://en.smath.com/view/SMathStudio/summary), a very useful free MathCAD-like program crashes at startup.
Installation of
SMathStudioDesktop.0_99_7251.Setup.msi
completes, and the program runs fine if started as such:
WINEDEBUG=+relay wine SMathStudio_Desktop.exe
However, if started as: wine SMathStudio_Desktop.exe WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe WINEDEBUG=+tid,+DllOverrides wine SMathStudio_Desktop.exe
I get a Segmentation fault (core dumped).
sha1sum SMathStudio_Desktop.exe 308f78119a35e2b41ab121af1d06a4e16a70002d SMathStudio_Desktop.exe
https://bugs.winehq.org/show_bug.cgi?id=48552
--- Comment #1 from Richard Myers rmm@cantrip.org --- Created attachment 66365 --> https://bugs.winehq.org/attachment.cgi?id=66365 WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe >> /tmp/output_seh.txt 2>&1
WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe >> /tmp/output_seh.txt 2>&1
https://bugs.winehq.org/show_bug.cgi?id=48552
Richard Myers rmm@cantrip.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine crashes when running |Wine crashes when running |SMath (unless +relay) |SMath Studio (unless | |+relay)
https://bugs.winehq.org/show_bug.cgi?id=48552
Richard Myers rmm@cantrip.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine crashes when running |SMath Studio crashes |SMath Studio (unless |(unless started with |+relay) |WINEDEBUG=+relay)
https://bugs.winehq.org/show_bug.cgi?id=48552
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20240808225148/https://sma | |th.com/file/w5GXD/SMathStud | |ioDesktop.0_99_7251.Setup.m | |si Component|-unknown |-unknown CC| |leslie_alistair@hotmail.com | |, z.figura12@gmail.com Keywords| |download Product|Wine |Wine-staging
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com --- While I don't think +DllOverrides is a valid debug channel, I can't reproduce a crash in vanilla or staging wine-9.14 using the provided instructions and the specific version of SMath Studio. Can you please retest and confirm if the issue still persists?