alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
370 stars 84 forks source link

CS2 Dependency of application issue #169

Open SuspiciousPelican opened 4 months ago

SuspiciousPelican commented 4 months ago

I installed metamod just now, and I've followed installation steps and documentation as best I can, but I'm getting an issue when launching CS2. The server recognized metamod perfectly fine, but when I launch CS2 itself, I get the error: "CAppSystemDict:Unable to create interface Source2ServerConfig001 from server (Dependency of application)" Everything I can find on this issue is for Dota 2. Any solutions?

EuroSzymon commented 4 months ago

Try separating server files from entire game if you have server files mounted directly into game. It can conflict with huge amount of game files as well.

SuspiciousPelican commented 4 months ago

Okay, that makes sense. Is there any easy way to tell which files I need to separate?

EuroSzymon commented 3 months ago

Okay, that makes sense. Is there any easy way to tell which files I need to separate?

Just use WindowsGSM for hosting server and install a special plugin which lets hosting a CS2 server with Metamod and CounterStrikeSharp. Here is a tutorial how to set up: https://www.youtube.com/watch?v=NV6waF7lRqo The rest of the process is the same as always, don't forget to update your server because otherwise nobody will be able to join you.