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

[Plugin] Client crashes on Click() for buttons

eugor

New Member
Joined
Jun 13, 2012
Messages
8
Reaction score
0
^

ui element is visible, enabled and valid. getting the correct name as well, but it ends up crashing the client and sending this exception:

Code:
System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired
   at ..(String debugMessage)
   at Zeta.Internals.UIElement.Click()
   at Eax.Plugins.Unstucker.OnEnabled() in c:\Users\xxxxxxxxx\Desktop\db\Plugins\Tester\Tester.cs: Row 107.

On a side note, a function to set the value of text boxes would be awesome.
 
^

ui element is visible, enabled and valid. getting the correct name as well, but it ends up crashing the client and sending this exception:

Code:
System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired
   at ..(String debugMessage)
   at Zeta.Internals.UIElement.Click()
   at Eax.Plugins.Unstucker.OnEnabled() in c:\Users\xxxxxxxxx\Desktop\db\Plugins\Tester\Tester.cs: Row 107.

On a side note, a function to set the value of text boxes would be awesome.

used to have this problem, redownload.
the problem im left with now is it takes a few clicks to actually get some of the buttons to work
 
Back
Top