by FunctionOverflu » 2025/03/29 10:06
			
			
			All of them seem to come in pairs, here is one of them:
Warning:
Code: Select all
Failed to build method GetProxiedShim in SingularityGroup.HotReload.MonoMod.Utils.Cil.ILGeneratorShimExt
UnityEngine.Debug:LogWarning (object)
 . ⁍:  ( . ′,Mono.Cecil.TypeReference)
 . ⁍/ :MoveNext ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
Error:
Code: Select all
ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <13c0c460649d4ce49f991e2c222fa635>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) (at <13c0c460649d4ce49f991e2c222fa635>:0)
 . ⁍.  (Mono.Cecil.TypeReference ,  . & ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.MethodDefinition , Mono.Cecil.TypeReference ,  .   ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.TypeReference , Mono.Cecil.MethodDefinition ,  .  ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  ( . ′ , Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
UnityEngine.Debug:LogException(Exception)
 . ⁍: ( ′, TypeReference)
 . :MoveNext()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback()
---
And there is the last error, which is the same as the original post i made:
Code: Select all
ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <13c0c460649d4ce49f991e2c222fa635>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) (at <13c0c460649d4ce49f991e2c222fa635>:0)
 . ⁍.  (Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  ( . ′ , Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (LogicToolkit.Editors.MetadataCache ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
□.□⁚.□ () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ‐.□ () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.TypeMenuCreator.  (LogicToolkit.Editors.GraphEditor , LogicToolkit.Editors.AdvancedMenu , System.Type , LogicToolkit.Editors.FieldAssignor , System.Boolean ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.GraphEditor.  (LogicToolkit.Editors.GraphEditor+  , System.Type , System.Collections.Generic.List`1[T] , LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.GraphEditor.  (LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.SelectScriptWindow.  (System.Threading.CancellationToken ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.SelectScriptWindow.CreateGUI () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <13c0c460649d4ce49f991e2c222fa635>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.Exec () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
All of them seem to come in pairs, here is one of them:
Warning:
[code]Failed to build method GetProxiedShim in SingularityGroup.HotReload.MonoMod.Utils.Cil.ILGeneratorShimExt
UnityEngine.Debug:LogWarning (object)
 . ⁍:  ( . ′,Mono.Cecil.TypeReference)
 . ⁍/ :MoveNext ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()[/code]
Error:
[code]ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <13c0c460649d4ce49f991e2c222fa635>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) (at <13c0c460649d4ce49f991e2c222fa635>:0)
 . ⁍.  (Mono.Cecil.TypeReference ,  . & ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.MethodDefinition , Mono.Cecil.TypeReference ,  .   ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (Mono.Cecil.TypeReference , Mono.Cecil.MethodDefinition ,  .  ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  ( . ′ , Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
UnityEngine.Debug:LogException(Exception)
 . ⁍: ( ′, TypeReference)
 . :MoveNext()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback()[/code]
---
And there is the last error, which is the same as the original post i made:
[code]ArgumentNullException: Value cannot be null.
Parameter name: key
System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <13c0c460649d4ce49f991e2c222fa635>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) (at <13c0c460649d4ce49f991e2c222fa635>:0)
 . ⁍.  (Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  ( . ′ , Mono.Cecil.TypeReference ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ⁍.  (LogicToolkit.Editors.MetadataCache ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
□.□⁚.□ () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
 . ‐.□ () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.TypeMenuCreator.  (LogicToolkit.Editors.GraphEditor , LogicToolkit.Editors.AdvancedMenu , System.Type , LogicToolkit.Editors.FieldAssignor , System.Boolean ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.GraphEditor.  (LogicToolkit.Editors.GraphEditor+  , System.Type , System.Collections.Generic.List`1[T] , LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.GraphEditor.  (LogicToolkit.Editors.FieldAssignor , LogicToolkit.Editors.MenuNameType ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.SelectScriptWindow.  (System.Threading.CancellationToken ) (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
LogicToolkit.Editors.SelectScriptWindow.CreateGUI () (at <0dcb8b7ba90f4d73b9604a4e40e9db60>:0)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <13c0c460649d4ce49f991e2c222fa635>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.Exec () (at <2431722e3e3e41d78b6718bb39ab9111>:0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <2431722e3e3e41d78b6718bb39ab9111>:0)[/code]