HELP ME PLEASE!IT DO NOT WOKRING #2139
Unanswered
Sharkpepper12138
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Update your .NET framework |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ANBODY HELP ME PLEASE!
[10/23/20 20:58:55] [Server API] Verbose: TerrariaApi - Server v2.1.0.0 started.
[10/23/20 20:58:55] [Server API] Verbose: Command line: "C:\TShock4.4.0_Pre12_Terraria1.4.0.5\TerrariaServer.exe"
[10/23/20 20:58:55] [Server API] Verbose: OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (64bit: True)
[10/23/20 20:58:55] [Server API] Verbose: Mono: False
[10/23/20 20:58:55] [Server API] Error: Startup aborted due to an exception in the Server API initialization:
System.InvalidOperationException: Plugin "TShock" has thrown an exception during initialization. ---> System.Exception: Fatal TShock initialization exception. See inner exception for details. ---> System.TypeLoadException: Could not load type 'System.Collections.Generic.IReadOnlyDictionary
2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. at Newtonsoft.Json.Utilities.CollectionUtils.IsDictionaryType(Type type) at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType) at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type) at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType) at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType) at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer) at TShockAPI.ConfigFile.Write(Stream stream) at TShockAPI.ConfigFile.Write(String path) at TShockAPI.FileTools.SetupConfig() at TShockAPI.TShock.Initialize() --- End of inner exception stack trace --- at TShockAPI.TShock.Initialize() at TerrariaApi.Server.ServerApi.LoadPlugins() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 349 --- End of inner exception stack trace --- at TerrariaApi.Server.ServerApi.LoadPlugins() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 354 at TerrariaApi.Server.ServerApi.Initialize(String[] commandLineArgs, Main game) in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 117 at TerrariaApi.Server.HookManager.InitialiseAPI() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\HookManager.cs:line 27 [10/23/20 21:00:07] [Server API] Verbose: TerrariaApi - Server v2.1.0.0 started. [10/23/20 21:00:07] [Server API] Verbose: Command line: "C:\TShock4.4.0_Pre12_Terraria1.4.0.5\TerrariaServer.exe" [10/23/20 21:00:07] [Server API] Verbose: OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (64bit: True) [10/23/20 21:00:07] [Server API] Verbose: Mono: False [10/23/20 21:00:07] [Server API] Error: Startup aborted due to an exception in the Server API initialization: System.InvalidOperationException: Plugin "TShock" has thrown an exception during initialization. ---> System.Exception: Fatal TShock initialization exception. See inner exception for details. ---> System.TypeLoadException: Could not load type 'System.Collections.Generic.IReadOnlyDictionary
2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.at Newtonsoft.Json.Utilities.CollectionUtils.IsDictionaryType(Type type)
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType)
at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at TShockAPI.ConfigFile.Read(Stream stream)
at TShockAPI.ConfigFile.Read(String path)
at TShockAPI.FileTools.SetupConfig()
at TShockAPI.TShock.Initialize()
--- End of inner exception stack trace ---
at TShockAPI.TShock.Initialize()
at TerrariaApi.Server.ServerApi.LoadPlugins() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 349
--- End of inner exception stack trace ---
at TerrariaApi.Server.ServerApi.LoadPlugins() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 354
at TerrariaApi.Server.ServerApi.Initialize(String[] commandLineArgs, Main game) in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\ServerApi.cs:line 117
at TerrariaApi.Server.HookManager.InitialiseAPI() in d:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\HookManager.cs:line 27
Beta Was this translation helpful? Give feedback.
All reactions