
Originally Posted by
DevilRotMG
By simply reading the message log, I found:
You have
at the start of your dat1.xml, however at the end of your dat1.xml, you are missing
at the end of your file.
i checked all that, its all fine but i found a space after the </objects> and i got rid of it, but now i got a new error
[21:12:20] System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Utils.FromString(String x) in C:\Users\\Desktop\fabiano-swagger-of-doom-master\db\Utils.cs:line 108
at db.data.XmlData.AddObjects(XElement root) in C:\Users\\Desktop\fabiano-swagger-of-doom-master\db\data\XmlDatas.cs:line 170
at db.data.XmlData.ProcessXml(XElement root) in C:\Users\\Desktop\fabiano-swagger-of-doom-master\db\data\XmlDatas.cs:line 264
at db.data.XmlData..ctor(String path) in C:\Users\\Desktop\fabiano-swagger-of-doom-master\db\data\XmlDatas.cs:line 87
at wServer.realm.RealmManager.Initialize() in C:\Users\\Desktop\fabiano-swagger-of-doom-master\wServer\realm\RealmManager.cs:line 224
at wServer.Program.Main(String[] args) in C:\Users\\Desktop\fabiano-swagger-of-doom-master\wServer\Program.cs:line 55