08-28-2014 09:02 AM
I am using Labwindows 2013 SP1 on Windows 7
This morning I made some code changes to my project when I clicked on the "Debug Project" Icon, the project build succeeded and then Labwindows just hangs up, saying "Not Responding". I killed the project and relaunched labwindows and tried again and it does the same thing. I backed off all changes I did today to what it was yesterday when I did not have this problem and tried again and it is still hanging with "not responding".
I went to labwindows 2013 about 4 months ago and I have never had this problem until today and now it wont go away.
I am completely at a standstill. Can anyone help me fix this problem?
Thanks
John W.
Solved! Go to Solution.
08-29-2014 09:39 AM
Try going into Start Menu -> Control Panel -> Programs and select National Instruments Software and do a Repair
09-05-2014 01:25 PM
Hi, John—
Can you provide a LabWindows/CVI log for this behavior? Please follow the steps under the Environment section of this article: https://decibel.ni.com/content/people/nickb/blog/2010/08/02/generating-debug-logs-for-labwindowscvi-... .
Did you try repairing LabWindows/CVI? If so, what was the outcome?
Thanks,
09-08-2014 09:20 AM
Thanks for the response.
I did a repair, and same thing happens when I try and run. The project builds and then just hangs saying (Not Responding) at the top. I click the x to close the session, windows says it's not responding and then I clcik close program.
I tried to attach the CVIDebugLog.txt file that you requested but it is too large. It is over 10 meg and the limit to attach a file says 6 meg . Please let me know what I need to do next.
Thanks!
John W.
09-08-2014 10:08 AM
09-08-2014 11:36 AM
Thanks for the response.
I just put the debug file up on the NI FTP site;
The file name is:
John W-9_8_14_CVIDebugLog
Thanks!
John W.
09-08-2014 06:10 PM
Hi, John—
I received your file, and I'll be looking at it over the next couple of days. Thanks for sending that in!
09-09-2014 05:33 AM
Thanks for helping out.
John W.
09-09-2014 01:57 PM
Hi, John.
The log you sent in seems to indicate you have over 750 watch expressions in your current workspace. This hang you are experiencing is likely a result of LabWindows/CVI attempting to update all of those watch expressions.
I reproduced a considerable hang by adding only 700 watch expressions, all for a single int value in my application.
To fix this issue, you can remove the watch expressions. If you cannot access them interactively from the LabWindows/CVI environment, you can delete them from the bottom of your CWS file. You can do this in a text editor.
Let me know if this works for you.
Thanks,
09-10-2014 06:03 AM
Wow, I went into the .cws file and there were over 2000 watch expressions!
I deleted them like you said and now the project builds and launches fine.
Not quite sure how I got that many watch expressions but I will be more careful in the future.
Thank you very much for your help!
John W.