Got this error today, apparently server was giving lag from yesterday and today I find this:

Error:
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x0002a] in <1140e ab9e72948548294172a9716416d>:0
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo (System.String res) [0x00 017] in <1140eab9e72948548294172a9716416d>:0
at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x0041e] in <1140eab9 e72948548294172a9716416d>:0
at System.Xml.XmlTextReaderImpl.Read () [0x00097] in <1140eab9e72948548294172a 9716416d>:0
at System.Xml.XmlLoader.Load (System.Xml.XmlDocument doc, System.Xml.XmlReader reader, System.Boolean preserveWhitespace) [0x000bb] in <1140eab9e7294854829417 2a9716416d>:0
at System.Xml.XmlDocument.Load (System.Xml.XmlReader reader) [0x0002f] in <114 0eab9e72948548294172a9716416d>:0
at System.Xml.XmlDocument.Load (System.String filename) [0x00013] in <1140eab9 e72948548294172a9716416d>:0
at Server.Accounting.Accounts.Load () [0x00033] in <b7c0393dcb694bdd8e86664d25 83e3c0>:0
at (wrapper delegate-invoke) <Module>:invoke_void ()
at Server.EventSink.InvokeWorldLoad () [0x0000a] in <f51ac9b581064760b2027f6ba 6f5d280>:0
at Server.World.Load () [0x00ca6] in <f51ac9b581064760b2027f6ba6f5d280>:0
at Server.Core.Main (System.String[] args) [0x004fb] in <f51ac9b581064760b2027 f6ba6f5d280>:0
 
Also I added this file and I think this may be related to the problem, and I duplicated every line that adds a DemonKight on every file I found the string DemonKinth except for two files related to discord, on the scripts folder, this is the file I added any help is greatly appreciated thanks in advance.
[doublepost=1484789320][/doublepost]I reuploaded all script files and now I get this :(

Scripts: Compiling C# scripts...Failed with: 13 errors, 0 warnings
Errors:
+ Depricated/AlchemyStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `AlchemyStone'
+ Depricated/FiveOvercapStatScroll.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `FiveOvercapStatScroll'
+ Depricated/GamblingStone.cs:
CS0101: Line 3: The namespace `Server.Items' already contains a definition f or `GamblingStone'
+ Depricated/IngotStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `IngotStone'
+ Depricated/RegStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `RegStone'
+ Depricated/ScribeStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `ScribeStone'
+ Depricated/SmithStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `SmithStone'
+ Depricated/SwarmOfFlies.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `SwarmOfFlies'
+ Depricated/TailorStone.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `TailorStone'
+ Depricated/TenMurdererKillRemoverDeed.cs:
CS0101: Line 5: The namespace `Server.Items' already contains a definition f or `TenMurdererKillRemoverDeed'
+ Services/Reports/Persistence/PersistableObject.cs:
CS0101: Line 5: The namespace `Server.Engines.Reports' already contains a de finition for `PersistableObject'
+ Services/Reports/Persistence/PersistableObjectCollection.cs:
CS0101: Line 19: The namespace `Server.Engines.Reports' already contains a d efinition for `ObjectCollection'
+ Services/Reports/Persistence/PersistableType.cs:
CS0101: Line 6: The namespace `Server.Engines.Reports' already contains a de finition for `ConstructCallback'
CS0101: Line 8: The namespace `Server.Engines.Reports' already contains a de finition for `PersistableTypeRegistry'
CS0101: Line 43: The namespace `Server.Engines.Reports' already contains a d efinition for `PersistableType'
Scripts: One or more scripts failed to compile or no script files were found.
 

Attachments

  • DemonKnight100.cs
    9.8 KB · Views: 4
Back