Advertisement
Techtronic

Terraria error

Nov 23rd, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. [Server API] Error Startup aborted due to an exception in the Server API initial
  2. ization:
  3. System.InvalidOperationException: Failed to load assembly "MultiServerChat.dll".
  4. ---> System.InvalidOperationException: Could not create an instance of plugin c
  5. lass "MultiServerChat.MultiServerChat". ---> System.Reflection.TargetInvocationE
  6. xception: Exception has been thrown by the target of an invocation. ---> Newtons
  7. oft.Json.JsonSerializationException: Error converting value "http://0.0.0.0:4567
  8. /msc" to type 'System.Collections.Generic.List`1[System.String]'. ---> System.Ex
  9. ception: Could not cast or convert from System.String to System.Collections.Gene
  10. ric.List`1[System.String].
  11. at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(Object value,
  12. Type initialType, Type targetType)
  13. at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(Object initialValue,
  14. CultureInfo culture, Type targetType)
  15. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(Obje
  16. ct value, CultureInfo culture, Type targetType)
  17. --- End of inner exception stack trace ---
  18. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(Obje
  19. ct value, CultureInfo culture, Type targetType)
  20. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte
  21. rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem
  22. ber, Object existingValue)
  23. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueProp
  24. erty(JsonReader reader, JsonProperty property, Object target, Boolean gottenCurr
  25. entValue, Object currentValue)
  26. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValu
  27. e(JsonProperty property, JsonReader reader, Object target)
  28. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(
  29. Object newObject, JsonReader reader, JsonObjectContract contract, String id)
  30. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateAndPopula
  31. teObject(JsonReader reader, JsonObjectContract contract, String id)
  32. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(Js
  33. onReader reader, Type objectType, JsonContract contract, JsonProperty member, Ob
  34. ject existingValue)
  35. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte
  36. rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem
  37. ber, Object existingValue)
  38. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueNonP
  39. roperty(JsonReader reader, Type objectType, JsonContract contract)
  40. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(Jso
  41. nReader reader, Type objectType)
  42. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type
  43. objectType)
  44. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, Jso
  45. nSerializerSettings settings)
  46. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSeriali
  47. zerSettings settings)
  48. at MultiServerChat.ConfigFile.Read(Stream stream)
  49. at MultiServerChat.ConfigFile.Read(String path)
  50. at MultiServerChat.MultiServerChat..ctor(Main game)
  51. --- End of inner exception stack trace ---
  52. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments,
  53. Signature sig, Boolean constructor)
  54. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, B
  55. inder binder, Object[] parameters, CultureInfo culture)
  56. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder bin
  57. der, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCra
  58. wlMark& stackMark)
  59. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binde
  60. r binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  61. at System.Activator.CreateInstance(Type type, Object[] args)
  62. at TerrariaApi.Server.ServerApi.LoadPlugins()
  63. --- End of inner exception stack trace ---
  64. at TerrariaApi.Server.ServerApi.LoadPlugins()
  65. --- End of inner exception stack trace ---
  66. at TerrariaApi.Server.ServerApi.LoadPlugins()
  67. at TerrariaApi.Server.ServerApi.Initialize(String[] commandLineArgs, Main gam
  68. e)
  69. at Terraria.ProgramServer.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement