Modify

Opened 18 years ago

Closed 18 years ago

#469 closed Bug (No Bug)

0x8007007E error when compiled 32 bit. OK when compiled 64 bit.

Reported by: drummer@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.12.0 Severity: None
Keywords: Cc:

Description

The Run function returns error 0x8007007E when I run the attached script after compiling for 32 bit. It works fine when compiled 64 bit or if run as a script (Testit.AU3). My environment is Vista Ultimate 64 bit version. W32tm.exe which is being run exists in C:\Windows\System32.

Thanks,

  • Dave

Attachments (2)

Testit.AU3 (395 bytes ) - added by drummer@… 18 years ago.
Testit2.AU3 (427 bytes ) - added by drummerdp 18 years ago.

Download all attachments as: .zip

Change History (3)

by drummer@…, 18 years ago

Attachment: Testit.AU3 added

comment:1 by Valik, 18 years ago

Resolution: No Bug
Status: newclosed

This doesn't look like a bug to me. The system32 directory is a 64-bit directory so it doesn't surprise me that it would be on the path for a 64-bit process. It also doesn't surprise me that a 32-bit process can't find a file stored there.

The solution? Always specify a full path to the executable so you know in which directory it's searched for.

by drummerdp, 18 years ago

Attachment: Testit2.AU3 added

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.