I was trying to convert the lsf from dos:2 to lsx file but I got the following error message, I currently have both the x86 and x64 visual C++ libraries installed. and I am running in the converter in administrator mode. is there any solution for this issue?

---------------------------
Conversion Failed
---------------------------
Internal error!

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at LSLib.LS.LSF.LSFReader.ReadNode(NodeInfo defn, Node node, BinaryReader attributeReader)
at LSLib.LS.LSF.LSFReader.ReadRegions(Resource resource)
at LSLib.LS.LSF.LSFReader.Read()
at LSLib.LS.ResourceUtils.LoadResource(String inputPath, ResourceFormat format)
at LSLib.LS.ResourceUtils.ConvertResources(String inputDir, String outputDir, ResourceFormat inputFormat, ResourceFormat outputFormat)
at ConverterApp.MainForm.resourceBulkConvertBtn_Click(Object sender, EventArgs e)
---------------------------

Last edited by Orinx; 30/09/16 03:45 PM.