12-23-2012 04:20 AM
Hello
I have an issue regarding access viollations on LabView 2012. Our software is running on PC, which OS is Win7 PRO 64 bit. Software displayed on 4 screens simultaneously. On any screen then I press buttons in code that load VIs to subpanels, LabView crashes and brings dialog box(below attached its screenshot). By breakpoints I found that crash dialog box is coming after reentrant Stop.VI, which stops VIs in subpanels(VI attached below). I delete antivirus on PC and disconnect network firewall, but LabView continue to crash then I press buttons. I run PC as administrator. But then I run code on PC with OS Win 7 Ultimate, LabView doesn't crash. LV version on both PCs is LV 2012.0f3.
Best regards
Ara
Solved! Go to Solution.
12-26-2012 07:51 AM
I have already resolve crash issue. Then I change Vis dinamic calling to Static calling.