61
SCI Development Tools / Re: Sierra's Internal SCI Tools
« on: October 26, 2025, 06:46:36 PM »
It looks like you're not specifying the section to "execute" on your command line. Again, from LSL3:
Code: [Select]
makevols LL3%1 -F..\floppy.src -st >> ..\%1.err
The idea was that you would specify either 360 or 720 on the command line and MAKEVOLS would execute either section LL3360 or LL3720 (MAKEVOLS is not case sensitive, as I have just confirmed by inspection of resource.txt). I don't know what MAKEVOLS does in the absence of that first argument, but selecting the first one would be a good guess. And if that is your setpaths section, that would lead to an empty output file (and hence a divide-by-zero exception).