Open GoogleCodeExporter opened 8 years ago
The installer u tried is a degraded version of an installer that displays the
download progress. Unfortunately the installer that displays download progress
uses an Apache FTP library that does not like our TRUD server. Somewhere
between TRUD and the library, a few bytes are lost and the downloaded zip ends
up being corrupted. The same code + Apache library seem to work just fine when
the test zip is hosted on a different FTP server. TRUD's logs seem to indicate
that its doing what its meant to do...
The net result is that we downgraded the installer to use built-in FTP via a
batch file, which has the lack of progress bar issue. I think its actually a
lot more easier to ask the user to manually download the pack from the new TRUD
via their browser. Once they have downloaded the pack to the INSTALLATION_PATH,
they can use the 'extract-pack.bat' script located in the
INSTALLATION_PATH/configurator folder. This is like the fallback to the lowest
point of failsafe... Please try the Snofyre Installer in the dropbox, without
the time-stamp. The version you tried was the one without the failsafe...
On the whole, trying to do anything clever like progress on a batch script is
not worthwhile.... Perhaps Tim can focus his effort on fixing the TRUD + Apache
library issue.. :)
Original comment by jay.kola
on 2 Feb 2011 at 9:30
Original issue reported on code.google.com by
jeremy.r...@googlemail.com
on 2 Feb 2011 at 11:57