dordnung / System2

System2 Extension for Sourcemod
59 stars 16 forks source link

Does not load on Insurgency or CSS servers. Works perfectly fine on tf2 servers. #19

Closed Synkstar closed 10 months ago

Synkstar commented 1 year ago

[09] file "system2.ext.so": /home/container/bin/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/container/insurgency/addons/sourcemod/extensions/system2.ext.so)

I am running pterodactyl and the servers are on the same machine using the same docker image. I have no clue how to fix this.

kaju666 commented 11 months ago

have the same error

kaju666 commented 10 months ago

I tested and latest version without this error in CSS is 3.2.1

kaju666 commented 10 months ago

I solved this (or found a solution on allied mods) :) just copy libstdc++.so.6 from /lib and copy to /bin of your server

https://forums.alliedmods.net/showpost.php?p=2766522&postcount=126

latest version works!

Synkstar commented 10 months ago

I ended up switching that script to use steamworks instead because this plugin is rather outdated and I only needed to do http requests. It was a much cleaner looking solution too.