-
Active Member
Originally Posted by
r4ppi
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
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.
-
Member
Hi, nice tool works great THX, but can you add a feature to start the bots not minimized?
-
Active Member
Originally Posted by
LEXLUNG
Hi, nice tool works great THX, but can you add a feature to start the bots not minimized?
Incoming v1.3
-
Member
Awesome, cant wait. Great Service!!!
-
Post Thanks / Like - 1 Thanks
coderx2 (1 members gave Thanks to LEXLUNG for this useful post)
-
Originally Posted by
coderx2
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
-
Post Thanks / Like - 1 Thanks
coderx2 (1 members gave Thanks to chancity for this useful post)
-
Active Member
Originally Posted by
LEXLUNG
Awesome, cant wait. Great Service!!!
UPDATED!
Originally Posted by
chancity
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.
-
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
-
Sergeant
I got the old version is good for timed boosting good thing it crashes when trying to restart
-
Member
Still crashes with haxton
-
Originally Posted by
xvMassacrexv
Still crashes with haxton
Try my bot manager
Sent from my iPhone using Tapatalk
-
Member
how to make it work w pokesniper2
-
Member
Crashing with Haxton, would love for it to support it. I love the simplicity of this app. Chansity's gets stuck at updating inventory.
-
Member
(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.
-
Active Member
Originally Posted by
dlbert2000
(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.
-
Post Thanks / Like - 1 Thanks
chancity (1 members gave Thanks to coderx2 for this useful post)
-
Active Member
Originally Posted by
baklaforever
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
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.