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