Client stuck at "Connecting..."
-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
Client stuck at "Connecting..."
http://img66.imageshack.us/my.php?image=1111118er.jpg
This pic shows it. I used UO Rice and made a new client file, as well as removed encryption from my POL.cfg. I can connect, and select my server, but when I try to get to the character creation screen, it just stops at "Connecting...". It dont freeze or nothing, just stops there. Any help?
This pic shows it. I used UO Rice and made a new client file, as well as removed encryption from my POL.cfg. I can connect, and select my server, but when I try to get to the character creation screen, it just stops at "Connecting...". It dont freeze or nothing, just stops there. Any help?
-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
What version of client are you using?
Does your servers.cfg match what it says in your login.cfg?
What version of POL are you using?
I know if you're using POL095 and I know at least with the 2D clients, if you use version 4.0.4 or higher, you'll get stuck at the second connecting screen (this is exactly the same spot you're getting stuck on) unless you use razor due to client flaws.
Does your servers.cfg match what it says in your login.cfg?
What version of POL are you using?
I know if you're using POL095 and I know at least with the 2D clients, if you use version 4.0.4 or higher, you'll get stuck at the second connecting screen (this is exactly the same spot you're getting stuck on) unless you use razor due to client flaws.
I remember why it didnt work for me, Your on a router im assuming, in servers.cfg you should make it so there is to connections, the second one should look exactly like the one below, but first we need to get your ip, go to(if your running windows) start>run>cmd>ipconfig
and look for IP Address, That is the one you will use to connect to the shard, now as for your players the ip they should use to connect to should be the one that http://whatismyip.com gives you, and as for you, changte your login.cfg in your uo folder to loginserver=127.0.0.1,5003 and as long as your connecting to it thru the same computer it should work fine.
SAME COMPUTER CONNECTION:
DIFFERENT COMPUTER CONNECTION(PLAYERS):
and look for IP Address, That is the one you will use to connect to the shard, now as for your players the ip they should use to connect to should be the one that http://whatismyip.com gives you, and as for you, changte your login.cfg in your uo folder to loginserver=127.0.0.1,5003 and as long as your connecting to it thru the same computer it should work fine.
SAME COMPUTER CONNECTION:
Code: Select all
GameServer
{
Name Shard name
IP (YOUR IP FOUND IN IPCONFIG)
Port 5003
IPMatch 127.0.0.1
}DIFFERENT COMPUTER CONNECTION(PLAYERS):
Code: Select all
GameServer
{
Name Shard name
IP (YOUR IP FOUND AT HTTP://WHATISMYIP.COM)
Port 5003
IPMatch (YOUR IP FOUND AT HTTP://WHATISMYIP.COM)
}-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
Code: Select all
GameServer
{
Name Admin Use Only
IP 192.168.0.3
Port 5003
IPMatch 192.168.0.3
}
GameServer
{
Name The Black Flame
IP 69.14.103.133
Port 5003
IPMatch 69.14.103.133
}
I put this as my new code, and now, when I type in user/password, client freezes up then returns "Cannot connect to server" and there is no connections showing up on pol console. I have the IP set properly in login.cfg and pol.cfg port is set correctly, and you can see my server.cfg.
-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
-
necrophagist420
- New User
- Posts: 8
- Joined: Fri Jun 23, 2006 3:00 pm
