Menu

#5 SVS menu error

open
nobody
None
5
2010-04-09
2010-04-09
Anonymous
No

If SVS has more than 10 applications installed Folder Menu crashes when trying to open the SVS menu.
This is due to 2 arrays with 10 fields in line 1340 of FolderMenu.au3 (3.1.2):
Local $asLayerName[10], $asLayerPath[10], $sLayerStatus

Increasing the number of fields in the array fixes this.

Discussion


Log in to post a comment.