02-26-2023 02:31 AM
There is a LabVIEW project which I want to create a Installer.I've already create a exe and it works well.When I try to create a Installer,LabVIEW display an error: Error generating preview.And the specfiy about this error Is: "Error 1 occurred at: CDK_Utility_GenerateErrorCluster.vi -> IB_Source_Container.lvclass:Report_Preview_Error.vi" Could anybody tell me how to solve this problem? Thanks a lot.
02-26-2023 08:48 AM
@200percent wrote:
There is a LabVIEW project which I want to create a Installer.I've already create a exe and it works well.When I try to create a Installer,LabVIEW display an error: Error generating preview.And the specfiy about this error Is: "Error 1 occurred at: CDK_Utility_GenerateErrorCluster.vi -> IB_Source_Container.lvclass:Report_Preview_Error.vi" Could anybody tell me how to solve this problem? Thanks a lot.
I can confirm that on LabVIEW community 2023 for mac (running OS 13.0.1), ever time I click on build specifications, labview crashes. I did get a warning that OS 13.n was not officially supported. What OS are you using?
02-26-2023 12:33 PM
I'm using Windows 10 to drive LabVIEW 2023.The situation you said also happened in Windows:Click Build,crash with no warning or error code.And one thing I forgot to say is the project I try to build could be compiled in LabVIEW2018.So I unloaded the LV2023 and installed the LV2018.That makes things easier...Maybe the vi write by LV2018 can not compatible with LV 2023 yet.