• 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] Disconnected From Server

  • Thread starter Thread starter Deleted member 141899
  • Start date Start date
D

Deleted member 141899

Guest
Hello guys, can someone help me?

I Changing version of my server, and i downloaded the last tfs 1.0 of Mark. I Compilled but i can't connect to the server, i change everything (original data and others) and dont works ;s PS: the older sources that i used works fine lol

conect.png


help please!
 
Have you portforward'ed 7171 and 7172?
Have u turned your Virtual Server firewall off?
Which IP do u use to login and which IP do you have in the config.lua file?

Please provide more information next time.
 
I set in config lua my ip adress:
177.183.177.82

Yes, all ports are open, I am not beginner. It is very strange because with the old source here works just right

help me please, thanks! If you can test, download the last 1.0 in github and put online to see if you can connect.. its very strange.. :/
 
Make sure you use the config.lua from the version you are using atm (so not the one from your previous TFS version).
 
Yes, im using the config.lua of the new source and dont works.

I suspect that there may be something in any database table, I'll check

Edit: Omg, dont work nothing, I tried all. All configs are corrects, its works with the old sources that i used, and with the new i downloaded from github dont works, '-'

I have no idea what it could be, help ;(

Can someone test the last 1.0 source in github? i think is a source problem

BumP!
 
Last edited by a moderator:
Help me please! I test with tfs 1.1 and works fine too, the problem is with the last tfs 1.1 in github...
what does last tfs 1,1 mean?
could you point out where you downloading your source or compiled exe files.

this error means you are not even trying to connect to your server.
my guess is same. your config.lua has wrong IP address.
for testing purpose, start off with ip 127.0.0.1

and set the ipchanger or custom client ip address to 127.0.0.1 too
 
Others can connect to my server using global ip but i can't? If thats your problem you should do this:
start > run > write: cmd and press enter
write: ipconfig and press enter
copy your IPv4 adress
should look like this:
Code:
Adres IPv4. . . . . . . . . . . . . : 192.168.0.5
Now go to and edit file
Code:
C:/Windows/system32/drivers/etc/hosts
at end of file add: (192.168.0.5 is example of your IPv4 adress change it to yours)
Code:
192.168.0.5 177.183.177.82
w TFS/config.lua
Code:
ip = 177.183.177.82
Code:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
192.168.0.5 177.183.177.82
 
Last edited:
Its not the problem, i dont get connection timeout, i get disconnected from server, all configuration is correct, i can connect with TFS 1.1 of github and i can't connect with TFS 1.0 of github.

I challenge someone to pick up the last tfs 1.0 github and able to connect. something in the source is buggy there.
 
try putting localhost into your ipchanger....

This happened too me before.. I could not connect thru the global ip or redirect only with localhost?

Hope it works,

-Martin

P.s. - If you are using windows, make sure you allow Theforgottenserver.exe as a public application in your firewall settings!
 
Its not works, i use linux in virtualbox, i can connect with TFS 1.1 and all others sources. But i can't connect with last Tfs 1.0 of github.. All configuration are correct.

Try you with the sources in github, is bugged.
 
BindOnlyGlobalAdress is false, not this.

Please, download the last tfs 1.0 in github and try to connect yourself ,you will not be able.

If you can, please tell me here, because this source is bugged.
 
BindOnlyGlobalAdress is false, not this.

Please, download the last tfs 1.0 in github and try to connect yourself ,you will not be able.

If you can, please tell me here, because this source is bugged.
IF i had my pc i would have tested. But i belive you are doing something wrong. Because i don't think Mark releases broken TFS 1.0. Where did you download TFS 1.0 Exactly. Which github?
 
Yes, i downloaded the last version in Github.

I did nothing wrong. Tested in tfs 1.1 and is working perfectly, only that 1.0 that of this error.

If someone can download the 1.0 on github and test I appreciate because it is really buggy. Please dont ask if I released the ports and to be using the right IP, as already checked 100 times and nothing is wrong.

Thank you all.
 
i got the same, other people can login in to my server and i can't

if i set BindOnlyGlobalAdress is false other players can login in but i can't
if i set BindOnlyGlobalAdress is true i can login and other players can't

if i try C:/Windows/system32/drivers/etc/hosts and add my ipv4 adres + ip adres
and i wanna save it it says this file is used by other program it cant save


PLEASE HELP ME :(
 
Back
Top