Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. HaxeException: Герой demolition уже добавлен!
  2. rambo.modules.HeroesModule.addHero (System.String heroId) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//HeroesModule.hx:23)
  3. rambo.modules.ChestsModule.getChestReward (System.String defId) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//ChestsModule.hx:125)
  4. rambo.modules.ChestsModule.openChest (System.String defId) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//ChestsModule.hx:70)
  5. rambo.modules.TutorialModule.openTutorDefenseChest (System.String defId) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//TutorialModule.hx:88)
  6. rambo.modules.TutorialModule.__hx_invokeField (System.String field, Int32 hash, haxe.root.Array dynargs) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//TutorialModule.hx:13)
  7. haxe.lang.Runtime.callField (System.Object obj, System.String field, Int32 fieldHash, haxe.root.Array args) (at D://Unity//rambo-client//SharedLogic//common//haxe//std//cs//internal//Runtime.hx:706)
  8. haxe.lang.Closure.__hx_invokeDynamic (haxe.root.Array dynArgs) (at D://Unity//rambo-client//SharedLogic//common//haxe//std//cs//internal//Function.hx:78)
  9. haxe.root.Reflect.callMethod (System.Object o, System.Object func, haxe.root.Array args) (at D://Unity//rambo-client//SharedLogic//common//haxe//std//cs//_std//Reflect.hx:84)
  10. rambo.modules.TutorialModule.ExecuteAction (Double time, System.String name, haxe.root.Array args) (at D://Unity//rambo-client//SharedLogic//src//rambo//modules//TutorialModule.hx:61)
  11. rambo.Commands.execute (System.String name, haxe.root.Array args) (at D://Unity//rambo-client//SharedLogic//src//rambo//Commands.hx:34)
  12. plamee.core.Context.execute (Int32 commandId, Double time, System.String name, haxe.root.Array params) (at D://Unity//rambo-client//SharedLogic//common//src//plamee//core//Context.hx:135)
  13. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
  14. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
  15. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
  16. Rambo.Tutorial.Helpers.BaseHelper.ProcessAction (TutorStartActionType startActionType, System.String value, System.Collections.Generic.Dictionary`2 additionalParams) (at Assets/Scripts/Rambo/Tutorial/Helpers/BaseHelper.cs:66)
  17. Rambo.Tutorial.TutorialStage.ApplyStartActions (Rambo.Tutorial.TutorialSubStage subStage) (at Assets/Scripts/Rambo/Tutorial/TutorialStage.cs:116)
  18. Rambo.Tutorial.TutorialStage.ApplySubStage (Rambo.Tutorial.TutorialSubStage subStage) (at Assets/Scripts/Rambo/Tutorial/TutorialStage.cs:69)
  19. Rambo.Tutorial.TutorialStage.SubStageDone () (at Assets/Scripts/Rambo/Tutorial/TutorialStage.cs:52)
  20. Rambo.Tutorial.Helpers.BaseHelper.FireSkipAction () (at Assets/Scripts/Rambo/Tutorial/Helpers/BaseHelper.cs:48)
  21. Rambo.Tutorial.Helpers.MapHelper.TapHandler () (at Assets/Scripts/Rambo/Tutorial/Helpers/MapHelper.cs:71)
  22. Rambo.Tutorial.TapProvider.Update () (at Assets/Scripts/Rambo/Tutorial/TapProvider.cs:61)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement