游戏精英
 
- 贡献度
- 204
- 金元
- 43215
- 积分
- 5138
- 精华
- 0
- 注册时间
- 2012-2-8

|
[14:53:47.401] [Il2CppInterop] During invoking native->managed trampoline
Il2CppInterop.Runtime.Il2CppException: System.NullReferenceException: Object reference not set to an instance of an object.
--- BEGIN IL2CPP STACK TRACE ---
System.NullReferenceException: Object reference not set to an instance of an object.
at ItemData.GetNonSealedPrefixAndSuffixCount (System.Int32& prefixCount, System.Int32& suffixCount) [0x00000] in <00000000000000000000000000000000>:0
at CraftingSlotManager.UpdateItemInfo () [0x00000] in <00000000000000000000000000000000>:0
at CraftingSlotManager.OnAnyCraftingContainerChange () [0x00000] in <00000000000000000000000000000000>:0
at ItemContainerEntry.OnItemIdChanged (System.Object sender, System.EventArgs e) [0x00000] in <00000000000000000000000000000000>:0
at ItemData.RebuildID () [0x00000] in <00000000000000000000000000000000>:0
at ItemData.RefreshIDAndValues () [0x00000] in <00000000000000000000000000000000>:0
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at Il2Cpp.ItemData.RefreshIDAndValues()
at LastEpoch_Hud.Scripts.Mods.Items.Items_Crafting.Crafting_Slot_Manager.CraftingSlotManager_Forge.Prefix(CraftingSlotManager& __instance)
at DMD<Il2Cpp.CraftingSlotManager::Forge>(CraftingSlotManager this)
at (il2cpp -> managed) Forge(IntPtr , Il2CppMethodInfo* )
[14:54:03.173] [Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: Il2CppInterop.Runtime.Il2CppException: System.NullReferenceException: Object reference not set to an instance of an object.
--- BEGIN IL2CPP STACK TRACE ---
System.NullReferenceException: Object reference not set to an instance of an object.
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at UnityEngine.Component.get_gameObject()
at LastEpoch_Hud.Scripts.Mods.Items.Items_Crafting.NewSlots.UpdateSlots()
at Trampoline_VoidThisLastEpoch_Hud.Scripts.Mods.Items.Items_CraftingUpdate(IntPtr , Il2CppMethodInfo* )
[14:54:23.852] [Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: Il2CppInterop.Runtime.Il2CppException: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
--- BEGIN IL2CPP STACK TRACE ---
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00000] in <00000000000000000000000000000000>:0
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at Il2CppSystem.Collections.Generic.List`1.get_Item(Int32 index)
at LastEpoch_Hud.Scripts.Mods.Cosmetics.Skins.Update()
at Trampoline_VoidThisLastEpoch_Hud.Scripts.Mods.Cosmetics.SkinsUpdate(IntPtr , Il2CppMethodInfo* )
|
|