mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #127] Lazy open files on Linux (and maybe other platforms). #68
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 @DecDuck on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/127
If a game has more than 1024 individual files, on Linux you'll hit an issue with: "Too many open files".
@jimmyhiggs337 commented on GitHub (Dec 11, 2025):
I'm still getting this error on v0.3.4
@DecDuck commented on GitHub (Dec 11, 2025):
Can you see if you can consistently cause the problem and provide steps to reproduce?
@jimmyhiggs337 commented on GitHub (Dec 11, 2025):
Meltys Quest->v1.2r.01 WindowsDrop.Desktop.Client-0.3.4-1.x86_64.rpmfile and installed it using dnf on nobara linux which is based on fedora 43drop-app WEBKIT_DISABLE_DMABUF_RENDERER=1otherwise the app would immediately crash@jimmyhiggs337 commented on GitHub (Jan 16, 2026):
When I run the dev branch as it is currently, this issue doesn't occur, not sure if the code is any different, or if it's just because there's an nvidia linux specific launcher command, or maybe it's how the code compiles for the rpm package/appimage, idk, but downloads work normally when I run it from the nvidia-prop-dev.sh
Lazy open files on Linux (and maybe other platforms).to [GH-ISSUE #127] Lazy open files on Linux (and maybe other platforms).