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

[ANY] SteamWorks


Post New Thread Reply   
 
Thread Tools Display Modes
ImACow
AlliedModders Donor
Join Date: Feb 2015
Old 07-08-2018 , 06:55   Re: [ANY] SteamWorks
Reply With Quote #691

PHP Code:
SourcePawn Compiler 1.10.0.6299
Copyright 
(c1997-2006 ITB CompuPhase
Copyright 
(c2004-2018 AlliedModders LLC 
PHP Code:
SteamWorks.inc(206) : fatal error 196deprecated syntaxsee https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs 
Line 206 equals.

PHP Code:
funcenum SteamWorksHTTPRequestCompleted
{
    public(
Handle:hRequestbool:bFailurebool:bRequestSuccessfulEHTTPStatusCode:eStatusCode),
    public(
Handle:hRequestbool:bFailurebool:bRequestSuccessfulEHTTPStatusCode:eStatusCodeany:data1),
    public(
Handle:hRequestbool:bFailurebool:bRequestSuccessfulEHTTPStatusCode:eStatusCodeany:data1any:data2)
}; 
Anyone any luck converting it to new syntax?

- Cow
__________________
ImACow is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-08-2018 , 07:00   Re: [ANY] SteamWorks
Reply With Quote #692

Quote:
Originally Posted by ImACow View Post
Anyone any luck converting it to new syntax?

- Cow
https://github.com/KyleSanderson/SteamWorks/pull/21
__________________
asherkin is offline
ImACow
AlliedModders Donor
Join Date: Feb 2015
Old 07-08-2018 , 07:02   Re: [ANY] SteamWorks
Reply With Quote #693

Quote:
Originally Posted by asherkin View Post
Thanks!

I even looked at PR's

__________________

Last edited by ImACow; 07-08-2018 at 07:05.
ImACow is offline
sazonische
Senior Member
Join Date: Dec 2013
Old 07-21-2018 , 22:04   Re: [ANY] SteamWorks
Reply With Quote #694

Help please
Quote:
File "/root/alliedmodders/SteamWorks/AMBuildScript", line 311, in <module>
SteamWorks.detectSDKs()
File "/root/alliedmodders/SteamWorks/AMBuildScript", line 121, in detectSDKs
raise Exception('Could not find a source copy of SteamWorks')
Exception: Could not find a source copy of SteamWorks
sazonische is offline
Send a message via Skype™ to sazonische
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 07-22-2018 , 07:32   Re: [ANY] SteamWorks
Reply With Quote #695

You need to specify the directory of the SteamWorks SDK, just like you would specify directory of SM or MM:S.

--steamworks-path [path to steamworks sdk]

Last edited by hmmmmm; 07-22-2018 at 07:33.
hmmmmm is offline
YaBoiBolt
New Member
Join Date: Jul 2018
Location: New York, USA
Old 07-29-2018 , 19:28   Re: [ANY] SteamWorks
Reply With Quote #696

When trying to load this extension and doing sm exts list it gives me this error

Code:
] rcon sm exts list
[SM] Displaying 18 extensions:
[01] Automatic Updater (1.8.0.6048): Updates SourceMod gamedata files
[02] Webternet (1.8.0.6048): Extension for interacting with URLs
[03] TF2Items (1.6.4): TF2 Item Modifier
[04] TF2 Tools (1.8.0.6048): TF2 extended functionality
[05] BinTools (1.8.0.6048): Low-level C/C++ Calling API
[06] SDK Hooks (1.8.0.6048): Source SDK Hooks
[07] SDK Tools (1.8.0.6048): Source SDK Tools
[08] Top Menus (1.8.0.6048): Creates sorted nested menus
[09] SteamTools (0.10.0+54fdc51): SteamWorks for SourceMod
[10] Regex (1.8.0.6048): Provides regex natives for plugins
[11] Client Preferences (1.8.0.6048): Saves client preference settings
[12] SQLite (1.8.0.6048): SQLite Driver
[13] MessageBot (2.0): MessageBot Extension
[14] <FAILED> file "socket.ext.dll": error code 0000007e
[15] <FAILED> file "SteamWorks.ext.dll": error code 0000007e
[16] EntControl (0.0.1.8): Entity-Control Extension
[17] MySQL-DBI (1.8.0.6048): MySQL driver implementation for DBI
[18] <FAILED> file "smjansson.ext.dll": error code 0000007e
Any idea on why it says it failed?
YaBoiBolt is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 07-30-2018 , 14:56   Re: [ANY] SteamWorks
Reply With Quote #697

Quote:
Originally Posted by YaBoiBolt View Post
When trying to load this extension and doing sm exts list it gives me this error

Code:
] rcon sm exts list
[SM] Displaying 18 extensions:
[01] Automatic Updater (1.8.0.6048): Updates SourceMod gamedata files
[02] Webternet (1.8.0.6048): Extension for interacting with URLs
[03] TF2Items (1.6.4): TF2 Item Modifier
[04] TF2 Tools (1.8.0.6048): TF2 extended functionality
[05] BinTools (1.8.0.6048): Low-level C/C++ Calling API
[06] SDK Hooks (1.8.0.6048): Source SDK Hooks
[07] SDK Tools (1.8.0.6048): Source SDK Tools
[08] Top Menus (1.8.0.6048): Creates sorted nested menus
[09] SteamTools (0.10.0+54fdc51): SteamWorks for SourceMod
[10] Regex (1.8.0.6048): Provides regex natives for plugins
[11] Client Preferences (1.8.0.6048): Saves client preference settings
[12] SQLite (1.8.0.6048): SQLite Driver
[13] MessageBot (2.0): MessageBot Extension
[14] <FAILED> file "socket.ext.dll": error code 0000007e
[15] <FAILED> file "SteamWorks.ext.dll": error code 0000007e
[16] EntControl (0.0.1.8): Entity-Control Extension
[17] MySQL-DBI (1.8.0.6048): MySQL driver implementation for DBI
[18] <FAILED> file "smjansson.ext.dll": error code 0000007e
Any idea on why it says it failed?
Well, it looks like you have deeper issues than this extension. Try `sm exts info 15` and see what that gives you. `meta list` and subsequently `meta info` may also give some assistance.
KyleS is offline
n3ontm
Junior Member
Join Date: May 2017
Old 08-22-2018 , 12:38   Re: [ANY] SteamWorks
Reply With Quote #698

