Page 1 of 1

File size mismatch for "BallisticRecolors4StaticPro"

Posted: Wed 04 Sep , 2013 9:55 pm
by Skaldy
OK, I can't connect to the BW server (you lucky people!) - the fullscreen error says "File size mismatch" at the end of downloading that 11683K file.

Even if I clear the Cache subfolder before trying, it doesn't appear in there afterwards.

D=

And there's no sign of a .u file or anything called "BallisticRecolors4StaticPro" anywhere in my UT2004 folder.

A virtual voucher for a metaphorical beer goes to the first person who can tell me what stupid thing I am stupidly doing wrong.

TIA.

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Wed 04 Sep , 2013 10:01 pm
by Azarael
Another redirect fail (my bad). Fixing.

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 12:50 pm
by Skaldy
Nope, still getting same error. :(

I have something set up to transfer the entire Cache contents into my UT folder every week, but then remove the following to avoid update clashes:

Code: Select all

del /f %UTDIR%\System\BCoreProV55.u 2>NUL
del /f %UTDIR%\System\BallisticProV55.u 2>NUL
del /f %UTDIR%\System\BallisticRecolors4StaticPro.u 2>NUL
del /f %UTDIR%\System\BWBPRecolors4ExpPro.u 2>NUL
del /f %UTDIR%\System\BWBPRecolors4MainPro.u 2>NUL
del /f %UTDIR%\System\utcompr03.u 2>NUL
del /f %UTDIR%\System\LDGGameBW.u 2>NUL
del /f %UTDIR%\System\3SPNv3141BW.u 2>NUL
del /f %UTDIR%\System\LDGGameBW_rc.u 2>NUL
del /f %UTDIR%\System\BWBPRecolorsPro.u 2>NUL
Are there any other BW mod files that shouldn't be in my UT folder?

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 12:55 pm
by Azarael
Mismatching on this exact same file?

Edit: For some reason the files are different again. Updated. -_-

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 1:06 pm
by Skaldy
I'm in again - thank you.

;B

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 2:04 pm
by pilau
Skaldy, would you mind sharing that script with the rest of the class?

Thanks :)

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 2:29 pm
by iRobot
I just set my cache to empty every 9999 days. Copying files over just causes issues.

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 3:08 pm
by pilau
Why is that?

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 3:17 pm
by Skaldy
It's not just a single DOS batch file, there's some C# too, and it's all specific to my setup and backup strategy (LDG content is currently 3.5Gb !). So it's not worth passing it around, and anyway there are more generic UT cache manager utilities publicly available.

4lone

I agree with Robot - edit the ut2004.ini file instead, and set the "[Core.System]PurgeCacheDays=1000" or something and then you can just forget about it.

Also, the LDG redirect is a lot faster since the server move I think.

Re: File size mismatch for "BallisticRecolors4StaticPro"

Posted: Thu 05 Sep , 2013 3:24 pm
by iRobot
pilau wrote:Why is that?
Cache will automatically use the correct files needed, and can keep multiple versions. System folder can't have duplicates with the same filename so you have to keep swapping them.