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 07-22-2003, 07:49 PM   #1 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default OK????

OK.....my shard is runing ok ....but when i try to login useing UOgateway .....it stays on the connecting screen ......???....and when i het Alt ,Ctrl and Delete ...it says Not Responding ???....just started this today ....it was ok.......i would get on and play and every thing ....but today nooooooooo????
vlads_bloodlust is offline   Reply With Quote
Old 07-22-2003, 08:00 PM   #2 (permalink)
Forum Expert
 
Join Date: Feb 2003
Age: 30
Posts: 515
Default

http://www.runuo.com/discussion/viewtopic.php?t=15595

Scroll down to Phantoms™ post
habitat85 is offline   Reply With Quote
Old 07-22-2003, 08:05 PM   #3 (permalink)
psz
UO Gamers: Demise Administrator
 
psz's Avatar
 
Join Date: Oct 2002
Location: Swamp
Age: 29
Posts: 10,819
Default

TM? Damn... And I was gonna Copyright it, and sue Phantom for not being opensource...
__________________
psz
Demise' Creator (Retired)
The RunUO.com Forum Moderator Team
Former Official RunUO Scripter (Retired)
Websites:
My 360 Blog
My Gaming Site(Old Link)
My Gaming Site(New Link)
psz is offline   Reply With Quote
Old 07-22-2003, 08:09 PM   #4 (permalink)
Forum Expert
 
Join Date: Feb 2003
Age: 30
Posts: 515
Default

hehe
habitat85 is offline   Reply With Quote
Old 07-22-2003, 08:10 PM   #5 (permalink)
UOT
Forum Expert
 
UOT's Avatar
 
Join Date: Oct 2002
Location: Naples,FL
Age: 32
Posts: 1,552
Default

Quote:
Originally Posted by psz
TM? Damn... And I was gonna Copyright it, and sue Phantom for not being opensource...
To late I already have Project Open Source Phantom in the works. Just wait till the release date and you'll see.....(how it vanishes) :P
UOT is offline   Reply With Quote
Old 07-22-2003, 08:25 PM   #6 (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

Phantom is offline   Reply With Quote
Old 07-22-2003, 08:26 PM   #7 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default the thing is

the thing is it just now started to do this ....my shards been p and runningf or about 6 weeks now and its been running find till today ??..........but ill still have a look at that forum link ....
vlads_bloodlust is offline   Reply With Quote
Old 07-22-2003, 08:32 PM   #8 (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 Re: the thing is

Quote:
Originally Posted by vlads_bloodlust
the thing is it just now started to do this ....my shards been p and runningf or about 6 weeks now and its been running find till today ??..........but ill still have a look at that forum link ....
Its bug that was introduced in Beta 33 r2 the fix is fixing the error in hardwareinfo.cs simple search will find the post by krrios and the 2 posts I made in the bug forum when this was reported.
Phantom is offline   Reply With Quote
Old 07-22-2003, 08:51 PM   #9 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default hmm ok

yeah i seen that in that link ......but i went to scripts and all that ....and i didnt see hardwareinfo.cs.......i didnt see the file ????? if its not there where would i find it???
vlads_bloodlust is offline   Reply With Quote
Old 07-22-2003, 08:54 PM   #10 (permalink)
Forum Expert
 
Join Date: Feb 2003
Age: 30
Posts: 515
Default

Try searching your PC for it
Start/Find or search depending on OS
habitat85 is offline   Reply With Quote
Old 07-22-2003, 10:17 PM   #11 (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

Its there because I fixed it myself for my local testing.
Phantom is offline   Reply With Quote
Old 07-22-2003, 10:55 PM   #12 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

\Scripts\Misc\Hardwareinfo.cs It's there, I promise.
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote
Old 07-22-2003, 11:18 PM   #13 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default ok

ok ..i have no hardwearinfo file......but any way ....some how my ip fucked up ....its not the same ....???...and now my players can login ??........i went to the file and put in the new ip ....and put it in uogateway ....soo why cant they log in ???? and why did my ip do that lol
vlads_bloodlust is offline   Reply With Quote
Old 07-23-2003, 12:01 AM   #14 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default ok

ok i cant find my hardwearinfo.cs ....and yes i did fo to find files on my computer not there.....and my IP starts with a 65.25 soo that means im not behind a router....soo i would ne a DNS name right ????
vlads_bloodlust is offline   Reply With Quote
Old 07-23-2003, 12:06 AM   #15 (permalink)
Forum Expert
 
Join Date: Feb 2003
Age: 30
Posts: 515
Default

Maybe thats your problem, No HardwareInfo.cs
maybe you deleted it somehow. Try putting this script in your Script/Misc folder


[code:1]using System;
using Server;
using Server.Scripts.Commands;
using Server.Accounting;
using Server.Network;
using Server.Targeting;

namespace Server
{
public class HardwareInfo
{
private int m_InstanceID;
private int m_OSMajor, m_OSMinor, m_OSRevision;
private int m_CpuManufacturer, m_CpuFamily, m_CpuModel, m_CpuClockSpeed, m_CpuQuantity;
private int m_PhysicalMemory;
private int m_ScreenWidth, m_ScreenHeight, m_ScreenDepth;
private int m_DXMajor, m_DXMinor;
private int m_VCVendorID, m_VCDeviceID, m_VCMemory;
private int m_Distribution, m_ClientsRunning, m_ClientsInstalled, m_PartialInstalled;
private string m_VCDescription;
private string m_Language;

[CommandProperty( AccessLevel.GameMaster )]
public int CpuModel{ get{ return m_CpuModel; } }

[CommandProperty( AccessLevel.GameMaster )]
public int CpuClockSpeed{ get{ return m_CpuClockSpeed; } }

[CommandProperty( AccessLevel.GameMaster )]
public int CpuQuantity{ get{ return m_CpuQuantity; } }

[CommandProperty( AccessLevel.GameMaster )]
public int OSMajor{ get{ return m_OSMajor; } }

[CommandProperty( AccessLevel.GameMaster )]
public int OSMinor{ get{ return m_OSMinor; } }

[CommandProperty( AccessLevel.GameMaster )]
public int OSRevision{ get{ return m_OSRevision; } }

[CommandProperty( AccessLevel.GameMaster )]
public int InstanceID{ get{ return m_InstanceID; } }

[CommandProperty( AccessLevel.GameMaster )]
public int ScreenWidth{ get{ return m_ScreenWidth; } }

[CommandProperty( AccessLevel.GameMaster )]
public int ScreenHeight{ get{ return m_ScreenHeight; } }

[CommandProperty( AccessLevel.GameMaster )]
public int ScreenDepth{ get{ return m_ScreenDepth; } }

[CommandProperty( AccessLevel.GameMaster )]
public int PhysicalMemory{ get{ return m_PhysicalMemory; } }

[CommandProperty( AccessLevel.GameMaster )]
public int CpuManufacturer{ get{ return m_CpuManufacturer; } }

[CommandProperty( AccessLevel.GameMaster )]
public int CpuFamily{ get{ return m_CpuFamily; } }

[CommandProperty( AccessLevel.GameMaster )]
public int VCVendorID{ get{ return m_VCVendorID; } }

[CommandProperty( AccessLevel.GameMaster )]
public int VCDeviceID{ get{ return m_VCDeviceID; } }

[CommandProperty( AccessLevel.GameMaster )]
public int VCMemory{ get{ return m_VCMemory; } }

[CommandProperty( AccessLevel.GameMaster )]
public int DXMajor{ get{ return m_DXMajor; } }

[CommandProperty( AccessLevel.GameMaster )]
public int DXMinor{ get{ return m_DXMinor; } }

[CommandProperty( AccessLevel.GameMaster )]
public string VCDescription{ get{ return m_VCDescription; } }

[CommandProperty( AccessLevel.GameMaster )]
public string Language{ get{ return m_Language; } }

[CommandProperty( AccessLevel.GameMaster )]
public int Distribution{ get{ return m_Distribution; } }

[CommandProperty( AccessLevel.GameMaster )]
public int ClientsRunning{ get{ return m_ClientsRunning; } }

[CommandProperty( AccessLevel.GameMaster )]
public int ClientsInstalled{ get{ return m_ClientsInstalled; } }

[CommandProperty( AccessLevel.GameMaster )]
public int PartialInstalled{ get{ return m_PartialInstalled; } }

public static void Initialize()
{
PacketHandlers.Register( 0xD9, 0xCA, false, new OnPacketReceive( OnReceive ) );
Commands.Register( "HWInfo", AccessLevel.GameMaster, new CommandEventHandler( HWInfo_OnCommand ) );
}

[Usage( "HWInfo" )]
[Description( "Displays information about a targeted player's hardware." )]
public static void HWInfo_OnCommand( CommandEventArgs e )
{
e.Mobile.BeginTarget( -1, false, TargetFlags.None, new TargetCallback( HWInfo_OnTarget ) );
e.Mobile.SendMessage( "Target a player to view their hardware information." );
}

public static void HWInfo_OnTarget( Mobile from, object obj )
{
if ( obj is Mobile && ((Mobile)obj).Player )
{
Mobile m = (Mobile)from;
Account acct = m.Account as Account;

if ( acct != null )
{
HardwareInfo hwInfo = acct.HardwareInfo;

if ( hwInfo != null )
CommandLogging.WriteLine( from, "{0} {1} viewing hardware info of {2}", from.AccessLevel, CommandLogging.Format( from ), CommandLogging.Format( m ) );

if ( hwInfo != null )
from.SendGump( new Gumps.PropertiesGump( from, hwInfo ) );
else
from.SendMessage( "No hardware information for that account was found." );
}
else
{
from.SendMessage( "No account has been attached to that player." );
}
}
else
{
from.BeginTarget( -1, false, TargetFlags.None, new TargetCallback( HWInfo_OnTarget ) );
from.SendMessage( "That is not a player. Try again." );
}
}

public static void OnReceive( NetState state, PacketReader pvSrc )
{
pvSrc.ReadByte(); // constant: 1

HardwareInfo info = new HardwareInfo();

info.m_InstanceID = pvSrc.ReadInt32();
info.m_OSMajor = pvSrc.ReadInt32();
info.m_OSMinor = pvSrc.ReadInt32();
info.m_OSRevision = pvSrc.ReadInt32();
info.m_CpuManufacturer = pvSrc.ReadByte();
info.m_CpuFamily = pvSrc.ReadInt32();
info.m_CpuModel = pvSrc.ReadInt32();
info.m_CpuClockSpeed = pvSrc.ReadInt32();
info.m_CpuQuantity = pvSrc.ReadByte();
info.m_PhysicalMemory = pvSrc.ReadInt32();
info.m_ScreenWidth = pvSrc.ReadInt32();
info.m_ScreenHeight = pvSrc.ReadInt32();
info.m_ScreenDepth = pvSrc.ReadInt32();
info.m_DXMajor = pvSrc.ReadInt16();
info.m_DXMinor = pvSrc.ReadInt16();
info.m_VCDescription = pvSrc.ReadUnicodeStringLESafe( 64 );
info.m_VCVendorID = pvSrc.ReadInt32();
info.m_VCDeviceID = pvSrc.ReadInt32();
info.m_VCMemory = pvSrc.ReadInt32();
info.m_Distribution = pvSrc.ReadByte();
info.m_ClientsRunning = pvSrc.ReadByte();
info.m_ClientsInstalled = pvSrc.ReadByte();
info.m_PartialInstalled = pvSrc.ReadByte();
info.m_Language = pvSrc.ReadUnicodeStringLESafe( 3 );

Account acct = state.Account as Account;

if ( acct != null )
acct.HardwareInfo = info;
}
}
}[/code:1]
habitat85 is offline   Reply With Quote
Old 07-23-2003, 12:22 AM   #16 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default lol

