| 25 Apr 2024 |
aidalgol | And why on earth does a co-op game need anticheat?? | 05:14:11 |
K900 | There's meta progression | 05:14:20 |
K900 | And it's not fun to have someone just godmode through everything in a public game | 05:14:35 |
ironbound | Sony's gotta protect the DLC transactions | 11:27:39 |
K900 | There's no paid DLC in that game? | 12:03:09 |
@maxeaubrey:matrix.org | there's mtx for the earnable in-game cash | 12:07:23 |
@maxeaubrey:matrix.org | Which feels like a weird and pointless addition to satisfy some sort of live service requirement, since gating all of it behind natural progression from playing the game and finding supercredits in the missions works just about right. | 12:08:21 |
tim | It is quite fun but unfortunately I can not join friends lobbies.. protondb says it should work but oh well | 20:37:17 |
| 26 Apr 2024 |
mfed3 | In reply to @aidalgol:matrix.org And why on earth does a co-op game need anticheat?? That was exactly my thought. Clearly spyware | 02:54:50 |
| Louis2747 joined the room. | 15:09:21 |
| 27 Apr 2024 |
ironbound | Yeah buying credits for modified items, what's the term micro transaction's | 08:18:09 |
| @maxeaubrey:matrix.org left the room. | 10:32:26 |
| c-x-berger joined the room. | 15:17:48 |
| nyanbinary joined the room. | 15:19:47 |
| woobilicious joined the room. | 15:21:25 |
woobilicious | so apparently this huge combo causes a segfault:
.steamapps/common/Factorio
❯ steam-run systemd-inhibit mangohud obs-gamecapture bin/x64/factorio
mangohud terminated by signal SEGV.
But replace anything in that, and it doesn't segv.
| 15:29:47 |
Atemu | MANGOHUD=1 steam-run systemd-inhibit obs-gamecapture bin/x64/factorio
| 15:33:16 |
Atemu | :p | 15:33:21 |
woobilicious | but it's an openGL game, needs dll injection. | 15:34:00 |
Atemu | Ah, right | 15:35:41 |
Atemu | In that case MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink ;p | 15:36:39 |
Atemu | jk | 15:36:44 |
woobilicious | what is really weird is that systemd-inhibit effects it...wonder what the hell that's doing... | 15:36:49 |
Atemu | Where does it SEGV? | 15:36:52 |
Atemu | nix shell nixpkgs#gdb -- coredumpctl debug
| 15:37:22 |
Atemu | * nix shell nixpkgs#gdb -- coredumpctl debug
bt
| 15:37:38 |
woobilicious | --comand ;) | 15:38:48 |
Atemu | Right | 15:39:05 |
woobilicious | #0 0x0000000001ee04c0 in std::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const ()
(gdb) bt
#0 0x0000000001ee04c0 in std::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const ()
#1 0x00000000016695c2 in std::__detail::_BracketMatcher<std::__cxx11::regex_traits<char>, false, false>::_M_ready() ()
#2 0x00000000016710f4 in void std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_insert_bracket_matcher<false, false>(bool) ()
#3 0x0000000001647d29 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_atom() ()
#4 0x0000000001610916 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#5 0x000000000159239c in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_disjunction() ()
#6 0x0000000001647c43 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_atom() ()
#7 0x0000000001610916 in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#8 0x00000000016109cb in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#9 0x00000000016109cb in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_alternative() ()
#10 0x000000000159239c in std::__detail::_Compiler<std::__cxx11::regex_traits<char> >::_M_disjunction() ()
#11 0x0000000001b00bbf 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 0x0000000001b0b4d1 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 0x0000000001a86a2e 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 0x0000000000664bdd in __static_initialization_and_destruction_0() [clone .lto_priv.0] ()
#15 0x0000000001f89c9d in __libc_csu_init ()
#16 0x00007ffab3dd51a3 in ?? ()
#17 0x000000000060e680 in ?? ()
#18 0x00007fff00000000 in ?? ()
#19 0x00007ffab497c2e0 in ?? ()
#20 0x0000000000000000 in ?? ()
| 15:40:34 |
woobilicious | That's about as clear as mud lmao. | 15:42:00 |