• 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!

OTClient [TFS 1.x] Can't login into TFS 1.2

hellboy

Intermediate OT User
Joined
Apr 6, 2008
Messages
544
Solutions
6
Reaction score
121
Location
player:getTown()
Hello.

I can't login into TFS 1.2 inside VirtualBox.

Details:
* VirtualBox have 2 network interfaces (one NAT and one hostonly)
* In VirtualBox I use Ubuntu 18.04
* Inside Ubuntu UFW is disabled
* TFS 1.2 console don't show any errors
* OTClient build 0.6.6, Rev 0 (df422c0)
* OTClient console don't show any errors
* OTClient show only information:
Connection Error: Connection failed. (ERROR 10061)
* I can log into account and select character
* I can't login into game

Any tips, advise?
Players map position is ok same as town_id.

# EDIT #
Network interfaces

Code:
ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 08:00:27:14:ac:ec brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic enp0s3
       valid_lft 86203sec preferred_lft 86203sec
    inet6 fe80::a00:27ff:fe14:acec/64 scope link
       valid_lft forever preferred_lft forever
3: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 08:00:27:48:86:b7 brd ff:ff:ff:ff:ff:ff
    inet 192.168.56.101/24 brd 192.168.56.255 scope global dynamic enp0s8
       valid_lft 1003sec preferred_lft 1003sec
    inet6 fe80::a00:27ff:fe48:86b7/64 scope link
       valid_lft forever preferred_lft forever

Code:
cat /etc/netplan/*

# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s3:
            addresses: []
            dhcp4: true
        enp0s8:
            addresses: []
            dhcp4: true
    version: 2
 

Attachments

Last edited:
can you try to ping the server on virtualbox? from you machine that you are trying to connect from?

OTClient connect to TFS 1.2 and login into character list, so I don't see any point of making ping.
OTClient clearly see TFS on port 7171 (login port), but I don't know if it can connect to port 7172 (game port).
 
OTClient connect to TFS 1.2 and login into character list, so I don't see any point of making ping.
OTClient clearly see TFS on port 7171 (login port), but I don't know if it can connect to port 7172 (game port).
ah i missed that. its sound weard. the only thing i can think about its world id.

i can help you to check on the problem if you want tonight.
 
Back
Top