LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bookkeep.cpp

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?

0 Kudos
Message 1 of 4
(2,994 Views)

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?

0 Kudos
Message 2 of 4
(2,948 Views)

I get the erroe when LabView is opening one of the sub Vis in a larger program.

0 Kudos
Message 3 of 4
(2,914 Views)

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."

0 Kudos
Message 4 of 4
(2,893 Views)