View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000547 | file | General | public | 2024-08-05 09:04 | 2024-11-09 23:47 |
Reporter | Kent | Assigned To | christos | ||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.45 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000547: File prints the tree length of a VPK file as the number of entries | ||||
Description | File currently interprets a VPK directory file's tree length as the number of entries in the file. See here for the header format: https://developer.valvesoftware.com/wiki/VPK_(file_format)#File_Format | ||||
Steps To Reproduce | Use the file command on a VPK directory file. Example: file tf2_misc_dir.vpk tf2_misc_dir.vpk: Valve Pak file, version 2, 4876742 entries | ||||
Additional Information | dd if=tf2_misc_dir.vpk bs=32 count=1 2>/dev/null | hexdump -Cv 00000000 34 12 aa 55 02 00 00 00 c6 69 4a 00 00 00 00 00 |4..U.....iJ.....| 00000010 e4 3a 01 00 30 00 00 00 28 01 00 00 62 61 6b 00 |.:..0...(...bak.| | ||||
Tags | vpk | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-05 09:04 | Kent | New Issue | |
2024-08-05 09:04 | Kent | Tag Attached: vpk | |
2024-11-09 23:47 | christos | Assigned To | => christos |
2024-11-09 23:47 | christos | Status | new => assigned |
2024-11-09 23:47 | christos | Status | assigned => resolved |
2024-11-09 23:47 | christos | Resolution | open => fixed |
2024-11-09 23:47 | christos | Fixed in Version | => HEAD |
2024-11-09 23:47 | christos | Note Added: 0004088 |