Modify ↓
Opened 18 years ago
Closed 18 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 )
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)
by , 18 years ago
| Attachment: | 4dcf_appcompat.txt added |
|---|
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 18 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → 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.
Note:
See TracTickets
for help on using tickets.

Crash after syntax error - missing ""