juce_Timer.cpp (line 128)
[code]#ifdef JUCE_DEBUG
Timer* tt = firstTimer;
bool found = false;
while (tt != 0)
{
if (tt == t)
{
found = true;
break;
}
tt = tt->next;
}
// trying to remove a timer that's not here - shouldn't get to this point,
// so if you get this assertion, let me know!
jassert (found);
#endif[/code]
i’m reaching that assertion from time to time. don’t know what could have caused as i got a couple of timers running around. anyway i would only get you know that i’ve reached the nirvana 

you sure… i want a medal like muttley in