https://bugs.winehq.org/show_bug.cgi?id=45256
Bug ID: 45256 Summary: Office2010 installation crashes when using recent wine version Product: Wine Version: 3.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: luizluca@gmail.com Distribution: ---
Created attachment 61502 --> https://bugs.winehq.org/attachment.cgi?id=61502 Wine 3.8 logs
Hello,
I could not install MS Office 2010 on ubuntut 18.04 using wine-staging-3.9 (from winehq) and wine-3.8 (from PlayOnLinux). Both crashes while installing SingleImageWW.
The installation do work with wine 1.7.52 (from PlayOnLinux).
I'm just using PlayOnLinux to help test with older wine version. My tests uses system wine and something like this script:
sudo apt install winbind sudo systemctl start winbind WINEPREFIX=~/.local/share/wineprefixes/Office2010 WINEARCH=win32 wineserver -k rm -Rf ~/.local/share/wineprefixes/Office2010 WINEPREFIX=~/.local/share/wineprefixes/Office2010 WINEARCH=win32 winetricks corefonts dotnet20 msxml6 WINEPREFIX=~/.local/share/wineprefixes/Office2010 WINEARCH=win32 winetricks settings winxp cd /media/$USER/OFFICE14/x86 WINEPREFIX=~/.local/share/wineprefixes/Office2010 WINEARCH=win32 wine setup.exe
# tail -f ~/.local/share/wineprefixes/Office2010/drive_c/users/*/Temp/SetupExe*.log
I'll attach wine logs, stack and Office logs.