You are not logged in.

#1 2019-12-06 19:28:48

theringoffire
Member
Registered: 2014-01-25
Posts: 19

Shadow of the Tomb Raider crashes with signal 6 at start [SOLVED]

Already posted this on the steam forums, but no luck so far. So maybe I can get some leads here:

When pressing PLAY at the game options window the screen turns black, then the game crashes with a window telling:
Game crashed with signal SIGABRT(6): Program Aborted.
The command line shows me (guess this is the relevant information):

[1203/183156.494407:INFO:CONSOLE(8672)] "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check [url=https://xhr.spec.whatwg.org/.]https://xhr.spec.whatwg.org/."[/url], source: file:///home/me/.local/share/Steam/steamapps/common/Shadow%20of%20the%20Tomb%20Raider/share/FeralUI/Core/3rdParty/jquery-ui-1.10.4.custom/js/jquery-1.10.2.js (8672)
[1203/183156.506406:INFO:CONSOLE(0)] "Styling master document from stylesheets defined in HTML Imports is deprecated. Please refer to [url]https://goo.gl/EGXzpw[/url] for possible migration paths.", source: (0)
[1203/183156.564886:INFO:CONSOLE(6569)] "The specified value "!" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.", source: file:///home/me/.local/share/Steam/steamapps/common/Shadow%20of%20the%20Tomb%20Raider/share/FeralUI/Core/3rdParty/jquery-ui-1.10.4.custom/js/jquery-1.10.2.js (6569)
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
ShadowOfTheTombRaider: dumped to "/home/me/.local/share/feral-interactive/Shadow of the Tomb Raider/crashes/173e5de0-a808-6f20-001894c4-1261828f.dmp"
ShadowOfTheTombRaider: crash reporter "/home/me/.local/share/Steam/steamapps/common/Shadow of the Tomb Raider/bin/feral_linux_crash_reporter" launching
Game crashed with signal 6
Game crashed with signal SIGABRT(6): Program Aborted.

coredumpctl list gives the following output:

Fri 2019-12-06 20:11:28 CET    9350  1000  1000   6 truncated /home/me/.local/share/Steam/steamapps/common/Shadow of the Tomb Raider/bin/ShadowOfTheTombRaider

With a quick search I did not find anything about start issues in the linux version.
Sure, I use the native runtime on arch, which is not officially supported.

File cache checked - OK.
Vulcan Version - OK (Vega 64 on AMDGPU driver & Mesa vulkan-radeon)

System:
Operating System: Arch Linux
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2
Kernel Version: 5.4.1-arch1-1
OS Type: 64-bit
Processors: 16 × AMD Ryzen 7 1700X Eight-Core Processor
Memory: 15,6 GiB of RAM

Would be thankful for any hint.

Last edited by theringoffire (2019-12-07 16:04:45)

Offline

#2 2019-12-07 12:50:04

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: Shadow of the Tomb Raider crashes with signal 6 at start [SOLVED]

Please use code-tags, see https://bbs.archlinux.org/help.php#bbcode

terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid

Post output of

$ locale
$ locale -a

Last edited by Lone_Wolf (2019-12-07 12:50:20)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2019-12-07 13:53:45

theringoffire
Member
Registered: 2014-01-25
Posts: 19

Re: Shadow of the Tomb Raider crashes with signal 6 at start [SOLVED]

Ah, yes, I do get locale warnings with some applications. Use a en_US setup but with German regional settings (in Plasma).

[me@archryzen ~]$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_DE.UTF-8
LC_TIME=en_DE.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_DE.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT=en_DE.UTF-8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

[me@archryzen ~]$ locale -a
C
en_US.utf8
POSIX

Last edited by theringoffire (2019-12-07 16:05:20)

Offline

#4 2019-12-07 14:24:07

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: Shadow of the Tomb Raider crashes with signal 6 at start [SOLVED]

LC_NUMERIC=en_DE.UTF-8
LC_TIME=en_DE.UTF-8
LC_MONETARY=en_DE.UTF-8
LC_MEASUREMENT=en_DE.UTF-8

/etc/locale.gen doesn't have a en_DE profile, I doubt that exists.
You probably want the  de_DE.UTF-8 profile.

As root uncomment the desired profile in /etc/locale.gen and run locale-gen .
Then correct your /etc/locale.conf , reboot/relogin and check if that works .

NOTE :
The value of LANG becomes the systemwide default profile, you can omit fields that are meant to use that default and only change those that need another profile.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2019-12-07 16:05:59

theringoffire
Member
Registered: 2014-01-25
Posts: 19

Re: Shadow of the Tomb Raider crashes with signal 6 at start [SOLVED]

Thanks, setting locale right solved the Problem.

Offline

Board footer

Powered by FluxBB