splewis / csgo-practice-mode

CS:GO Sourcemod plugin for private team/individual practice servers
GNU General Public License v3.0
455 stars 70 forks source link

Practice does not work #229

Closed IMDOMINIK closed 2 years ago

IMDOMINIK commented 2 years ago

Expected behavior

Practice mod will work

Actual behavior

When I write ".prac" or ".setup" to the chat, nothing will happen. I reinstalled the whole server, installed the plugin according to the instructions and it still doesn't work.

Steps to reproduce

GenocideStomper commented 2 years ago

I have the same issue now. It used to work, for about a week now it doesn't. I don't know how to diagnose the issue or where to look for logs.

GenocideStomper commented 2 years ago

Ok, issue was an upgrade from Ubuntu 20.04 to 22.04. Error could be found in serverfiles/csgo/addons/metamod/bin/metamod-fatal.log: Detected engine 11 but could not load: ~/serverfiles/bin/libgcc_s.so.1: version 'GCC_7.0.0' not found (required by /lib/i386-linux-gnu/libstdc++.so.6)

These commands fixed it for me, not sure which ones are actually required (I'm using LGSM): sudo apt install libc6:i386 lsb-core sudo apt install lib32z1 sudo apt install ia32-libs sudo apt install build-essential rm serverfiles/bin/libgcc_s.so.1 sudo reboot

splewis commented 2 years ago

I'm sorry, but issues like this aren't something I can help with. You need to get more information (is sourcemod running? is the plugin loaded? did you check for plugin error logs?) for anyone to be able to help.

If you still need help, the support discord (https://discord.gg/zmqEa4keCk) might be a better place to ask.