When I run a custom developed module on AWE Designer 8.D.2.6 Pro, a pop-up window displays an error message: "failed, transmit error 0xffffd8f1". Sometime it is "failed, transmit error 0xffffd8f4". I would like to know what the scenario corresponds to this error code? Or please tell me how to query it.
I added logs to the Mod*.c files to confirm that the awe_mod*Constructor and awe_mod*Set functions have completed successfully. Here is the text log:
awe_modAAC_NLCConstructor +++++++++
awe_modAAC_NLCConstructor -----------
awe_modAAC_NLCSet ++++++
mask = 0xFFFFFFFF
awe_modAAC_NLCSet ------
5:17am
+1
11:18am
Quite often this happens because the Module has crashed in the processing function. The Client (AWE Designer) loses communication with the target and so you get that error.
See: Debugging Custom Modules for strategies.