• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • BigSister - A Gatherbuddy / Honorbuddy Restarter and Relogger - Beta Phase

    Discussion in 'Archives' started by MrBig, Mar 4, 2010.

    1. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      get a error on klick on pro settings

      Code:
      Informationen ?ber das Aufrufen von JIT-Debuggen
      anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
      
      ************** Ausnahmetext **************
      System.ArgumentOutOfRangeException: Der Wert 0 ist f?r Value ung?ltig. Value sollte zwischen 'Minimum' und 'Maximum' liegen.
      Parametername: Value
         bei System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
         bei (Object , Decimal )
         bei ..(Object , EventArgs )
         bei System.Windows.Forms.Form.OnLoad(EventArgs e)
         bei System.Windows.Forms.Form.OnCreateControl()
         bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
         bei System.Windows.Forms.Control.CreateControl()
         bei System.Windows.Forms.Control.WmShowWindow(Message& m)
         bei System.Windows.Forms.Control.WndProc(Message& m)
         bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
         bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
         bei System.Windows.Forms.Form.WmShowWindow(Message& m)
         bei System.Windows.Forms.Form.WndProc(Message& m)
         bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
         bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
         bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
      
      
      ************** Geladene Assemblys **************
      mscorlib
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3607 (GDR.050727-3600).
          CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
      ----------------------------------------
      BigSister
          Assembly-Version: 1.0.0.0.
          Win32-Version: 1.0.0.0.
          CodeBase: file:///C:/Dokumente%20und%20Einstellungen/lol2/Desktop/Bigsister/BigSister.exe.
      ----------------------------------------
      System.Windows.Forms
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
      ----------------------------------------
      System
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
      ----------------------------------------
      System.Drawing
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
      ----------------------------------------
      mscorlib.resources
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3607 (GDR.050727-3600).
          CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
      ----------------------------------------
      fasmdll_managed
          Assembly-Version: 1.0.3262.20709.
          Win32-Version: .
          CodeBase: file:///C:/Dokumente%20und%20Einstellungen/lol2/Lokale%20Einstellungen/Temp/%7Ba0c7eaad-ff1c-46d0-abb8-53328b455437%7D/fasmdll_managed.dll.
      ----------------------------------------
      UIAutomationClient
          Assembly-Version: 3.0.0.0.
          Win32-Version: 3.0.6920.1427 built by: SP.
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/UIAutomationClient/3.0.0.0__31bf3856ad364e35/UIAutomationClient.dll.
      ----------------------------------------
      {22c9eca4-1982-408b-a16e-1dde51693174}
          Assembly-Version: 0.0.0.0.
          Win32-Version: 1.0.0.0.
          CodeBase: file:///C:/Dokumente%20und%20Einstellungen/lol2/Desktop/Bigsister/BigSister.exe.
      ----------------------------------------
      System.Configuration
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
      ----------------------------------------
      System.Xml
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.3082 (QFE.050727-3000).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
      ----------------------------------------
      System.Windows.Forms.resources
          Assembly-Version: 2.0.0.0.
          Win32-Version: 2.0.50727.42 (RTM.050727-4200).
          CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
      ----------------------------------------
      
      ************** JIT-Debuggen **************
      Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
      Konfigurationsdatei der Anwendung oder des Computers
      (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
      Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
      
      Zum Beispiel:
      
      <configuration>
          <system.windows.forms jitDebugging="true" />
      </configuration>
      
      Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
      Ausnahmen an den JIT-Debugger gesendet, der auf dem
      Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
      
      
      
       
    2. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      ok i click ignore and it runs
       
    3. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      lol
      i start by hand
      HB1
      HB2
      and then it hang up, with no respose and try to start bot Hb3 HB4 HB5 GB1 GB2 automaticly... but i dont push any button :D
      and i found some errors in the logs


      HB1 log (start by hand)
      Code:
      4/13/2010 11:38:35 PM Process error: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
         bei System.Diagnostics.Process.get_ProcessName()
         bei (Object )
         bei BigSister.BabySitter.(Process )
      
      HB4 log (start by itself)
      Code:
      4/13/2010 11:38:31 PM Process error: System.InvalidOperationException: Diesem Objekt ist kein Prozess zugeordnet.
         bei System.Diagnostics.Process.EnsureState(State state)
         bei System.Diagnostics.Process.get_HasExited()
         bei (Object )
         bei BigSister.BabySitter.(Process )
      4/13/2010 11:38:31 PM Process error: System.InvalidOperationException: Diesem Objekt ist kein Prozess zugeordnet.
         bei System.Diagnostics.Process.EnsureState(State state)
         bei System.Diagnostics.Process.get_HasExited()
         bei (Object )
         bei BigSister.BabySitter.(Process )
      4/13/2010 11:38:32 PM Process error: System.InvalidOperationException: Diesem Objekt ist kein Prozess zugeordnet.
         bei System.Diagnostics.Process.EnsureState(State state)
         bei System.Diagnostics.Process.get_HasExited()
         bei (Object )
         bei BigSister.BabySitter.(Process )
      4/13/2010 11:38:32 PM Process error: System.InvalidOperationException: Diesem Objekt ist kein Prozess zugeordnet.
         bei System.Diagnostics.Process.EnsureState(State state)
         bei System.Diagnostics.Process.get_HasExited()
         bei (Object )
         bei BigSister.BabySitter.(Process )
      
       
    4. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      This is because the settings that are saved are below the minimum, just save the settings again and it should never happen again. (to save you open the settings change something and click OK)
       
    5. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      Did this error happen before? Did you change any settings?
       
    6. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      no

      but now i turn off autostart and reconnect on internet turn off... and it seams to work
       
    7. MrNemo

      MrNemo New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Properly I am not 100% on, but I did not put in the resolution it was making the windows. I am downloading the new version right now to try out.
       
      Last edited: Apr 14, 2010
    8. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      seams bigsister is a bit confused with my settings...
      or are the settings wrong?

      ps. bot windows doesnt arrange, only wow.. and in heavy places
       
    9. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      Whats up with a option to bigsister start all wow's and bots and then arange all the windows by hand, and Bigsister read and save it... and next time it arrange the windows by the the saved one :D
       
    10. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      Will check that part of code out, see if i left any mistakes in it
       
    11. xamxxl

      xamxxl Member

      Joined:
      Jan 15, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      6
      mh..
      when he starts the second wow window an the bot run, he closed this , wait und starts a new wow window
      but this always get an error :O
       
    12. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      What error? Try light mode, maybe it helps
       
    13. aaró

      aaró New Member

      Joined:
      Jan 15, 2010
      Messages:
      170
      Likes Received:
      0
      Trophy Points:
      0
      I just downloaded it and it looks awesome really good work.

      Only problem I got is that it doesnt choose my #3 character starting with #1 char at the top..


      I put the char index 3

      Honorbuddy samll, all the config info, path info is correct and light mode..

      I must be missing something :)

      Awesome work
       
    14. liljackjack

      liljackjack Member

      Joined:
      Mar 17, 2010
      Messages:
      280
      Likes Received:
      3
      Trophy Points:
      18
      character number 3 = character index 2.

      Hope this helps
       
    15. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      Haha, with so many people of having the problem with char index starting at 0 for 1, why not just make 1 = 1?
       
    16. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      Because then all the users that have it setup to 0=1 would have to update their settings. I will add an explanation inside the bot. But maybe reading the first page ... first would fix all those problems.
       
    17. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      If anyone can make a picture showing what the settings mean it would rule. (credit will be given on first page)

      Something like a screenshot with arrows pointing at controls with an explanation...
      It will be put on first page, so ppl can quickly get started.

      The info is the following:

      For profile settings :
      Alias -> The name you want to call your bot.
      Sleep Multiplier -> How much LONGER will it wait on each wait method (formula: WAITTIME * (1 + SleepMultiplier) )
      Realm Region -> Can be EU or US.
      Realm Name -> Your servers name ("Grim Batol", "Ahn'Qiraj", "Wateva", including spaces and special caracters)
      Light Mode -> Low CPU operation mode, turns off alot of REPORTING features, and relies only on NOTINGAME, CLOSEDGAME and CLOSEDBOT detection. (since no advanced features are used, you should try it and see if it fixes your problems)

      Wow Path -> Path to your Wow.exe file
      Path to your Config.wtf File (wowFolder\WTF\Config.wtf) -> path to your configuration file...
      Both path -> Path to your bot exe file ..

      WoW Process Name -> The name of your process in the system tab, default should be "Wow", first W in uppercase, second W in lowercase, without the ".exe".
      Bot Process Name -> Same as above but for the bot, if you name your bot "Gatherbuddy.exe" it should be "Gatherbuddy", if you name it "Winamp.exe" it will be "Winamp", etc.
      Multiacc -> Multi WoW accounts for the same Battlenet Account, enabled or disabled (shows a menu or not, on login) and right on the side is the INDEX Number, 0 = first account, 1 = second, etc...
      Char index -> The character index of the character you want selected ( 0 = first character, 1 = second character).

      Bot type -> What of the buddy products are you using...
      Wow Account -> Your wow account
      Wow Password -> Your wow password

      OK - SAVE SETTINGS AND CLOSE FORM.
      CANCEL - CLOSE FORM AND NOT SAVE SETTINGS.
       
    18. Claaslexion

      Claaslexion New Member

      Joined:
      Jan 31, 2010
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Hmm, tried this out, but i logs in just fine.
      Starts up Honorbuddy but doesnt log in, then it reports "cant find start button, already started?"

      If you need an log just ask.
       
    19. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      Are you using HB small or big? Try the "Light Mode"
       
    20. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      I am in the process of making a graphic like you asked, yet I am not sure how it will turn out when I finish. As of right now, it seems to be only slightly cluttered, yet you can still easily figure everything out, but thats at full screen. Well, hopefully it will work! :)
       

    Share This Page