03-31-10, 02:41 AM
|
#3
|
中国水兵 
Join Date: Jul 2007
Posts: 275
Downloads: 21
Uploads: 2
|
Quote:
Originally Posted by ferg
Sorry, I am just logging off and heading to bed or I'd write a proper reply, Erik. I'll get to that tomorrow or Thursday depending. Thanks for taking the time to post.
I just wanted to share that I installed ActivePerl and enabled the debug output you had in that until loop. This is what I found interesting:
Code:
Mouse clicking at 336,871 for Damage Control Team (id=572)
17476==15292&&59637==63423
17039==15292&&60394==63423
16602==15292&&61151==63423
16165==15292&&61909==63423
15728==15292&&62666==63423
15291==15292&&63423==63423
14855==15292&&64181==63423
...and off it goes into an endless loop...
The second to last line is where the until loop is intended to exit, but of course it doesn't because 15291 is not 15292. I only looked at it for a minute or so, but off the cuff it looks like a rounding error to me.
|
hey nice catch!
|
|
|