Joined: Fri Sep 30, 2005 11:48 am Posts: 3554 Location: Lenexa, KS
|
Do you have UnhandledException handling in your application class? If not, add some. You might have them install Microsoft's DebugView and run it and maybe it will show some sort of error message before it goes poof.
Other thoughts: Any plugin dependencies? If so, you might want to isolate those areas (system.debug logging along with Debugview). Plugins that crash can take down your entire application (one of the drawbacks to plugins).
_________________ Bob K.
A blog about being a Real Studio/Xojo developer at http://www.bkeeneybriefs.com
|
|