[Bug 40619] Office 365 Desktop Setup Tool for Office 2010 and Office 2007 fails to install - Culture name 'sr-latn-cs' is not supported

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 17 18:57:26 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40619

Michael Müller <michael at 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 at 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-for-net-2-0-breaks-some-culture-names-for-net-2-0-on-windows-xp20032000/).
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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list