- Package:
- lgogdownloader
- Source:
- lgogdownloader
- Description:
- downloader for GOG.com files
- Submitter:
- Роман ТенÑеÑ
- Date:
- 2025-11-16 21:09:01 UTC
- Severity:
- important
"--download" command download incorrect files (with 0 size). Same thing happens when game-data-packager calls lgogdownloader to download the concrete installer. Only way to download correct files i found until now is use "--download-file" command with fileid.
Hi, Could you give specific examples of games where this fails? I haven’t run into this problem myself. Regards, Stephen
Teenagent. Every other game i tried.
Could you show the output you get when trying to download? It works for me: $ rm -rf teenagent $ lgogdownloader --game teenagent --download [...] Getting game info 1 / 1 2018-Jul-07 15:56:49 [Thread #0] Begin download: setup_teenagent_1.0_(15595).exe 2018-Jul-07 15:57:08 [Thread #0] Download complete: setup_teenagent_1.0_(15595).exe (@ 991.48kB/s) 2018-Jul-07 15:57:08 [Thread #0] Finished all tasks #0: Finished $ ls -l teenagent total 18872 -rw-r--r-- 1 steve steve 19323376 Oct 11 2017 setup_teenagent_1.0_(15595).exe $ lgogdownloader --version LGOGDownloader 3.3 Regards, Stephen
Same output except the file is empty and a date is different. $ lgogdownloader --game teenagent --download Getting game names (2/2) 5 / 5 Getting game info 1 / 1 2018-Jul-07 21:22:03 [Thread #0] Begin download: setup_teenagent_1.0_(15595).exe 2018-Jul-07 21:22:06 [Thread #0] Download complete: setup_teenagent_1.0_(15595).exe (@ 0.00kB/s) 2018-Jul-07 21:22:06 [Thread #0] Finished all tasks #0: Finished $ ls -l teenagent total 0 -rw-r--r-- 1 rtentser rtentser 0 Oct 12 2017 'setup_teenagent_1.0_(15595).exe' $ lgogdownloader --version LGOGDownloader 3.3
I think this can be closed, I just tested: lgogdownloader --download --game teenagent And it works normally. Regards, Shmerl.