lol....ok that didnt work ...i put the script in and my shard didnt run lol.....i think its my IP .....my ip is not the same as it was last week....soo im taking it im not behide a router....soo i need a DNS name i think its called right???....and where do i get this name?
vlads_bloodlust is offline   Reply With Quote
Old 07-23-2003, 01:09 AM   #17 (permalink)
 
Join Date: Jun 2003
Posts: 463
Send a message via ICQ to CraZy_NooB Send a message via AIM to CraZy_NooB
Default

a couple of things...

1. open your serverlist.cs
2. open runuo and get the ip
3. open WhatsMyIP
4. compare those ip's if they're the same then check to make sure you have taht ip in your serverlist file
5. if they are different you need to put the ip from the whtasmyip screen into the serverlist file and use thatip to log in. it should forward that ip and register it all, at least that is what i have done before. if that doesnt work try switching the ips around, but i believe that is the way that it goes.
CraZy_NooB is offline   Reply With Quote
Old 07-23-2003, 01:34 AM   #18 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default ok

ok lol where is ...whatsmyip????.....and my IP starts with 65....soo i dont think it has a router ....soo i went to a web page and got a DNS name .....and o put the name in srever file and i put it in UOGateWay setings ....but still would not let me log in .........but i am for sure its my ip now cuz i put the new IP in my files and UOgateway and it let me login ......soo how do i get the DNS name to work ???
vlads_bloodlust is offline   Reply With Quote
Old 07-23-2003, 01:41 AM   #19 (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 Re: ok

Quote:
Originally Posted by vlads_bloodlust
ok lol where is ...whatsmyip????.....and my IP starts with 65....soo i dont think it has a router ....soo i went to a web page and got a DNS name .....and o put the name in srever file and i put it in UOGateWay setings ....but still would not let me log in .........but i am for sure its my ip now cuz i put the new IP in my files and UOgateway and it let me login ......soo how do i get the DNS name to work ???
He posted a link but its

www.whatsmyip.com
Phantom is offline   Reply With Quote
Old 07-23-2003, 01:48 AM   #20 (permalink)
Forum Expert
 
Join Date: Feb 2003
Age: 30
Posts: 515
Default Re: ok

Quote:
Originally Posted by vlads_bloodlust
ok lol where is ...whatsmyip????.....and my IP starts with 65....soo i dont think it has a router ....soo i went to a web page and got a DNS name .....and o put the name in srever file and i put it in UOGateWay setings ....but still would not let me log in .........but i am for sure its my ip now cuz i put the new IP in my files and UOgateway and it let me login ......soo how do i get the DNS name to work ???
Did you get a DNS name for your IP? from a site like www.no-ip.com
you just set it up there and put the DNS in insted of the IP
YourNameShardNameWhatever.no-ip.info
habitat85 is offline   Reply With Quote
Old 07-23-2003, 02:05 AM   #21 (permalink)
 
Join Date: Jun 2003
Posts: 232
Send a message via AIM to vlads_bloodlust Send a message via Yahoo to vlads_bloodlust
Default yes i did

yes i did put the DNS name in files....and uogateway ....but it would not let me login ....do i need to wait for the web page to send me something saying my DNS name is ready or what ??
vlads_bloodlust 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