alliedmodders / stripper-source

Stripper:Source
Other
63 stars 16 forks source link

Can not run with metamod 10 or 11. #19

Open D4nt4lion opened 2 years ago

D4nt4lion commented 2 years ago

Hello,

I tried running stripper source plugin on linux with metamod 10 and 11. Both does not work. The Game is Brainbread 2. It gives me the error Error reloading plugin: Failed to get API or Failed to load plugin (Failed to get API) respectively. Metamod itself seems to run ok.

any ideas?

martindines commented 2 years ago

Can you run the following rcon commands and paste their output:

> version
> meta version
> meta list

If Stripper appears in the output of meta list, what is the the output of meta info id-assigned-to-stripper? If Stripper does not appear in the output of meta list, what is the output of meta load addons/stripper/bin/stripper_mm?

D4nt4lion commented 2 years ago

Hey, thank you for your respponse! I did all and pasted the output:

version

Build Label:                 0   # Uniquely identifies each build
Network PatchVersion:  1.0.3.9   # Determines client and server compatibility
Protocol version:           24   # High level network protocol version
Server version:              0
Server AppID:           346330

meta version

Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/metamod-source/commit/29253b1
Build ID: 974:29253b1
Loaded As: Valve Server Plugin
Compiled on: Dec 27 2020
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

meta list

Listing 1 plugin:
  [01] <ERROR>

meta load addons/stripper/bin/stripper_mm

Failed to load plugin addons/stripper/bin/stripper_mm (Failed to get API).
martindines commented 2 years ago

First install the latest stable version of MetaMod (1.11.0 build 1145) and the latest version of Stripper (1.2.2-git135).

Stripper has been successfully installed when:

Once installed, try to reboot the srcds server, and reload the metamod plugins with meta refresh

D4nt4lion commented 2 years ago

Thank you for your answer!

I used Metamod 1.11.0 1145 before I downgraded and it didnt work. However as you told to do I upgraded again.

But now it works!

The only thing different is that I used the 135 snapshot of stripper plugin you linked opposed to the one linked at the main page. Stripper.

If they are the same then I simply did something wrong I guess. Thank you for your help!

LJW-Dev commented 2 years ago

I had the same issue on CSGO with a windows server and using the snapshot stripper-1.2.2-git129-windows worked for me. The link on the main page really should be updated so nobody else gets the error.