Bots_Bug_last_version

Report bugs of MFPS 2.0 here
Post Reply
User avatar
haskoman
Contributor
Contributor
Posts: 94
Joined: Wed Aug 22, 2018 1:57 pm

after killed bot

NullReferenceException: Object reference not set to an instance of an object
bl_AIMananger.SetBotDeath (System.String killed) (at Assets/MFPS/Scripts/GamePlay/AI/bl_AIMananger.cs:342)
bl_AIShooterHealth.RpcDoDamage (System.Int32 damage, System.String wn, UnityEngine.Vector3 direction, System.Int32 viewID, System.Boolean fromBot, System.Boolean ishead) (at Assets/MFPS/Scripts/GamePlay/AI/bl_AIShooterHealth.cs:162)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
Photon.Pun.PhotonNetwork.ExecuteRpc (ExitGames.Client.Photon.Hashtable rpcData, Photon.Realtime.Player sender) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonNetworkPart.cs:472)
Photon.Pun.PhotonNetwork.RPC (Photon.Pun.PhotonView view, System.String methodName, Photon.Pun.RpcTarget target, Photon.Realtime.Player player, System.Boolean encrypt, System.Object[] parameters) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonNetworkPart.cs:1064)
Photon.Pun.PhotonNetwork.RPC (Photon.Pun.PhotonView view, System.String methodName, Photon.Pun.RpcTarget target, System.Boolean encrypt, System.Object[] parameters) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonNetwork.cs:2737)
Photon.Pun.PhotonView.RPC (System.String methodName, Photon.Pun.RpcTarget target, System.Object[] parameters) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonView.cs:410)
bl_AIShooterHealth.DoDamage (System.Int32 damage, System.String wn, UnityEngine.Vector3 direction, System.Int32 vi, System.Boolean fromBot, Team team, System.Boolean ishead) (at Assets/MFPS/Scripts/GamePlay/AI/bl_AIShooterHealth.cs:42)
bl_AIHitBox.DoDamage (System.Int32 damage, System.String wn, UnityEngine.Vector3 direction, System.Int32 viewID, System.Boolean fromBot, Team team) (at Assets/MFPS/Scripts/GamePlay/AI/bl_AIHitBox.cs:18)
bl_Bullet.OnHit (UnityEngine.RaycastHit hit) (at Assets/MFPS/Scripts/Weapon/bl_Bullet.cs:164)
bl_Bullet.OnUpdate () (at Assets/MFPS/Scripts/Weapon/bl_Bullet.cs:105)
bl_UpdateManager.Update () (at Assets/MFPS/Scripts/GamePlay/bl_UpdateManager.cs:170)
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

check that the AIManager in the map scene have a PhotonView attached.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
haskoman
Contributor
Contributor
Posts: 94
Joined: Wed Aug 22, 2018 1:57 pm

i'have reinstall version 1.4.5 and is good now,but i get other small error_about_addon_HUDWaypoint

NullReferenceException: Object reference not set to an instance of an object
bl_HudUtility.get_MidlleHeight () (at Assets/Addons/HUDWaypoint/Content/Script/Internal/bl_HudUtility.cs:104)
bl_HudUtility.GetPivot (System.Single h, System.Single v, System.Single size) (at Assets/Addons/HUDWaypoint/Content/Script/Internal/bl_HudUtility.cs:54)
bl_HudManager.OffScreen (System.Int32 i) (at Assets/Addons/HUDWaypoint/Content/Script/Core/bl_HudManager.cs:263)
bl_HudManager.OnGUI () (at Assets/Addons/HUDWaypoint/Content/Script/Core/bl_HudManager.cs:104)
Post Reply