AutoBotsRestarter | MultiBot | NoWindow | Timed | Restart crashed menu

Shout-Out

User Tag List

Page 3 of 10 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 142
  1. #31
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by r4ppi View Post
    mine keeps crashing when it trys to restart >.<
    Screenshot please! Did you try my newest version? Which bot(s) are you using? What is hanging?

    Originally Posted by fantastix View Post
    it crashes all my bots, because it opens them tooo fast, i get the "blablabal is not working anymore" error...

    maybe adding a delay would help
    I added delay. If still not working:

    Screenshot please! Did you try my newest version? Which bot(s) are you using?
    Last edited by coderx2; 07-30-2016 at 09:34 PM.

    AutoBotsRestarter | MultiBot | NoWindow | Timed | Restart crashed
  2. #32
    LEXLUNG's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, nice tool works great THX, but can you add a feature to start the bots not minimized?

  3. #33
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LEXLUNG View Post
    Hi, nice tool works great THX, but can you add a feature to start the bots not minimized?
    Incoming v1.3

  4. #34
    LEXLUNG's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, cant wait. Great Service!!!

  5. Thanks coderx2 (1 members gave Thanks to LEXLUNG for this useful post)
  6. #35
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coderx2 View Post
    No that is why there is a timer for now.
    Look for WerFault.exe and if it has one of the bots ProcessId kill it (WerFault.exe).
    Code:
    Private ReadOnly _
                _processSearcher As New ManagementObjectSearcher("SELECT * FROM Win32_Process WHERE Name='WerFault.exe'")
    Private Sub TimerTask()
                For Each process As ManagementObject in _processSearcher.Get()
                    If ContainsProcess(process("CommandLine").ToString())
                        process.InvokeMethod("Terminate", Nothing)
                    End If
                Next
            End Sub
            Private Function ContainsProcess(commandLine As String)
                For Each botProcessId As Integer In OfGenericBots.Items.Keys
                    If commandLine.Contains(botProcessId.ToString())
                        Return True
                    End If
                Next
                Return False
            End Function

  7. Thanks coderx2 (1 members gave Thanks to chancity for this useful post)
  8. #36
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LEXLUNG View Post
    Awesome, cant wait. Great Service!!!
    UPDATED!

    Originally Posted by chancity View Post
    Look for WerFault.exe and if it has one of the bots ProcessId kill it (WerFault.exe).
    Code:
    Private ReadOnly _
                _processSearcher As New ManagementObjectSearcher("SELECT * FROM Win32_Process WHERE Name='WerFault.exe'")
    Private Sub TimerTask()
                For Each process As ManagementObject in _processSearcher.Get()
                    If ContainsProcess(process("CommandLine").ToString())
                        process.InvokeMethod("Terminate", Nothing)
                    End If
                Next
            End Sub
            Private Function ContainsProcess(commandLine As String)
                For Each botProcessId As Integer In OfGenericBots.Items.Keys
                    If commandLine.Contains(botProcessId.ToString())
                        Return True
                    End If
                Next
                Return False
            End Function
    Thanks I am trying to implement this now !

    Edit: Thanks VERY MUCH!! Seems like it works now. Didn't crash on me on haxton
    Would like to know though why!? I am especially curious how this was able to crash the restarter.
    Last edited by coderx2; 07-30-2016 at 06:21 PM.

  9. #37
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your welcome.

    Not sure but that's the code I wrote for my botmanager...seems to work just dandy. You should contribute to my bot manager. I'm currently adding the NecroBot.


    Sent from my iPhone using Tapatalk

  10. #38
    baklaforever's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    57
    Thanks G/R
    23/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got the old version is good for timed boosting good thing it crashes when trying to restart

  11. #39
    xvMassacrexv's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still crashes with haxton

  12. #40
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xvMassacrexv View Post
    Still crashes with haxton
    Try my bot manager


    Sent from my iPhone using Tapatalk

  13. #41
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to make it work w pokesniper2

  14. #42
    Kirky0's Avatar Member
    Reputation
    3
    Join Date
    Jul 2011
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crashing with Haxton, would love for it to support it. I love the simplicity of this app. Chansity's gets stuck at updating inventory.

  15. #43
    dlbert2000's Avatar Member
    Reputation
    4
    Join Date
    Nov 2013
    Posts
    25
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (Using Haxton, Windows 7 64bit, i7-4790k, 16gb ram)

    Running 7 bots with 'Bots without window' checked makes CPU usage go from ~15% to 100% ... I can hear my PC revving up like an engine when i click 'Start'.

    This issue doesn't happen with 'Bots without windows' unchecked (it works flawlessly, CPU usage stays at ~15%, all bots open and perform, tested multiple 1 minute restart cycles)

    Only request is to make it save its settings after closing - having to re-type the .exe locations every time is tedious. Also what's the bottom box for? (one below where you put your .exe locations)
    Last edited by dlbert2000; 07-30-2016 at 08:27 PM.

  16. #44
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlbert2000 View Post
    (Using Haxton, Windows 7 64bit, i7-4790k, 16gb ram)

    Running 7 bots with 'Bots without window' checked makes CPU usage go from ~15% to 100% ... I can hear my PC revving up like an engine when i click 'Start'.

    This issue doesn't happen with 'Bots without windows' unchecked (it works flawlessly, CPU usage stays at ~15%, all bots open and perform, tested multiple 1 minute restart cycles)

    Only request is to make it save its settings after closing - having to re-type the .exe locations every time is tedious. Also what's the bottom box for? (one below where you put your .exe locations)
    Wow really 100%?????? what is going on xD.
    Is it really always 100% or only the first like 20 seconds?
    My laptop goes like from 10% to 50% then drops again and is like "meh whateva dood"

    Now you are the second guy asking for it haha.
    So i put a save button but i dont understand why you don't press it xD
    Ok imma add a save on exit. Should it always save or should it ask when exiting?

    Edit: ADDED. Also maybe it will run efficient now.
    Last edited by coderx2; 07-30-2016 at 09:29 PM.

  17. Thanks chancity (1 members gave Thanks to coderx2 for this useful post)
  18. #45
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baklaforever View Post
    I got the old version is good for timed boosting good thing it crashes when trying to restart
    So why not use my newer??????!!



    Originally Posted by vayneprod View Post
    how to make it work w pokesniper2
    What is not working? Just add the path to the exe onto the list and press start! ?
    Last edited by coderx2; 07-30-2016 at 09:12 PM.

Page 3 of 10 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Roc, Restart On Crash
    By [Sadistic] in forum WoW EMU Programs
    Replies: 3
    Last Post: 03-12-2010, 04:22 PM
  2. [Help] MaNGOS Crashes and Don't Restart
    By Moffeman in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 05-30-2008, 04:17 PM
  3. Help! I restarted my server now Ascent.exe crashes every time i run it!
    By foamysquirl in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 02-26-2008, 08:30 PM
  4. Crash every time i bind
    By Noobcraft in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-20-2008, 07:25 PM
All times are GMT -5. The time now is 11:17 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search