Page 1 of 1

Windows 10 fails to download in =< 1.0.4.30

Posted: Mon Jul 09, 2018 8:11 pm
by Cubert
We just found what is nothing more than a scripting bug.

Capture.PNG
Capture.PNG (52.79 KiB) Viewed 3779 times
On line 423 of the else side of Patch Remedy script you will see that it says to download

@ISOWEBURL@/@ISOFILENAME@

but if you edit that script line it actually says to download

@ISOWEBURL@\@ISOFILENAME@ even though it shows @ISOWEBURL@/@ISOFILENAME@ in the description of line. It was placed in there as @ISOWEBURL@/@ISOFILENAME@ but somehow it got switched. Calling it a scripting bug, so go edit and flip the slash around and you should start working correctly.

We are gonna fix this "again" in next version so edits past 1.0.4.30 may not be needed.

Shannon