yourmnbbn/tiny-csgo-client

Connection failed with redirecting enabled servers

Closed this issue · 4 comments

I don't understand how it works.
IP:28002 - tiny-server
IP:27016 - my csgo server (Made a bypass of the check, If I go tiny server, I am thrown to my server)

C:\Users\BuT\Desktop\tiny-csgo-client-main\bin\windows>tiny-csgo-client.exe -ip 192.168.0.106 -port 28002 -name TestPlayer
CDynamicFunction: Loading library 'Kernel32.dll' (75E70000)
CDynamicFunction: Lookup of 'TryEnterCriticalSection' in 'Kernel32.dll': 77E70AD0
Setting breakpad minidump AppID = 730
SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  **MY_ID** [API loaded no]
Trying to establish connection with GC, this may take a while...
GC Connection established for client
Connecting to server 192.168.0.106:28002, using nickname TestPlayer, using password
Server using 'public' lobbies, requiring pw no, lobby id ffffffffffffffff
Get server challenge number : 0xDEADBEEF, auth prorocol: 0x03, server steam: **Server_ID**, vac on, dcFriendsReqd 0, officialValveServer 0
Trying to request server reservation id from GC, this may take a while...
Get server reservation id 0xC927B204F2BFE797
Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#1)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#2)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#3)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#4)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#5)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#6)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#7)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#8)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#9)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#10)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#11)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#12)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#13)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#14)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#15)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#16)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#17)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#18)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#19)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#20)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#21)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#22)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#23)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#24)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#25)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#26)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#27)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#28)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#29)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#30)
 Connection refused! - ConnectRedirectAddress:**IP_REDIRECT_SERVER:27016**
Authentication failed! retry...(#31)
 Error: Max retry limit(30) exceeded
CDynamicFunction: Closing library 'Kernel32.dll' (75E70000)

used "-ticked"

How it works "-ty"

I want to make sure that I am not redirected from the tiny_client server

There are indeed some problems with tiny client connecting to servers with redirecting enabled, I'll fix this when I have time.

And if you're trying to connect a tiny server whether with redirecting enabled or not, please add option -ts. Connect to tiny server won't have problems. Don't use that option when you're trying to connect to a real server.

Commit 40f5107 has fixed this, now you can use tiny client to connect to any redirecting enabled servers or tiny server(without option -ts), the client will retry to the target server now.