05-23-2013 01:40 PM
When I downconvert from LabView 12 to 8.2, I get Fatal Internal Error : "bookkeep.cpp", line 853
What causes this error / what can I do to fix it?
05-24-2013 05:10 PM
Hi rblotka,
At what point in the process do you receive the error? Is it when you first try to open the 8.2 version of the program?
05-29-2013 06:51 AM
I get the erroe when LabView is opening one of the sub Vis in a larger program.
05-30-2013 05:26 PM
According to this link, it looks like a very similar error was fixed in LV 8.5.
Here's the relevant part: "LabVIEW 8.2 crashes in bookkeep.cpp line 887 when saving a VI that uses XML Load Document."
I was also able to find an older issue where the customer fixed a bookkeep.cpp error by changing a VI from dynamic dispatch to static:
"His project had a dynamic dispatch (polymorphic) VI in it and by removing that he was able to fix the error and open the project. He is just going to change the dynamic dispatch VI into a static VI."