!hzgkCxLtCOTmFXGauj:nixos.org

NixOS Gaming

454 Members
Gaming things, my hands are typing words.129 Servers

Load older messages


SenderMessageTime
25 Apr 2024
@aidalgol:matrix.orgaidalgolAnd why on earth does a co-op game need anticheat??05:14:11
@k900:0upti.meK900There's meta progression05:14:20
@k900:0upti.meK900And it's not fun to have someone just godmode through everything in a public game05:14:35
@ironbound:hackerspace.plironboundSony's gotta protect the DLC transactions11:27:39
@k900:0upti.meK900There's no paid DLC in that game? 12:03:09
@maxeaubrey:matrix.org@maxeaubrey:matrix.orgthere's mtx for the earnable in-game cash12:07:23
@maxeaubrey:matrix.org@maxeaubrey:matrix.orgWhich 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
@tim92:matrix.orgtimIt is quite fun but unfortunately I can not join friends lobbies.. protondb says it should work but oh well20:37:17
26 Apr 2024
@mfed3:matrix.orgmfed3
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:matrix.orgLouis2747 joined the room.15:09:21
27 Apr 2024
@ironbound:hackerspace.plironboundYeah buying credits for modified items, what's the term micro transaction's 08:18:09
@maxeaubrey:matrix.org@maxeaubrey:matrix.org left the room.10:32:26
@c-x-berger:boiler.socialc-x-berger joined the room.15:17:48
@niko:conduit.rsnyanbinary joined the room.15:19:47
@woobilicious:matrix.orgwoobilicious joined the room.15:21:25
@woobilicious:matrix.orgwoobilicious

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
@atemu12:matrix.orgAtemu
MANGOHUD=1 steam-run systemd-inhibit obs-gamecapture bin/x64/factorio
15:33:16
@atemu12:matrix.orgAtemu:p15:33:21
@woobilicious:matrix.orgwoobiliciousbut it's an openGL game, needs dll injection.15:34:00
@atemu12:matrix.orgAtemuAh, right15:35:41
@atemu12:matrix.orgAtemu In that case MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink ;p 15:36:39
@atemu12:matrix.orgAtemujk15:36:44
@woobilicious:matrix.orgwoobiliciouswhat is really weird is that systemd-inhibit effects it...wonder what the hell that's doing...15:36:49
@atemu12:matrix.orgAtemuWhere does it SEGV?15:36:52
@atemu12:matrix.orgAtemu
nix shell nixpkgs#gdb -- coredumpctl debug
15:37:22
@atemu12:matrix.orgAtemu *
nix shell nixpkgs#gdb -- coredumpctl debug
bt
15:37:38
@woobilicious:matrix.orgwoobilicious --comand ;) 15:38:48
@atemu12:matrix.orgAtemuRight15:39:05
@woobilicious:matrix.orgwoobilicious
#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:matrix.orgwoobiliciousThat's about as clear as mud lmao.15:42:00

Show newer messages


Back to Room ListRoom Version: 10