mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-08-27 14:17:13 -04:00
[GH-ISSUE #5] panic crash when importing version of a game #3
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 @lockenkop on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/droplet/issues/5
Using the latest docker image.
On an alpine LXC
Docker version 28.3.3, build 980b85681696fbd95927fd8ded8f6d91bdca95b0Docker Compose version v2.39.1The LXC is only able to read on the library path
game path:
/library/gamename/versionname
The game import works well, metadata gets fetched, the game is in the store.
As i want to import a version of the game, to use the drop library structure, i get the following error.
Using the latest docker image.
On an alpine LXC
Docker version 28.3.3, build 980b85681696fbd95927fd8ded8f6d91bdca95b0Docker Compose version v2.39.1The LXC is only able to read on the library path
game path:
/library/gamename/versionname
The game import works well, metadata gets fetched, the game is in the store.
As i want to import a version of the game, to use the drop library structure, i get the following error.
The crash happens when i select the
versionnamefolder from the import drop-down.Selecting a zip archive does not
Edit:
Thanks for the move, this being a rust panic suggest it being a droplet issue.
Sorry for the issue in wrong repo
@DecDuck commented on GitHub (Aug 6, 2025):
Strange that
.zipdoesn't cause the issue, we're having problems with it.Can you go to your game library and run
find . -maxdepth 3to get the full structure of it?@lockenkop commented on GitHub (Aug 6, 2025):
Just saw https://github.com/Drop-OSS/droplet/issues/6
it's the same error. My version also has some symlinks in it, somewhere in the wineprefix present.
panic crash when importing version of a gameto [GH-ISSUE #5] panic crash when importing version of a game