Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 01-09-2003, 03:31 AM   #1 (permalink)
 
Join Date: Jan 2003
Posts: 5
Default HELP

i llog in wiht my account then i look at the server lsitings i slect my server then i look and it says connecting forever i lock at the server window and it says unhandled packet and werid numbers
Tryblith is offline   Reply With Quote
Old 01-09-2003, 04:51 AM   #2 (permalink)
Forum Expert
 
Join Date: Sep 2002
Posts: 1,267
Send a message via ICQ to Spooky
Default Arrggg!!!!

I wish people would read the how to first damn it.

You are trying to logon with an encrypted client either connect with UOGateway and set it to remove encryption or use UORice to create a new client.exe with the encyption removed.
Spooky is offline   Reply With Quote
Old 01-09-2003, 12:53 PM   #3 (permalink)
 
Join Date: Dec 2002
Posts: 285
Send a message via ICQ to Bahamut-Zero Send a message via MSN to Bahamut-Zero
Default Re: Arrggg!!!!

Quote:
Originally Posted by Spooky
I wish people would read the how to first damn it.
I totally agree! Newbies are always so excited about host emulators and they will just come here, without reading any of the FAQS/Tutorials that have been done for newbies :x

I hope they would learn to read a installation tutorial or something, before they ask for help
Bahamut-Zero is offline   Reply With Quote
Old 01-09-2003, 02:10 PM   #4 (permalink)
 
Join Date: Jan 2003
Posts: 80
Default

Perhaps a script like this in the distro could help solve these questions.

[code:1]using System;
using System.IO;
using System.Diagnostics;
using Server;

namespace Server.Misc
{
/// <summary>
/// Summary description for GettingStarted.
/// Launches a browser to Ryan's 'Getting started' post if no 'accounts.xml' exists. (Assuming new installation)
/// </summary>
public class GettingStarted
{
public static void Initialize()
{
if (!File.Exists(Path.Combine(Core.BaseDirectory , "Saves/Accounts/accounts.xml")))
{
Process p=new Process();
p.StartInfo.FileName ="http://www.runuo.com/discussion/viewtopic.php?t=1530";
p.StartInfo.UseShellExecute =true;
p.Start();
}
}
}
}[/code:1]
Shurugwi is offline   Reply With Quote
Old 01-09-2003, 03:47 PM   #5 (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

Or they could just make a readme :-)

Perhaps I will work on it.

So many projects, so little time...
Phantom is offline   Reply With Quote
Old 01-09-2003, 03:50 PM   #6 (permalink)
Forum Expert
 
Join Date: Dec 2002
Location: Oregon, U.S.A.
Age: 26
Posts: 1,036
Send a message via ICQ to Vhaldir Send a message via AIM to Vhaldir Send a message via MSN to Vhaldir Send a message via Yahoo to Vhaldir
Default

Quote:
Originally Posted by Shurugwi
Perhaps a script like this in the distro could help solve these questions.
This wouldn't really help the 'real' noobs.. they can't get the shard working/logged in then they wouldn't even get that popup..
__________________

The only shard you'll ever need.
Vhaldir is online now   Reply With Quote
Old 01-09-2003, 04:23 PM   #7 (permalink)
 
Join Date: Jan 2003
Posts: 80
Default

The script executes when they execute RunUO.exe. Before they even try logging in they will have a browser opened to a getting started page.
Shurugwi is offline   Reply With Quote
Old 01-09-2003, 04:32 PM   #8 (permalink)
 
Join Date: Sep 2002
Posts: 872
Default

:evil:
i agree that people need to read the info before asking questions
that may have been already answered but no reason to get upset
over it Newbies are Newbies and it will always be that way just point
point the way out grin and bare it
(Scream when they go away)
:twisted:
Etalicus 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