08-02-2007 02:30 PM
08-03-2007 02:00 AM
hi there
the error is shown together with an error number. note the error code and try this:
1) Close LabVIEW
2) Put the key "LVdebugkeys=True"in the LabVIEW.ini file
3) Open your VI
4) Press CTRL+SHFT+d, then press CTRL+SHFT+h This will turn on an object browser.
5) In the top left list box, select the element that contains the name of your VI
6) In the top right listbox, find the line that begins with the error number
7) Click on the F button
😎 Delete this object and recreate it. It will ususally be a wire.
(found that description in an other post, but can't remember the author anymore)
08-03-2007 08:59 AM
Hi Chris,
But I could not solve the error that way.
Actually, Labview is crashing with this error at any time when I am writing my VI. It simply crashes even if the VI is not running.
I think the problem is not in my VI, because it runs normally in another machine, but must be with the Labview installation. I have reinstalled Labview three time already and the error continues.
Any other ideas?
Thanks,
Gustavo
08-03-2007 10:12 AM
08-03-2007 11:13 AM
08-06-2007 02:22 PM
08-08-2007 06:15 PM
I am agree with gutoassi, even though labview 8.2.1 releases are very useful, it still have something to be depurated, my VI is ok and I have the same error fpsane.cpp line 399. In order to give a clue with this issue, I am working with CINs and visual C++, some times it just work fine but in a very inconsistent way it crashes some times, what means that my VI is well done.
I suggest someone recheck labview source code and fix some bugs.