Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: MaZeNZoNA on Aug 31, 2026, 10:23 PM

Title: VCMP Hashing Plugin Not Loading on Linux
Post by: MaZeNZoNA on Aug 31, 2026, 10:23 PM
**Subject: VCMP Hashing Plugin Not Loading on Linux**

Hi, I'm using `hashing04rel64.so` on a VC:MP 0.4 Linux server. The plugin fails to load with this error:

`undefined symbol: _ZN8CryptoPP6Filter11TransferTo2ERNS_22BufferedTransformationERyRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb`

Could you provide a Linux x86_64 build of `hashing04rel64.so` with Crypto++ correctly linked or bundled? The current `.so` fails to load because of the missing/incompatible Crypto++ symbol.

Thank you.