09-30-2019 06:51 AM
Hi,
I get an error saying "The back-end compiler for this deploy failed with an exception while processing this file. The file may be corrupt or there may be a but in the back-end compiler. Consider undoing recent edits or restarting the application" The error came up when I deleted an empty for-loop. When I redo the change the error disappears. How can I get rid of this for-loop?
Solved! Go to Solution.
09-30-2019 06:52 AM
Hi,
I get an error saying "The back-end compiler for this deploy failed with an exception while processing this file. The file may be corrupt or there may be a but in the back-end compiler. Consider undoing recent edits or restarting the application" The error came up when I deleted an empty for-loop. When I redo the change the error disappears. How can I get rid of this for-loop?
09-30-2019 07:20 AM
Attach your VI (not a picture, the actual VI that produces the error). There might be something "wrong" that you did, but without knowing exactly what that was, guesswork would be futile.
Bob Schor
09-30-2019 07:29 AM
It is the for-loop in the second sequence-frame
09-30-2019 07:33 AM
Hi Robo,
that FOR loop is unwired, so the compiler will fail.
After all it is your fault…
Btw. when you create new threads you should indicate whether you have problems with "classic" LabVIEW or with LabVIEW NXG: it greatly helps to find the right audience!
09-30-2019 07:40 AM
As mentioned in the original post, the compiler fails after I delete that FOR-loop.
09-30-2019 10:19 PM
Thank you for attaching your code. This was the first hint that you were dealing with a relatively new product, LabVIEW NXG 3.1, which is sort of "new", one might say possibly not ready for Prime Time. However, I opened your code, deleted the For Loop, closed the Project, had LabVIEW generate one of its "Something strange happened when you closed the file, do you want me to tell NI about it? (to which I said "Yes").
Some comments:
Bob Schor
10-02-2019 01:21 AM
Many thanks, Bob! 🙂