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.