rumblefrog / Anti-Private

A sourcemod plugin that kicks private profile & inventory
https://forums.alliedmods.net/showthread.php?t=302728
GNU General Public License v3.0
19 stars 6 forks source link

Native "Steam_CreateHTTPRequest" was not found #15

Closed VestSmart closed 5 years ago

VestSmart commented 5 years ago

Hello. I have a problem with your plugin. After installing the plugin in errorlogs, it shows me such an error: L 06/23/2019 - 13:58:12: [SM] Unable to load plugin "Anti_Private.smx": Native "Steam_CreateHTTPRequest" was not found

My exts list:

[SM] Displaying 17 extensions:
[01] Automatic Updater (1.9.0.6276): Updates SourceMod gamedata files
[02] Webternet (1.9.0.6276): Extension for interacting with URLs
[03] CS Tools (1.9.0.6276): CS extended functionality
[04] BinTools (1.9.0.6276): Low-level C/C++ Calling API
[05] SDK Tools (1.9.0.6276): Source SDK Tools
[06] Top Menus (1.9.0.6276): Creates sorted nested menus
[07] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[08] SDK Hooks (1.9.0.6276): Source SDK Hooks
[09] Regex (1.9.0.6276): Provides regex natives for plugins
[10] SMJansson (2.3.1/3): JSON parser/writer
[11] Client Preferences (1.9.0.6276): Saves client preference settings
[12] SQLite (1.9.0.6276): SQLite Driver
[13] GeoIP (1.9.0.6276): Geographical IP information
[14] DHooks (2.2.0): Dynamic Hooks
[15] <OPTIONAL> file "steamtools.ext.so": /home/servers/users/srv58592/CS_GO/csgo/addons/sourcemod/extensions/steamtools.ext.so: cannot open shared object file: No such file or directory
[16] <OPTIONAL> file "smrcon.ext.so": /home/servers/users/srv58592/CS_GO/csgo/addons/sourcemod/extensions/smrcon.ext.so: cannot open shared object file: No such file or directory
[17] MySQL-DBI (1.9.0.6276): MySQL driver implementation for DBI

Help me, please!

@rumblefrog

rumblefrog commented 5 years ago

steamtools.ext.so: cannot open shared object file: No such file or directory

VestSmart commented 5 years ago

@rumblefrog

You wrote in prerequisites that I can use SteamWorks or SteamTools. And SteamTools only works on TF2 and probably CSS. https://forums.alliedmods.net/showpost.php?p=2133082&postcount=7

Unless I do not know something.

And SteamTools do not work with this link: https://builds.limetech.io/?p=steamtools

rumblefrog commented 5 years ago

Then I'm not sure why your server is attempting to load SteamTools, address that first then if the issue persists I can look into it.

VestSmart commented 5 years ago

@rumblefrog I've added steamtools.so to the extentions folder, but it still does not work.

Look: https://forums.alliedmods.net/showpost.php?p=2232279&postcount=11 https://forums.alliedmods.net/showthread.php?t=250406

I would like add this plugin into only CS:GO server.

rumblefrog commented 5 years ago

Why are you adding it? Remove it, strip any autoloads, it shouldn't be showing up.

On Tue, Jun 25, 2019 at 04:21 VestSmart notifications@github.com wrote:

I've added steamtools.so to the extentions folder, but it still does not work.

Look: https://forums.alliedmods.net/showpost.php?p=2232279&postcount=11 https://forums.alliedmods.net/showthread.php?t=250406

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/rumblefrog/Anti-Private/issues/15?email_source=notifications&email_token=ABVDI2RDHZY6VU6LAL3D2FDP4HIPHA5CNFSM4H2ZA6H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYPOENA#issuecomment-505340468, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVDI2SYSA455GWWCDW5LFTP4HIPHANCNFSM4H2ZA6HQ .

VestSmart commented 5 years ago

SteamTools was removed in the first post on this topic.

This error shows me: [SM] Unable to load plugin "Anti_Private.smx": Native "Steam_CreateHTTPRequest" was not found @rumblefrog

rumblefrog commented 5 years ago

So, why is it trying to load it? Do you have an autoload file? The first post on this issue indicates the attempt of loading it. I'm not sure exactly on how ext natives are exposed, so I'm trying to eliminate it down, but first I need you to prevent it from attempting to load it.

VestSmart commented 5 years ago

I don't know. I don't have an autoload file. I almost don't have any additional plugins on the server. @rumblefrog

rumblefrog commented 5 years ago

I'll have to test it myself when I can. Can you update SteamWorks meanwhile?

VestSmart commented 5 years ago

Okay. I have the newest verison SteamWorks. @rumblefrog