Modify

Opened 7 years ago

Closed 7 years ago

#3668 closed Bug (No Bug)

.exe has stopped working error message

Reported by: manojkqtp@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.0 Severity: None
Keywords: Cc:

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

Change History (2)

Changed 7 years ago by manojkqtp@…

comment:1 Changed 7 years ago by Melba23

  • Resolution set to No Bug
  • Status changed from new to closed

You have a forum thread running on this problem - please do not create a ticket unless you have a confirmed bug.

M23

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.