LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview EXE keeps crashing

Solved!
Go to solution

Been using Labview for a a few years now, this is the current version on my laptop. I've had labview crash on me before but not like this. I cannot even force close the application and it occurs every time I try to run my program.

It first happened today mid experiment and caused my laptop to crash, and now it wont start my program. Any quick fixes? These are crucial experiments to get data for my Thesis due April.

 

KohlsFeedback Survey Code

0 Kudos
Message 11 of 14
(599 Views)

Since we cannot see your code, our advice is very limited. 

 

How clean is the code?

Are you sure you are not thrashing memory? Are you sure you are not constantly allocating new resources without ever closing them?

 

Did you write it or somebody else?

 

Can you describe in detail how it "crashes"? Just becomes unresponsive? Crash to desktop? On its own? Right after some user interactions?

0 Kudos
Message 12 of 14
(669 Views)
  • Reboot your computer or VM

  • Launch LabVIEW (but do not open any VI or Projects)

  • Select Tools >> Advanced >> Clear Compiled Object Cache..

  • Assuming everything is selected (which is the default), click Delete

  • Close LabVIEW

  • Re-open LabVIEW

  • Open your project file/code

  • Run your code

Let us know if this helps.

0 Kudos
Message 13 of 14
(573 Views)
Solution
Accepted by topic author MBSHIRAZIZ

Speed up (parts) of your program, see if it crashes faster.

Slow down (parts) of your program, see if it crashes later.

Disable (parts) of your program, see if it crashes later.

 

Any Sync.vim instances with DD classes and\or errors (in and out)? That one crashed my application at some point. I suppose any .vim could have these issues. My crash was instantly, even without executing the .vim...

 

Message 14 of 14
(596 Views)