Skip to content

Instantly share code, notes, and snippets.

@mamtha23
Created March 22, 2021 11:29
Show Gist options
  • Select an option

  • Save mamtha23/c66f74ee3a5757ae86a1820daa5ca0ba to your computer and use it in GitHub Desktop.

Select an option

Save mamtha23/c66f74ee3a5757ae86a1820daa5ca0ba to your computer and use it in GitHub Desktop.
Log for P2
NullReferenceException: Object reference not set to an instance of an object
IJDV.MonopolyDeal.Controller.MonoDealController.handleAcceptedRequest (IJDV.MonopolyDeal.Model.RequestACK ack) (at Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2983)
IJDV.MonopolyDeal.Controller.MonoDealController.onRequestAckRecvdFromOppnt (IJDV.MonopolyDeal.Model.RequestACK ack) (at Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2865)
IJDV.MonopolyDeal.Controller.MonoDealController.onRequestAckRecvd (IJDV.MonopolyDeal.Model.SerializableRequestACK requestAck) (at Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2852)
PhotonManager.onRequestAckRecvdFromOppntRPC (System.Byte[] requestAck) (at Assets/Scripts/Managers/PhotonManager.cs:1315)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <625030e3cf2d4a33b73d8fa4030fc317>: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 <625030e3cf2d4a33b73d8fa4030fc317>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <625030e3cf2d4a33b73d8fa4030fc317>:0)
Photon.Pun.PhotonNetwork.ExecuteRpc (ExitGames.Client.Photon.Hashtable rpcData, Photon.Realtime.Player sender) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonNetworkPart.cs:540)
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:1222)
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:2812)
Photon.Pun.PhotonView.RPC (System.String methodName, Photon.Pun.RpcTarget target, System.Object[] parameters) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonView.cs:792)
PhotonManager.onAckComplete (IJDV.MonopolyDeal.Model.RequestACK requestACK) (at Assets/Scripts/Managers/PhotonManager.cs:1176)
IJDV.MonopolyDeal.Controller.MonoDealController.onRequestACKcomplete (IJDV.MonopolyDeal.Model.RequestACK ack) (at Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2662)
IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController.PayMoneyToOpponent () (at Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1758)
UnityEngine.Events.InvokableCall.Invoke () (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
UnityEngine.Events.UnityEvent.Invoke () (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
IjsUiFramework.UIButton.TriggerClick () (at Assets/UIFramework/UI/UIButton.cs:201)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment