Summary
After the CS2 update to PatchVersion 1.41.6.5, the Linux dedicated server segfaults immediately after CSSharp: Hooks added. CSSharp loads fully (API loads successfully), then the process dies with status=11/SEGV before the map finishes loading. This loops on every restart.
Running Metamod alone (without CounterStrikeSharp) does not crash. Removing CounterStrikeSharp resolves it, so this looks like a schema/signature mismatch — CSSharp currently ships schema definitions for 1.41.6.1, while the live build is 1.41.6.5.
Environment
OS: Ubuntu (Linux dedicated server)
CS2 PatchVersion: 1.41.6.5 (ClientVersion/ServerVersion 2000839)
CounterStrikeSharp: v1.0.369 (with-runtime, .NET 10)
Metamod:Source: 2.0.0-dev+1401
No third-party plugins required to reproduce (happens with core only)
Steps to reproduce
Update CS2 dedicated server to 1.41.6.5 via SteamCMD
Start server with Metamod + CounterStrikeSharp v1.0.369
Server crashes ~immediately after Hooks added
Relevant log
[INFO] (cssharp:GameDataProvider) Successfully loaded 45 game data entries from .../gamedata/gamedata.json
CSSharp: CounterStrikeSharp.API Loaded Successfully.
CSSharp: Hooks added.
systemd[1]: cs2server@27015.service: Main process exited, code=dumped, status=11/SEGV
Question
Is a schema update for 1.41.6.5 planned? Happy to provide a full coredump / backtrace if useful.
Summary
After the CS2 update to PatchVersion 1.41.6.5, the Linux dedicated server segfaults immediately after CSSharp: Hooks added. CSSharp loads fully (API loads successfully), then the process dies with status=11/SEGV before the map finishes loading. This loops on every restart.
Running Metamod alone (without CounterStrikeSharp) does not crash. Removing CounterStrikeSharp resolves it, so this looks like a schema/signature mismatch — CSSharp currently ships schema definitions for 1.41.6.1, while the live build is 1.41.6.5.
Environment
OS: Ubuntu (Linux dedicated server)
CS2 PatchVersion: 1.41.6.5 (ClientVersion/ServerVersion 2000839)
CounterStrikeSharp: v1.0.369 (with-runtime, .NET 10)
Metamod:Source: 2.0.0-dev+1401
No third-party plugins required to reproduce (happens with core only)
Steps to reproduce
Update CS2 dedicated server to 1.41.6.5 via SteamCMD
Start server with Metamod + CounterStrikeSharp v1.0.369
Server crashes ~immediately after Hooks added
Relevant log
[INFO] (cssharp:GameDataProvider) Successfully loaded 45 game data entries from .../gamedata/gamedata.json
CSSharp: CounterStrikeSharp.API Loaded Successfully.
CSSharp: Hooks added.
systemd[1]: cs2server@27015.service: Main process exited, code=dumped, status=11/SEGV
Question
Is a schema update for 1.41.6.5 planned? Happy to provide a full coredump / backtrace if useful.