Regression - Translation failure

• Jan 10, 2019 - 18:26
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project

Two images to show the problem.

  • Since this nightly (today): OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.0.1.4986, revision: 38f9a58, I get very bad things (eg menu "File", and almost all other menus are impacted)

    fichier1.jpg

  • As expected with the previous one: 45b9fb8

    fichier.jpg


Comments

@cadiz1 could you please do the following:
1. Press "Win" button on the keyboard (or open System Search manually)
2. Enter "PowerShell" and run
3. Enter the following text "[System.Text.Encoding]::Default"
4. Copy paste output here

There should be something like this:

Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

PS C:\Windows\System32\WindowsPowerShell\v1.0> [System.Text.Encoding]::Default


IsSingleByte      : True
BodyName          : iso-8859-1
EncodingName      : Westeuropäisch (Windows)
HeaderName        : Windows-1252
WebName           : Windows-1252
WindowsCodePage   : 1252
IsBrowserDisplay  : True
IsBrowserSave     : True
IsMailNewsDisplay : True
IsMailNewsSave    : True
EncoderFallback   : System.Text.InternalEncoderBestFitFallback
DecoderFallback   : System.Text.InternalDecoderBestFitFallback
IsReadOnly        : True
CodePage          : 1252



PS C:\Windows\System32\WindowsPowerShell\v1.0>