Customization with Counter-Strike 2 - CS2 Metamod and counterstrikesharp errors

System Information

Field Value
Operating System Linux - Debian GNU/Linux 13 on x86_64
Product AMP ‘Phobos’ v2.6.4.2 (Mainline)
Virtualization ProxmoxLXC
Application Counter-Strike 2
Module GenericModule
Running in Container No
Current State Stopped

Problem Description

Issue

When I created a Counter Strike 2 server I wanted to add Metamod and counterstrikesharp to it which I found in the “Updates” section of the server. Upon enabling and restarting the server, I found that I can run meta as a command and it functions, but when I run meta list I see an errored plugin which turns out to be counterstrikesharp. This also means I cannot run css_plugins commands because css isn’t functioning so it says the command isn’t recognized. I can’t seem to find help online and I’m not sure what I did wrong or if I’m missing something

Error message when running meta list
Listing 1 plugin:
[01] \<ERROR\>

Reproduction Steps

  • Create CS2 server
  • Add metamod and counterstrikesharp to the server via the updates section
  • Update the server
  • Type meta list into the console OR type css_plugins list

There is an incompatibility of cssharp with Debian 13. Run it in docker to get around it

Man I was hoping that wasn’t it but that would make a lot of sense. Thank you!