You are not logged in.
When i start steam from application launcher or terminal (yakuake) he just show the normal updating steam and crash.
as for the output from terminal: Steam output And Crash file
Useful system specs:
(neofetch)
udhtu_max@archlinux
-------------------
OS: Arch Linux x86_64
Host: H110M-M.2
Kernel: 5.18.12-arch1-1
Packages: 915 (pacman)
Shell: bash 5.1.16
Resolution: 1366x768
DE: Plasma 5.25.3
WM: KWin
Terminal: yakuake
CPU: Intel Celeron G3930 (2) @ 2.900GHz
GPU: Intel HD Graphics 610
This is my first post btw.
Last edited by Udhtu_Max (2022-07-18 21:30:00)
Offline
Welcome to the forums.
It's just a guess, but in the log we can see:
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.The Wiki page specifically points out that:
The following requirements must be fulfilled in order to run Steam on Arch Linux:
* Generated en_US.UTF-8 locale, preventing invalid pointer error.
You don't have en_US.UTF-8 and you're getting a segmentation fault – seems to match the "invalid pointer error" scenario.
Offline
Thx man i changed the locale. just left i reboot the pc and try to open the steam.
Offline
You do not need to change the locale you need to have en_US.UTF-8 generated: https://wiki.archlinux.org/title/Locale … ng_locales
Online