stef 30 Report post Posted December 27, 2013 I updated the script, I don't really know what is the problem but I hope this will fix it! And sorry guys for that, I don't understand why it make the bot crash, I tested it for like 3-4 days without stop, there was no crash for me O.o me neither, the application error is pretty weird. it happens on 1 x vmware and not on the other (same clone) etc. tried the updated version, and its still happening. char was standing in town and the error window was up. Quote Share this post Link to post Share on other sites
7heend 1 Report post Posted December 27, 2013 I updated the script, I don't really know what is the problem but I hope this will fix it! And sorry guys for that, I don't understand why it make the bot crash, I tested it for like 3-4 days without stop, there was no crash for me O.o Sorry to bother you again. I noticed that my VMs are crushing(freezing/zombie state) when i using autopoe tool. Mby you know what's the problem with this? Quote Share this post Link to post Share on other sites
BlackSun 1000000 Report post Posted December 27, 2013 I'm using Auto PoE on my VM and no problem there o.O Do you guys use any other script / program? Did you disabled aero on the VM or no? /Note: I use aero because flicker was better, also i use the newest version of the VMware, less CPU usage and better perfomance/ Quote Share this post Link to post Share on other sites
7heend 1 Report post Posted December 27, 2013 I'm using Auto PoE on my VM and no problem there o.O Do you guys use any other script / program? Did you disabled aero on the VM or no? /Note: I use aero because flicker was better, also i use the newest version of the VMware, less CPU usage and better perfomance/ I'm using VMware7 cause there is no flickering at all - so, no aero. Running only MSI Afterburner with 15 fps max. limit for all programs. But with no MSI - still same prob. Can u upload your VM clone pls? i'll try your configuration. btw i got 2 PC's and same problem on both. Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted December 27, 2013 (edited) 1PC vmware7 aswell. dxtory. 30fps. 4 bots. so far with last updated version didnt see any error after ~3h of observation. Might be it is fixed this time i hope so. okay i got the same memory error on one client after ~6h of running x4 bots. The bot is closed but error window not, Autopoe still cant close it and restart the bot. the name of this window is same as i posted on screen at page 6here. Edited December 27, 2013 by mbxnir Quote Share this post Link to post Share on other sites
stef 30 Report post Posted December 28, 2013 I'm using Auto PoE on my VM and no problem there o.O Do you guys use any other script / program? Did you disabled aero on the VM or no? /Note: I use aero because flicker was better, also i use the newest version of the VMware, less CPU usage and better perfomance/ i haven't figured out what is causing the application error yet. either the bot itself, vmware or auto poe. its pretty weird anyway, since it didn't happen with previous versions of bot & auto poe. but as far as i can tell, the script isn't clicking "ok" when the error pops up. atleast thats the case for me. if i click "ok" manually, auto poe doing his job perfectly, restarting the bot and going on again. Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 1, 2014 u mite be running too many scripts bro... i was unable to replicate the error on my pc, as this is the only script i run scripts use procesing power, especially if they have a lot of sleep timers so why dont u just try running this script on its own and let us know =D, alternatively you could find out whats bottlenecking you (usually your cpu or maybe ram) and increase the resources allocated to your vm Quote Share this post Link to post Share on other sites
7heend 1 Report post Posted January 3, 2014 Problem is still on the same place. VM's crushing. Bot files gain some kind of corruption & can't restart after (only fresh install of config. folder helps) and unfortunately, no working alternative to autopoe. Quote Share this post Link to post Share on other sites
BlackSun 1000000 Report post Posted January 4, 2014 This is outdated, i'll not update it, source code will be still there, but again: OUTDATED Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 7, 2014 I wil try and keep this alive guys as I love this script....any help would be greatly appreciated =D Quote Share this post Link to post Share on other sites
stef 30 Report post Posted January 7, 2014 I wil try and keep this alive guys as I love this script....any help would be greatly appreciated =D completely agree man its an awesome script. especially inside a vmware, where crashes or issues in general etc. tend to happen more often. Quote Share this post Link to post Share on other sites
Blitze 1 Report post Posted January 7, 2014 Thanks pronoob! I will help out whenever i can. Will post a temp ahk fix for those having that exiled bot memory problem in a few minutes with explaination Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted January 7, 2014 (edited) Thanks pronoob! I will help out whenever i can. Will post a temp ahk fix for those having that exiled bot memory problem in a few minutes with explaination gimmeee!!!!! i stoped use autopoe because of this error Edited January 7, 2014 by mbxnir Quote Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted January 7, 2014 note: it isn't broke yet guys, just delete the space in front of the ExiledBot .exe file so it becomes ExiledBot.exe (for v.14) Oupssssss.. sry about that ^^ Quote Share this post Link to post Share on other sites
stef 30 Report post Posted January 7, 2014 gimmeee!!!!! i stoped use autopoe because of this error well, that should be really easy. let me try http://www.autohotkey.com/docs/commands/WinClose.htm taking from the example: Loop{ Sleep, 2000 IfWinExist, ExiledBot.exe - Application Error WinClose ; use the window found above else WinClose, Calculator } return Pause::Pause its a endless loop, that should close any window by its title (if your *.exe has a different name, just change the window title). added a sleep that the script is not constantly checking, only every 2 second. have to test the cpu usage yourself. endless loops tend to have increased cpu usage without a sleep delay. Pause::Pause (pause button to pause the script) 1 Quote Share this post Link to post Share on other sites
Blitze 1 Report post Posted January 8, 2014 (edited) well, that should be really easy. let me try http://www.autohotkey.com/docs/commands/WinClose.htm taking from the example: its a endless loop, that should close any window by its title (if your *.exe has a different name, just change the window title). added a sleep that the script is not constantly checking, only every 2 second. have to test the cpu usage yourself. endless loops tend to have increased cpu usage without a sleep delay. Pause::Pause (pause button to pause the script) yupp thats the ahk..execept that i have it sleep 10s after checking.CPU usage barely noticible i would say but its a temp fix. The reason for this is because when exile bot chickens for us..it attempts to reconnect.AUto POE attempt to reconnect us at the same time as well and usualy autopoe is faster then exiledbot. This makes exiled bot not able to execute the char selection and reconnect and throw that error. Loop { IfWinExist, ExiledBot.exe - Application Error { WinKill Sleep 10000 } } Your syntax have the else statement which u copied which is irrelevant actualy. WinKill can be replaced with Winclose depending but winkill will terminate Exilebote so Autopoe can restart i Edited January 8, 2014 by Blitze Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 8, 2014 i actually wrote that note...alkus HUEHUE Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted January 8, 2014 ahk for closing not good. taking shitload of cpu when run it on 5 vms. Was increase sleep timer but no changes Quote Share this post Link to post Share on other sites
Blitze 1 Report post Posted January 8, 2014 ahk for closing not good. taking shitload of cpu when run it on 5 vms. Was increase sleep timer but no changes Try Loop { IfWinExist, ExiledBot.exe - Application Error { WinClose } Sleep 10000 } Sleeps after it loops once 1 Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted January 8, 2014 Blitze this one working good. Thx Quote Share this post Link to post Share on other sites
stef 30 Report post Posted January 9, 2014 i actually wrote that note...alkus HUEHUE in search of your updating skills got really no clue how to get the specific offsets for autopoe. maybe someone can share a guide for these soon. updating autoflask is definitely easier xD Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 9, 2014 so it doesnt work atm with the new bot version? im @ work atm... Quote Share this post Link to post Share on other sites
stef 30 Report post Posted January 9, 2014 so it doesnt work atm with the new bot version? im @ work atm... haven't tried yet, but most likely not cuze the offsets usually change with a "bigger update" Quote Share this post Link to post Share on other sites
Bradbot86 1 Report post Posted January 9, 2014 i rekon they should implement this into the actual Bot. (just setup a config like auto poe uses) within the bot itself.. perhaps this could be a feature they should add? Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted January 9, 2014 (edited) i rekon they should implement this into the actual Bot. (just setup a config like auto poe uses) within the bot itself.. perhaps this could be a feature they should add? they should do many things but so far the just add keys auth to get more money. this is kinda wrong when bot is not stable, crashing, looping all the way they force ppl to buy keys. Actually they force us to register more accuonts because they didnt add option for buying extra keys after u claim ur "free" 3 elite Edited January 9, 2014 by mbxnir 1 Quote Share this post Link to post Share on other sites