• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Issue with logg-in on my 8.6 server.

yuitsi2

New Member
Joined
Sep 5, 2010
Messages
42
Reaction score
3
Location
Sweden
I've portforwarded my server and I can access it on my own. When someone else tried to join it they get to the character window and when they press enter to login they get kicked with an error message (Error:10061). I do not know what the issue is. If anyone can help me it would be very appreciated!

~Yours yuitsi2
 
Can you access your server using your own ip?
localhost or 127.0.0.1 is not your ip it is a local ip only used by your computer and not your network.

If your not sure what your ip is go to this site https://www.whatismyip.com/
Make sure your ip is setup correctly in your config file
 
I can access it and logg in on both 127.0.0.1(localhost). My friend is still able to connect to the characters login screen with 127.0.0.1 entered in the lua file. For some reason I cannot put in my global ip address in the lua since the server will not start up, it just crashes without leaving any sort of message.

Even though I have entered 127.0.0.1 in the config.lua file I connect on my global ip address with the ip changer to access the server and so does my friend.
 
Last edited by a moderator:
Find this line in config.lua and rename my.visible.ip to your ip from http://whatismyipaddress.com
Code:
ip = "my.visible.ip"

localhost and 127.0.0.1 is ip adress of your own computer(only you can see it), everyone has it. If your friend will write localhost or 127.0.0.1 he will see his own computer.
If your tfs crashes just change engine. You have old TFS version it may have many bugs.
Show us your config.lua, maybe you are doing something wrong.
 
Okay, I ended up changing my TFS. I do not know if it's better but some guy on otland gave me the files to work with saying they were alot more stable. I've encountered another problem with item.otb, I think I'll just go hang myself lol.

"A newer version of items.otb is requiered." "ERROR: unable to load ITEMS.OTB"

I have not changed any files that I got from that guy and I do not know how to fix it since I don't know where to grab a new "ITEMS.OTB".
 
Okay, I ended up changing my TFS. I do not know if it's better but some guy on otland gave me the files to work with saying they were alot more stable. I've encountered another problem with item.otb, I think I'll just go hang myself lol.
Yea that was me I sent you the files, but I never said they were stable.
See
I was wondering what is the current used TFS files to 8.6 servers? I'm going to create a tiny project with some friend to see how it develops.
Some use 0.3.7 & (0.3.6/0.4) while others use cryingdamson-0.3.6-8.60-V8.2

Source for cryingdamson-0.3.6-8.60-V8.2
https://github.com/Jo-Tran/cryingdamson-0.3.6-8.60-V8.2

Source for 0.4 trunk 3777
http://www.mediafire.com/download/3i024bcvl2xcmrr/trunk.r3777.7z

Source for 0.4 trunk 3884
http://www.mediafire.com/download/50ro89m8imh9wdi/trunk.r3884.7z#

You can use this to compile the source
http://www.mediafire.com/download/y6z7grc4pnlwtc9/Stian's_Repack_Dev-Cpp.rar
or
http://www.mediafire.com/download/zv9jhhusay66suh/StiansRepackDev-Cpp_v2.zip

Use the search box on this forum next time or ask in support for help regarding relevant distro versions for the client version you would like to build a server for.
I see, would you be bothered to stay with me for another few min or are you busy in anyway?
 
I got confused over the files you linked to me, I got someone else on skype to help me and that guy linked me other files from otland.net. I don't know why we are discussing this?
 
Unfortunately there are not more information to give I'm afraid. What happens is that when I open the launcher I've got this message that appears.

"A newer version of items.otb is requiered." "ERROR: unable to load ITEMS.OTB"

Then it exit itself really fast.

Also when I try to put my IPV4 address in the config lua the server refuses to start. First off I need to fix the ITEMS.OTB to even be able to start the launcher :p.

https://gyazo.com/b54c7e3451b9b63ede5c63b22afd3cca
 
Last edited:
Unfortunately there are not more information to give I'm afraid. What happens is that when I open the launcher I've got this message that appears.

"A newer version of items.otb is requiered." "ERROR: unable to load ITEMS.OTB"

Then it exit itself really fast.

Also when I try to put my IPV4 address in the config lua the server refuses to start. First off I need to fix the ITEMS.OTB to even be able to start the launcher :p.

https://gyazo.com/b54c7e3451b9b63ede5c63b22afd3cca
Do you use the items.otb from tfs github?
 
Back
Top