Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
In revision 3a317cf5201efb96469434b4f320971ae256c544, if ~/.desura/games/GAME is a symlink to ~/opt/desura/common/GAME and the target folder has been deleted or renamed, big problems will occur:
It will fail when attempting to install the game again. (Displaying an MCF extraction failure dialog you can only OK)
On OKing the dialog, it will then continue to attempt to extract individual files, not offering you a cancel button in the progress dialog.
If you then identify the problem before the process finishes and delete the symlink part-way through the process, it will successfully unpack what remains of the game, potentially confusing users when it doesn't make any more mention of the failure beyond leaving status on "Not Ready".
Probably quite a rare situation, but definitely one that should at least fail in a less confusing manner. (The only reason I realized what was going on was because I'd happened to run ./install/run.sh in a terminal window where I could see stderr.
The unusual circumstances that lead me to this problem are as follows:
[Described in Issue #221]
I wanted to show someone the non-DLC title screen for Dungeons of Dredmor, renamed dungeons-of-dredmor to dungeons-of-dredmor.bak, and forgot about the symlink.
In revision 3a317cf5201efb96469434b4f320971ae256c544, if
~/.desura/games/GAME
is a symlink to~/opt/desura/common/GAME
and the target folder has been deleted or renamed, big problems will occur:Probably quite a rare situation, but definitely one that should at least fail in a less confusing manner. (The only reason I realized what was going on was because I'd happened to run
./install/run.sh
in a terminal window where I could see stderr.The unusual circumstances that lead me to this problem are as follows:
dungeons-of-dredmor
todungeons-of-dredmor.bak
, and forgot about the symlink.