You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Error :Il2CppInterop] During invoking native->managed trampoline
Exception: Il2CppInterop.Runtime.Il2CppException: System.ExecutionEngineException: Attempting to call method 'Unity.Entities.EntityManager::GetComponentData<ProjectM.VampireDownedBuff>' for which no ahead of time (AOT) code was generated.
--- BEGIN IL2CPP STACK TRACE ---
System.ExecutionEngineException: Attempting to call method 'Unity.Entities.EntityManager::GetComponentData<ProjectM.VampireDownedBuff>' for which no ahead of time (AOT) code was generated.
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at Unity.Entities.EntityManager.GetComponentData[T](Entity entity)
at RPGMods.Hooks.VampireDownedServerEventSystem_Patch.Postfix(VampireDownedServerEventSystem __instance)
at DMD<ProjectM.VampireDownedServerEventSystem::OnUpdate>(VampireDownedServerEventSystem this)
at (il2cpp -> managed) OnUpdate(IntPtr , Il2CppMethodInfo* )
The text was updated successfully, but these errors were encountered:
Getting this error.
[Error :Il2CppInterop] During invoking native->managed trampoline
Exception: Il2CppInterop.Runtime.Il2CppException: System.ExecutionEngineException: Attempting to call method 'Unity.Entities.EntityManager::GetComponentData<ProjectM.VampireDownedBuff>' for which no ahead of time (AOT) code was generated.
--- BEGIN IL2CPP STACK TRACE ---
System.ExecutionEngineException: Attempting to call method 'Unity.Entities.EntityManager::GetComponentData<ProjectM.VampireDownedBuff>' for which no ahead of time (AOT) code was generated.
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at Unity.Entities.EntityManager.GetComponentData[T](Entity entity)
at RPGMods.Hooks.VampireDownedServerEventSystem_Patch.Postfix(VampireDownedServerEventSystem __instance)
at DMD<ProjectM.VampireDownedServerEventSystem::OnUpdate>(VampireDownedServerEventSystem this)
at (il2cpp -> managed) OnUpdate(IntPtr , Il2CppMethodInfo* )
The text was updated successfully, but these errors were encountered: