Jump to content

This error message frequently shows up on the console.

Closed 1.3.0

Komorebi
Komorebi

Posted

Failed to call hook 'JetChatCommand' on plugin 'JetPack v1.2.9' (JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'AreaBlock', line 8, position 2.)
在插件“JetPack v1.2.9”上尝试调用钩子“JetChatCommand”时失败(出现异常:JsonReaderException:在解析一个值时遇到了一个意外的字符“.”。位置:路径“AreaBlock”,第8行,第2个字符)。

at Newtonsoft.Json.JsonTextReader.ParsePostValue () [0x00179] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.JsonTextReader.ParsePostValue()` [0x00179]:0`

at Newtonsoft.Json.JsonTextReader.Read () [0x0005a] in <271c58b7a8684db5a2c92be17a81f252>:0
在 <271c58b7a8684db5a2c92be17a81f252> 中,Newtonsoft.Json.JsonTextReader.Read() [0x0005a] 处发生错误:0

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary (System.Collections.IDictionary dictionary, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x0028b] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary` 方法(参数如下): `System.Collections.IDictionary dictionary`, `Newtonsoft.Json.JsonReader reader`, `Newtonsoft.Json.Serialization.JsonDictionaryContract contract`, `Newtonsoft.Json.SerializationJsonProperty containerProperty`, `System.String id` [0x0028b]

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x002a8] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 的 `Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject` 方法中(地址为 [0x002a8]): ```csharp Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.SerializationJsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.SerializationJsonProperty containerMember, System.Object existingValue ```

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 的 `Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal` 方法中(地址:[0x0006d]): 参数如下: - `Newtonsoft.Json.JsonReader reader` - `System.Type objectType` - `Newtonsoft.Json.Serialization.JsonContract contract` - `Newtonsoft.Json.SerializationJsonProperty member` - `Newtonsoft.Json.Serialization.JsonContainerContract containerContract` - `Newtonsoft.Json.SerializationJsonProperty containerMember` - `System.Object existingValue`

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize`(参数:`Newtonsoft.Json.JsonReader reader`、`System.Type objectType`、`System.Boolean checkAdditionalContent`)[0x000d9] 处发生错误:

at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 文件的 `Newtonsoft.Json.JsonSerializer.DeserializeInternal` 方法(位于第 [0x00053] 行)中:`Newtonsoft.Json.JsonReader reader, System.Type objectType)`

at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.JsonSerializer.Deserialize`(`Newtonsoft.Json.JsonReader reader, System.Type objectType`)[0x00000]` 处发生错误:

at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.JsonConvert.DeserializeObject(System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d]` 处发生错误:

at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.JsonConvert.DeserializeObject[T](System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000]` 处发生错误:

at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0
在 `<271c58b7a8684db5a2c92be17a81f252>` 中的 `Newtonsoft.Json.JsonConvert.DeserializeObject[T](System.String value) [0x00000]` 处发生错误:

at Oxide.Core.Libraries.Lang.GetMessageFile (System.String plugin, System.String lang) [0x00067] in <112d89ea5d3348c8b949af0ab1a866d2>:0
在 `<112d89ea5d3348c8b949af0ab1a866d2>` 文件的 Oxide.Core.Libraries.Lang.GetMessageFile 方法(参数:System.String plugin, System.String lang)[0x00067] 处:

at Oxide.Core.Libraries.Lang.GetMessageKey (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String lang) [0x00036] in <112d89ea5d3348c8b949af0ab1a866d2>:0
在 `<112d89ea5d3348c8b949af0ab1a866d2>` 中的 Oxide.Core.Libraries.Lang.GetMessageKey 方法(参数:System.String key, Oxide.Core.Plugins.Plugin plugin, System.String lang)[0x00036] 处发生错误:

