I have created a Data reading vi for reading binary data captured during a high speed acquisition. The Vi runs fine in Labview, but when I run it as an application built by application builder I get 'Failure: "Drawmgr.cpp", line: 2931 Labview version 6.1' errors. I have tried moving the app to another machine with different video drivers and an .ini file exists in the executable folder.
The VI looks ok to me. One thing you can double check is if you are running the executable created in Labview on a machine that has the same NI-DAQ version of the development machine. Other than that, I suggest you to break the application down to smaller subtasks and try to identify what subtask give you the error.
Regards Filipe A. Applications Engineer National Instruments
It appears to be the Waveform Chart causing the problem. Via trial and Error I removed subtasks and controls until the problem disappeared. Once I replaced the Waveform Chart controls with new ones, the error stopped. This application originated from the DAQ Solution Wizard.