Modify

Opened 14 years ago

Closed 14 years ago

#1717 closed Bug (No Bug)

32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7

Reported by: akann@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: Ping Compiled Cc:

Description

If you use the Ping(..) function in a 32bit compiled script on an 64bit computer, the ping function always returns 1 as roundtrip and 0 as error, even if the pinged host is not existent.
Compiling as 64bit executable works fine.

Even running the *.au3 with AutoIt3.exe or AutoIt3_x64.exe works well and returns correct values. (0 as roundtrip and error = 1 Host offline.

Script used:

Global $dest="217.72.195.44" ; www.web.de + 1, not existent
If @Compiled Then $dest = $CmdLine[1]
$rt = Ping ($dest, 1000)
MsgBox (16,"", "Dest.: " &$dest &" ! Roundtrip: " &$rt &" ! Error: " &@error)

Tested on:

W7 x64 MUI DE,
w2k3 se x64 EN,
xp de 32Bit and
w2k3 32 bit de
(Sorry, no vista, no W7 32Bit, xp 64 available.)

All run as virtual machines on Vmware Player latest version,
all latest service packs and all windows updates installed.

Best Regards
Andreas Kann, Germany

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by akann@…

Sorry, testet again, now works for
Difference between testing situation,
using now W7 64 bit directly at PC.
Testing before was via RDP-Protocol within
the Remote Desktop Manager. I will go on
investigating this.

comment:2 Changed 14 years ago by Jpm

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

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

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


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

 
Note: See TracTickets for help on using tickets.