初级玩家

- 贡献度
- 0
- 金元
- 299
- 积分
- 30
- 精华
- 0
- 注册时间
- 2021-12-21
|
[00:48:22.146] [Villain] [ERROR] System.InvalidCastException: Invalid cast from 'System.String' to 'Newtonsoft.Json.Linq.JArray'.
at System.Convert.DefaultToType (System.IConvertible value, System.Type targetType, System.IFormatProvider provider) [0x00269] in <e1319b7195c343e79b385cd3aa43f5dc>:0
at System.String.System.IConvertible.ToType (System.Type type, System.IFormatProvider provider) [0x00000] in <e1319b7195c343e79b385cd3aa43f5dc>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0021b] in <e1319b7195c343e79b385cd3aa43f5dc>:0
at Newtonsoft.Json.Linq.Extensions.Convert[T,U] (T token) [0x000ef] in <1ef2ee3abf194d7caf9b7a58576a5445>:0
at Newtonsoft.Json.Linq.Extensions.Value[T,U] (System.Collections.Generic.IEnumerable`1[T] value) [0x0000b] in <1ef2ee3abf194d7caf9b7a58576a5445>:0
at Newtonsoft.Json.Linq.Extensions.Value[U] (System.Collections.Generic.IEnumerable`1[T] value) [0x00000] in <1ef2ee3abf194d7caf9b7a58576a5445>:0
at Villain.Item+Value..ctor (System.Type type, Newtonsoft.Json.Linq.JToken value) [0x0040e] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.Item+<>c__DisplayClass11_0.<From>b__1 (System.ValueTuple`2[T1,T2] a) [0x0001f] in <c8585708c27745ec9e3f74941dce9ade>:0
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToArray () [0x00012] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
at Villain.Item.From (Villain.Record record, Newtonsoft.Json.Linq.JObject obj, System.IO.FileInfo source) [0x0009b] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager+Processor.ProcessObject (Newtonsoft.Json.Linq.JObject obj) [0x00004] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager+Processor.ProcessArray (Newtonsoft.Json.Linq.JArray array) [0x0003a] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager+Processor.Process (System.IO.FileInfo conf) [0x00064] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.Extensions.ForEach[T] (System.Collections.Generic.IEnumerable`1[T] this, System.Action`1[T] f) [0x00013] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager+<>c__DisplayClass3_0.<LoadAll>b__0 (System.IO.DirectoryInfo patch) [0x0000b] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.Extensions.ForEach[T] (System.Collections.Generic.IEnumerable`1[T] this, System.Action`1[T] f) [0x00013] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager.LoadAll (System.Collections.Generic.IEnumerable`1[T] patches) [0x00018] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.PatchManager.LoadAndApplyOnlyPatch (System.Collections.Generic.IEnumerable`1[T] patches) [0x00001] in <c8585708c27745ec9e3f74941dce9ade>:0
at Villain.Villain.OnApplicationStart () [0x00067] in <c8585708c27745ec9e3f74941dce9ade>:0
at MelonLoader.MelonHandler+<>c.<OnApplicationStart_Mods>b__30_0 (MelonLoader.MelonMod x) [0x00032] in <ed8d10306462424f8b8155be6989aa25>:0
at MelonLoader.MelonHandler.InvokeMelonMethod[T] (System.Collections.Generic.List`1[T]& melons, MelonLoader.MelonHandler+InvokeMelonMethodDelegate`1[T] method, System.Boolean remove_failed) [0x00042] in <ed8d10306462424f8b8155be6989aa25>:0 |
|