Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
590 stars 74 forks source link

[bug] Files extracted but went to the wrong place #40

Closed rado84-github closed 1 year ago

rado84-github commented 1 year ago

I type unrpa -v -p /media/500GB/RPA_EXTRACTION /path/to/the/file.rpa press enter and it reads that files have been extracted along with their path inside the rpa file but the output directory is empty. Where did the files go? They're not in the dir where the rpa file is either, I checked it several times.

rado84-github commented 1 year ago

I found where they went and... it's an absurd! They went inside the game directory in this exact path: /media/500GB/GAMES_500/Serenity/game/media/500GB/RPA_EXTRACTION/ It's a complete absurd to go there, considering the specified drive has already been mounted at startup and is fully functional.

rpatool-git does exactly what I need and does it right.