EvoBot & Whichbot Loading Issues

NS Server Discussion
Post Reply
GiGaBiTe
Site Admin
Posts: 51
Joined: Wed Jan 29, 2020 2:38 am

EvoBot & Whichbot Loading Issues

Post by GiGaBiTe »

A problem has been identified on Linux HLDS servers using Steampipe, where the EvoBot and Whichbot plugins will fail to load with a "badf load" in Metamod. This has been determined to be caused by Valve's inclusion of 10+ year old copies of "libstdc++.so.6" and "libgcc_s.so.1". These two files are downloaded by Valve to your root HLDS install directory under Linux when you create a new HLDS install, or try to verify the file integrity in steamcmd.

These files must be deleted and replaced with symlinks to the 32 bit versions of the libraries in question on the host server.

Additionally, Whichbot requires an ancient dependency, the valve gamedll. Valve changed the name of this file some time in the past decade, which results in the plugin crashing on startup. A fix for this is to go into the valve/dlls/hl.so and make a symlink named hl_i386.so pointing to hl.so in the same directory. It should allow the plugin to run normally after that.
Post Reply