https://bugs.winehq.org/show_bug.cgi?id=41911
Mikhail Paulyshka me@mixaill.tk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |me@mixaill.tk
--- Comment #12 from Mikhail Paulyshka me@mixaill.tk ---
winetricks -q dotnet40 So anything that uses .NET 4+ System.Globalization.CompareInfo class will encounter this problem.
Little correction: you do not need to install dotnet40 for Powershell Core. It contains bundled .NET Core 2.0 which uses FindNLSStringEx.
https://github.com/dotnet/coreclr/search?q=FindNLSStringEx&type=Code&...