LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Crashes when opening project

No sorry Space constant.vi is the space constant, I'm using in the same Vi as Get LV class so I got confused

0 Kudos
Message 11 of 18
(1,552 Views)

I used to be able to load my project!

My PPL are not saved in my repo.

 

I tried what you suggested, Creating a new project allow me to add all the elements. I can build the PPL but next time I open the project it crashes.

 

0 Kudos
Message 12 of 18
(1,550 Views)

@didje007 wrote:

No sorry Space constant.vi is the space constant, I'm using in the same Vi as Get LV class so I got confused


Still, it shows up in relation to broken VIs in the crash report...

 

Not sure how, why, or what to do about it, but it seems relevant. But perhaps it's not.

0 Kudos
Message 13 of 18
(1,543 Views)

The crash report also warns several times about:

DWarn 0x2AD6ED36: gUnattended: (LabVIEW:  (Hex 0x625) You cannot load a packed library built for a target or operating system different than the current target or operating system.

Are you sure all PPLs are recompiled to 32 bit?

0 Kudos
Message 14 of 18
(1,541 Views)

The PPLs have been recompiled in 32bit.

This project used to be in 64bit and now I want to open it in 32bit because one of the dll( from a 3rd party driver) I have to use is not available in 64bit.

 

Usually LabVIEW doesn't close violently after a Ppl or dll is not in the right versions.

 

Journal.ctl also appears in every error report; it is the type def of a class. I've tried to rename the class with no effect. I am now considering rewriting this class.

0 Kudos
Message 15 of 18
(1,538 Views)

@didje007 wrote:

 I am now considering rewriting this class.


I'd start by deleting\renaming the PPLs one by one. Sure, than LabVIEW can't find them when loading, but if it's not crashing, it might lead you to the offending PPL.

Message 16 of 18
(1,529 Views)

I have done what you suggested and if the PPL Journal is not loaded, it is fine.

I will rewrite the code of the class journal as this is the class that reappear the most in the error file.

0 Kudos
Message 17 of 18
(1,526 Views)

I rewrote this part of the code and all the projects have been loading fine since.

The problem was with class Journal and its control.

 

Thank your for your help!!

0 Kudos
Message 18 of 18
(1,517 Views)