I've finally started trying to reduce the number of crashes I see with my HB server. I'm working on debugging my Omni plugin, but I also see fairly regular crashes from other sources.
One that I see occasionally is from the System Time device. Just a few minutes ago I was sitting here watching a DVD - not doing anything active with HB. I had a remote desktop window opened on the server so I could see if it crashed and all of a sudden it did. Here is the contents of the dump file:
The sytem time device does seem to cause a lot of problems. I have managed to get my server/housebot server running a lot better/longer by reducing the amount of calls for system time or scripts relating to this.
Countdown timer is usefull and also using standard vb time codes for getting around some of the problems I had.
If you wish I will keep a look out for the type of crashes.
Maybe an ongoing poll of crash messages would be usefull for all users in the forum .
Thanks for the feedback PT. I think I'll do a review of my configuration to find all the places I refer to System Time and see if I can do it differently. As part of my process of reducing errors I have been planning to generate a "histogram" of sorts listing all the errors I've received in a given period of time and how many times I received each one. I'll work on this tonight and post it.