[Solved] [1.1.110] Crash on launch
Posted: Tue Sep 24, 2024 1:26 am
I am unable to launch the latest version of Factorio because it crashes immediately everytime.
- Launching through Steam: It does not launch and nothing seems to happen.
- Launching through command line I get the following: "[1] 12113 segmentation fault (core dumped) ./factorio".
- Launching with gdb I get the following:
There is no crash log generated in "~/.factorio/".
I have tried:
- Deleting and reinstalling the game.
- Deleting "~/.factorio".
- Downloading the game directly from the site.
- Disabling steam overlay.
I've tried multiple versions and the latest version of the game that still launches is 1.1.104.
System Info:
- Linux Kernel 6.10.10-arch1-1 (64-bit)
- Display Server: x11
- Graphics: Nvidia 3080
- CPU: AMD 7950X
- Audio: Pipewire
- Launching through Steam: It does not launch and nothing seems to happen.
- Launching through command line I get the following: "[1] 12113 segmentation fault (core dumped) ./factorio".
- Launching with gdb I get the following:
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
0x0000000001ee4510 in std::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const ()
(gdb) bt
#0 0x0000000001ee4510 in std::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const ()
#1 0x00000000016681f2 in std::__detail::_BracketMatcher<std::__cxx11::regex_traits<char>, false, false>::_M_ready() ()
#2 0x000000000166fd24 in void std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_insert_bracket_matcher<false, false>(bool) ()
#3 0x00000000016466a9 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_atom() ()
#4 0x000000000160f7c6 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#5 0x0000000001590f0c in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_disjunction() ()
#6 0x00000000016465c3 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_atom() ()
#7 0x000000000160f7c6 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#8 0x000000000160f87b in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#9 0x000000000160f87b in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#10 0x0000000001590f0c in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_disjunction() ()
#11 0x0000000001b0aa8f in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_Compiler(char const*, char const*, std::locale const&, std::regex_constants::syntax_option_type) [clone .constprop.0] ()
#12 0x0000000001b21f01 in std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char> >::_M_compile(char const*, char const*, std::regex_constants::syntax_option_type) [clone .constprop.0] ()
#13 0x0000000001a926ae in std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char> >::basic_regex(char const*, std::regex_constants::syntax_option_type) [clone .constprop.0] ()
#14 0x00000000006644ad in __static_initialization_and_destruction_0() [clone .lto_priv.0] ()
#15 0x0000000001f8dced in __libc_csu_init ()
#16 0x00007ffff7740ea4 in __libc_start_main_impl (main=0x60df10 <main>, argc=1, argv=0x7fffffffc9a8, init=0x1f8dca0 <__libc_csu_init>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffc998)
at ../csu/libc-start.c:343
#17 0x00000000006a57f9 in _start ()
I have tried:
- Deleting and reinstalling the game.
- Deleting "~/.factorio".
- Downloading the game directly from the site.
- Disabling steam overlay.
I've tried multiple versions and the latest version of the game that still launches is 1.1.104.
System Info:
- Linux Kernel 6.10.10-arch1-1 (64-bit)
- Display Server: x11
- Graphics: Nvidia 3080
- CPU: AMD 7950X
- Audio: Pipewire