Linux: segfaults if font directories don't exist
Posted: Sat Jun 06, 2020 7:46 pm
On Linux, Version 2.45-130520, PSS segfaults during the loading screen if either of the directories /usr/share/fonts/truetype or /usr/share/fonts/opentype don't exist.
I worked around it by just making them
I worked around it by just making them
Code: Select all
sudo mkdir /usr/share/fonts/{true,open}type