mkxp-oneshot icon indicating copy to clipboard operation
mkxp-oneshot copied to clipboard

F1 Keybinds is broken on linux

Open Speak2Erase opened this issue 3 years ago • 1 comments

Because of how the F1 keybinds menu is written, it uses the wqy-microhei.ttf font. However, because of the way make-appimage.sh is setup, that font actually doesn't copy over. The game can't find the font when pulling up the keybinds menu, hence the crash.

Speak2Erase avatar Mar 21 '21 01:03 Speak2Erase

The place where it references WenQuanYi MicroHei: https://github.com/elizagamedev/mkxp-oneshot/blob/master/src/settingsmenu.cpp#L51 and https://github.com/elizagamedev/mkxp-oneshot/blob/master/src/settingsmenu.cpp#L1083-L1087. The place where that font was removed: https://github.com/elizagamedev/mkxp-oneshot/blob/master/make-appimage.sh#L76-L78

rkevin-arch avatar Mar 21 '21 01:03 rkevin-arch