On Friday I was troubleshooting a Star Wars game, Empire at War, that simply had the problem of the game's font not showing up. After some digging I discovered in the game's log the following warning repeated several times:
Code: Select all
"WARNING: Asked for font EmpireAtWar-Medium, windows gave us font Empire At War Medium".
I was about to dive into the wine's dlls in the proton source code looking for the "bug"(program/game asking with the font's name but getting the family font value in return) , but then I realized I should ask first just in case this is intended, instead of spending several hours/days in code I'm seeing for the first time ever.