https://bugs.winehq.org/show_bug.cgi?id=50904
Bug ID: 50904 Summary: Altium Designer 17 crashes since wine-6.5 Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: afb@mailbox.org Distribution: ---
After upgrading to wine-6.5, Altium Designer 17 crashes on startup. It starts fine on wine-6.4.
Bisecting found 9bdfb1f34a4f512488c198555249a49f4e7c1172 to be commit altering the behavior.
https://bugs.winehq.org/show_bug.cgi?id=50904
--- Comment #1 from alex freudenberg afb@mailbox.org --- Steps to reproduce:
export WINEPREFIX=/tmp/test WINEARCH=win32 winetricks -q dotnet40 mdac28 msxml6 wine Altium17Installer.exe # Installation runs fine wine /tmp/test/drive_c/Program\ Files/Altium/AD17/DXP.EXE # Crash on wine-6.5
https://bugs.winehq.org/show_bug.cgi?id=50904
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |9bdfb1f34a4f512488c19855524 | |9a49f4e7c1172 CC| |julliard@winehq.org Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=50904
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |16d70584db6c6e7a084f8d176b5 | |2959d7246138d Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- It looks like the real culprit is 5df0f5f6fb90e1326b71cd1094a7b710b94916d4, it's not clear why the DllPath change is needed to trigger it.
Anyway, it should be fixed by 16d70584db6c6e7a084f8d176b52959d7246138d.
https://bugs.winehq.org/show_bug.cgi?id=50904
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.6.
https://bugs.winehq.org/show_bug.cgi?id=50904
--- Comment #4 from Alex Freudenberg afb@mailbox.org --- I can confirm wine-6.6 fixes this. Thank you!