04-26-2024 05:08 AM
Problem with LabWindows/CVI IDE 2020: With projects consisting of 40-50 files, it closes unexpectedly while I edit a file.
Sometimes if I press F1 to open help, it displays an insufficient memory message and closes or remains frozen.
Same abnormal behavior with the 2015, 2017, 2019, 2020 versions (patch 1/2/3). THANK YOU
05-16-2024 04:54 AM
@gLorenzbcbsfl wrote:
Problem with LabWindows/CVI IDE 2020: With projects consisting of 40-50 files, it closes unexpectedly while I edit a file.
Sometimes if I press F1 to open help, it displays an insufficient memory message and closes or remains frozen.
Same abnormal behavior with the 2015, 2017, 2019, 2020 versions (patch 1/2/3). THANK YOU
Hello, @gLorenz
The unexpected closure of LabWindows/CVI IDE when handling large projects or opening help could be related to memory management issues. Here are some steps to address the problem:
Increase Virtual Memory: Adjust the virtual memory settings in Windows to provide more space for the IDE to operate.
Update and Patch: Ensure you have the latest updates and patches for your version of LabWindows/CVI IDE.
Reduce Resource Usage: Simplify your project structure if possible, and close unnecessary applications to free up memory.
Check for Memory Leaks: Use tools to check for memory leaks within the IDE or your code.
Reinstall IDE: If the issue persists across versions, consider reinstalling the IDE to fix any corrupted files.
I hope my suggestion is helpful for you.
Best Regard,
diana658h
05-22-2024 05:32 AM
Thank you very much, AI! Such a generic answer can be found in hundreds of online forums!