Clicked to invite a member through Whisper. This came up
http://img69.imageshack.us/img69/8706/failia.png
Been 25 hours, Fail
Printable View
Clicked to invite a member through Whisper. This came up
http://img69.imageshack.us/img69/8706/failia.png
Been 25 hours, Fail
found you.
I'll pass this on to QA.
Who was the member?
Flash temp files can create that error ;-)
In before the lock!
What's a lock?
This implies that you may not have done so before.
An alternative explanation is that the variable used to check to see if rejoining is allowed is updated at initial program load or at other intervals, but the interval to check went beyond the possible range of values.
An example from my past:
A timer event was scheduled at + so many milliseconds. There are only so many milliseconds in a day (8640000). Just before midnight, one of the additions caused the value to be checked to be greater than 8,640,000. When the program then next attempted to check, it ran into a situation where the value was over the maximum possible value, thus the process' timer event would never happen again until such time as the program was restarted, thus obtaining on reloading a value that was in the appropriate range of possible values.
Not every situation can be dismissed as nebulous "temp files". Sometimes the problem is with the program logic.