Page 1 of 1

Linux: segfaults if font directories don't exist

Posted: Sat Jun 06, 2020 7:46 pm
by scurest
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

Code: Select all

sudo mkdir /usr/share/fonts/{true,open}type

Re: Linux: segfaults if font directories don't exist

Posted: Mon Jun 15, 2020 12:06 pm
by Releksi
Thank you, this works for me.