• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • WOWERROR - never been fixed problem

    Discussion in 'Archives' started by kenn3th, Jan 27, 2011.

    1. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      I know this is gonna 'suck', but can you please keep track of these over the next hour or so?

      Eventually; they should jump to upwards of 800mb if not more.
       
    2. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Sure, so i'm looking for a spike in other words?
      Or am I looking at the memory at the specific time whereby ian error occurs
       
    3. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Preferably when it occurs. But it seems like WoW isn't releasing memory (or our code isn't releasing it, for some reason), and the memory usage will steadily increase over time.

      We're still looking into why, and where, but so far, have not found anything.
       
    4. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      i'm noticing a 100,000 increase in commit and working set for one of my wows but the rest are the same, in fact, a little lower will report any funny stuff if seen
       
    5. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      I watched the bot crash multiple times and can't figure out why. On one toon is crashes flying from one point to another Which is odd. On another, in twilight highlands it fights many mobs 2-3 and this interrupts the archeology process. He doesn't die but it seems the bot forgets where to go next and instead, it flies to the start location of arch and starts searching from there. If Mobs are clear, it works successfully but I notice an increase in memory usage. Not much but can be seen. And after several rounds of this process the bot ultimately crashes. Any advice?
       
    6. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Can I get an admin to help with this issue, or can I get a refund? This product is not working as intended at all.
       
    7. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
      dude apoc is a developer and he is trying to help you with your non patience.... go back to your pirox since your face isn't working that well either..
       
    8. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      ok thanks for your help chemical
       
    9. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
      Why not thank apoc, he was the one helping you. I just simply stated your piss poor attitude. Just get pissed when kids I mean people come here for a day or two and complain the bot doesn't work at all.

      Sent from my SAMSUNG-SGH-I897 using Tapatalk
       
    10. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      chemical; stop attacking users. He's actually helping me with decent info. Next time I see you flaming another user; you'll be on a 2 week mute.

      @kenn3th; we're still looking into the issue. There's a few places where it may be coming from, but it's hard to test when we can't reproduce the issue reliably.
       
    11. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      thanks. I read that others are experiencing the same problem, hopefully a solution can arise soon. I also noticed that wowerrors occur a lot more frequently while I am not at the computer (1 hour-2 hours) whereas when i'm at my computer, it can work for 5-6 hours maybe more?
      I'm not sure why this is, but it's not my power settings. My computer is set to never go to sleep and i've even kept my monitor on (though this doesn't help)
      and from some logs, it seems the bot just disconnects due to afk after digging a site
      (x3 finds > mount up > fly up > afk)
       
    12. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
      I'm sorry all mighty one (bow)


      Sent from my SAMSUNG-SGH-I897 using Tapatalk
       
    13. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Hrm, so the issue is that it's DC'ing randomly? If so, that should be an easy fix. (Let me know if that's the case, and I'll give you a plugin to temporarily solve the issue, until I can get raphus to fix the bug)

      Edit; just in case I don't catch this thread again today [stuffs to do!] here's a quick plugin to make sure WoW doesn't AFK out.

      Code:
      using System;
      
      using Styx.Plugins.PluginClass;
      
      namespace Styx.Bot.Plugins
      {
          public class AntiAfk : HBPlugin
          {
              public override void Pulse()
              {
                  StyxWoW.ResetAfk();
              }
      
              public override string Name { get { return "Anti-AFK"; } }
      
              public override string Author { get { return "Apoc"; } }
      
              public override Version Version { get { return new Version(1,0); } }
          }
      }
      
       
      Last edited: Jan 28, 2011
    14. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Anti-Afk Plugin.cs by Apoc:

      I just saved the code and attached it is all
       

      Attached Files:

    15. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      I'm guessing 50% is due to afk, i'll try this out and see how it goes thanks!
       
    16. duckman3232

      duckman3232 New Member

      Joined:
      Nov 7, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      im pretty much having the same issue just running the PvP bot, i can literally watch it run all day and be perfectly fine, i go to sleep wake up the next morning and see the bot crashed after 10 minutes to an hour, its only ever successfully ran through the night once and im checking the time log its happening before any server restart would happen
       
    17. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Not sure what happened, but I guess today even other bots dc (therefore its my own internet problem) usually even when HB dc, my other bots wont.
      Anyways here are logs to see what happened
       

      Attached Files:

    18. kenn3th

      kenn3th New Member

      Joined:
      Jan 22, 2011
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      used anti-afk, didn't work
      also i just want to add that my chars are all parked in different continents and i noticed the one that started kalimdor didnt dc or experience wow errors (lol) while the rest did (super annoying)
       
    19. Mewsiej

      Mewsiej New Member

      Joined:
      Jun 25, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Greetings,

      My WoW did also crash after 10-20 minutes of using "questing" with Honorbuddy.
      I tried to search for any solutions on the forum, but didnt came to one.
      So I tried to figure out myself what I can do to resolve this.
      And for me this worked out, so I wanted to share with you guys to atleast give it a try.

      1: Clear all the Cache, WTF, Add0ns ( yes delete everything inside these folders ).
      2: Run the "Repair" from the WoW folder ( and DO NOT!!! install any new addons etc. leave it all as it is ).
      After this is done...
      3: Delete your HB folder, download the "LATEST" new HB version ( if you had the latest one, redownload it ).
      Instead of downloading files ( like CC etc. ), try to leave everything as it is. Only download your profile (.xml) file.
      4: Be sure your WoW is 100% patched!
      5: try to run your character now with HB.

      FYI, my wow is running windowed ( and only did set up the video settings, no changes in interface ). Dont know if that matters anyway.
      And i left the mesh folder unfilled ( as long this gives me no problems ) from HB.

      Hope this will work out for some of you aswell.
       
      Last edited: Mar 10, 2011

    Share This Page