• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.0 cant connect (10061)

Derlexy

Intermediate OT User
Joined
Jun 29, 2011
Messages
219
Reaction score
101
Sup guys...
I'm trying to login on my TFS 1.0 (10.41) and i got the (10061) error after select the characters on characters list!
The server is online, without errors!

CLICK HERE TO GIF!

c19b8c81934a52ef2619237c5874faec.png
 
First of all. Go to:
C:\Windows\System32\drivers\etc

Find a File Called "Hosts" Open it with notepad then you should se something like:

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost


If you see that, Then do this:

open youre start menu: in "Search Bar" Type in "ipconfig"
Then you se youre ipv4 adress.

Take youre Ipv4 adress
AND youre Server IP, that IP you give out to players. Like: Youreipserver.no-ip.org

Then you change it to this:

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.0.0 Youreipserver.no-ip.org

Exacly like that.

I hope it helped :)

If you can't open the "Hosts" file
1, Drag it to Desktop
2, Change it in desktop.
3, Drag it back to C:\Windows\System32\drivers\etc

:)
 
Last edited by a moderator:
So... I've done with TFS 1.0 all the same steps i've done with TFS 1.1 and TFS 1.2. The diference is that in 1.1 and 1.2 i can login with no problems... This problem is only with 1.0
 
Copy paste it to the desktop or w/e then move it back and replace it.
To my understanding this problem is only with 1.1 and 1.2 (maybe because of the new boost?)

Make sure that your ports are open(google "can you see me") aswell as that the ip in your config.lua file is your IPv4 address.
 
So... i've made the changes on "hosts" and i still with the problem.
Like i said, with TFS 1.1 and 1.2 i havent this problem, this is only with 1.0.
I've used the most recent boost to compile.. =/
And in my config.lua is my Ip Adress... But, when i change to my IPV4 the problem stills there...
 
The first IP in config should be youre homepage ip, that means: youreipyougivetopeople.no-ip.org

And the second IP on mysqlhost: should be :localhost
thats what i have and that work corect

Otherwise i know you checked all things up:
80
7171
7172
Check all these ports so they are open. also check youre xampp. The best version of xampp is 1.7.3
if its still aint working. i have no idea. im sorry
 
Last edited by a moderator:
LIke this?
Code:
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
179.233.199.170 192.168.0.104

I thinks is strange that some versions of TFS works and another dont =/
 
no thats wrong.

192.168.0.104 -- this one first.
179.233.199.170 -- then this one? (You aint gonna use this) Go to No-ip.com
Create a new IP there like delrexy.no-ip.org.

Then you write:
192.168.1.104 Delrexy.no-ip.org
 
So, this is it:
Code:
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
192.168.0.104 derlexy.servegame.com
But... dont works =/

FUCK!!! Now it works 0.o
 
Have you checked in youre router so you really opened all ports for 192.168.0.104 ? That last number is really import.

so you dont opened it in router like: 192.168.0.1
 
So, this is it:
Code:
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
192.168.0.104 derlexy.servegame.com
But... dont works =/

FUCK!!! Now it works 0.o
it likely didn't work at first because it takes time for the domain to propagate in DNS servers.
 
Dude, thats crazy!
I've openned all the ports with my IPV4, the prove of that is that my friend can connect to my TFS 1.1/1.2 =/
But, now, with the no-ip this shit works IUAHSUHAS

Well, understanding it or not, i thank you guys =P
You're nice =P Always helpful!!!
 
Back
Top