Advertisement
Techtronic

terraria crash

Nov 23rd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. [Server API] Error Startup aborted due to an exception in the Server API initial
  2. ization:
  3. System.InvalidOperationException: Plugin "TShock" has thrown an exception during
  4. initialization. ---> System.Exception: Fatal TShock initialization exception. S
  5. ee inner exception for details. ---> Newtonsoft.Json.JsonReaderException: Invali
  6. d property identifier character: <. Line 114, position 17.
  7. at Newtonsoft.Json.JsonTextReader.ParseProperty(Char firstChar)
  8. at Newtonsoft.Json.JsonTextReader.ParseObject(Char currentChar)
  9. at Newtonsoft.Json.JsonTextReader.ReadInternal()
  10. at Newtonsoft.Json.JsonTextReader.Read()
  11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CheckedRead(Jso
  12. nReader reader)
  13. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(Js
  14. onReader reader, Type objectType, JsonContract contract, JsonProperty member, Ob
  15. ject existingValue)
  16. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte
  17. rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem
  18. ber, Object existingValue)
  19. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDiction
  20. ary(IWrappedDictionary dictionary, JsonReader reader, JsonDictionaryContract con
  21. tract, String id)
  22. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(Js
  23. onReader reader, Type objectType, JsonContract contract, JsonProperty member, Ob
  24. ject existingValue)
  25. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte
  26. rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem
  27. ber, Object existingValue)
  28. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueProp
  29. erty(JsonReader reader, JsonProperty property, Object target, Boolean gottenCurr
  30. entValue, Object currentValue)
  31. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValu
  32. e(JsonProperty property, JsonReader reader, Object target)
  33. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(
  34. Object newObject, JsonReader reader, JsonObjectContract contract, String id)
  35. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateAndPopula
  36. teObject(JsonReader reader, JsonObjectContract contract, String id)
  37. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(Js
  38. onReader reader, Type objectType, JsonContract contract, JsonProperty member, Ob
  39. ject existingValue)
  40. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte
  41. rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem
  42. ber, Object existingValue)
  43. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueNonP
  44. roperty(JsonReader reader, Type objectType, JsonContract contract)
  45. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(Jso
  46. nReader reader, Type objectType)
  47. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type
  48. objectType)
  49. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, Jso
  50. nSerializerSettings settings)
  51. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSeriali
  52. zerSettings settings)
  53. at TShockAPI.ConfigFile.Read(Stream stream)
  54. at TShockAPI.ConfigFile.Read(String path)
  55. at TShockAPI.FileTools.SetupConfig()
  56. at TShockAPI.TShock.Initialize()
  57. --- End of inner exception stack trace ---
  58. at TShockAPI.TShock.Initialize()
  59. at TerrariaApi.Server.ServerApi.LoadPlugins()
  60. --- End of inner exception stack trace ---
  61. at TerrariaApi.Server.ServerApi.LoadPlugins()
  62. at TerrariaApi.Server.ServerApi.Initialize(String[] commandLineArgs, Main gam
  63. e)
  64. at Terraria.ProgramServer.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement