Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompressing takes long time #10

Open
st-ivan opened this issue Jun 3, 2024 · 2 comments
Open

Decompressing takes long time #10

st-ivan opened this issue Jun 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@st-ivan
Copy link

st-ivan commented Jun 3, 2024

Hi, i got Ubuntu running on a i7 with 16GB of ram machine and decompressing status takes long time to complete for big games (more than 2 GBs). In the same UBUNTU machine i got a Win10 machine running via VMware and it decompresses games faster. Is there any away i can speed the process up?

@glaumar
Copy link
Owner

glaumar commented Jun 3, 2024

How to speed up decompression?

You might try manually decompressing with other tools.

  1. Run QRookei in the command line (flatpak run io.github.glaumar.QRookie), the log contains the compressed file password.

  2. You can find the games that have been downloaded but not yet decompressed in /home/glaumar/.var/app/io.github.glaumar.QRookie/cache/QRookie/ (by default, "Auto Clean Cache" is checked in the settings, and the compressed file will be deleted after decompression). Use the password obtained in the previous step to manually decompress them

@glaumar
Copy link
Owner

glaumar commented Jun 3, 2024

In fact, the time it takes to manually decompress with Ark on my computer is about the same as using QRookie. There is indeed a lot of room for improvement in terms of CPU usage, but all QRookie can do is call external tools to decompress. Currently, it uses 7za, and perhaps other tools will be considered in the future

@glaumar glaumar added the enhancement New feature or request label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants