No Game server for Authorization server
I get this error when logining in to game, after typing user and pw comes up with server +click + ok
Then the message comes up
I have opened only two ports 2106 and 7777
I have downloaded the new Version .Dll
I have changed and looked over the network files several times
I have windows 11 , and have also tried bin\32 and bin\64 to login
and am able to use either
Can someone help me to resolve this issue , thanks
Re: No Game server for Authorization server
Check here
\AionServerPlay\AionGameServer\config\network
ipconfig.xml
Code:
<ipconfig default="YOURSERVERIP">
<!--<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>--></ipconfig>
Re: No Game server for Authorization server
Quote:
Originally Posted by
argeus99
Check here
\AionServerPlay\AionGameServer\config\network
ipconfig.xml
Code:
<ipconfig default="YOURSERVERIP">
<!--<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>--></ipconfig>
That didn't fix it either, i believe it is an ip issue in one of the files
everything is Localhost or 127.0.0.1,
The game server connects to chat and login server with no issues, server is up and running, just can not get to character screen
Keeps saying no game server is available to authorization server
Now as i have changed a few Ip's i can click and it looks as if it is going but freezes on connect or play on Seil server
Re: No Game server for Authorization server
hmmm are you playing from localhost? both server and client in the same machine?
Check this
\AionServerPlay\AionGameServer\config\network and \AionServerPlay\AionLoginServer\config\network
network.properties
and make sure the network client host is set to * (all available interfaces)
https://i.ibb.co/7npxK9S/Screenshot-1.png
Also try without firewall
Re: No Game server for Authorization server
Quote:
Originally Posted by
argeus99
hmmm are you playing from localhost? both server and client in the same machine?
Check this
\AionServerPlay\AionGameServer\config\network and \AionServerPlay\AionLoginServer\config\network
network.properties
and make sure the network client host is set to * (all available interfaces)
https://i.ibb.co/7npxK9S/Screenshot-1.png
Also try without firewall
Okay will check it now
Re: No Game server for Authorization server
Quote:
Originally Posted by
Toonsx
That didn't fix it either, i believe it is an ip issue in one of the files
everything is Localhost or 127.0.0.1,
The game server connects to chat and login server with no issues, server is up and running, just can not get to character screen
Keeps saying no game server is available to authorization server
Now as i have changed a few Ip's i can click and it looks as if it is going but freezes on connect or play on Seil server
There is front facing ip addresses, these should be 0.0.0.0 when you port forward, the internal ones are just socket servers between the servers for IPC comms.
change gameserver ip, but also make sure the SM_SERVER_LIST on login side is sending the correct details in the packet, thats where the client will connect to and if it's wrong it will error of course :)
Re: No Game server for Authorization server
Quote:
Originally Posted by
StingerOne
There is front facing ip addresses, these should be 0.0.0.0 when you port forward, the internal ones are just socket servers between the servers for IPC comms.
change game server ip, but also make sure the SM_SERVER_LIST on login side is sending the correct details in the packet, that's where the client will connect to and if it's wrong it will error of course :)
It says sending packet 0x01 SM_Login fail, so it is this , can you help me to fix it ?
Re: No Game server for Authorization server
Quote:
Originally Posted by
Toonsx
It says sending packet 0x01 SM_Login fail, so it is this , can you help me to fix it ?
SM_LOGIN_FAIL packet is sent if a session id or one of the keys doesn't match or if you didn't provide the correct credentials. Maybe check the database first? make sure you can login okay.
If you have access to the source code to compile, I can tell you where to put some print statements to get a list of all the packets sent and where it sends this SM_LOGIN_FAIL packet.
Re: No Game server for Authorization server
Quote:
Originally Posted by
StingerOne
SM_LOGIN_FAIL packet is sent if a session id or one of the keys doesn't match or if you didn't provide the correct credentials. Maybe check the database first? make sure you can login okay.
If you have access to the source code to compile, I can tell you where to put some print statements to get a list of all the packets sent and where it sends this SM_LOGIN_FAIL packet.
No i do not have the source files, and i am not sure that is the problem, now it lets me login , then says the same (NO GAME SERVER AVAILIABLE FOR AUTHURAZATION SERVER)
Re: No Game server for Authorization server
Quote:
Originally Posted by
Toonsx
No i do not have the source files, and i am not sure that is the problem, now it lets me login , then says the same (NO GAME SERVER AVAILIABLE FOR AUTHURAZATION SERVER)
Make sure all passwords are correct, check locally to make sure you can still login and play okay, if so then it's an issue with your ip addressing. As mentioned before, the SM_SERVER_LIST packet sends the public ip address of the gameserver to the authenticated player, if the address in the packet is incorrect then it will fail.
Re: No Game server for Authorization server
Quote:
Originally Posted by
StingerOne
Make sure all passwords are correct, check locally to make sure you can still login and play okay, if so then it's an issue with your ip addressing. As mentioned before, the SM_SERVER_LIST packet sends the public ip address of the gameserver to the authenticated player, if the address in the packet is incorrect then it will fail.
i have tried local and on line and neither is working , how ever with the 192 ip it does login , but then comes back saying can not connect to game server
Re: No Game server for Authorization server
Quote:
Originally Posted by
Toonsx
i have tried local and on line and neither is working , how ever with the 192 ip it does login , but then comes back saying can not connect to game server
I'd recommend to get the server running locally first, make sure you can create an account and login, create character and enter the game world.
Once you have done this, you can confirm it's a configuration issue and not a problem with the emulator(maybe the emulator doesn't work for your game version?)
Cannot connect to gameserver seems like an ip address configuration issue, but it could also mean the packet is wrong. Try login locally and let me know how you go.
Re: No Game server for Authorization server
Quote:
Originally Posted by
StingerOne
I'd recommend to get the server running locally first, make sure you can create an account and login, create character and enter the game world.
Once you have done this, you can confirm it's a configuration issue and not a problem with the emulator(maybe the emulator doesn't work for your game version?)
Cannot connect to gameserver seems like an ip address configuration issue, but it could also mean the packet is wrong. Try login locally and let me know how you go.
If you have Team veiw , maybe you can connect to see the problem??
I am also using the NC client and the Gameforge clients