Opened 16 years ago
Closed 16 years ago
#499 closed Bug (Wont Fix)
Missing quotes from WinWaitActive causes crash
Reported by: | System Tester | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.12.0 | Severity: | None |
Keywords: | Cc: |
Description (last modified by Valik)
Also, WinActivate.
Run from SciTe using the F5 key
The following syntax error:-
WinWaitActive(Lexmark 1300 Series - USB Port) or
WinActivate(Lexmark 1300 Series - USB Port)
where the quotation marks are missing ie.
WinWaitActive("Lexmark 1300 Series - USB Port")
WinActivate("Lexmark 1300 Series - USB Port")
causes a crash in AutoIT.exe
Attachments (1)
Change History (3)
Changed 16 years ago by System Tester
comment:1 Changed 16 years ago by Valik
- Description modified (diff)
comment:2 Changed 16 years ago by Valik
- Resolution set to Wont Fix
- Status changed from new to closed
The current beta's do not crash (although they give a somewhat obscure error). I'm going to close this as wont fix since the behavior of the beta is not a hard-crash but rather an error message.
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.
Crash after syntax error - missing ""