linux-source-tools / file-roller-vpk

GNOME Archive Manager with Valve Pak(vpk) support
GNU General Public License v2.0
5 stars 1 forks source link

file-roller see files, but not extract #3

Open steamlinux opened 2 years ago

steamlinux commented 2 years ago

when I try extract files, file-roller don't show some errors, but nothing extracted debian sid 64 bit, gnome 42

I try vpk ver. 1 (l4d2)

console log https://pastebin.com/PwZgjiY9

Rahix commented 2 years ago

Do you have the VPK tool installed as mentioned in the README here: https://github.com/linux-source-tools/file-roller-vpk#vpk-tool ?

If yes, maybe you can try using that tool directly to extract and check whether this works at least?

steamlinux commented 2 years ago

yes, I do "pip install vpk" (and pip3) but I have strange bug: few years ago this module work w/ vpk v.1 (l4d2), now this module compile vpk for v.2 (l4d2 say about expected v.1, but got v.2)

Rahix commented 2 years ago

Seems like this was a change in the tool some time ago: https://github.com/ValvePython/vpk/issues/25#issuecomment-1001061652

The solution apparently is using -cv commandline flag, as detailed in that issue... Maybe the code here in file-roller-vpk does not work with newer versions of the vpk tool?