Quote:
In file included from /home/gameservers/sources/sourcemod_1_6/sourcemod/extensions/SteamWorks/Extension/gcnatives.cpp:19:0:
/home/gameservers/sources/sourcemod_1_6/sourcemod/extensions/SteamWorks/Extension/gcnatives.h:215: fatal error: isteamgamecoordinator.h: No such file or directory
#include "isteamgamecoordinator.h"
Any idea why i cannot manage to compile it on my own?

Edit: for anyone with the same errorownloading the sdk results in the following structure:
Quote:
steamworks_sdk_142\sdk
.
Move everything in the "sdk" folder one directory up and rename the master folder to "steamworks-sdk"

Last edited by n3ontm; 08-22-2018 at 12:41.
n3ontm is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 09-25-2018 , 02:23   Re: [ANY] SteamWorks
Reply With Quote #699

You're now safe to use spcomp 1.10 with SteamWorks.inc and have a plugin by the end of it.
KyleS is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 10-04-2018 , 03:47   Re: [ANY] SteamWorks
Reply With Quote #700

Quote:
Originally Posted by update news
[ SERVERS ]
– This update includes an updated version of steamclient.so for Linux dedicated servers which has multiple threading and integration fixes. For a limited time and old version of steamclient.so can still be used on CS:GO Linux dedicated servers.
Is it possible the above broke the SteamWorks binary for Linux?
__________________
Neuro Toxin 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 16:27.


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