mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #123] [BUG] IO Error permission denied while starting Downloading #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lukas-Heiligenbrunner on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/123
Describe the bug
So I'm getting this error while trying to download a game. I'm unsure if this is a Server or Client error.
I've double checked, the client has definitly access rights to the download directory. (I've also tried to create a custom download directory, same error.)
It creates also a game directory which is corrupt. When retrying to download the game, the app crashes. I need to manually delete the games directory.
If you think this is totally my fault, feel free to close the issue. :)
To Reproduce
Steps to reproduce the behavior:
Added a game, tried to download it, Downloaded ~200MB then this error pops up.
Screenshots

Desktop (please complete the following information):
Additional context
Logs Client:
There seem to be no relevant server logs:
Client logs when retrying the download:
@DecDuck commented on GitHub (Aug 20, 2025):
Drop pre-allocates all the game files when starting a game, they're not actually corrupt, just empty.
It looks like Drop can't access the directory you're trying to install to. Can you check the permissions?
P.S. Thanks for the great bug report with all the logs up front :)
@Lukas-Heiligenbrunner commented on GitHub (Aug 20, 2025):
Ok, thanks.
So the preallocation seems to work and I gave the whole drop folder permissions 777 (chmod -R 777 ~/.local/share/drop).
There is also enough space available.
This is weird.
-- When I start the drop client as root user the game downloads fine (but doesn't start because the umu launcher complains bc. of root). So it seems to be definitly a permission problem somehow.
@DecDuck commented on GitHub (Aug 30, 2025):
Hey, did you manage to fix this?
@Lukas-Heiligenbrunner commented on GitHub (Nov 18, 2025):
Just updated to the latest version, and I still have the same error.
But it might be just a 'me' error, if I'm the only one who has this.
Feel free to close it if I'm the only one and I'll investigate more if I find time. :)
@DecDuck commented on GitHub (Nov 18, 2025):
I think the issue is the manifest is incorrectly setting the permission field to 0, which gives this behaviour.
v0.3.4 shipped both serverside and clientside fixes for this, but if that hasn't fixed your issue, I'm not aware of the root cause.
Edit: nevermind, just reread the issue and that's not it.
@Lukas-Heiligenbrunner commented on GitHub (Nov 18, 2025):
I'll try out 0.3.4 I think I have currently 0.3.3 installed. (A more obvious label somewhere in frontend would be great btw. ;))
Thanks!
Edit:
You seem to be the maintainer of the AUR package, as soon as you update it I can test it out. :)
Edit2:
Please add
libappindicatorandlibayatana-appindicatoras dependencies for the aur package. I needed to install them manually.@DecDuck commented on GitHub (Nov 19, 2025):
Just updated the AUR packages and fixed the dependencies for you, give it a shot.
[BUG] IO Error permission denied while starting Downloadingto [GH-ISSUE #123] [BUG] IO Error permission denied while starting Downloading