ut2004 crash on CEONSS using Luxtorpeda 61
Posted: Thu 30. Mar 2023, 23:21
Central European ONSlaught Server
https://ceonss.net/
Happy that he could fix it, thanks for letting us know. =)Gil-galad wrote: ↑Thu 30. Mar 2023, 23:21 A solution was found, or so it seems.
It all led to this glorious commit.
Code: Select all
Critical: AntiTCCInputMonitor Package.AntiTCCInputMonitor (Function AntiTCC2009r6.AntiTCCInputMonitor.O22034O:0012) Assertion failed, line 374
Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing USDLClient::ShutdownAfterError
Log: Waiting for file streaming thread to finish...
Exit: OpenAL Audio subsystem shut down.
Exit: Exiting.
Code: Select all
#!/bin/sh
ids=$(xinput list --id-only 'pointer:CHERRY CHERRY Keyboard')
xinput disable $ids
Code: Select all
Section "InputClass"
Identifier "CHERRY"
Driver "evdev"
MatchProduct "CHERRY CHERRY Keyboard"
MatchIsPointer "on"
Option "Ignore" "on"
EndSection