Jump to content
  • 0

I can't login to my server!!!!!


Mind Rapist

Question

Hello guys I'm having a severe problem on logging in to my server these days I've been trying to understand what's wrong but nothing makes sence... My partner and other computers are able to login normally but for some reason my login is stuck to "Connecting to server...". However when I input my password wrong the client responds normally saying "Your username or password is wrong". Does anybody know how to help me please?

Link to comment
Share on other sites

  • Answers 6
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

6 answers to this question

Recommended Posts

  • 0

Well my server is hosted on KMS-Hosting.

My serverinfo.py looks like this:

Spoiler

SERVER_NAME = "Metin2Client"
SERVER_IP      = "IPAddressOfServer"
CH_NAME        = "CH1"
PORT_1         = Channel1Port
PORT_2         = AuthPort
PORT_3        = Game99Port


STATE_NONE = "..."
                    
STATE_DICT = {
    0 : "....",
    1 : "NORM",
    2 : "BUSY",
    3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
    1:{"key":11,"name":CH_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},

}

REGION_NAME_DICT = {
    0 : "",        
}

REGION_AUTH_SERVER_DICT = {
    0 : {
        1 : { "ip":SERVER_IP, "port":PORT_2, },

    }        
}

REGION_DICT = {
    0 : {
        1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },                        
    },
}

MARKADDR_DICT = {
    10 : { "ip" : SERVER_IP, "tcp_port" : PORT_3, "mark" : "10.tga", "symbol_path" : "10", },
}

(My ip and ports are all correct!!!)

I only have a client syserr but when I remove the lines (as saw on a post) I only get "Error connecting to server...". Here is the syserr:

Spoiler

0512 21:05:13906 :: Traceback (most recent call last):

0512 21:05:13907 ::   File "introLogin.py", line 436, in OnConnectFailure

0512 21:05:13907 :: AttributeError
0512 21:05:13907 :: : 
0512 21:05:13907 :: 'LoginWindow' object has no attribute 'timeOutMsg'
0512 21:05:13907 :: 

I am the only one tried to connect to this host and couldn't... As I said this same client was tested on other machines and works perfectly fine... So I don't know what to do... Thank you for replying tho :)

Link to comment
Share on other sites

  • 0
4 hours ago, Mind Rapist said:

Well my server is hosted on KMS-Hosting.

My serverinfo.py looks like this:

  Reveal hidden contents

SERVER_NAME = "Metin2Client"
SERVER_IP      = "IPAddressOfServer"
CH_NAME        = "CH1"
PORT_1         = Channel1Port
PORT_2         = AuthPort
PORT_3        = Game99Port


STATE_NONE = "..."
                    
STATE_DICT = {
    0 : "....",
    1 : "NORM",
    2 : "BUSY",
    3 : "FULL"
}

SERVER01_CHANNEL_DICT = {
    1:{"key":11,"name":CH_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},

}

REGION_NAME_DICT = {
    0 : "",        
}

REGION_AUTH_SERVER_DICT = {
    0 : {
        1 : { "ip":SERVER_IP, "port":PORT_2, },

    }        
}

REGION_DICT = {
    0 : {
        1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },                        
    },
}

MARKADDR_DICT = {
    10 : { "ip" : SERVER_IP, "tcp_port" : PORT_3, "mark" : "10.tga", "symbol_path" : "10", },
}

(My ip and ports are all correct!!!)

I only have a client syserr but when I remove the lines (as saw on a post) I only get "Error connecting to server...". Here is the syserr:

  Hide contents

0512 21:05:13906 :: Traceback (most recent call last):

0512 21:05:13907 ::   File "introLogin.py", line 436, in OnConnectFailure

0512 21:05:13907 :: AttributeError
0512 21:05:13907 :: : 
0512 21:05:13907 :: 'LoginWindow' object has no attribute 'timeOutMsg'
0512 21:05:13907 :: 

I am the only one tried to connect to this host and couldn't... As I said this same client was tested on other machines and works perfectly fine... So I don't know what to do... Thank you for replying tho :)

Fix for the client error

Find:

Spoiler
if app.loggined:
			self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.__ExitGame)
		elif self.timeOutMsg:
			self.PopupNotifyMessage(localeInfo.LOGIN_FAILURE_TIMEOUT, self.SetPasswordEditLineFocus)
		else:
			self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.SetPasswordEditLineFocus)

change it like this:

Spoiler
		if app.loggined:
			self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.__ExitGame)
		else:
			self.PopupNotifyMessage(localeInfo.LOGIN_CONNECT_FAILURE, self.SetPasswordEditLineFocus)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Activity

    1. 3

      Once upon a time...

    2. 1183

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    3. 3

      Once upon a time...

    4. 3

      Once upon a time...

    5. 0

      problem ability

    6. 0

      Transmutation system error "unknow command server"

    7. 39

      Official Transmutation / Change Look

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.