Page 1 of 1
Build Distribution Error
Posted: Mon Jul 15, 2013 5:45 pm
by ZacharyFurgeson
...
Re: Build Distribution Error
Posted: Mon Jul 15, 2013 7:39 pm
by Donmai
Re: Build Distribution Error
Posted: Mon Jul 15, 2013 7:47 pm
by pwisaguacate
This is line 101 in renpy-6.15.7-sdk/launcher/game/package_formats.rpy:
Code: Select all
zi.date_time = time.gmtime(s.st_mtime)[:6]
ZIP archives don't like files that have missing/ridiculous timestamps, so try checking your game files. When you find such a file...
On Windows, download the tool from
http://sourceforge.net/projects/touchforwindows/ and drag touch.exe and the file, in that order, into the command prompt. Then hit enter; this will reset the modification date. Alternate program with a GUI:
[File Date Touch]
On Linux, type
touch now 'filepath' into the terminal to reset its creation and modification date. You can drag the file into the terminal window to write out its filepath.
I presume that font files are most likely to be affected since users rarely modify them.
Re: Build Distribution Error
Posted: Mon Jul 15, 2013 9:15 pm
by ZacharyFurgeson
I didn't find any file with any out of the ordinary time stamps.
Re: Build Distribution Error
Posted: Tue Jul 16, 2013 9:15 pm
by ZacharyFurgeson
Nevermind, found a ogg file with a way out of date time stamp. Fixed.