Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. Game.Gui.Component.Market.UIMarketList.getMarketData () (at Assets/Game/scripts/gui/component/market/UIMarketList.cs:213)
  3. Game.Gui.Component.Market.UIMarketList.Init () (at Assets/Game/scripts/gui/component/market/UIMarketList.cs:117)
  4. Game.Gui.Component.Market.UIMarketList.OnUpdate_Refresh (Game.Player.Market.MarketEvent evt) (at Assets/Game/scripts/gui/component/market/UIMarketList.cs:147)
  5. Game.Core.Event.EventDispatcher`1[Game.Player.Market.MarketEvent].Dispatch (Int32 type, Game.Player.Market.MarketEvent evt) (at Assets/Game/scripts/core/event/EventDispatcher.cs:59)
  6. Game.Player.Market.PlayerMarket._syncReceived (System.Collections.Generic.List`1 intargs, System.Collections.Generic.List`1 strargs) (at Assets/Game/scripts/player/market/PlayerMarket.cs:56)
  7. Game.Player.Market.PlayerMarket.OnClientCmdReceived (RoleMarketRpcClientCmd cmd, System.Collections.Generic.List`1 intargs, System.Collections.Generic.List`1 strargs) (at Assets/Game/scripts/player/market/PlayerMarket.cs:79)
  8. TitanStack.PlayerMarketClientCmd.Invoke (UInt32 p1, System.Collections.Generic.List`1 p2, System.Collections.Generic.List`1 p3) (at Assets/Game/scripts/player/market/PlayerMarket.cs:175)
  9. TitanStack.PlayerMarketClientCmdRT+<build>c__AnonStorey22C.<>m__1C8 () (at Assets/Game/scripts/rpc/client/Player.PlayerMarketClientCmd.cs:23)
  10. TitanStack.ClientRpcBase.dispatch (rpc.Rpc r) (at Assets/Addons/TitanStack/src/ClientRpc.cs:30)
  11. TitanStack.StackCore.on_message (Byte type, titan.Client msg) (at Assets/Addons/TitanStack/src/StackCore.cs:150)
  12. TitanStack.NetCore+<read_body>c__AnonStorey1B5.<>m__7B () (at Assets/Addons/TitanStack/src/NetCore.cs:382)
  13. TitanStack.NetCore.poll () (at Assets/Addons/TitanStack/src/NetCore.cs:256)
  14. TitanStack.StackCore.poll () (at Assets/Addons/TitanStack/src/StackCore.cs:72)
  15. UnityEngine.Debug:LogException(Exception)
  16. TitanUtil.Log:Exception(Exception, String, Object[]) (at D:/Project/UserJoy/TitanStack.git/unity3d/Assets/TitanUtil/src/Logger.cs:57)
  17. TitanStack.StackCore:poll() (at Assets/Addons/TitanStack/src/StackCore.cs:74)
  18. TitanStack.StackCore:LateUpdate() (at Assets/Addons/TitanStack/src/StackCore.cs:175)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement