https://bugs.winehq.org/show_bug.cgi?id=37409
Bug ID: 37409 Summary: Spotfire: kernel32 crashes in installer when doing something with XML Product: Wine Version: 1.7.28 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: wine@ivo.palli.nl Distribution: ---
Created attachment 49753 --> https://bugs.winehq.org/attachment.cgi?id=49753 Backtrace of kernel32 crash
Trying to get Spotfire 6.0.0 to install and work in Wine.
It needs the .NET 4.5 framework, so I installed it. I worked around a mkdir() problem in mscorlib, but when the installer says 'Updating XML files' then msiexec.exe crashes.
I'm running the latest development version of Wine. Setup instructions are included below and the backtrace is added as attachment.
WINEPREFIX=/home/ren/.wine32 WINEARCH=win32 winecfg WINEPREFIX=/home/ren/.wine32 winetricks -q dotnet35 dotnet40 WINEPREFIX=/home/ren/.wine32 winecfg # Set Windows version to 'Windows 7' WINEPREFIX=/home/ren/.wine32 wine ./dotnetfx45_full_x86_x64.exe /q /c:"install.exe /q" WINEPREFIX=/home/ren/.wine32 wine setup-6.0.0.exe
https://bugs.winehq.org/show_bug.cgi?id=37409
Ivo Palli wine@ivo.palli.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@ivo.palli.nl
https://bugs.winehq.org/show_bug.cgi?id=37409
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown Summary|Spotfire: kernel32 crashes |Spotfire: installer crashes |in installer when doing | |something with XML |
https://bugs.winehq.org/show_bug.cgi?id=37409
--- Comment #1 from Ivo Palli wine@ivo.palli.nl --- Created attachment 49754 --> https://bugs.winehq.org/attachment.cgi?id=49754 All of the messages on the terminal during installation
https://bugs.winehq.org/show_bug.cgi?id=37409
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #2 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur in wine-4.0-rc2?