• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Beta] Demonbuddy beta builds

    Discussion in 'Archives' started by Nesox, Mar 5, 2014.

    Thread Status:
    Not open for further replies.
    1. Simisek

      Simisek New Member

      Joined:
      Oct 6, 2012
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      DB doesnt work. I installed it again and no changes :(
       
    2. Hitori

      Hitori New Member

      Joined:
      Apr 3, 2014
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Using Waypoint Waypoint_Town-131 Number:43
      [Trinity][Performance] Execution of the block NavigateTo took 932.13ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 933.57ms.
      [Trinity][Performance] Execution of the block HandleTarget took 942.20ms.
      [Trinity][Performance] Execution of the block NavigateTo took 816.89ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 817.47ms.
      [Trinity][Performance] Execution of the block HandleTarget took 827.54ms.
      [Trinity][Performance] Execution of the block NavigateTo took 551.34ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 551.89ms.
      [Trinity][Performance] Execution of the block HandleTarget took 553.83ms.
      [Trinity][Performance] Execution of the block NavigateTo took 554.15ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 554.71ms.
      [Trinity][Performance] Execution of the block HandleTarget took 563.43ms.
      [Trinity][Performance] Execution of the block NavigateTo took 572.10ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 572.66ms.
      [Trinity][Performance] Execution of the block HandleTarget took 574.68ms.
      [Trinity][Performance] Execution of the block NavigateTo took 263.00ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 263.66ms.
      [Trinity][Performance] Execution of the block HandleTarget took 268.15ms.
      [Trinity][Performance] Execution of the block NavigateTo took 364.30ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 364.73ms.
      [Trinity][Performance] Execution of the block HandleTarget took 365.75ms.
      [Trinity][Performance] Execution of the block NavigateTo took 1297.58ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 1298.08ms.
      [Trinity][Performance] Execution of the block HandleTarget took 1300.14ms.
      [Trinity][Performance] Execution of the block NavigateTo took 558.07ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 558.63ms.
      [Trinity][Performance] Execution of the block HandleTarget took 563.19ms.
      [Trinity][Performance] Execution of the block NavigateTo took 555.90ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 556.35ms.
      [Trinity][Performance] Execution of the block HandleTarget took 561.34ms.
      [Trinity][Performance] Execution of the block NavigateTo took 693.36ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 693.84ms.
      [Trinity][Performance] Execution of the block HandleTarget took 694.83ms.
      [Trinity][Performance] Execution of the block NavigateTo took 522.63ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 523.15ms.
      [Trinity][Performance] Execution of the block HandleTarget took 530.79ms.
      [Trinity][Performance] Execution of the block NavigateTo took 816.19ms.
      [Trinity][Performance] Execution of the block HandleTarget.HandleBasicMovement took 816.78ms.
      [Trinity][Performance] Execution of the block HandleTarget took 825.99ms.

      and so on, this update was the worst i have seen so far. Anybody know where i can get the previous version?!?!
       
    3. sychotix

      sychotix New Member

      Joined:
      Dec 13, 2013
      Messages:
      727
      Likes Received:
      5
      Trophy Points:
      0
      Running into pathing problems. During this particular quest (It may happen in other instances), demonbuddy would not create a path through to the end. Here are the codes that I have tried. (i've tried the trinexploredun with no scene information as well).

      Code:
      <ExploreArea  questId="1" stepId="1" boxTolerance="0.65" boxSize="15" until="ObjectFound" actorId="225195" />  
      		
            <!--AWTrinityExploreDungeon questId="1" stepId="2"  until="ObjectFound" objectDistance="150" actorId="225195" boxTolerance="0.65" boxSize="15" pathPrecision="40" ignoreMarkers="false">
              <PrioritizeScenes>
                <PriorityScene sceneName="Exit" />
              </PrioritizeScenes>
              <IgnoreScenes>
                <IgnoreScene sceneName="_N_" />
                <IgnoreScene sceneName="_S_" />
                <IgnoreScene sceneName="_E_" />
                <IgnoreScene sceneName="_W_" />
              </IgnoreScenes>
            </AWTrinityExploreDungeon-->
      Picture of current map, including quest info (Scene name of area it won't move to is a4dun_spire_corrupt_NS_02_Spikes)
      pathing glitch.png pathing glitch.png

      Trinity's error when using their explore dungeon:
      Code:
      [Trinity] System.NullReferenceException: Object reference not set to an instance of an object.
         at Zeta.Bot.Navigation.MainGridProvider...ctor(Scene scene)
         at Zeta.Bot.Navigation.MainGridProvider.()
         at Zeta.Bot.Navigation.MainGridProvider.Update()
         at Zeta.Bot.Navigation.DefaultNavigationProvider.(Vector3 , Boolean )
         at Zeta.Bot.Navigation.DefaultNavigationProvider.GeneratePath(Vector3 destination, String destinationName, Boolean useRaycast)
         at Zeta.Bot.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
         at Zeta.Bot.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
         at Trinity.DbProvider.PlayerMover.NavigateTo(Vector3 moveTarget, String destinationName)
      Only useful part of log:
      Code:
      2014-04-10 15:51:25,704 [Main Bot Thread] ERROR BotMain (null) - Exception when terminating bot thread. 
      System.NullReferenceException: Object reference not set to an instance of an object.
         at Zeta.Bot.Navigation.MainGridProvider...ctor(Scene scene)
         at Zeta.Bot.Navigation.MainGridProvider.()
         at Zeta.Bot.Navigation.MainGridProvider.Update()
         at Zeta.Bot.Navigation.DefaultNavigationProvider.(Vector3 , Boolean )
         at Zeta.Bot.Navigation.DefaultNavigationProvider.GeneratePath(Vector3 destination, String destinationName, Boolean useRaycast)
         at Zeta.Bot.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
         at Zeta.Bot.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
         at Zeta.Bot.Profile.Common.ExploreAreaTag.(Object )
         at Zeta.TreeSharp.Action.RunAction(Object context)
         at Zeta.TreeSharp.Action..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.TreeSharp.PrioritySelector..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.TreeSharp.PrioritySelector..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.Common.HookExecutor.Run(Object context)
         at Zeta.TreeSharp.Action.RunAction(Object context)
         at Zeta.TreeSharp.Action..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.TreeSharp.PrioritySelector..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.TreeSharp.PrioritySelector..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.Common.HookExecutor.Run(Object context)
         at Zeta.TreeSharp.Action.RunAction(Object context)
         at Zeta.TreeSharp.Action..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.TreeSharp.PrioritySelector..()
         at Zeta.TreeSharp.Composite.Tick(Object context)
         at Zeta.Bot.BotMain.()
       
    4. sychotix

      sychotix New Member

      Joined:
      Dec 13, 2013
      Messages:
      727
      Likes Received:
      5
      Trophy Points:
      0
    5. bilinmiyor

      bilinmiyor Member

      Joined:
      Mar 27, 2012
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      6
      is there a chance to add a feature about play time of a profile? I want to see it on DB general section.
       
    6. Oksehode

      Oksehode Active Member

      Joined:
      Apr 3, 2014
      Messages:
      1,398
      Likes Received:
      4
      Trophy Points:
      38
      There should be more dialogue between the developers and customers of DB. I guess many of us feel left in the dark with so many problems and no updates from the devs.
       
    7. bloosteak

      bloosteak New Member

      Joined:
      Apr 10, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      latest beta crashes for me as well
      yes, with fresh install, no not pirated (of course)
       
    8. shinoowns

      shinoowns New Member

      Joined:
      Jan 15, 2010
      Messages:
      320
      Likes Received:
      1
      Trophy Points:
      0
      If you can't do what was in the other thread to fix it, you are using a pirated version. Stahp it.
       
    9. stud4fun

      stud4fun New Member

      Joined:
      Dec 21, 2012
      Messages:
      717
      Likes Received:
      4
      Trophy Points:
      0
      Development Team
      I am having Town Portal freezing problem ever since I installed ROS.

      It happens various areas when character try to go to town using town portal.
      Log shows like this

      [Trinity] TrinityTownPortal started - clearing area, waitTime=2500, startHealth=642323
      [Trinity] Town Portal Timer Finished.

      Then, Game freezes.

      Is there a way to increase that Town Portal Timer? or some fix?
       
    10. sychotix

      sychotix New Member

      Joined:
      Dec 13, 2013
      Messages:
      727
      Likes Received:
      5
      Trophy Points:
      0
      I believe changing the tag to <TrinityTownPortal waitTime=5000 /> Might help? I think that tag is accepted.
       
    11. h4z3r

      h4z3r New Member

      Joined:
      Jun 22, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      can someone link or upload the v .80 , .81 seems to broken.
      thx!
       
    12. SIL3N7

      SIL3N7 Active Member

      Joined:
      Jun 12, 2012
      Messages:
      1,119
      Likes Received:
      11
      Trophy Points:
      38
      Can some 1 tell me what the last 3# are on the Zip. Should be 380 or 381 im assuming. because its 384 now, Just wondering if thats a new Push or was the last update while i was at work all day.
       
    13. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      New build up.

      Changelog 382

      • General
        • Now properly takes the townportal back in adventure mode in Act 1 after finishing a town run.
        • Framelock is now released when pathfinding to lessen amount of lag occuring during pathfinds as they are not async. *fixed*
        • QuestInfo pointers should no longer get tained after a while.
       
    14. XmidiXx

      XmidiXx New Member

      Joined:
      Mar 5, 2014
      Messages:
      390
      Likes Received:
      2
      Trophy Points:
      0
      Loving all the updates that are getting pushed out!

      :)
      +1
       
    15. SIL3N7

      SIL3N7 Active Member

      Joined:
      Jun 12, 2012
      Messages:
      1,119
      Likes Received:
      11
      Trophy Points:
      38
      Or i could just be right and they just pushed a new update =)
       
    16. Oksehode

      Oksehode Active Member

      Joined:
      Apr 3, 2014
      Messages:
      1,398
      Likes Received:
      4
      Trophy Points:
      38
      Log still fills up with "[Trinity][Performance] Execution of the block" errors. Don't know what to do about it. :(
       
    17. SIL3N7

      SIL3N7 Active Member

      Joined:
      Jun 12, 2012
      Messages:
      1,119
      Likes Received:
      11
      Trophy Points:
      38
      ALL Errors that say this
      IS A Trinity issue. Trinity is Supplyed with the bot but is 3RD PARTY created by the ONE AND ONLY Rrrix
      And should be posted in the TRINITY sub forum. And its just something that tells Rrixx WHERE Trinity lags so he can tighten things up. No big deal.
       
      Last edited: Apr 10, 2014
    18. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      I downloaded Beta .384

      is this a typo or a new update with patch notes yet to be posted online ?
       
    19. SIL3N7

      SIL3N7 Active Member

      Joined:
      Jun 12, 2012
      Messages:
      1,119
      Likes Received:
      11
      Trophy Points:
      38
      It might be but 384 is the newest.
       
    20. Oksehode

      Oksehode Active Member

      Joined:
      Apr 3, 2014
      Messages:
      1,398
      Likes Received:
      4
      Trophy Points:
      38
      Still, It make the game lag some and it's annoying to look at. :)
       
    Thread Status:
    Not open for further replies.

    Share This Page