05-28-2018 01:15 AM
I am using LabVIEW 2017 to generate one exe file. But when i open the exe file after genrate successfully, the system prompts crash dialog. And the error report is attched. How should i slove this problem? Thanks a lot.
Solved! Go to Solution.
05-28-2018 01:50 AM
And in the error report, it said the problem loading link identity is "DataPorgress.vi". And the information is FPDCO data is not initialized. I also attached the screenshot of the "DataProgress.vi" for your reference. Thanks.
05-28-2018 04:09 AM
NI folk could probably help with crash report.
I would create new build with intermediate logs trying to catch step causing the crash. My guess - first sub-VI contains something unstable.
05-28-2018 04:20 AM
Thanks for your support. And the first sub-vi is named "WA Multiscale Peak Detection.vi" which loaded from NI ASPT directly.
08-13-2021 08:46 AM
When i removed the function named 'Sort 2D Array.vim', the exe software can run normally.