Friday, May 16, 2008

Strange bug

Recently players reported a bug that stops the bot at random. The bot catches a generic error and stops. I was not able to reproduce it till yesterday. And for now all my code inspections has not produced a good result.

A generic error can be anything, divided by 0, access out of bounds etc. If it is c# this one will be easy, as the stack traces are readily available. But this is good old C++ we are talking about.

So we will see how fast I can track this one down.

No comments: