Updater Error
Posted: Sun Sep 15, 2013 11:44 pm
I can't seem to get the updater to work properly. It checks for updates and starts downloading, but then this happens every time:
Any ideas?
Supporting creators of visual novels and story-based games since 2003.
https://lemmasoft.renai.us/forums/
Is there something I can do about that?PyTom wrote:It's possible your server doesn't support range downloads.
Code: Select all
failed to retrieve from no-spaces-in-this-name1.0-win.update.gz
Aborting, download available in ...1.0-win\update\win.update.new.part
partfile does not exist
partfile does not exist
partfile does not exist
partfile does not exist
partfile does not exist
partfile does not exist
partfile does not exist
partfile does not exist
Traceback (most recent call last):
File "renpy/common/00updater.rpy", line 288, in run
self.update()
File "renpy/common/00updater.rpy", line 380, in update
self.download(i)
File "renpy/common/00updater.rpy", line 910, in download
raise UpdateError("The update file does not have the correct digest - it may have been corrupted.")
UpdateError: The update file does not have the correct digest - it may have been corrupted.Code: Select all
UpdateError: The update file does not have the correct digest - it may have been corrupted.How can I check this?PyTom wrote: It's possible your server doesn't support range downloads.