1. Do you have all 4 modules installed - or which ones? (MyHouse, OnAlert, iWitness, SmartMacros)
Yes, I installed all the modules.
2. If you start with a new, clean, empty AHX file, does it still crash?
I'll try that when I get a chance.
3. Where/when exactly does it crash? What button-press causes the crash and is it the same every time?
Just after clicking the dialog appears and partially populates and then the debugger request appears. Unfortunately the build doesn't have much debugging info built in so I don't even get a good stack trace. It's address $0 access violation. It is reproducible every time.
4. Does it BLUE-SCREEN or just lock-up?
No blue screen, just a crash, application quits, can be restarted and works fine again, at least until you do it again.
5. Can you run TaskManager after the crash - and if so, what else is running (applications)?
6. What else is running besides AHP?
Which of your processes are you looking for, I have other things running on the system but they are not affected by the crash.
7. What anti-virus app are you using? If you disable the antivirus app, does AHP still crash? At the same place?
I'm using Avast but I can try it with it off, but that seems unlikely.
I suspect one of the data files is not correctly installed and when the application reads the data it encounters something it cannot handle (maybe NULL data?) and crashes. How well does it validate the data before display?