PDA

View Full Version : zip-missing


reg1
06-10-2006, 04:59 AM
All .zip releases are marked as incomplete. I have checked the .sfv with and external sfv checker and it checks out allright.

I have gone thru config.h many many times. Made changes, moved stuff around and always the same error. If IoA rescan is used it says 100% but ProjectZS says 0%?

When uploading .rar archives it all works out great!?

TIA!

Included are a debug and config.h file.

reg1
06-10-2006, 08:26 AM
Maybe I should add that all files are tested ok like this:

[R] 226-.----=== Zipscript-C Win32 ===--by Caladan--=== (C) 2004 ===----.
[R] 226-| + SFV-file: oK! |

and

[R] 226-.----=== Zipscript-C Win32 ===--by Caladan--=== (C) 2004 ===----.
[R] 226-| + File: oK! |

EwarWoo
06-10-2006, 09:55 AM
Check folder permissions, could be that the ZS can't rename the incomplete tag.

reg1
06-10-2006, 02:53 PM
Folder permissions are set to 777 ;)

Harm
06-11-2006, 04:09 AM
I'm not sure project-ZS expects a sfv file for zip files.
if (!CheckForNoSfv(&locations))
{
debug_log("Zip Directory has a sfv inside!!!!\n");
no_check = TRUE;
break;
}

The incomplete dirtag is probably created when the sfv file is uploaded. Then the dirtag isn't updated because it shouldn't be there.

reg1
06-13-2006, 02:00 AM
Thanks Harm,

I moved the path from zip_dirs to sfv_dirs but I get the same error?

Any ideas?

Harm
06-13-2006, 04:00 AM
This is because project-zs doesn't check the sfv when it receives a zip file. The only way to change this behaviour is to edit the source code and recompile.