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

[ANY] SteamWorks


Post New Thread Reply   
 
Thread Tools Display Modes
alansdit12
AlliedModders Donor
Join Date: Nov 2015
Location: Indonesia
Old 12-20-2017 , 06:35   Re: [ANY] SteamWorks
Reply With Quote #641

Quote:
Originally Posted by asherkin View Post
You have probably compiled against a newer branch of SM/MM:S than the one you are loading on.
I'm compiling with MM:S 1.10 and SM1.7. My test server have MM:S 1.10 and SM1.8

Last edited by alansdit12; 12-20-2017 at 06:37. Reason: wrong version :3
alansdit12 is offline
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 01-02-2018 , 11:08   Re: [ANY] SteamWorks
Reply With Quote #642

I never used this plugin before. I was trying to run it on my Insurgency Server, because I wanted to try the Discord / Slack API for which is required CallAdmin and this here.

Used the latest Version here (http://users.alliedmods.net/~kyles/builds/SteamWorks/) and the result is, that the server's checking for the SteamWorkshop Mods it uses, now all A) run very slow and B) fail. With removing this, all works again.

Guess I can forget using that Discord / Slack API now because of this issue.

Any idea why that is ?
Wolfseye is offline
Send a message via Skype™ to Wolfseye
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 01-15-2018 , 21:22   Re: [ANY] SteamWorks
Reply With Quote #643

Quote:
Originally Posted by Wolfseye View Post
the result is, that the server's checking for the SteamWorkshop Mods it uses, now all A) run very slow and B) fail. With removing this, all works again.

Guess I can forget using that Discord / Slack API now because of this issue.

Any idea why that is ?
Are you sure this is correlated and it's not a delay because you're now pumping in your own queries?

Honestly, I'm failing to think of a scenario where this would serialize the pipeline, or cause it to fail.
KyleS is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-04-2018 , 20:18   Re: [ANY] SteamWorks
Reply With Quote #644

Game: Left 4 Dead 1
SRCDS report with extension (Server actual version 1.0.3.5):
Code:
MasterRequestRestart
Your server will be restarted on map change.
Without extension this warning doesn't show.
I used only this piece code (from SteamWorks.inc)
PHP Code:
public void OnClientPutInServer(int iClient)
{
    if (!
IsFakeClient(iClient))
    {
        
g_bSteamMember[iClient] = false;

        
SteamWorks_GetUserGroupStatus(iClient, ******);
    }
}

public 
int SteamWorks_OnClientGroupStatus(int iAuthIDint iGroupIDbool bMemberbool bOfficer)
{
    
int iClient AuthIDToEntity(iAuthID);
    
    if (
iClient != && bMember
    {
        
g_bSteamMember[iClient] = true;
    
        
char sCookie[2];
        
        
GetClientCookie(iClientg_hCookiesCookiesizeof(sCookie));
        
        
g_bCookieValue[iClient] = sCookie[0] != '\0';
    }
}

int AuthIDToEntity(int iAuthID)
{
    
char szAuthID[16];
    
char szBufferAuthID[16];
    
    
int iIndex 0;
    
    while (++
iIndex != MaxClients)
    {
        if (
IsClientInGame(iIndex) && !IsFakeClient(iIndex))
        {
            
GetClientAuthId(iIndexAuthId_Steam3szAuthIDsizeof(szAuthID));
            
            
IntToString(iAuthIDszBufferAuthIDsizeof(szBufferAuthID));
            
            if (
StrContains(szAuthIDszBufferAuthIDfalse) != -1)
            {
                return 
iIndex;
            }
        }
    }
    
    return 
0;


Last edited by Vit_amin; 02-04-2018 at 20:21.
Vit_amin is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-07-2018 , 19:06   Re: [ANY] SteamWorks
Reply With Quote #645

Author. Please fix this. Server report spam this (in developer mode):
Code:
Missing interface adapter for SteamGameCoordinator001 MatchmakingServers

Last edited by Vit_amin; 02-07-2018 at 19:07.
Vit_amin is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 02-08-2018 , 12:33   Re: [ANY] SteamWorks
Reply With Quote #646

Quote:
Originally Posted by Vit_amin View Post
Author. Please fix this. Server report spam this (in developer mode):
Code:
Missing interface adapter for SteamGameCoordinator001 MatchmakingServers
Are you actually running Steam?
KyleS is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-08-2018 , 14:52   Re: [ANY] SteamWorks
Reply With Quote #647

Quote:
Originally Posted by KyleS View Post
Are you actually running Steam?
What do you mean ? This Warning show on my SRCDS (Ubuntu 16.04)
Vit_amin is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-08-2018 , 16:06   Re: [ANY] SteamWorks
Reply With Quote #648

Quote:
Originally Posted by Vit_amin View Post
What do you mean ? This Warning show on my SRCDS (Ubuntu 16.04)
He means that no-steam effectively equals no-steamworks.
psychonic is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-08-2018 , 16:32   Re: [ANY] SteamWorks
Reply With Quote #649

Quote:
Originally Posted by psychonic View Post
He means that no-steam effectively equals no-steamworks.
You seriously ? My SRCDS is Steam
Vit_amin is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-08-2018 , 16:34   Re: [ANY] SteamWorks
Reply With Quote #650

Where do you see No Steam binaries ?
Attached Images
File Type: jpg Снимок.JPG (44.2 KB, 210 views)
Vit_amin 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 05:34.


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