Go Back   RunUO - Ultima Online Emulation > RunUO > General Discussion

General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT!

Reply
 
Thread Tools Display Modes
Old 11-26-2002, 09:50 PM   #1 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default Connecting...

Whenever my shard is online, i login and it goes past the shard select screen. When you click RunUO Test... it freezes at "connecting." How do I fix that :?:
moocow is offline   Reply With Quote
Old 11-26-2002, 09:52 PM   #2 (permalink)
 
Join Date: Nov 2002
Age: 21
Posts: 3
Default

Did you download UOgateway ?
RaNc|d is offline   Reply With Quote
Old 11-26-2002, 09:54 PM   #3 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default yes

Yes i have uogateway... I tried a custom shard to get on too but it wont
moocow is offline   Reply With Quote
Old 11-26-2002, 11:32 PM   #4 (permalink)
Forum Novice
 
Join Date: Sep 2002
Posts: 126
Default

Try a different client. I can't remember which one I'm using, but I think it's a 2.x one.
One Sick Puppy is offline   Reply With Quote
Old 11-27-2002, 12:15 AM   #5 (permalink)
Not Nice
 
zero's Avatar
 
Join Date: Sep 2002
Posts: 780
Default

go into Serverlist.cs in scripts/misc/ and comment out the default line and put the line with _YOURIPHERE_ or whatever, and replace that with your ip address.
zero is offline   Reply With Quote
Old 11-27-2002, 02:19 AM   #6 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default Tried it

I tried all thoes. My friend has the same client as me and he is running runuo on uog with no problems. I know its something on my computer because I downloaded my friends shard (the one with runuo on uog) using the icq transfer thing. So our runuo files are the same. This is getting frustrating. Anything else it could be :?:
moocow is offline   Reply With Quote
Old 11-27-2002, 03:24 AM   #7 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Remove the encryption, there is an option when using UOG. If not re-install your UO game, if you don't have the cd tough luck.
Phantom is offline   Reply With Quote
Old 11-27-2002, 11:26 AM   #8 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default ...

If i reinstall the game must i delete the patches? Thoes take so long to download on a 56k modem. And also i forgot to tell that no one else can log on either. They all select the shard and it freezes.
moocow is offline   Reply With Quote
Old 11-27-2002, 01:35 PM   #9 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default aaaahhh

this is very frustrating
moocow is offline   Reply With Quote
Old 11-27-2002, 01:54 PM   #10 (permalink)
 
Join Date: Sep 2002
Posts: 49
Default

Are you useing a router?
DustBuster is offline   Reply With Quote
Old 11-27-2002, 01:57 PM   #11 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default ...

Ive heard that question. They say im using a router if your ip is something like 67.227.###.## Right? But my phone line goes right into my modem inside my tower. I dunno what to say.
moocow is offline   Reply With Quote
Old 11-27-2002, 02:08 PM   #12 (permalink)
 
Join Date: Sep 2002
Posts: 49
Default

Okay. Do you get any messages in the console when somebody tries to connect?
DustBuster is offline   Reply With Quote
Old 11-27-2002, 02:14 PM   #13 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default aye

yes it says client...connecting password (something) accepted or somehting. It shows everything that it should untill they click on my shard in the shard select screen. Once they do that it instantly disconnects them, i have watched the console. One thing that might not be right is at the end of the loading process for runuo you know how it says listening on-127.0.0...
listening on-your ip(67.227.245.23)
mine has another one on the end of it that says listening on-3.0.0.9 or something. None of my friends consoles say that when they start it up, they only have 2 listening ip things. :?
moocow is offline   Reply With Quote
Old 11-27-2002, 02:24 PM   #14 (permalink)
 
Join Date: Sep 2002
Posts: 49
Default

Okay, remove everything in your \Scripts\Misc\ServerList.cs and put this in it:

[code:1]
using System;
using System.Net;
using Server;
using Server.Network;

namespace Server.Misc
{
public class ServerList
{
public static void Initialize()
{
Listener.Port = 2593;

EventSink.ServerList += new ServerListEventHandler( EventSink_ServerList );
}

public static void EventSink_ServerList( ServerListEventArgs e )
{
IPHostEntry thisHost = Dns.Resolve( Dns.GetHostName() );
IPAddress[] addressList = thisHost.AddressList;

if ( addressList.Length > 0 )
{
// e.AddServer( "RunUO Test Center", new IPEndPoint( addressList[addressList.Length - 1], Listener.Port ) );

// If you're running behind a router, use the following line instead:
e.AddServer( "RunUO Test Center", new IPEndPoint( IPAddress.Parse( "67.227.245.23" ), Listener.Port ) );
}
else
{
e.Rejected = true;
}
}
}
}
[/code:1]

Restart the server, and see if that works.
DustBuster is offline   Reply With Quote
Old 11-27-2002, 02:28 PM   #15 (permalink)
 
Join Date: Nov 2002
Posts: 222
Send a message via ICQ to moocow
Default will do

will do but i cant right now on a public computer Ill give it a shot when i get home. 67.227.245.23 isnt my ip its an example... the start of my ip is always 67.227.###.## ill try it thanks
moocow is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5