Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server only accepting connections from game lobby #9

Open
Ragnoji opened this issue Sep 1, 2022 · 6 comments
Open

Server only accepting connections from game lobby #9

Ragnoji opened this issue Sep 1, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Ragnoji
Copy link

Ragnoji commented Sep 1, 2022

I had message "Server only accepting connections from game lobby" when trying to connect to my server. I have no problem connecting from sandboxed csgo processes, so the problem is not about my server cfg. I used main branch tiny-client. Any tips on solving this problem?

@yourmnbbn
Copy link
Owner

This is weird, definitely there is something different on your server. Normally each server will get a reservation id from GC after sending hello. But on your server the cached id is 0. Did you see if the requested reservation id from the GC in the client console output is valid? Can you paste the console output here after removing sensitive information?

@yourmnbbn yourmnbbn added the bug Something isn't working label Sep 4, 2022
@Ragnoji
Copy link
Author

Ragnoji commented Sep 4, 2022

D:\tiny-csgo-client\vs2022\Release>tiny-csgo-client.exe -ip ..250.153 -port 27040 -name favqevq -pw LoveBamigos1
CDynamicFunction: Loading library 'Kernel32.dll' (76360000)
CDynamicFunction: Lookup of 'TryEnterCriticalSection' in 'Kernel32.dll': 77C909B0
Setting breakpad minidump AppID = 730
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 7656119********** [API loaded no]
Trying to establish connection with GC, this may take a while...
GC Connection established for client
Connecting to server ..250.153:27040, using nickname favqevq, using password LoveBamigos1
Server using 'friends' lobbies, requiring pw yes, lobby id ffffffffffffffff
Get server challenge number : 0x5041437, auth prorocol: 0x03, server steam: 85568392924951***, vac on, dcFriendsReqd 0, officialValveServer 0
Trying to request server reservation id from GC, this may take a while...

@yourmnbbn
Copy link
Owner

Is it stuck here? It has a 60 seconds time out if you wait a little longer. Looks like your server had never sent hello to GC. Are you using some plugins or extensions to bypass this? Maybe to fix the #Valve_Reject_Connect_From_Lobby?

@Ragnoji
Copy link
Author

Ragnoji commented Sep 6, 2022

i don't think i use any plugins, this is my folders in csgo
image
i also waited those 60 seconds before, there was no improvement

@yourmnbbn
Copy link
Owner

Then most likely that something is wrong with your steamclient api, I guess. Are you using all the pure server files or some of which are modified? Like no steam server or any other modification related.

@Jaeger33211Sec
Copy link

Bump => Issue still present with non modified Servers. Reservation Cookie is 0 (when not spoofing the Reservation ID Serversided)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants