Opened 6 years ago
Closed 6 years ago
#3673 closed Bug (Rejected)
$aSelectedItems already declared/assigned in GuiListView.au3 func _GUICtrlListView_SimpleSort
Reported by: | careca | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Other | Severity: | None |
Keywords: | Cc: |
Description
I got this warning, not really a bug, but not really supposed to be there, is it?
"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\Progs\01 Install\Autoit Scripts\MirrorDir\MirrorDir 1.3.au3" /UserParams
+>09:06:38 Starting AutoIt3Wrapper v.18.708.1148.8 SciTE v.4.1.0.0 Keyboard:00000816 OS:WIN_10/ CPU:X64 OS:X64 Environment(Language:0409) CodePage:0 utf8.auto.check:4
+> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\W10\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\W10\AppData\Local\AutoIt v3\SciTE
Running Tidy (18.708.1148.0) from:C:\Program Files (x86)\AutoIt3\SciTE\tidy
+>09:06:39 Tidy ended.rc:0
Running AU3Check (3.3.15.1) params:-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w- 7 from:C:\Program Files (x86)\AutoIt3 input:D:\Progs\01 Install\Autoit Scripts\MirrorDir\MirrorDir 1.3.au3
"C:\Program Files (x86)\AutoIt3\Include\GuiListView.au3"(4499,103) : warning: $aSelectedItems already declared/assigned
Local $aSelectedItems = StringSplit(_GUICtrlListView_GetSelectedIndices($hWnd), $vSeparatorChar)
D:\Progs\01 Install\Autoit Scripts\MirrorDir\MirrorDir 1.3.au3 - 0 error(s), 1 warning(s)
->09:06:39 AU3Check ended. Press F4 to jump to next error.rc:1
Running:(3.3.15.1):C:\Program Files (x86)\AutoIt3\autoit3.exe "D:\Progs\01 Install\Autoit Scripts\MirrorDir\MirrorDir 1.3.au3"
+>Setting Hotkeys...--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
+>09:11:08 AutoIt3.exe ended.rc:0
+>09:11:08 AutoIt3Wrapper Finished.
Exit code: 0 Time: 271.1
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by Melba23
- Resolution set to Rejected
- 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.
I get no such error using either the 3.3.14.5 UDF or the 3.3.15.1 Beta which it looks as if you are using. Might be a problem with the Beta Au3Check.
You should open a thread in the forum to confirm such findings before starting a Trac ticket - I suggest you do just that.
M23