at first i want to add a new library that requires upgrading ACP10 ACRN10 (Motion) from 5.20.1 to 5.22.1, because of this i need to upgrade the mapp service and mapp view also. but when i tried to rebuild the project it shows this error
SASS failed with errorcode: Error: index out of bounds for nth($list, $n)
The Program ‘BR.IAT.Builder.Sass’ failed with exception ‘BR.IAT.Builder.Core.BuilderException’.
I am using A.S 4.12.2.93
has anyone experienced the same thing? your help will be very valuable for me. Thank you
Hello and welcome to the Community,
Please be aware that AS 4.12.2.93 is rather old. The current version in the AS 4.12 line is 4.12.7.113. I don’t say the error won’t pop up in the newest version; I just want to inform you.
Do you have another PC with AS installed in your company? Could you try building the project there?
1 Like
Thanks for the suggestion, I have tried to build the project on another computer but the same error still appears,
after I tried to trace it further, this error points to the following file. if you look at it, this error is related to mappView. which I upgraded from 5.20.1 to 5.22.1 but I don’t understand why.
is it possible that there is a certain step that I missed that must be done when upgrading mappView?
Hello,
I was recently dealing with a build error from mapView: “The Program ‘BR.IAT.Builder’ failed with exception ‘BR.IAT.Builder.Core.BuilderException’”. The issue was due to a too long project path.
Could you try copying the project to, for example, C:/Projects and then build it?
Apologies for the late response. I’ve tried the method you suggested, but unfortunately, it still didn’t work. In the end, I decided not to use mappView at all, since the projects I usually work on use the older GUI version. Thank you for your suggestion and support.