-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load font X, using font X instead?!? #9360
Comments
HA! Sorry! That's a really funny bug. If you change the @miniksa you may like this one |
What seems to be happening is that we're asking the OS for a font with the wrong case, and it's saying "I couldn't find that. Found this really similar one instead" and we dutifully present that ... "error" ... to the user. |
Maybe we should relax the scenario where we display that error - if we pick one with the same (case-insensitive) name, then maybe just skip the warning. |
I like @zadjii-msft 's idea. Just do an insensitive compare and don't show if it matches. |
Sorry is #9157 the same as this? I think that one is also worth noticing. |
It was a case issue but ... it worked before the latest update so some change took it from case insensitive to case sensitive. |
The warning was only added in 1.6 (see #8207), so that's what happened there 😉 |
Yes, that is the central thesis of this bug report. Have you tried the suggested workaround? |
/dup #9375 Thanks |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
Run Windows Terminal on my machine (sorry)
Expected behavior
It runs normally
Actual behavior
It displays this nonsense message
Was working until I let the Microsoft Store upgrade it 10 minutes ago
The text was updated successfully, but these errors were encountered: