What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Error with newest exilebuddy

gamemaste789

Member
Joined
Mar 13, 2014
Messages
89
Reaction score
7
is it just me, or when it goes to chicken, it crashs poe. and i have to restart it..
 
Please attach a full log of the bot instance that crashed.

There's nothing in the Chicken plugin to cause a crash. It might just have been random, so keep a look out to see if it happens more. The actual API we use now does all input emulated actions, so crashes should be very rare.
 
Poe, cant do any..

6875b44f07a98d1caf899a917034b63d


posted it on pastebin

http://pastebin.com/raw.php?i=4uKpejjW
 
Poe, cant do any..

6875b44f07a98d1caf899a917034b63d


posted it on pastebin

http://pastebin.com/raw.php?i=4uKpejjW
lol.. finally switched over from the other crap bot?
Good on ya. And don't use external PoE Apps, it messes up Buddy.

Code:
2014-11-02 22:01:04,016 [22] DEBUG Chicken (null) - [Chicken] Now chickening because our health (33) <= chicken threshold (35).
2014-11-02 22:01:04,017 [22] DEBUG LokiPoe (null) - [ActivateEscapeState] !IsEscapeStateActive. Attempting to open it.
2014-11-02 22:09:30,478 [18] INFO  MainWindow (null) - [ProcessExited] The game process has closed. Exilebuddy will now close.

So your external Chicken script is closing PoE, which will close buddy.
 
lol.. finally switched over from the other crap bot?
Good on ya. And don't use external PoE Apps, it messes up Buddy.

Code:
2014-11-02 22:01:04,016 [22] DEBUG Chicken (null) - [Chicken] Now chickening because our health (33) <= chicken threshold (35).
2014-11-02 22:01:04,017 [22] DEBUG LokiPoe (null) - [ActivateEscapeState] !IsEscapeStateActive. Attempting to open it.
2014-11-02 22:09:30,478 [18] INFO  MainWindow (null) - [ProcessExited] The game process has closed. Exilebuddy will now close.

So your external Chicken script is closing PoE, which will close buddy.
Not using any external programs just poe and buddy... and its not closing poe, its like freezing it, i cant click any thing. i can hit esc and it opens the menu but cant click any thing there ethier...
 
That's weird. Did you stop the bot or is the bot still running when you did this?
The bot hooks into PoE, so if it's is running (You clicked start), you won't be able to do inputs.
Is it trying to chicken?
If you can send me your Teamviewer, i'll see what's going on.
 
Try changing your chicken method to the login screen instead. The client doesn't handle logging out to character selection the same way, and it looks like a client bug is getting triggered. The chicken logic literally just presses escape and clicks the button, so there's not much to change in the API itself.
 
Try changing your chicken method to the login screen instead. The client doesn't handle logging out to character selection the same way, and it looks like a client bug is getting triggered. The chicken logic literally just presses escape and clicks the button, so there's not much to change in the API itself.
ill test that, if it does work ill pm ur dark
 
okay so chickening to the chara does it, not the login.... thats weird... just this latest update did it... didnt do this before
 
A few people have noticed it randomly over time since the method was changed (which happened August 3rd). I can remember at least two reports of it. The actual API code hasn't changed though, so it's just a client issue if it's happening now, but wasn't before. I tried adding in some delays after clicking Sept 26th, but I don't know if it helped or not, since just using the login screen option instead fixed the issue.

The only real alternatives are to make chickening to character selection really slow (defeating the purpose) or just remove it altogether (which I've thought about before, but if it works for most people, it has just stayed).

I'll consider removing it all together in a future version if we see more reports of it, but it's just another example of a client issue we have to work around.
 
Back
Top