I have tried to set up the server but getting some error related to XMLAttachment.cs, here is the ouput I been getting:


Code:
ServUO - [https://www.servuo.com] Version 0.5, Build 6729.25249 - Build on 6/4/2018 2:01:38 PM UTC - Release
Core: Running with arguments: -noconsole
Core: Optimizing for 2 64-bit processors
Core: Unix environment detected
Core: Compiled for MONO and running on 3.2.8 (Debian 3.2.8+dfsg-10)
RandomImpl: SimpleRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...ScriptCompiler: : Scripts/Services/XmlSpawner/XmlSpawner Core/XmlAttach/XmlAttachment.cs(278,22): (Location of the symbol related to previous warning)
done (0 errors, 6 warnings)
Warnings:
+ _Custom/01-staff/AddOnEditor/AddOnEditor_Att.cs:
    CS0108: Line 18: `Server.Engines.XmlSpawner2.AddOnEditor_Att.Initialize()' hides inherited member `Server.Engines.XmlSpawner2.XmlAttachment.Initialize()'. Use the new keyword if hiding was intended
+ Services/Monster Stealing/Items/GemOfSalvation.cs:
    CS0472: Line 49: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/ManaDraught.cs:
    CS0472: Line 30: The result of comparing value type `System.DateTime' with null is always `true'
    CS0472: Line 70: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/SeedOflife.cs:
    CS0472: Line 44: The result of comparing value type `System.DateTime' with null is always `true'
    CS0472: Line 85: The result of comparing value type `System.DateTime' with null is always `true'
+ _Custom/Harvest System/Garden/GardenDeed.cs:
    CS0162: Line 139: Unreachable code detected
+ _Custom/Harvest System/Garden/SecureGarden.cs:
    CS0162: Line 115: Unreachable code detected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Back