at Oxide.Core.Libraries.Lang.GetMessage (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String userId) [0x00017] in <112d89ea5d3348c8b949af0ab1a866d2>:0
在 `<112d89ea5d3348c8b949af0ab1a866d2>` 文件中的 Oxide.Core.Libraries.Lang.GetMessage 方法(参数:System.String key, Oxide.Core.Plugins.Plugin plugin, System.String userId)[0x00017] 处发生错误:

at Oxide.Plugins.JetPack.GetMessage (System.String langKey, System.String userID) [0x00000] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 `<8bd708f3c9ce4538925aedfb84b9c277>` 文件的 Oxide.Plugins.JetPack.GetMessage 方法(`System.String langKey, System.String userID`)[0x00000] 处:0

at Oxide.Plugins.JetPack.GetMessage (System.String langKey, System.String userID, System.Object[] args) [0x00004] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 Oxide.Plugins.JetPack.GetMessage (System.String langKey, System.String userID, System.Object[] args) [0x00004] 中(位于文件 <8bd708f3c9ce4538925aedfb84b9c277> 的第 0 行):

at Oxide.Plugins.JetPack+NotifyManager.SendMessageToPlayer (BasePlayer player, System.String langKey, System.Object[] args) [0x00016] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 Oxide.Plugins.JetPack+NotifyManager.SendMessageToPlayer (BasePlayer player, System.String langKey, System.Object[] args) [0x00016] 中(位于文件 <8bd708f3c9ce4538925aedfb84b9c277> 的 0 处):

at Oxide.Plugins.JetPack+JetpackComponent.IsPlayerCanWearJetpack (BasePlayer player) [0x001f0] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 `<8bd708f3c9ce4538925aedfb84b9c277>` 文件中的 `Oxide.Plugins.JetPack+JetpackComponent.IsPlayerCanWearJetpack (BasePlayer player) [0x001f0]` 处:0

at Oxide.Plugins.JetPack+JetpackComponent.TryAttachJetpackToPlayer (BasePlayer player) [0x00000] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 `<8bd708f3c9ce4538925aedfb84b9c277>` 文件的 `Oxide.Plugins.JetPack+JetpackComponent.TryAttachJetpackToPlayer (BasePlayer player) [0x00000]` 处:0

at Oxide.Plugins.JetPack+JetpackComponent.OnPlayerEnterJetCommand (BasePlayer player) [0x00021] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 `<8bd708f3c9ce4538925aedfb84b9c277>` 文件的 `Oxide.Plugins.JetPack+JetpackComponent.OnPlayerEnterJetCommand (BasePlayer player) [0x00021]` 处:0

at Oxide.Plugins.JetPack.JetChatCommand (BasePlayer player, System.String command, System.String[] arg) [0x0000a] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 Oxide.Plugins.JetPack.JetChatCommand(BasePlayer player, System.String command, System.String[] arg)[0x0000a] 中(位于文件 <8bd708f3c9ce4538925aedfb84b9c277> 的 0 处):

at Oxide.Plugins.JetPack.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x006e9] in <8bd708f3c9ce4538925aedfb84b9c277>:0
在 Oxide.Plugins.JetPack.DirectCallHook(System.String name, System.Object& ret, System.Object[] args)[0x006e9] 中,位于 <8bd708f3c9ce4538925aedfb84b9c277>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
在 Oxide.Plugins.CSharpPlugin.InvokeMethod(Oxide.Core.Plugins.HookMethod 方法,System.Object[] args)[0x00079] 中,位于 <42f9bedc659b4f4786eb778d3cd58968>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0
在 Oxide.Core.Plugins.CSPlugin.OnCallHook(System.String name, System.Object[] args)[0x000de] 中,位于 <112d89ea5d3348c8b949af0ab1a866d2>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0
在 Oxide.Core.Plugins.Plugin.CallHook(System.String hook, System.Object[] args) [0x00060] 中,位于文件 <112d89ea5d3348c8b949af0ab1a866d2> 的第 0 行:

Komorebi

Posted

I have found the problem and solved it.

Adem

Posted

Changed Status from Pending to Closed

1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.3k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.