#2235 closed Bug (Fixed)
if process not exist,ProcessGetStats will not return 0.
| Reported by: | thesnoW | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.9.5 | Component: | AutoIt |
| Version: | 3.3.9.4 | Severity: | None |
| Keywords: | Cc: |
Description
#include <Array.au3>
Local $a=ProcessGetStats(12345678,1)
MsgBox(32,"",$a)
If $a <> 0 Then
ConsoleWrite($a[0] & @TAB & $a[1] & @CRLF)
EndIf
if process not exist,ProcessGetStats will not return 0.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | attachment.png added |
|---|
comment:1 by , 14 years ago
You do realize we didn't write AutoIt in assembly right? Why the fuck would I care about seeing some disassembly when I have the source code? I looked at the source and the error is stupid obvious.
More importantly, though, why shouldn't I permanently block you from this site? Disassembling and attempting to tell me how to fix the code based on that disassembly dump is reverse engineering. The last time I checked we had a very specific clause in the AutoIt license agreement about reverse engineering.
comment:2 by , 14 years ago
| Milestone: | → 3.3.9.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [7132] in version: 3.3.9.5

may need use "ESP+20"