Describe the bug
After today's CS2 update (build 1.41.6.9), CounterStrikeSharp fails to load with an undefined symbol error. Metamod:Source loads fine on its own (tested with build 2.0.0.1403), but CSS fails.
Error message
[META] Failed to load plugin addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp:
/path/to/game/csgo/addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp.so:
undefined symbol: g_bUpdateStringTokenDatabase
Versions
- CS2 PatchVersion: 1.41.6.9 (from steam.inf)
- CounterStrikeSharp: v1.0.370 (latest, with-runtime)
- Metamod:Source: 2.0.0.1403 (latest dev build)
- OS: Ubuntu (Linux, linuxsteamrt64)
Steps to reproduce
- Update CS2 dedicated server via steamcmd (app_update 730 validate)
- Server updates to build 1.41.6.9
- Metamod loads successfully (
meta list works)
- CounterStrikeSharp fails to load with the undefined symbol error above
Additional context
This appears the same day CS2 was patched, so it's likely a new engine ABI change
(similar to past incidents like #1277, #232). Tried both the latest stable and
latest dev builds of both Metamod and CSS — same error on both.
Describe the bug
After today's CS2 update (build 1.41.6.9), CounterStrikeSharp fails to load with an undefined symbol error. Metamod:Source loads fine on its own (tested with build 2.0.0.1403), but CSS fails.
Error message
[META] Failed to load plugin addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp:
/path/to/game/csgo/addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp.so:
undefined symbol: g_bUpdateStringTokenDatabase
Versions
Steps to reproduce
meta listworks)Additional context
This appears the same day CS2 was patched, so it's likely a new engine ABI change
(similar to past incidents like #1277, #232). Tried both the latest stable and
latest dev builds of both Metamod and CSS — same error on both.