Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Dispatch ERROR: An element with the same key already exists in the dictionary. trac: at System.Collections.Generic.Dictionary`2[System.Int32,Game.Player.Dungeon.BreakBoxRequest].Add (Int32 key, BreakBoxRequest value) [0x0007e] in /Usersilduserildslave/mono-runtime-and-classlibsild/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:404
  2. at Game.Gui.Panel.PanelDungeon.OnBreakBoxShowFX (Game.Player.Dungeon.PlayerDungeonEvent evt) [0x00054] in C:\Mobile_Release_JP\Client\Assets\Game\scripts\dungeon2\PanelUI\PanelDungeon.cs:308
  3. at Game.Core.Event.EventDispatcher`1[Game.Player.Dungeon.PlayerDungeonEvent].Dispatch (Int32 type, Game.Player.Dungeon.PlayerDungeonEvent evt) [0x0003c] in C:\Mobile_Release_JP\Client\Assets\Game\scripts\core\event\EventDispatcher.cs:89
  4. UnityEngine.Debug:LogError(Object)
  5. Game.Core.Event.EventDispatcher`1:Dispatch(Int32, PlayerDungeonEvent) (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/core/event/EventDispatcher.cs:91)
  6. Game.Player.Dungeon.PlayerDungeon:Dispatch(Int32, PlayerDungeonEvent) (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/player/dungeon/PlayerDungeon.cs:54)
  7. Game.Player.Dungeon.Handler.ReplyBreakBoxHandler:Handle(Int32, List`1, List`1) (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/player/dungeon/handler/ReplyBreakBoxHandler.cs:53)
  8. Game.Player.Dungeon.PlayerDungeon:ReceiveServerRpc(Int32, List`1, List`1) (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/player/dungeon/PlayerDungeon.cs:417)
  9. TitanStack.PlayerDungeonClientCmd:Invoke(Int32, List`1, List`1) (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/player/dungeon/PlayerDungeon.cs:425)
  10. TitanStack.<build>c__AnonStorey228:<>m__161() (at C:/Mobile_Release_JP/Client/Assets/Game/scripts/rpc/client/Player.PlayerDungeonClientCmd.cs:23)
  11. TitanStack.ClientRpcBase:dispatch(Rpc) (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/ClientRpc.cs:51)
  12. TitanStack.StackCore:on_message(Byte, Client) (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/StackCore.cs:155)
  13. TitanStack.<read_body>c__AnonStorey197:<>m__63() (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/NetCore.cs:395)
  14. TitanStack.NetCore:poll() (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/NetCore.cs:263)
  15. TitanStack.StackCore:poll() (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/StackCore.cs:72)
  16. TitanStack.StackCore:LateUpdate() (at C:/Mobile_Release_JP/Client/Assets/Addons/TitanStackc/StackCore.cs:187)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement