looking for where i can download older Servuo pubs, is there a link? cant seem to find it. Looking for 54 or newest one that works with OWLTR.

Thank you !
 
That was aswome. but have a crash when loading,any ideas?


C#:
Server Crash Report
===================

RunUO Version 0.5, Build 5987.26572
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 11/15/2020 6:22:26 PM
Mobiles: 7614
Items: 124705
Exception:
System.Exception: Bad type: Server.Items.MoonglowDonationBox ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Ultima.Art' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\artlegacymul.uop' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Ultima.FileIndex..ctor(String idxFile, String mulFile, String uopFile, Int32 length, Int32 file, String uopEntryExtension, Int32 idxLength, Boolean hasExtra) in c:\ServUO\Ultima\FileIndex.cs:line 241
   at Ultima.Art..cctor() in c:\ServUO\Ultima\Art.cs:line 15
   --- End of inner exception stack trace ---
   at Ultima.Art.Measure(Bitmap bmp, Int32& xMin, Int32& yMin, Int32& xMax, Int32& yMax)
   at Server.CollectionItem..ctor(Type type, Int32 itemID, Int32 tooltip, Int32 hue, Double points)
   at Server.Items.MoonglowDonationBox.Init()
   at Server.Items.MoonglowDonationBox..ctor()
   --- End of inner exception stack trace ---
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Server.Commands.DecorationList.Construct()
   --- End of inner exception stack trace ---
   at Server.Commands.DecorationList.Construct()
   at Server.Commands.DecorationList.Generate(Map[] maps)
   at Server.Commands.Decorate.Generate(String keyName, String folder, Map[] maps)
   at Server.MondainsLegacy.DecorateML_OnCommand(CommandEventArgs e)
   at Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type) in c:\ServUO\Server\Commands.cs:line 265
   at Server.Commands.CreateWorld.DoCommands(Int32[] selections, GumpType type, Mobile from)
   at Server.Network.PacketHandlers.DisplayGumpResponse(NetState state, PacketReader pvSrc) in c:\ServUO\Server\Network\PacketHandlers.cs:line 1406
   at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\ServUO\Server\Network\MessagePump.cs:line 187
   at Server.Network.MessagePump.Slice() in c:\ServUO\Server\Network\MessagePump.cs:line 115
   at Server.Core.Main(String[] args) in c:\ServUO\Server\Main.cs:line 579
 
also, "Access to the path 'C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\artlegacymul.uop' is denied."

you either run the client or you need to run the sever as administrator.

best way, make a copy of the files outside of C:\programs
 
wow that was it! had to run as admin. Thank you very much !!!!!

What I usually do is make sure that the Client and Server are pointing to 2 different folders, so they don't both try to access the files at the same time. I have often had crashes when they are pointing to the same directory. So, I make a copy of the Client somewhere, usually in my C:\Ultima folder where I keep most of my files, and that is where I point the Server.
 
Back