fifty-six / Scarab

An installer for Hollow Knight mods written in Avalonia.
GNU General Public License v3.0
592 stars 160 forks source link

Scarab crashes on loading due to font issues #137

Closed Link459 closed 1 year ago

Link459 commented 1 year ago

Scarab Version

v1.20.0.0

Hollow Knight Version

v1.5.78.11833

Steps to Reproduce

I do not know why it happens

Expected Behaviour

to launch normally

Actual Behaviour

it opened showed a grey screen and then crashed. I am on arch linux. Everything is up to date. using i3 as wm if that matters. font path is not modified in any way. default font is FreeSans

Logs

ModInstaller.log

fifty-six commented 1 year ago

Try getting ttf-ms-fonts, if that doesn't work try running it with LC_ALL=C ./Scarab

Cavernosa commented 1 year ago

I got the same error when launching with LANG=ja_JP.utf8 ./Scarab both in 1.19 and 1.20. ttf-ms-fonts didn't work

fifty-six commented 1 year ago

use LC_ALL=C not LANG=ja_JP.utf8, it's an issue with different default locales