Raised This Month: $12 Target: $400
 3% 

[ANY] SteamWorks


Post New Thread Reply   
 
Thread Tools Display Modes
Hydrozilla
Member
Join Date: Apr 2006
Location: NY
Old 07-03-2017 , 13:43   Re: [ANY] SteamWorks
Reply With Quote #571

Forgive my ignorance, but are you saying go ahead and proceed? Im installing a Veterans pluggin that is dependent on steamworks..
__________________
Hydrozilla is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-03-2017 , 14:02   Re: [ANY] SteamWorks
Reply With Quote #572

Quote:
Originally Posted by Hydrozilla View Post
Forgive my ignorance, but are you saying go ahead and proceed? Im installing a Veterans pluggin that is dependent on steamworks..
No, he's telling you to use the files that are included with the gameserver.
__________________
asherkin is offline
Hydrozilla
Member
Join Date: Apr 2006
Location: NY
Old 07-03-2017 , 18:22   Re: [ANY] SteamWorks
Reply With Quote #573

any console command i can enter to see if its installed and working? I am having problems with associated pluggin and would like to rule this out.
__________________
Hydrozilla is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-03-2017 , 20:51   Re: [ANY] SteamWorks
Reply With Quote #574

sm exts list
This should show it running in the console. If not then either the plugin isn't installed properly or you have installed Steamworks wrong.
__________________
versatile_bfg is offline
Hydrozilla
Member
Join Date: Apr 2006
Location: NY
Old 07-04-2017 , 10:07   Re: [ANY] SteamWorks
Reply With Quote #575

[11] <FAILED> file "steamtools.ext.so": /servers/bbbchic/cstrike/addons/sourcemod/extensions/steamtools.ext.so: cannot open shared object file: No such file or directory
[12] SteamWorks Extension (1.2.1): Exposes SteamWorks functions to Developers
[13] <FAILED> file "curl.ext.so": /servers/bbbchic/cstrike/addons/sourcemod/extensions/curl.ext.so: cannot open shared object file: No such file or directory
[14] Socket (3.0.1): Socket extension for SourceMod
[15] GeoIP (1.8.0.5975): Geographical IP information
[16] <FAILED> file "geoipcity.ext.so": /servers/bbbchic/cstrike/addons/sourcemod/extensions/geoipcity.ext.so: cannot open shared object file: No such file or directory

ls #11 or 13 related to steamworks?

Edit: well I see now they are obviously not related...and it appears steamworks is loaded, but the pluggin (Veterans)I am using it for is not able to connect to a URL and retrieve user data. The pluggin itself is working properly and my host(nfo)assures me the extensions request are not blocked by their network..I would appreciate any suggestions you might have !
__________________

Last edited by Hydrozilla; 07-04-2017 at 13:50.
Hydrozilla is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-04-2017 , 17:07   Re: [ANY] SteamWorks
Reply With Quote #576

Errors in error log?
__________________
Neuro Toxin is offline
Hydrozilla
Member
Join Date: Apr 2006
Location: NY
Old 07-04-2017 , 17:16   Re: [ANY] SteamWorks
Reply With Quote #577

[veterans.smx] VeteransOnly: Failed to retrieve user's playtime (HTTP status: 0)

this is the only error.... I just rented a second server so I could do a clean install...installed latest sourcemod and veterans pluggin..and steamworks and got same results

here are plugins and below that extensions

01 "Basic Info Triggers" (1.8.0.6014) by AlliedModders LLC
02 "Basic Votes" (1.8.0.6014) by AlliedModders LLC
03 "Admin Help" (1.8.0.6014) by AlliedModders LLC
04 "Basic Chat" (1.8.0.6014) by AlliedModders LLC
05 "Reserved Slots" (1.8.0.6014) by AlliedModders LLC
06 "VeteransOnly" (1.1) by Soroush Falahati
07 "Basic Ban Commands" (1.8.0.6014) by AlliedModders LLC
08 "Basic Commands" (1.8.0.6014) by AlliedModders LLC
09 "Player Commands" (1.8.0.6014) by AlliedModders LLC
10 "Admin Menu" (1.8.0.6014) by AlliedModders LLC
11 "Basic Comm Control" (1.8.0.6014) by AlliedModders LLC
12 "Sound Commands" (1.8.0.6014) by AlliedModders LLC
13 "Fun Votes" (1.8.0.6014) by AlliedModders LLC
14 "Admin File Reader" (1.8.0.6014) by AlliedModders LLC
15 "Fun Commands" (1.8.0.6014) by AlliedModders LLC
16 "Nextmap" (1.8.0.6014) by AlliedModders LLC
17 "Anti-Flood" (1.8.0.6014) by AlliedModders LLC
18 "Client Preferences" (1.8.0.6014) by AlliedModders LLC

Automatic Updater (1.8.0.6014): Updates SourceMod gamedata files
[02] Webternet (1.8.0.6014): Extension for interacting with URLs
[03] CS Tools (1.8.0.6014): CS extended functionality
[04] BinTools (1.8.0.6014): Low-level C/C++ Calling API
[05] SDK Tools (1.8.0.6014): Source SDK Tools
[06] Top Menus (1.8.0.6014): Creates sorted nested menus
[07] SteamWorks Extension (1.2.1): Exposes SteamWorks functions to Developers
[08] Client Preferences (1.8.0.6014): Saves client preference settings
[09] SQLite (1.8.0.6014): SQLite Driver
__________________
Hydrozilla is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 07-04-2017 , 18:33   Re: [ANY] SteamWorks
Reply With Quote #578

I would be checking the URL settings. you may have a / in the wrong spot or an issue similar to that.
__________________
versatile_bfg is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 07-06-2017 , 19:54   Re: [ANY] SteamWorks
Reply With Quote #579

As an update to the issue @Hydrozilla was having above -

The site called was running behind CloudFlare, and switching to another end point that didn't go through CloudFlare fixed the issue.

As such, it appears that the [Any] Veterans Only (v1.0, 2015-01-22) plugin was (at least, sometimes) triggering the CloudFlare protection due to a too strict security setting on the site.

By connecting through the Tor network in a browser, CloudFlare gives 403 Forbidden as the status code, not "HTTP status: 0" (e.g. 0) as the plugin reported. The reason to this difference still remains a mystery though, and may need further testing.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
Bl4CkGuuN
Junior Member
Join Date: Oct 2016
Location: Germany
Old 07-07-2017 , 08:06   Re: [ANY] SteamWorks
Reply With Quote #580

How to install SteamWorks?

If I download the attached file i only get three .so files in the bin folder.

cstrike, hl2dm and tf are empty


Greetz
Bl4CkGuuN is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode