Error using Gibbed's SR2 tools

Arglaar

Nitpicking Bastard
Had SR3 for a while and just purchased SR2 today (Steam) to get more background story.

When I attempt to extract the Patch.vpp_pc file, I get the following error:
Code:
Unhandled Exception: System.IO.EndOfStreamException: Attempted to read past the end of the stream.
  at Gibbed.IO.StreamHelpers.WriteFromStream(Stream stream, Stream input, Int64 size, Int32 buffer)
 
  at Gibbed.Volition.Pack.VPP.Unpacker`1.Main(String[] args)
  at Gibbed.SaintsRow2.Unpack.Program.Main(String[] args)

The command I used was:
Code:
Gibbed.SaintsRow2.Unpack.exe -vo patch.vpp_pc extracted\patch

It fails on the Unlock_text.xtbl file. (671/676)

If I rerun the unpacker without the overwrite switch, it moves on to the next file (Unlock_text_old.xtbl) but still crashes, and both files that it failed on are Zero-Length.

All together, it's failing on 6 files:
Unlock_text.xtbl
Unlock_text_old.xtbl
Voice_Script_text.xtbl
Weather_text.xtbl
xbox360_text.xtbl
XLASTText.xtbl


I've tried it with four different versions of Gibbed's tools, r85_b59, r87_b61, and r91_b70 and b71, and all four fail.

If I delete the 6 zero-length files and try to repack the file, it seems to work just fine, however it's missing the six files that it's failing on, so the file would be pretty useless.

Incidentally, I tested it on hmaps.vpp_pc to see if it was a size issue (it's only 474kb) and it's failing at 167/730.

Any Ideas?
 
Back
Top