mfoltz / Bloodcraft

GNU Affero General Public License v3.0
8 stars 1 forks source link

Why is this error reported? #22

Closed tongren66 closed 1 month ago

tongren66 commented 1 month ago

[Error :Il2CppInterop] During invoking native->managed trampoline Exception: System.TypeInitializationException: The type initializer for 'Bloodcraft.Systems.Experience.LevelingSystem' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Bloodcraft.Systems.Experience.LevelingSystem..cctor() --- End of inner exception stack trace --- at Bloodcraft.Systems.Experience.LevelingSystem.GetSpellPrefabs() at Bloodcraft.Core.Initialize() at Bloodcraft.Patches.InitializationPatch.Postfix() at DMD(WarEventRegistrySystem this) at (il2cpp -> managed) RegisterWarEventEntities(IntPtr , Il2CppMethodInfo* )

mfoltz commented 1 month ago

no idea. will attempt to handle whatever is causing this next version

tongren66 commented 1 month ago

Okay, I missed a parameter when I localized it. thank you

mfoltz commented 1 month ago

should be handled in latest version regardless, sounds good though!