- Dec 1, 2019
- 1
- 1
Was anyone able to run it on Steam Deck?
The issue is that it's crashing cause the locale is not set, so I put
Tested with Proton 7 and Experimental but it's just crashing when it's supposed to show the text.
EDIT:
I had to to this additionally:
Credits:
The issue is that it's crashing cause the locale is not set, so I put
LANG=ja_JP.UTF-8 %command%
as startup command in the game options but no luck.Tested with Proton 7 and Experimental but it's just crashing when it's supposed to show the text.
EDIT:
I had to to this additionally:
Code:
0 You must be a linux user and know terminal
1 go to desktop mode
2 create a user password (passwd) ( in the settings app)
3 unlock steam deck file system
sudo steamos-readonly disable
4 init and populate pacman keys( 2 dashes here)
sudo pacman-key —init
sudo pacman-key —populate archlinux
5 modify locale.gen to add your language . DO NOT REMOVE ENGLISH or you'll be fucked with steamos, like on the base archlinux:
sudo nano /etc/locale.gen
Scroll down to uncomment the locale then save and exit.
7 regenerate locale.gen (locale-gen)
sudo locale-gen
8 if you get an error when generating the locale.gen then rebuild the glibc c
sudo pacman -S glibc
Credits:
You must be registered to see the links
Last edited: