how do i share the logs? i looked at the other threads regarding this issue and was not able to understand how they fixed it
Window -> Messages -> Save logs.
If this issue (displaying as boxes with the capital A in the middle) happens, you will see the keyword "Last Resort" font in the logs.
"boxes with the capital A in the middle" is the glyph of Last Resort font.
If you want to know what is Last Resort font, see
Apple's Last Resort Font.
To avoid using Last Resort font, as I wrote in the other threads:
- Change ASS/SAA scripts to use fonts only in "/System/Library/Fonts". Arial doesn't exist in "/System/Library/Fonts" but "/Library/Fonts".
- Copy the fonts in the "/Library/Fonts" and "~/Library/Fonts" to "/System/Library/Fonts" if you don't want to modify ASS/SSA scripts.
But I don't recommend copying fonts.
The following is technical description.
Although the font described in the ASS/SSA is existed in the system, why VLC uses Last Resort font?
Libass, library for ASS/SSA, uses fontconfig library for finding the font. If fontconfig library isn't configured properly, it cannot find the suitable font, and Last Resort file is used.
Fontconfig library used by VLC on OS X only searches fonts in "/System/Library/Fonts". But OS X uses also other font folders "/Library/Fonts" and "~/Library/Fonts", and fontconfig doesn't search these folders.
This is why VLC uses Last Resort font.
I have some plans to fix this fontconfig problem on OS X, but VLC devs go to avoiding fontconfig (on OS X and Windows), so...