file-roller see files, but not extract
Opened this issue · 3 comments
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
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?
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)
Seems like this was a change in the tool some time ago: ValvePython/vpk#25 (comment)
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?