Good morning. looking for step by step help... its not as easy as the setup and run said.... :(
Trying to setup a fresh version.
Steps done :
have ultima online modain legacy 7.0.12.0
Downloaded zip from master branch, unzipped.
ran both batch files. first off it is telling me I am missing ultima.dll
then of course the rest is error also. cant find servuo.exe ect
 

Attachments

  • Capture.PNG
    Capture.PNG
    38 KB · Views: 35
  • Capture1.PNG
    Capture1.PNG
    24.6 KB · Views: 33
You will need to set the datapath, open Config folder then DataPath.cfg point your game client there
Also have you run the Compile.WIN.bat file?
Do you plan to keep your game client at that patch number or did you want the latest patch?
 
needed dot net 4.0 in order to run the compile.win.bat,
got ingame and ran command [createworld and got this error crashed:

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

ServUO Version 0.5, Build 6872.18981
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.1
Time: 10/25/2018 4:06:49 PM
Mobiles: 46
Items: 1887
Exception:
System.DllNotFoundException: Unable to load DLL 'zlibwapi64': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Server.Network.Compressor64.SafeNativeMethods.compress2(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality)
   at Server.Network.DisplayGumpPacked.WritePacked(PacketWriter src)
   at Server.Network.DisplayGumpPacked.Flush()
   at Server.Gumps.Gump.Compile(NetState ns)
   at Server.Mobile.SendGump(Gump g, Boolean throwOnOffline)
   at Server.Gumps.BaseGump.SendGump(BaseGump gump)
   at Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type)
   at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
   at Server.Network.PacketHandlers.UnicodeSpeech(NetState state, PacketReader pvSrc)
   at Server.Network.MessagePump.HandleReceive(NetState ns)
   at Server.Network.MessagePump.Slice()
   at Server.Core.Main(String[] args)
[doublepost=1540493547][/doublepost]Installed vc_redit st.x64.exe and was able to start the [createworld command but then it crashed again with this:


Code:
ServUO Version 0.5, Build 6872.21214
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.1026
Time: 10/25/2018 6:47:58 PM
Mobiles: 62
Items: 42948
Exception:
System.ArgumentException: Type not found for header: 'FiveOvercapStatScroll 0x14f0'
   at Server.Commands.DecorationList.Read(StreamReader ip)
   at Server.Commands.DecorationList.ReadAll(String path)
   at Server.Commands.Decorate.Generate(String keyName, String folder, Map[] maps)
   at Server.Commands.Decorate.Decorate_OnCommand(CommandEventArgs e)
   at Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type)
   at Server.Commands.CreateWorld.DoCommands(Int32[] selections, GumpType type, Mobile from)
   at Server.Gumps.BaseGump.OnResponse(NetState state, RelayInfo info)
   at Server.Network.PacketHandlers.DisplayGumpResponse(NetState state, PacketReader pvSrc)
   at Server.Network.MessagePump.HandleReceive(NetState ns)
   at Server.Network.MessagePump.Slice()
   at Server.Core.Main(String[] args)

While decorating the world there are 3 items it tries to spawn which I just commented them out using the # in the files that contained them. The 3 items are:

SwarmOfFlies
TenMurdererKillRemoverDeed
FiveOvercapStatScroll

Once you comment those items out the server will [createworld.
while it was building I seen this error for litch spawn
 
Last edited:
Back