Hi all, this is my first try making a uo server.

i downloaded uo enhanced and servuo

i setup the directory in datapath.cfg writing D:\Games\Electronic Arts\Ultima Online Enhanced

compiling it gives me this error
tiledata.mul was not found
Make sure your Scripts/Misc/DataPath.cs is properly configured
After pressing return an exception will be thrown and the server will terminate
Error:
System.Reflection.TargetInvocationException: Eccezione generata dalla destinazione di una chiamata. ---> System.TypeInitializationException: L'inizializzatore di tipo di 'Server.TileData' ha generato un'eccezione. ---> System.Exception: TileData: not found
in Server.TileData..cctor() in c:\Users\Dexter\Desktop\ServUO-master\Server\TileData.cs:riga 331
--- Fine della traccia dello stack dell'eccezione interna ---
in Server.TileData.get_MaxItemValue()
in Server.Item.get_DefaultWeight() in c:\Users\Dexter\Desktop\ServUO-master\Server\Item.cs:riga 3671
in Server.Item.get_PileWeight() in c:\Users\Dexter\Desktop\ServUO-master\Server\Item.cs:riga 3726
in Server.Item.set_Amount(Int32 value) in c:\Users\Dexter\Desktop\ServUO-master\Server\Item.cs:riga 4777
in Server.Item..ctor() in c:\Users\Dexter\Desktop\ServUO-master\Server\Item.cs:riga 5898
in Server.Engines.Plants.MaginciaPlantSystem..ctor()
in Server.Engines.Plants.MaginciaPlantSystem.Initialize()
--- Fine della traccia dello stack dell'eccezione interna ---
in System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
in System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
in Server.ScriptCompiler.Invoke(String method) in c:\Users\Dexter\Desktop\ServUO-master\Server\ScriptCompiler.cs:riga 667
in Server.Core.Main(String[] args) in c:\Users\Dexter\Desktop\ServUO-master\Server\Main.cs:riga 558
This exception is fatal, press return to exit

Can you help me?
 
Yes its easy, install the classic client and let the server point to it. It does not read the "Enhanced" Client files
 
Back