LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search Function repeatedly crashes code

Every time I go to use the search function in one of my projects, the entire LabVIEW program crashes. I use LabVIEW 21.

I get this error:

Capture.PNG

0 Kudos
Message 1 of 12
(931 Views)

@katiel2285 wrote:

Every time I go to use the search function


which one? ctrl+F ?

 

Spoiler
alexderjuengere_0-1694695706836.png

 

0 Kudos
Message 2 of 12
(839 Views)

Yes, ctrl +F, then I type in the term i want to search for, hit enter, and then LabVIEW crashes completely

0 Kudos
Message 3 of 12
(835 Views)

does it have an effect when you uncheck the following items via tools>options>search ?

 

Spoiler

alexderjuengere_0-1694700422540.png

 

0 Kudos
Message 4 of 12
(812 Views)

No luck with that either.

0 Kudos
Message 5 of 12
(807 Views)

This sounds like a problem Darren described in a presentation he did.  

 

Link to video of the presentation, time stamped to where he talks about it:

https://youtu.be/HKcEYkksW_o?t=1340

 

Do you by chance have an actor framework PPL loaded in your project like the customer in the video did?  If you don't have that, then maybe something else you have loaded has a similar issue.

 

If you do this with no project open (just one empty VI) does it still crash?  

0 Kudos
Message 6 of 12
(785 Views)

It is just one project that has this issue- all of my other projects I can use ctrl + F with no problems.

0 Kudos
Message 7 of 12
(773 Views)

@katiel2285 wrote:

It is just one project that has this issue- all of my other projects I can use ctrl + F with no problems.


Sorry, I interpreted "in one of my projects" in the original post to mean "in any one of my projects" instead of "in only one of my projects".

 

The general failure still sounds like what Darren describes in his video.  Do you have a PPL loaded in that project somewhere, either directly or as a dependency of something?  If so, could you add the PPL or PPLs from that nonworking project to another one that does work and see if the problem follows it?

0 Kudos
Message 8 of 12
(761 Views)

@katiel2285 wrote:

It is just one project that has this issue- all of my other projects I can use ctrl + F with no problems.


this must be some kind of cache-issue...

 

does this ctrl+f issue also occur when you make a copy of the "affected" project and use ctrl+f in  the copied project?

 

guesses:

I would try to force a recompile, clear the object cache, ...

 

 

 

0 Kudos
Message 9 of 12
(734 Views)

Yes, the copied project has the same issue. 

0 Kudos
Message 10 of 12
(724 Views)