LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Actor framework build 1003 error in exe

Hello,

 

I have 2 build specifications for actor framework based project

 

Debug with:

- debug enabled

- fast file format disabled

- debug enabled for all source files 

- additional exclusions all off

 

Deploy with:

- debug disabled

- fast file format enabled

- debug disabled for all source files

- additional exclusions all off

 

Debug builds and works, for deploy I see error 1003 - broken actor core when trying to start compiled application.

 

What is the reason of that behavior and how to fix this?

0 Kudos
Message 1 of 4
(1,926 Views)

This is the error I get:

 

pawhan11_0-1593089895998.png

 

 

After checking disconnect typedefs error is like this:

 

pawhan11_1-1593089928870.png

 

 

0 Kudos
Message 2 of 4
(1,896 Views)

After few hours of experimentation the following settings give working app with debugging disabled:

 

pawhan11_0-1593096975753.png

 

If I select disconnect type definitions it builds but throws error 1003 on exe start... No clue why.

 

0 Kudos
Message 3 of 4
(1,882 Views)

Add NI_AppBuilder_Logging=True token to LabVIEW.ini to generate a detailed log of the build, that might possibly give you more information about why the error is occurring. Maybe attach the log file once you have it?

Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 4 of 4
(1,880 Views)