0 Members and 1 Guest are viewing this topic.
warning [cube.tns.txt]: 362 extra bytes at beginning or within zipfile (attempting to process anyway) inflating: Problem1.xml
Length Method Size Cmpr Date Time CRC-32 Name-------- ------ ------- ---- ---------- ----- -------- ---- 659 Unk:013 320 51% 2001-01-08 21:17 44684573 Document.xml 61206 Unk:013 3465 94% 2001-01-08 21:17 2941b95f Problem1.xml-------- ------- --- -------
skipping: Document.xml unsupported compression method 13 skipping: Problem1.xml unsupported compression method 13
Is the tns file 512 byte aligned? That might be your error right there.
I'm not familiar with the tns's, but try cutting everything out before the first 0x50,0x4B, as that should be the start of the zip. The central directory might need its offsets updated, too. Check Wikipedia's article on zip files, it's actually pretty damn good.Edit: If you want to post a small tns, I can check what is off standard. I've worked quite a bit with zips.
It looks like the compression method is not supported (or wrong marked?) Maybe because of the encryption.
In addition to the TIMLPxxxx at the beginning, where xxxx should be replaced by PK\x03\x04, at the bottom of the file, TIPD needs to be replaced by PK\x05\x06.