http://bugs.winehq.org/show_bug.cgi?id=58623
Bug ID: 58623 Summary: msiexec crashes on Foxit-Reader-Setup Product: Wine Version: 10.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: andreas.franz@arcor.de Distribution: ---
Setup of current Foxit-Reader crashes msiexec during installation.
Downloadlink to Foxit-Setup: https://www.foxit.com/downloads/latest.html?product=Foxit-Reader&platfor...
I´ve tried 32bit-version, too - same crash.
http://bugs.winehq.org/show_bug.cgi?id=58623
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.foxit.com/downl | |oads/latest.html?product=Fo | |xit-Reader&platform=Windows | |&version=&package_type=&lan | |guage=ML&distID=&operating_ | |type=64 Keywords| |download, Installer
--- Comment #1 from Austin English austinenglish@gmail.com --- Please attach the terminal output/backtrace
http://bugs.winehq.org/show_bug.cgi?id=58623
--- Comment #2 from AndyF andreas.franz@arcor.de --- Created attachment 79185 --> http://bugs.winehq.org/attachment.cgi?id=79185 Backtrace during installation
http://bugs.winehq.org/show_bug.cgi?id=58623
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- It crashes in a custom action. I don't see this crash in current git.
http://bugs.winehq.org/show_bug.cgi?id=58623
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 79202 --> http://bugs.winehq.org/attachment.cgi?id=79202 terminal output/backtrace with winehq packages
I am able to reproduce it, this is the terminal output/backtrace with winehq packages 10.13~bookworm-1.
Happens also with 10.0.0~bookworm-1 and a source build. Unfortunately, did not see something obvious.
Right before the RaiseException(0xe06d7363/*EXCEPTION_WINE_CXX_EXCEPTION*/) are two calls to PathFileExistsW. The second one gets just an empty string and returns failure. Maybe that empty string failed to get filled before?
shlwapi.PathFileExistsW(7ffffe3c1408 L"C:\users\benutzer\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Foxit PDF Reader\") shlwapi.PathFileExistsW() retval=00000001 shlwapi.PathFileExistsW(7ff5d5913c18 L"") shlwapi.PathFileExistsW() retval=00000000