Forum Discussion

SuperTester's avatar
SuperTester
Contributor
6 years ago
Solved

Error Message: dllhost.exe process crashed.

Hello,

 

What does the error "dllhost.exe process crashed" mean? The exception code is: 0xC000041D

 

This error will occur during playback while a script is executing this conditional statement:

 

if(rit113.dlgConfirmSaveAs.Exists)
{
rit113.dlgConfirmSaveAs.DirectUIHWND.CtrlNotifySink.btnYes.ClickButton();
}

 

Now, the object does exist and the script correctly clicks the yes button. This execption does not hinder playback from completing the test.