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 08-13-2007, 07:33 PM   #1 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default Nothing Moves in my shard :(

Hello,

I finally fix the connection issue that I had posted yesturday. Now I can connect but I can not move, also the animals in the world wont move. If I try to open my paper doll it wont open my life bar is gray out look at the picture bellow..... Any suggestions on what could possibly be causing this issue are apreciate it
Attached Images
File Type: jpg My world.JPG (217.0 KB, 34 views)
KOSShadow is offline   Reply With Quote
Old 08-13-2007, 07:55 PM   #2 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

couple of questions on it

1) what scripts have you modified besides the serverlist.cs file?
2) what osi patch are you running
and 3 - and most critical
all those items there - are they patch in (frozen and then added to the patches) or just static items sitting there?

might just be to many items on the screen at once for the client to handle
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 08-13-2007, 08:02 PM   #3 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

K let me give you a little more feedback on my shard. I build this shard for my kids last year and I shut it down around octuber of last year. My kids start playing wow but now they want to play UO again so I had zip all the files when I shut down the server. I unzip the files and install all the patches for .NET framwork and the shard came up with no problems.
The first problem i had was that I could nto connect from another computer that has been resolved. Now to answer your questiog
1. Did not modify nothing since I shut it down which it was working back in Octuber.

2. Kingdom Reborn Client patch is 2.46.0.3

3. I am nto sure if i undrstand your questiong sicne english is my second language. The Mobs there suppost to move but at the moment they stand there you can see movement but they dotn move from that spot. I hope I answer all the questins.
thanks for you help
KOSShadow is offline   Reply With Quote
Old 08-14-2007, 02:21 AM   #4 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

ok
your shard if from a tear ago is using pre 6.0 patches (non KR patches)

KR is patches 6.0+ they are not compatable
also to use KR for your shard will probably need the latest SVN

so I suggest you go back to using Moundain's Legacy and only patch on osi to 5.0.91 or less
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 08-14-2007, 01:55 PM   #5 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

I un install UO and reinstall Moundain's Legacy updated patches to 6.0 as recommended. Now the problem is that I can not connect from another computer.
On the server I see:
Login <ip address> Valid credentials for 'shadow'
client: <ip address> disconect

on local machine it says
There is some problem communicating with Origin. Pleas restart ultime Online and try again..

When I connect with the local computer everything is fine except the houses that where build have no walls but everything is lock in place lol any ideas?

Last edited by KOSShadow; 08-14-2007 at 02:08 PM.
KOSShadow is offline   Reply With Quote
Old 08-14-2007, 03:05 PM   #6 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

k I found out what the problem was with the connection. My domain name at home is call ogtech and my domain name on the internet is ogtechonline well the problem was that my computer was lisnteing on ogtech port 2593 and not on ogtechonline like i had set it up on the server list.

Now my problem is this, when I select the shard i get

The client could not attach to the server blah bah

Any ideas on what I need to look into now?
KOSShadow is offline   Reply With Quote
Old 08-14-2007, 05:40 PM   #7 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

again - unless using the svn - only patch to 5.0.91 not 6.0

also are you using razor or connect uo to connect to your shard?
if you just connect by changing the config file, that will not work because of the encryptions
(if using UOG then can only patch to 5.0.65 or lower and can only use razor 1.0.1 or lower)
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 08-14-2007, 05:48 PM   #8 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

Sorry for the confusing but I did not install patch 6.0 is the one before that Ill let you know which when i get home. I click cancel when 6.0 was loading and deleted that file. I am using Razor the latest version to connect to my shard. The odd thing is that on the local computer I can logging but all the housing is missing the walls and floors.
KOSShadow is offline   Reply With Quote
Old 08-14-2007, 08:02 PM   #9 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

Hello,

I just got home and check the last patch i install and is 5.0.9.1 Patch 46. When I login I can see the shard and when I select it is when I get the error:
"The client could not attach to the game server. It must have been taken down, please wait a few minutes and try again".
KOSShadow is offline   Reply With Quote
Old 08-14-2007, 11:49 PM   #10 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

Hello again,

I think I found a quick fix but I need to find out how to make it perment.
If I type this on serverlist.cs it work fine

public const string Address = "172.148.20.5";

if I type this it wont work

public const string Address = "ogtech.cc";

Any idea of what am i doing wrong?

Last edited by KOSShadow; 08-15-2007 at 01:00 AM.
KOSShadow is offline   Reply With Quote
Old 08-15-2007, 01:28 AM   #11 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

your internet setting might be set to high - try setting them to default values

also if running a firewall at all - open up the ports 2593 and 8035 (if using pandoras) and if using windows firewall - totaly diable that thing - it sucks
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 08-15-2007, 09:07 AM   #12 (permalink)
Newbie
 
Join Date: Aug 2007
Posts: 12
Default

I'll try that today and see if it helps.

Can someone tell me what this crash is about?

PHP Code:
Server Crash Report
===================

RunUO Version 2.0Build 2357.32527
Operating System
Microsoft Windows NT 5.1.2600 Service Pack 2
.NET Framework2.0.50727.832
Time
8/15/2007 3:11:33 AM
Mobiles
3040
Items
121172
Clients
:
Count0

Exception
:
System.IO.IOExceptionThe network path was not found.

   
at System.IO.__Error.WinIOError(Int32 errorCodeString maybeFullPath)
   
at System.IO.FileStream.Init(String pathFileMode modeFileAccess accessInt32 rightsBoolean useRightsFileShare shareInt32 bufferSizeFileOptions optionsSECURITY_ATTRIBUTES secAttrsString msgPathBoolean bFromProxy)
   
at System.IO.FileStream..ctor(String pathFileMode modeFileAccess accessFileShare shareInt32 bufferSizeFileOptions options)
   
at System.IO.StreamWriter.CreateFile(String pathBoolean append)
   
at System.IO.StreamWriter..ctor(String pathBoolean appendEncoding encodingInt32 bufferSize)
   
at System.IO.StreamWriter..ctor(String path)
   
at Server.Misc.StatusPage.OnTick()
   
at Server.Timer.Slice()
   
at Server.Core.Main(String[] args
KOSShadow 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