Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 3838)

Ticket Resolution Summary Owner Reporter
#3668 No Bug .exe has stopped working error message manojkqtp@…
Description

Hi

I have little experience in Auto IT tool. we have created code to read data from excel and perform actions in windows application. while opening excel work book i am getting error pop up as ""<<fileName>>.exe has stopped working" Windows is collecting more information about the problem. this might take several minutes..." We are encountering this pop-up randomly 4 th or 5th test case execution. attaching the code and error message.

$oExcel = _Excel_Open(False, False, False, True, False)

$oWorkbook = _Excel_BookOpen($oExcel, $TestDataDirectory,True,False) --------Error causing step.

$aResult = _Excel_RangeRead($oWorkbook, $arrTestCaseFilePath[2], Default,1,default)

Based on few comments in forums i have given below command with "Y" and "N" options. it's working in few system and it's not working in few systems(still in observation stage).

#AutoIt3Wrapper_UseX64=n

please help me in this issue

#2369 No Bug .exe is not working in driver anonymous
Description

I working on selenium wecdriver. Scenario, when i press print button. Print dialog box is appeared. I need to colse that print dialog box. To colse the dialog box i am using Autoit. Here my Autoid code AutoItSetOption("WinTitleMatchMode","3") $handle = WinGetHandle("Print", "") WinClose($handle)

My selenium code is

LearnhowtotrachPage.getprinticon(driver).click();

Thread.sleep(2000); String[] dialog = new String[]{ directory.getCanonicalPath()+"
lib
Save_Dialog_FF.exe" }; Runtime.getRuntime().exec(dialog);

or

Process proc = Runtime.getRuntime().exec(directory.getCanonicalPath()+"
lib
Save_Dialog_FF.exe");

I tried above both the code but .exe file is not executing it.

Please help me in that.

Thanks Khalith

#1047 Works For Me /in is dir, it's crash anonymous
Description

just i try : X:\X-USB\App\Development\AutoIt\Program files\aut2exe\aut2exe.exe /In "C:\DOCUME~1\User\AUTO_A3X\" /Out "C:\DOCUME~1\User\AUTO_A3X\TESTa.a3x" /Bin "X:\X-USB\App\Development\AutoIt\PROGRA~1\Aut2Exe\AutoItSC.bin" /Comp "2" /Pack /Unicode /gui

if /in "C:\DOCUME~1\User\AUTO_A3X\, will is crash.

Note: See TracQuery for help on using queries.