https://bugs.winehq.org/show_bug.cgi?id=40619
Bug ID: 40619 Summary: Office 365 Desktop Setup Tool for Office 2010 and Office 2007 fails to install - Culture name 'sr-latn-cs' is not supported Product: Wine Version: 1.9.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: robert.munteanu@gmail.com Distribution: ---
Created attachment 54477 --> https://bugs.winehq.org/attachment.cgi?id=54477 Console output
wine 1.9.9, fresh 32-bit wine prefix. winetricks dotnet20 ( required by installer )
I am trying to install the 'Office 365 Desktop Setup Tool for Office 2010 and 2007'.
Due to bug #30753 I resorted to invoking the downloader directly
$ wine rundll32 dfshim.dll,ShOpenVerbApplication http://g.microsoftonline.com/0BX00EN/436?%5C!/Office365DesktopSetup.applicat...
The installer starts up, but in the end fails, with the log file containing the following error: Culture name 'sr-latn-cs' is not supported.
I have tried winxp and win7, and also installed dotnet35. Neither makes a difference.
Note: this is not the setup for Office 365, but rather a compatibility layer for Office 2010 and 2007, see https://support.office.com/en-us/article/Set-up-Office-2010-desktop-programs... .
https://bugs.winehq.org/show_bug.cgi?id=40619
--- Comment #1 from Robert Munteanu robert.munteanu@gmail.com --- Created attachment 54478 --> https://bugs.winehq.org/attachment.cgi?id=54478 Installer error log
https://bugs.winehq.org/show_bug.cgi?id=40619
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |STAGED CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/kernel32-Local | |e_Definitions Ever confirmed|0 |1
https://bugs.winehq.org/show_bug.cgi?id=40619
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |SUSE
--- Comment #2 from Robert Munteanu robert.munteanu@gmail.com --- I applied the two patches from the staging patchset on top of 1.9.9, but it did not make a difference - installer fails with the same error ( WINEPREFIX is newly created )
$ sha1sum *.patch 701a482d4c33a2f40b63e6a3b07c4617ffc31be0 0001-kernel32-Update-sr-Latn-locale-definition.patch e0ee5d46632f47a14c35430be62b1e71cea0fef3 0002-kernel32-Add-sr-Latn-RS-locale-definition.patch
Was this expected to work out of the box?
https://bugs.winehq.org/show_bug.cgi?id=40619
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |NEW Staged patchset|https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/kernel32-Local | |e_Definitions |
--- Comment #3 from Michael Müller michael@fds-team.de --- The bug was accidentally marked as STAGED. It is correct that Wine does not support sr-latn-cs locale yet, which was fixed by the mentioned patches, but the actual problem here is an outdated .NET version.
The application requests the .NET 2.0 runtime but it will fail if you just use winetricks dotnet20. The reason is that the the locale originally had a different name when .NET 2.0 was released (sr-SP-Latn). This was later changed by a windows update (see https://blogs.msdn.microsoft.com/shawnste/2007/07/11/security-patch-ms07-040...). Since Wine does not receive any updates, your .NET version simply does not support the locale. You can fix this by installing SP1 using winetricks dotnet20sp1.
If this works for you, we can close this bug as INVALID as it is basically caused by an outdated .NET version.
https://bugs.winehq.org/show_bug.cgi?id=40619
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #4 from Robert Munteanu robert.munteanu@gmail.com --- winetricks dotnet20sp1 allows the installer to progress, resolving as INVALID.
https://bugs.winehq.org/show_bug.cgi?id=40619
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.