Windows Warning About Daqfactory.exe Has Stopped Working


dle

Recommended Posts

When I close a DF application, Window always gives me a warning that "DAQFactory.exe has stopped working". This is not a big deal but so annoying. The computer that I use to develop the application won't show that error message when DF is closed. However, the station computer that run the application does. 

How to fix this error?post-2568-0-48649100-1456342854_thumb.pn 

Link to comment
Share on other sites

If its really annoying, consider turning off DEP on that computer for DAQFactory.  Do a search for "StackHash_0a9e"

 

Also, consider manually shutting things down, i.e. stop all sequences, logging etc, do file.closeAll(), db.close() etc. before the system actually quits.  Use the system.hideSystemMenu() or run in full screen to keep people from closing the app using the normal Windows titlebar and add your own button that does all the shutdown steps and finally calls system.quit().

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.