02-08-2006 06:57 PM
02-09-2006 04:06 PM
02-09-2006 09:58 PM
Hello
It is running as expected.
You need to replace the .tdm file with the orginal. What is happening is the first time you run the program it deletes the run group. If you run the program again the run group is deleted and that error is generated because there is nothing to delete.
When you open the zip file save a copy of the tdm in a different location. Everytime you run the program replace the .tdm file with the copy.
Dan
02-10-2006 01:59 PM
02-13-2006 09:39 AM
02-14-2006 05:05 PM
Hello,
That error is often indicative of an unhandled exception having been thrown in a dll - since the dll didn't handle it, it's passed up to LabVIEW that way. The note that it may have corrupted LabVIEW's memory indicates that the result of the exception may have been to write on LabVIEW's memory space, which can cause any number of errors.
You noted that you can reproduce this on computers that never had NI software installed, so in order to reproduce this I am having a machine ghosted with an image containing only XP - I will put just the LabVIEW 7.1 runtime engine on it and try again. One other interesting note is that I found some documentation regarding a problem with building and using dlls from VIs which use the storage VIs. I think it has already been addressed, but perhaps there is a connection here, because that error would not always occur, and depended on when memory was freed by the OS. Perhaps there is something similar going on here with the exe, but the fact that the only correlation we can find is ever having NI software installed is a mystery... I don't think the exe's behavior (even if related to that issue) should be dependent on ever having NI software installed. This may sound crazy, but can you try putting some NI software on it, just to see if that actually solves the problem? Perhaps you can install the NI-VISA runtime engine or something like that... just as a sanity check. You can do so from our drivers and updates page:
http://digital.ni.com/softlib.nsf/MainPage?ReadForm&node=132010_US
The best case scenario is that I CAN reproduce the problem, because then I can officially CAR this to be formally addressed by R&D!
I'll repost with results, and it would be great if you can try the sanity-check experiment noted above, and post results here.
Best Regards,
JLS
02-15-2006 05:01 PM