• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB shuts down with "Could not read bytes from 000007D8 [299]". Why?

    Discussion in 'Honorbuddy Support' started by Keanu, Feb 20, 2013.

    1. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      If I was you? I'd rather have some solid support and not an assumption.
      It should not be necessary to re-install WoW just because of an HB update.
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113

      thx God i am not you and you are not me in that case
       
      Last edited: Feb 21, 2013
    3. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      So I should help myself then? And you will take no further action to solve this?
       
    4. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      Arguing with a Mod gets you no where. If you don't like the program DONT FUCKING USE IT.
       
    5. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      Just shut up and get lost, yes?
       
    6. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      ......lolololololololol

      Tony is 100% correct. If your logs don't show an error, and your settings are right, ALL wow add-ons are turned off, all plugins that aren't necessary are turned off, rebooting doesn't work.....re install Hb. if that doesn't work, Re-install WoW.

      I don't know why you're being so hostile especially to the one who knows near everything there is to know about HB support, your mother even mentioned last night how even-tempered you are.
       
    7. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113

      24 hours mute(language)
       
    8. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      I was able to debug it. This version seems to fail at reading player location from time to time.
      Code:
                      try
                      {
                          lastPosition = Styx.StyxWoW.Me.Location;
                      }
                      catch (Exception e)
                      {
                          utils.Debug("Reading location failed with '" + e.ToString() + "'.");
                      }
      
      Code:
      Reading location failed with 'System.AccessViolationException: Could not read bytes from 000007D8 [299]!
         at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
         at Styx.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
         at Styx.WoWInternals.WoWMovementInfo.()
         at Styx.WoWInternals.WoWMovementInfo.get_TransportGuid()
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_TransportGuid()
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_IsOnTransport()
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_Location()
      ...
      
      The exception is now caught and HB runs smoothly and does not shut down.
       
    9. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      kk,i will check it with the devs
       

    Share This Page