Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroic Launcher hangs on updating games, then after 15-25 minutes causes PC to freeze #4211

Open
TarsusEndri opened this issue Dec 27, 2024 · 1 comment
Labels
bug:unconfirmed Someone works on identifying the issue

Comments

@TarsusEndri
Copy link

TarsusEndri commented Dec 27, 2024

Describe the bug

The OS being used is Zorin OS 17.2 Pro, and the graphics driver is the stable kisak-mesa for the AMD 7900 XTX. The game service being used is GOG with two drives being used for games storage; 1 mechanical HDD and 1 SATA-SSD.

On certain games, Heroic Games Launcher seems to "hang" from updating; this means there is no progress on downloading and applying the updates to the games. The Heroic Games Launcher app was still working and I was able to click into the library and other parts of the app. However, after about 15 to 25 minutes, the whole PC begins to stutter, and then completely freeze up with a 1 to 2 second sound clip looping from a youtube video playing in the background via the Vivaldi web browser. Approximately 5 minutes later after freezing up, the sound loop stops. The rig remained unusable afterwards, requiring me to turn the rig off by holding the power button and booting the rig back up.

I launched Zorin's Resource Monitor and spotted an anomally. There are 50 to 60 separate instances of "gog-dl" processes that were registered, but were inactive, except for one; this "gog-dl" process was meant for a Disco Elysium update. What was anomalous about this gog-dl was that the RAM/Memory usage was steadily increasing at a rate of 0.1 GB per 3 seconds. Once the Memory usage approached 18 GB, the rig began to stutter. After reaching 20 GB of RAM/Memory usage, the rig freezes with the sound loop of what ever was playing in the background.

This problem was repeated without any browsers running in the background, and the stuttering/freezing was still occurring once the RAM/Memory usage reached the above stated thresholds.

The problem does not occur if I turn off the "Auto-update Games" setting in HGL, but will occur if I try to update the games individually.

Add logs

(20:53:13) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Out There Oceans of Time

(20:53:13) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Out There Oceans of Time

(20:53:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(20:53:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(20:53:13) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 2031646835 --os windows

(20:53:13) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 2031646835 --os windows

(20:53:14) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Out There Oceans of Time: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 367

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Out\",\"There\",\"Oceans\",\"of\",\"Time\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(20:53:14) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Out There Oceans of Time: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 367

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Out\",\"There\",\"Oceans\",\"of\",\"Time\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(20:53:14) DEBUG:   [Backend]:          ProtonDB data for 1145290 {"bestReportedTier":"platinum","confidence":"low","score":0.51,"tier":"platinum","total":4,"trendingTier":"platinum"}

(20:53:14) DEBUG:   [Backend]:          ProtonDB data for 1145290 {"bestReportedTier":"platinum","confidence":"low","score":0.51,"tier":"platinum","total":4,"trendingTier":"platinum"}

(20:53:14) DEBUG:   [Backend]:          SteamDeck data for 1145290 {"success":1,"results":{"appid":1145290,"resolved_category":2,"resolved_items":[{"display_type":3,"loc_token":"#SteamDeckVerified_TestResult_ControllerGlyphsDoNotMatchDeckDevice"},{"display_type":3,"loc_token":"#SteamDeckVerified_TestResult_DefaultConfigurationIsNotPerformant"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultControllerConfigFullyFunctional"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_InterfaceTextIsLegible"}],"steam_deck_blog_url":"","search_id":null}}

(20:53:14) DEBUG:   [Backend]:          SteamDeck data for 1145290 {"success":1,"results":{"appid":1145290,"resolved_category":2,"resolved_items":[{"display_type":3,"loc_token":"#SteamDeckVerified_TestResult_ControllerGlyphsDoNotMatchDeckDevice"},{"display_type":3,"loc_token":"#SteamDeckVerified_TestResult_DefaultConfigurationIsNotPerformant"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultControllerConfigFullyFunctional"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_InterfaceTextIsLegible"}],"steam_deck_blog_url":"","search_id":null}}

(20:53:22) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Out There Ω Edition

(20:53:22) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(20:53:22) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Out There Ω Edition

(20:53:22) INFO:    [Gog]:              Got install info from cache for 1958474562 on linux platform

(20:53:22) INFO:    [Gog]:              Got install info from cache for 1958474562 on linux platform

(20:57:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(20:57:53) INFO:    [Gog]:              GOG presence set

(21:02:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:02:53) INFO:    [Gog]:              GOG presence set

(21:07:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:07:53) INFO:    [Gog]:              GOG presence set

(21:12:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:12:54) INFO:    [Gog]:              GOG presence set

(21:17:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:17:54) INFO:    [Gog]:              GOG presence set

(21:22:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:22:54) INFO:    [Gog]:              GOG presence set

(21:27:53) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:27:54) INFO:    [Gog]:              GOG presence set

(21:32:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:32:54) INFO:    [Gog]:              GOG presence set

(21:37:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:37:54) INFO:    [Gog]:              GOG presence set

(21:42:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:42:54) INFO:    [Gog]:              GOG presence set

(21:47:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:47:54) INFO:    [Gog]:              GOG presence set

(21:50:19) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Dome Keeper

(21:50:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:50:19) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Dome Keeper

(21:50:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:50:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:50:19) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1635627436 --os windows

(21:50:19) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1635627436 --os windows

(21:52:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:52:54) INFO:    [Gog]:              GOG presence set

(21:57:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(21:57:54) INFO:    [Gog]:              GOG presence set

(22:02:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:02:54) INFO:    [Gog]:              GOG presence set

(22:07:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:07:54) INFO:    [Gog]:              GOG presence set

(22:12:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:12:54) INFO:    [Gog]:              GOG presence set

(22:17:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:17:55) INFO:    [Gog]:              GOG presence set

(22:22:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:22:55) INFO:    [Gog]:              GOG presence set

(22:26:49) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for The Bureau XCOM Declassified

(22:26:49) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:26:49) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for The Bureau XCOM Declassified

(22:26:49) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:26:49) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1166983063 --os windows

(22:26:49) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:26:49) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1166983063 --os windows

(22:27:19) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Guns, Gore  Cannoli

(22:27:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:27:19) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Guns, Gore  Cannoli

(22:27:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:27:19) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:27:19) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1828861545 --os windows

(22:27:19) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1828861545 --os windows

(22:27:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:27:55) INFO:    [Gog]:              GOG presence set

(22:28:06) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:06) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Guns, Gore  Cannoli 2

(22:28:06) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:06) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:06) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Guns, Gore  Cannoli 2: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 364

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Guns,\",\"Gore\",\"\",\"Cannoli\",\"2\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:28:06) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1922744356 --os windows

(22:28:06) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1922744356 --os windows

(22:28:06) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Guns, Gore  Cannoli 2: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 364

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Guns,\",\"Gore\",\"\",\"Cannoli\",\"2\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:28:07) DEBUG:   [Backend]:          SteamDeck data for 525510 {"success":1,"results":{"appid":525510,"resolved_category":3,"resolved_items":[{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultControllerConfigFullyFunctional"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_ControllerGlyphsMatchDeckDevice"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_InterfaceTextIsLegible"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultConfigurationIsPerformant"}],"steam_deck_blog_url":"","search_id":null}}

(22:28:07) DEBUG:   [Backend]:          ProtonDB data for 525510 {"bestReportedTier":"platinum","confidence":"moderate","score":0.62,"tier":"platinum","total":13,"trendingTier":"gold"}

(22:28:07) DEBUG:   [Backend]:          ProtonDB data for 525510 {"bestReportedTier":"platinum","confidence":"moderate","score":0.62,"tier":"platinum","total":13,"trendingTier":"gold"}

(22:28:07) DEBUG:   [Backend]:          SteamDeck data for 525510 {"success":1,"results":{"appid":525510,"resolved_category":3,"resolved_items":[{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultControllerConfigFullyFunctional"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_ControllerGlyphsMatchDeckDevice"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_InterfaceTextIsLegible"},{"display_type":4,"loc_token":"#SteamDeckVerified_TestResult_DefaultConfigurationIsPerformant"}],"steam_deck_blog_url":"","search_id":null}}

(22:28:51) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Serious Sams Bogus Detour

(22:28:51) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:51) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Serious Sams Bogus Detour

(22:28:51) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Serious Sams Bogus Detour

(22:28:51) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:51) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:28:52) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Serious Sams Bogus Detour: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 366

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Serious\",\"Sams\",\"Bogus\",\"Detour\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:28:52) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Serious Sams Bogus Detour: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 366

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Serious\",\"Sams\",\"Bogus\",\"Detour\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:28:52) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 2104387650 --os windows

(22:28:52) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 2104387650 --os windows

(22:28:52) DEBUG:   [Backend]:          ProtonDB data for 272620 {"bestReportedTier":"platinum","confidence":"inadequate","provisionalTier":"platinum","score":0.21,"tier":"pending","total":3,"trendingTier":"pending"}

(22:28:52) DEBUG:   [Backend]:          ProtonDB data for 272620 {"bestReportedTier":"platinum","confidence":"inadequate","provisionalTier":"platinum","score":0.21,"tier":"pending","total":3,"trendingTier":"pending"}

(22:28:52) DEBUG:   [Backend]:          SteamDeck data for 272620 {"success":1,"results":{"appid":272620,"resolved_category":0,"resolved_items":[],"steam_deck_blog_url":"","search_id":null}}

(22:28:52) DEBUG:   [Backend]:          SteamDeck data for 272620 {"success":1,"results":{"appid":272620,"resolved_category":0,"resolved_items":[],"steam_deck_blog_url":"","search_id":null}}

(22:29:13) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Space Hulk Deathwing: Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:29:13) INFO:    [ExtraGameInfo]:    Getting ExtraGameInfo data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting PCGamingWiki data for Space Hulk Deathwing: Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting HowLongToBeat data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [ExtraGameInfo]:    Getting GamesDB data for Space Hulk Deathwing - Enhanced Edition

(22:29:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:29:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:29:14) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1896039326 --os windows

(22:29:14) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1896039326 --os windows

(22:29:14) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Space Hulk Deathwing - Enhanced Edition: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 384

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Space\",\"Hulk\",\"Deathwing\",\"-\",\"Enhanced\",\"Edition\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:29:14) ERROR:   [ExtraGameInfo]:    Got AxiosError when sending HowLongToBeat request for Space Hulk Deathwing - Enhanced Edition: {

  "message": "Request failed with status code 404",

  "name": "Error",

  "stack": "Error: Request failed with status code 404\n    at createError (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/createError.js:16:15)\n    at settle (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/core/settle.js:17:12)\n    at IncomingMessage.handleStreamEnd (/app/bin/heroic/resources/app.asar/node_modules/axios/lib/adapters/http.js:322:11)\n    at IncomingMessage.emit (node:events:531:35)\n    at endReadableNT (node:internal/streams/readable:1696:12)\n    at processTicksAndRejections (node:internal/process/task_queues:82:21)",

  "config": {

    "transitional": {

      "silentJSONParsing": true,

      "forcedJSONParsing": true,

      "clarifyTimeoutError": false

    },

    "transformRequest": [

      null

    ],

    "transformResponse": [

      null

    ],

    "timeout": 0,

    "xsrfCookieName": "XSRF-TOKEN",

    "xsrfHeaderName": "X-XSRF-TOKEN",

    "maxContentLength": -1,

    "maxBodyLength": -1,

    "headers": {

      "Accept": "*/*",

      "Content-Type": "application/json",

      "User-Agent": "HeroicGamesLauncher/2.15.2",

      "Referer": "https://howlongtobeat.com/",

      "Content-Length": 384

    },

    "method": "post",

    "url": "https://www.howlongtobeat.com/api/search",

    "data": "{\"searchType\":\"games\",\"searchTerms\":[\"Space\",\"Hulk\",\"Deathwing\",\"-\",\"Enhanced\",\"Edition\"],\"searchPage\":1,\"size\":20,\"searchOptions\":{\"games\":{\"userId\":0,\"platform\":\"\",\"sortCategory\":\"popular\",\"rangeCategory\":\"main\",\"rangeTime\":{\"min\":0,\"max\":0},\"gameplay\":{\"perspective\":\"\",\"flow\":\"\",\"genre\":\"\"},\"modifier\":\"\"},\"users\":{\"sortCategory\":\"postcount\"},\"filter\":\"\",\"sort\":0,\"randomizer\":0}}"

  },

  "status": 404

}

(22:29:14) DEBUG:   [Backend]:          ProtonDB data for 298900 {"bestReportedTier":"platinum","confidence":"low","score":0.51,"tier":"platinum","total":6,"trendingTier":"platinum"}

(22:29:14) DEBUG:   [Backend]:          ProtonDB data for 298900 {"bestReportedTier":"platinum","confidence":"low","score":0.51,"tier":"platinum","total":6,"trendingTier":"platinum"}

(22:29:14) DEBUG:   [Backend]:          SteamDeck data for 298900 {"success":1,"results":{"appid":298900,"resolved_category":0,"resolved_items":[],"steam_deck_blog_url":"","search_id":null}}

(22:29:14) DEBUG:   [Backend]:          SteamDeck data for 298900 {"success":1,"results":{"appid":298900,"resolved_category":0,"resolved_items":[],"steam_deck_blog_url":"","search_id":null}}

(22:31:13) INFO:    [Backend]:          Finished changing install path of 1896039326 to /media/tarsus/LinuxGames-HDD/GOG Library.

(22:31:13) INFO:    [Gog]:              Got install info from cache for 1896039326 on windows platform

(22:31:13) INFO:    [Gog]:              Got install info from cache for 1896039326 on windows platform

(22:31:13) INFO:    [Gog]:              Got install info from cache for 1896039326 on windows platform

(22:31:46) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:31:46) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:31:46) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:31:46) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:31:46) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:31:46) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1347700224 --os windows

(22:31:46) INFO:    [Gog]:              Getting game metadata: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json info 1347700224 --os windows

(22:32:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:32:55) INFO:    [Gog]:              GOG presence set

(22:33:12) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:33:12) INFO:    [DownloadManager]:  Warhammer 40,000: Rogue Trader  was added to the download queue.

(22:33:12) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:33:12) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:33:12) INFO:    [Backend]:          Preventing machine to sleep

(22:33:12) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:33:12) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:33:12) INFO:    [Gog]:              Updating 1347700224: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US

(22:33:12) DEBUG:   [Gog]:              Logging to file "/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1347700224.log"

(22:33:15) INFO:    [Backend]:          Preventing machine to sleep

(22:33:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.01%/0.00MB/00:00:00 Down: 0.08MB/s / Disk: 3.36MB/s

(22:33:17) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.11%/71.28MB/00:43:38 Down: 21.17MB/s / Disk: 23.79MB/s

(22:33:18) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.49%/147.23MB/00:13:41 Down: 78.48MB/s / Disk: 127.84MB/s

(22:33:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.72%/226.23MB/00:11:50 Down: 51.53MB/s / Disk: 73.06MB/s

(22:33:20) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.95%/301.49MB/00:10:40 Down: 61.04MB/s / Disk: 80.32MB/s

(22:33:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 1.26%/387.17MB/00:09:23 Down: 74.17MB/s / Disk: 107.47MB/s

(22:33:22) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 1.55%/469.72MB/00:08:41 Down: 70.87MB/s / Disk: 99.1MB/s

(22:33:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 1.72%/536.87MB/00:08:46 Down: 41.24MB/s / Disk: 61.06MB/s

(22:33:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 1.95%/600.99MB/00:08:32 Down: 55.04MB/s / Disk: 81.01MB/s

(22:33:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 2.27%/696.41MB/00:08:03 Down: 78.43MB/s / Disk: 110.87MB/s

(22:33:26) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 2.52%/784.37MB/00:07:52 Down: 59.05MB/s / Disk: 89.1MB/s

(22:33:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 2.73%/852.50MB/00:07:52 Down: 52.55MB/s / Disk: 71.01MB/s

(22:33:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 3.03%/940.34MB/00:07:37 Down: 73.44MB/s / Disk: 100.8MB/s

(22:33:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 3.38%/1047.83MB/00:07:19 Down: 76.99MB/s / Disk: 116.21MB/s

(22:33:30) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 3.7%/1138.99MB/00:07:06 Down: 75.97MB/s / Disk: 109.72MB/s

(22:33:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 4.03%/1251.34MB/00:06:57 Down: 73.76MB/s / Disk: 102.08MB/s

(22:33:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 4.39%/1360.60MB/00:06:47 Down: 76.19MB/s / Disk: 108.53MB/s

(22:33:33) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 4.74%/1456.41MB/00:06:35 Down: 85.22MB/s / Disk: 123.13MB/s

(22:33:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 5.04%/1556.11MB/00:06:30 Down: 71.07MB/s / Disk: 104.29MB/s

(22:33:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 5.28%/1623.61MB/00:06:31 Down: 52.67MB/s / Disk: 77.83MB/s

(22:33:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 5.59%/1724.41MB/00:06:25 Down: 69.77MB/s / Disk: 104.48MB/s

(22:33:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 5.87%/1819.85MB/00:06:21 Down: 73.53MB/s / Disk: 101.66MB/s

(22:33:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 6.18%/1922.42MB/00:06:19 Down: 65.62MB/s / Disk: 92MB/s

(22:33:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 6.53%/2009.36MB/00:06:12 Down: 82.98MB/s / Disk: 120.07MB/s

(22:33:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 6.85%/2122.34MB/00:06:08 Down: 74.82MB/s / Disk: 107.91MB/s

(22:33:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 7.13%/2210.18MB/00:06:06 Down: 66.41MB/s / Disk: 94.72MB/s

(22:33:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 7.34%/2285.18MB/00:06:09 Down: 42.87MB/s / Disk: 62.65MB/s

(22:33:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 7.6%/2355.76MB/00:06:08 Down: 60.06MB/s / Disk: 87.32MB/s

(22:33:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 7.91%/2450.31MB/00:06:04 Down: 76.35MB/s / Disk: 109.17MB/s

(22:33:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 8.2%/2543.89MB/00:06:02 Down: 67.13MB/s / Disk: 99.99MB/s

(22:33:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 8.56%/2653.05MB/00:05:57 Down: 79.76MB/s / Disk: 117.5MB/s

(22:33:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 8.78%/2729.79MB/00:06:00 Down: 43.86MB/s / Disk: 62.32MB/s

(22:33:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 8.92%/2773.90MB/00:06:04 Down: 31.9MB/s / Disk: 46.4MB/s

(22:33:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 9.38%/2890.77MB/00:05:55 Down: 63.95MB/s / Disk: 154.3MB/s

(22:33:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 9.45%/2911.52MB/00:06:09 Down: 8.22MB/s / Disk: 13.22MB/s

(22:33:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 9.59%/3183.13MB/00:06:20 Down: 10.43MB/s / Disk: 27.58MB/s

(22:33:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 9.96%/3363.35MB/00:06:13 Down: 48.85MB/s / Disk: 129.6MB/s

(22:33:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 10.89%/3392.49MB/00:05:49 Down: 90.2MB/s / Disk: 240.49MB/s

(22:33:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 10.96%/3535.41MB/00:06:00 Down: 5.52MB/s / Disk: 15.07MB/s

(22:33:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 11.16%/3797.27MB/00:06:01 Down: 22.78MB/s / Disk: 64.03MB/s

(22:34:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 12.33%/3885.98MB/00:05:32 Down: 115.01MB/s / Disk: 320.64MB/s

(22:34:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 12.82%/3988.75MB/00:05:25 Down: 56.03MB/s / Disk: 152.96MB/s

(22:34:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 13.14%/4064.94MB/00:05:23 Down: 83.48MB/s / Disk: 109.75MB/s

(22:34:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 13.36%/4154.18MB/00:05:25 Down: 56.54MB/s / Disk: 61.19MB/s

(22:34:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 13.57%/4204.40MB/00:05:29 Down: 38.49MB/s / Disk: 44.96MB/s

(22:34:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 13.57%/4240.24MB/00:05:36 Down: 0.5MB/s / Disk: 0MB/s

(22:34:08) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 13.64%/4394.38MB/00:05:40 Down: 12.1MB/s / Disk: 24.2MB/s

(22:34:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.26%/4669.47MB/00:05:31 Down: 82.37MB/s / Disk: 165.76MB/s

(22:34:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.77%/4697.61MB/00:05:24 Down: 88.42MB/s / Disk: 172.12MB/s

(22:34:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:05:34 Down: 814.71MB/s / Disk: 7.2MB/s

(22:34:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:05:40 Down: 0MB/s / Disk: 0MB/s

(22:34:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:05:46 Down: 0MB/s / Disk: 0MB/s

(22:34:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:05:51 Down: 0MB/s / Disk: 0MB/s

(22:34:17) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:05:57 Down: 0MB/s / Disk: 0MB/s

(22:34:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:09 Down: 0MB/s / Disk: 0MB/s

(22:34:20) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:20 Down: 0MB/s / Disk: 0MB/s

(22:34:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:26 Down: 0MB/s / Disk: 0MB/s

(22:34:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:43 Down: 0MB/s / Disk: 0MB/s

(22:34:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:49 Down: 0MB/s / Disk: 0MB/s

(22:34:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:06:55 Down: 0MB/s / Disk: 0MB/s

(22:34:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:06 Down: 0MB/s / Disk: 0MB/s

(22:34:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:12 Down: 0MB/s / Disk: 0MB/s

(22:34:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:18 Down: 0MB/s / Disk: 0MB/s

(22:34:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:29 Down: 0MB/s / Disk: 0MB/s

(22:34:33) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:35 Down: 0MB/s / Disk: 0MB/s

(22:34:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:41 Down: 0MB/s / Disk: 0MB/s

(22:34:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:07:47 Down: 0MB/s / Disk: 0MB/s

(22:34:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:04 Down: 0MB/s / Disk: 0MB/s

(22:34:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:10 Down: 0MB/s / Disk: 0MB/s

(22:34:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:15 Down: 0MB/s / Disk: 0MB/s

(22:34:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:27 Down: 0MB/s / Disk: 0MB/s

(22:34:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:33 Down: 0MB/s / Disk: 0MB/s

(22:34:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:38 Down: 0MB/s / Disk: 0MB/s

(22:34:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:44 Down: 0MB/s / Disk: 0MB/s

(22:34:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:50 Down: 0MB/s / Disk: 0MB/s

(22:34:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:08:56 Down: 0MB/s / Disk: 0MB/s

(22:34:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:07 Down: 0MB/s / Disk: 0MB/s

(22:34:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:13 Down: 0MB/s / Disk: 0MB/s

(22:34:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:19 Down: 0MB/s / Disk: 0MB/s

(22:34:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:25 Down: 0MB/s / Disk: 0MB/s

(22:34:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:30 Down: 0MB/s / Disk: 0MB/s

(22:34:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:36 Down: 0MB/s / Disk: 0MB/s

(22:34:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:42 Down: 0MB/s / Disk: 0MB/s

(22:34:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:48 Down: 0MB/s / Disk: 0MB/s

(22:34:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:53 Down: 0MB/s / Disk: 0MB/s

(22:34:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:09:59 Down: 0MB/s / Disk: 0MB/s

(22:34:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:05 Down: 0MB/s / Disk: 0MB/s

(22:35:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:11 Down: 0MB/s / Disk: 0MB/s

(22:35:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:16 Down: 0MB/s / Disk: 0MB/s

(22:35:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:22 Down: 0MB/s / Disk: 0MB/s

(22:35:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:28 Down: 0MB/s / Disk: 0MB/s

(22:35:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:34 Down: 0MB/s / Disk: 0MB/s

(22:35:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:39 Down: 0MB/s / Disk: 0MB/s

(22:35:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:45 Down: 0MB/s / Disk: 0MB/s

(22:35:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:51 Down: 0MB/s / Disk: 0MB/s

(22:35:08) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:10:57 Down: 0MB/s / Disk: 0MB/s

(22:35:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:02 Down: 0MB/s / Disk: 0MB/s

(22:35:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:08 Down: 0MB/s / Disk: 0MB/s

(22:35:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:14 Down: 0MB/s / Disk: 0MB/s

(22:35:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:20 Down: 0MB/s / Disk: 0MB/s

(22:35:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:26 Down: 0MB/s / Disk: 0MB/s

(22:35:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:31 Down: 0MB/s / Disk: 0MB/s

(22:35:18) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:11:37 Down: 0MB/s / Disk: 0MB/s

(22:35:20) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:00 Down: 0MB/s / Disk: 0MB/s

(22:35:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:12 Down: 0MB/s / Disk: 0MB/s

(22:35:22) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:17 Down: 0MB/s / Disk: 0MB/s

(22:35:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:23 Down: 0MB/s / Disk: 0MB/s

(22:35:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:29 Down: 0MB/s / Disk: 0MB/s

(22:35:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:35 Down: 0MB/s / Disk: 0MB/s

(22:35:26) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:40 Down: 0MB/s / Disk: 0MB/s

(22:35:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:46 Down: 0MB/s / Disk: 0MB/s

(22:35:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:52 Down: 0MB/s / Disk: 0MB/s

(22:35:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:12:58 Down: 0MB/s / Disk: 0MB/s

(22:35:30) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:03 Down: 0MB/s / Disk: 0MB/s

(22:35:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:09 Down: 0MB/s / Disk: 0MB/s

(22:35:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:15 Down: 0MB/s / Disk: 0MB/s

(22:35:33) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:21 Down: 0MB/s / Disk: 0MB/s

(22:35:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:26 Down: 0MB/s / Disk: 0MB/s

(22:35:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:32 Down: 0MB/s / Disk: 0MB/s

(22:35:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:38 Down: 0MB/s / Disk: 0MB/s

(22:35:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:44 Down: 0MB/s / Disk: 0MB/s

(22:35:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:50 Down: 0MB/s / Disk: 0MB/s

(22:35:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:13:55 Down: 0MB/s / Disk: 0MB/s

(22:35:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:01 Down: 0MB/s / Disk: 0MB/s

(22:35:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:07 Down: 0MB/s / Disk: 0MB/s

(22:35:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:13 Down: 0MB/s / Disk: 0MB/s

(22:35:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:18 Down: 0MB/s / Disk: 0MB/s

(22:35:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:24 Down: 0MB/s / Disk: 0MB/s

(22:35:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:30 Down: 0MB/s / Disk: 0MB/s

(22:35:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:36 Down: 0MB/s / Disk: 0MB/s

(22:35:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:41 Down: 0MB/s / Disk: 0MB/s

(22:35:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:47 Down: 0MB/s / Disk: 0MB/s

(22:35:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:53 Down: 0MB/s / Disk: 0MB/s

(22:35:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:14:59 Down: 0MB/s / Disk: 0MB/s

(22:35:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:04 Down: 0MB/s / Disk: 0MB/s

(22:35:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:10 Down: 0MB/s / Disk: 0MB/s

(22:35:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:16 Down: 0MB/s / Disk: 0MB/s

(22:35:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:22 Down: 0MB/s / Disk: 0MB/s

(22:35:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:27 Down: 0MB/s / Disk: 0MB/s

(22:35:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:33 Down: 0MB/s / Disk: 0MB/s

(22:35:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:45 Down: 0MB/s / Disk: 0MB/s

(22:35:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:50 Down: 0MB/s / Disk: 0MB/s

(22:36:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:15:56 Down: 0MB/s / Disk: 0MB/s

(22:36:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:02 Down: 0MB/s / Disk: 0MB/s

(22:36:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:08 Down: 0MB/s / Disk: 0MB/s

(22:36:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:14 Down: 0MB/s / Disk: 0MB/s

(22:36:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:19 Down: 0MB/s / Disk: 0MB/s

(22:36:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:25 Down: 0MB/s / Disk: 0MB/s

(22:36:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:31 Down: 0MB/s / Disk: 0MB/s

(22:36:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:37 Down: 0MB/s / Disk: 0MB/s

(22:36:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:16:54 Down: 0MB/s / Disk: 0MB/s

(22:36:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:00 Down: 0MB/s / Disk: 0MB/s

(22:36:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:05 Down: 0MB/s / Disk: 0MB/s

(22:36:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:11 Down: 0MB/s / Disk: 0MB/s

(22:36:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:17 Down: 0MB/s / Disk: 0MB/s

(22:36:16) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:28 Down: 0MB/s / Disk: 0MB/s

(22:36:18) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:34 Down: 0MB/s / Disk: 0MB/s

(22:36:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:46 Down: 0MB/s / Disk: 0MB/s

(22:36:20) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:51 Down: 0MB/s / Disk: 0MB/s

(22:36:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:17:57 Down: 0MB/s / Disk: 0MB/s

(22:36:22) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:03 Down: 0MB/s / Disk: 0MB/s

(22:36:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:09 Down: 0MB/s / Disk: 0MB/s

(22:36:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:15 Down: 0MB/s / Disk: 0MB/s

(22:36:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:20 Down: 0MB/s / Disk: 0MB/s

(22:36:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:26 Down: 0MB/s / Disk: 0MB/s

(22:36:30) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:38 Down: 0MB/s / Disk: 0MB/s

(22:36:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:18:55 Down: 0MB/s / Disk: 0MB/s

(22:36:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:01 Down: 0MB/s / Disk: 0MB/s

(22:36:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:06 Down: 0MB/s / Disk: 0MB/s

(22:36:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:18 Down: 0MB/s / Disk: 0MB/s

(22:36:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:24 Down: 0MB/s / Disk: 0MB/s

(22:36:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:29 Down: 0MB/s / Disk: 0MB/s

(22:36:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:35 Down: 0MB/s / Disk: 0MB/s

(22:36:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:41 Down: 0MB/s / Disk: 0MB/s

(22:36:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:19:52 Down: 0MB/s / Disk: 0MB/s

(22:36:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:04 Down: 0MB/s / Disk: 0MB/s

(22:36:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:10 Down: 0MB/s / Disk: 0MB/s

(22:36:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:15 Down: 0MB/s / Disk: 0MB/s

(22:36:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:27 Down: 0MB/s / Disk: 0MB/s

(22:36:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:33 Down: 0MB/s / Disk: 0MB/s

(22:36:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:39 Down: 0MB/s / Disk: 0MB/s

(22:36:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:44 Down: 0MB/s / Disk: 0MB/s

(22:36:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:20:56 Down: 0MB/s / Disk: 0MB/s

(22:36:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:13 Down: 0MB/s / Disk: 0MB/s

(22:36:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:19 Down: 0MB/s / Disk: 0MB/s

(22:36:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:25 Down: 0MB/s / Disk: 0MB/s

(22:36:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:30 Down: 0MB/s / Disk: 0MB/s

(22:36:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:36 Down: 0MB/s / Disk: 0MB/s

(22:37:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:42 Down: 0MB/s / Disk: 0MB/s

(22:37:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:48 Down: 0MB/s / Disk: 0MB/s

(22:37:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:53 Down: 0MB/s / Disk: 0MB/s

(22:37:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:21:59 Down: 0MB/s / Disk: 0MB/s

(22:37:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:05 Down: 0MB/s / Disk: 0MB/s

(22:37:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:16 Down: 0MB/s / Disk: 0MB/s

(22:37:08) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:28 Down: 0MB/s / Disk: 0MB/s

(22:37:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:34 Down: 0MB/s / Disk: 0MB/s

(22:37:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:45 Down: 0MB/s / Disk: 0MB/s

(22:37:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:51 Down: 0MB/s / Disk: 0MB/s

(22:37:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:22:57 Down: 0MB/s / Disk: 0MB/s

(22:37:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:03 Down: 0MB/s / Disk: 0MB/s

(22:37:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:08 Down: 0MB/s / Disk: 0MB/s

(22:37:17) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:14 Down: 0MB/s / Disk: 0MB/s

(22:37:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:26 Down: 0MB/s / Disk: 0MB/s

(22:37:22) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:49 Down: 0MB/s / Disk: 0MB/s

(22:37:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:23:54 Down: 0MB/s / Disk: 0MB/s

(22:37:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:00 Down: 0MB/s / Disk: 0MB/s

(22:37:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:06 Down: 0MB/s / Disk: 0MB/s

(22:37:26) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:12 Down: 0MB/s / Disk: 0MB/s

(22:37:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:17 Down: 0MB/s / Disk: 0MB/s

(22:37:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:29 Down: 0MB/s / Disk: 0MB/s

(22:37:30) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:35 Down: 0MB/s / Disk: 0MB/s

(22:37:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:40 Down: 0MB/s / Disk: 0MB/s

(22:37:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:46 Down: 0MB/s / Disk: 0MB/s

(22:37:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:24:52 Down: 0MB/s / Disk: 0MB/s

(22:37:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:04 Down: 0MB/s / Disk: 0MB/s

(22:37:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:09 Down: 0MB/s / Disk: 0MB/s

(22:37:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:15 Down: 0MB/s / Disk: 0MB/s

(22:37:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:21 Down: 0MB/s / Disk: 0MB/s

(22:37:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:27 Down: 0MB/s / Disk: 0MB/s

(22:37:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:32 Down: 0MB/s / Disk: 0MB/s

(22:37:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:38 Down: 0MB/s / Disk: 0MB/s

(22:37:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:25:50 Down: 0MB/s / Disk: 0MB/s

(22:37:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:01 Down: 0MB/s / Disk: 0MB/s

(22:37:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:07 Down: 0MB/s / Disk: 0MB/s

(22:37:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:13 Down: 0MB/s / Disk: 0MB/s

(22:37:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:24 Down: 0MB/s / Disk: 0MB/s

(22:37:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:30 Down: 0MB/s / Disk: 0MB/s

(22:37:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:36 Down: 0MB/s / Disk: 0MB/s

(22:37:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:41 Down: 0MB/s / Disk: 0MB/s

(22:37:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:53 Down: 0MB/s / Disk: 0MB/s

(22:37:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:37:55) INFO:    [Gog]:              GOG presence set

(22:37:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:26:59 Down: 0MB/s / Disk: 0MB/s

(22:37:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:04 Down: 0MB/s / Disk: 0MB/s

(22:37:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:10 Down: 0MB/s / Disk: 0MB/s

(22:37:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:16 Down: 0MB/s / Disk: 0MB/s

(22:38:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:28 Down: 0MB/s / Disk: 0MB/s

(22:38:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:39 Down: 0MB/s / Disk: 0MB/s

(22:38:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:45 Down: 0MB/s / Disk: 0MB/s

(22:38:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:51 Down: 0MB/s / Disk: 0MB/s

(22:38:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:27:56 Down: 0MB/s / Disk: 0MB/s

(22:38:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:02 Down: 0MB/s / Disk: 0MB/s

(22:38:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:08 Down: 0MB/s / Disk: 0MB/s

(22:38:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:14 Down: 0MB/s / Disk: 0MB/s

(22:38:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:25 Down: 0MB/s / Disk: 0MB/s

(22:38:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:37 Down: 0MB/s / Disk: 0MB/s

(22:38:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:48 Down: 0MB/s / Disk: 0MB/s

(22:38:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:28:54 Down: 0MB/s / Disk: 0MB/s

(22:38:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:00 Down: 0MB/s / Disk: 0MB/s

(22:38:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:23 Down: 0MB/s / Disk: 0MB/s

(22:38:22) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:34 Down: 0MB/s / Disk: 0MB/s

(22:38:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:40 Down: 0MB/s / Disk: 0MB/s

(22:38:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:46 Down: 0MB/s / Disk: 0MB/s

(22:38:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:29:57 Down: 0MB/s / Disk: 0MB/s

(22:38:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:09 Down: 0MB/s / Disk: 0MB/s

(22:38:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:15 Down: 0MB/s / Disk: 0MB/s

(22:38:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:20 Down: 0MB/s / Disk: 0MB/s

(22:38:32) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:32 Down: 0MB/s / Disk: 0MB/s

(22:38:33) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:38 Down: 0MB/s / Disk: 0MB/s

(22:38:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:43 Down: 0MB/s / Disk: 0MB/s

(22:38:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:49 Down: 0MB/s / Disk: 0MB/s

(22:38:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:30:55 Down: 0MB/s / Disk: 0MB/s

(22:38:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:06 Down: 0MB/s / Disk: 0MB/s

(22:38:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:12 Down: 0MB/s / Disk: 0MB/s

(22:38:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:18 Down: 0MB/s / Disk: 0MB/s

(22:38:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:29 Down: 0MB/s / Disk: 0MB/s

(22:38:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:35 Down: 0MB/s / Disk: 0MB/s

(22:38:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:41 Down: 0MB/s / Disk: 0MB/s

(22:38:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:31:58 Down: 0MB/s / Disk: 0MB/s

(22:38:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:32:04 Down: 0MB/s / Disk: 0MB/s

(22:38:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:32:10 Down: 0MB/s / Disk: 0MB/s

(22:38:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:32:16 Down: 0MB/s / Disk: 0MB/s

(22:38:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:32:21 Down: 0MB/s / Disk: 0MB/s

(22:39:00) INFO:    [Gog]:              Abort command "GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US"

(22:39:00) INFO:    [DownloadManager]:  Finished Update of 1347700224

(22:39:00) INFO:    [Frontend]:         Refreshing gog Library

(22:39:01) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 14.81%/4740.05MB/00:32:56 Down: 0MB/s / Disk: 0MB/s

(22:39:01) INFO:    [Backend]:          Stopping Power Saver Blocker

(22:39:01) INFO:    [Gog]:              Getting GOG library

(22:39:01) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:02) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:03) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:04) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:07) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:07) INFO:    [Backend]:          Preventing machine to sleep

(22:39:07) INFO:    [Gog]:              Updating 1347700224: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US

(22:39:07) DEBUG:   [Gog]:              Logging to file "/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1347700224.log"

(22:39:09) WARNING: [Backend]:          No clientId in goggame-1207658964.info file. Cannot resolve save path

(22:39:10) WARNING: [Backend]:          No clientId in goggame-1430392753.info file. Cannot resolve save path

(22:39:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0%/0.00MB/00:00:00 Down: 0.01MB/s / Disk: 0MB/s

(22:39:11) WARNING: [Backend]:          No clientId in goggame-1207664893.info file. Cannot resolve save path

(22:39:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/173.27MB/02:11:10 Down: 177.74MB/s / Disk: 11.73MB/s

(22:39:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:05:34 Down: 3.07MB/s / Disk: 0MB/s

(22:39:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:47:16 Down: 0MB/s / Disk: 0MB/s

(22:39:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/04:28:59 Down: 0MB/s / Disk: 0MB/s

(22:39:16) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/05:10:40 Down: 0MB/s / Disk: 0MB/s

(22:39:17) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/05:52:23 Down: 0MB/s / Disk: 0MB/s

(22:39:18) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/06:34:06 Down: 0MB/s / Disk: 0MB/s

(22:39:19) WARNING: [Backend]:          No clientId in goggame-1207658692.info file. Cannot resolve save path

(22:39:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:15:48 Down: 0MB/s / Disk: 0MB/s

(22:39:20) INFO:    [Gog]:              Saved games data

(22:39:20) WARNING: [Backend]:          listUpdateableGames not implemented on Sideload Library Manager

(22:39:20) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:39:20) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:57:31 Down: 0MB/s / Disk: 0MB/s

(22:39:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/08:39:14 Down: 0MB/s / Disk: 0MB/s

(22:39:25) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/09:20:56 Down: 0MB/s / Disk: 0MB/s

(22:39:26) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:07:47 Down: 0MB/s / Disk: 0MB/s

(22:39:27) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:49:27 Down: 0MB/s / Disk: 0MB/s

(22:39:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/13:31:10 Down: 0MB/s / Disk: 0MB/s

(22:39:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:12:52 Down: 0MB/s / Disk: 0MB/s

(22:39:33) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:54:35 Down: 0MB/s / Disk: 0MB/s

(22:39:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/17:41:25 Down: 0MB/s / Disk: 0MB/s

(22:39:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:04:51 Down: 0MB/s / Disk: 0MB/s

(22:39:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:46:33 Down: 0MB/s / Disk: 0MB/s

(22:39:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/22:33:24 Down: 0MB/s / Disk: 0MB/s

(22:39:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/23:56:49 Down: 0MB/s / Disk: 0MB/s

(22:39:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/24:38:32 Down: 0MB/s / Disk: 0MB/s

(22:39:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/25:20:14 Down: 0MB/s / Disk: 0MB/s

(22:39:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/26:01:56 Down: 0MB/s / Disk: 0MB/s

(22:39:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/26:43:39 Down: 0MB/s / Disk: 0MB/s

(22:39:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/27:25:20 Down: 0MB/s / Disk: 0MB/s

(22:39:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/28:07:03 Down: 0MB/s / Disk: 0MB/s

(22:39:51) INFO:    [Gog]:              Found 5 game(s) to update

(22:39:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/29:30:28 Down: 0MB/s / Disk: 0MB/s

(22:39:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/30:12:11 Down: 0MB/s / Disk: 0MB/s

(22:39:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/30:53:53 Down: 0MB/s / Disk: 0MB/s

(22:39:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/32:17:18 Down: 0MB/s / Disk: 0MB/s

(22:39:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/32:59:01 Down: 0MB/s / Disk: 0MB/s

(22:39:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/33:40:44 Down: 0MB/s / Disk: 0MB/s

(22:40:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/35:04:09 Down: 0MB/s / Disk: 0MB/s

(22:40:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/36:27:32 Down: 0MB/s / Disk: 0MB/s

(22:40:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/37:09:15 Down: 0MB/s / Disk: 0MB/s

(22:40:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/37:50:58 Down: 0MB/s / Disk: 0MB/s

(22:40:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/38:32:40 Down: 0MB/s / Disk: 0MB/s

(22:40:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/39:14:23 Down: 0MB/s / Disk: 0MB/s

(22:40:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/39:56:06 Down: 0MB/s / Disk: 0MB/s

(22:40:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/40:37:49 Down: 0MB/s / Disk: 0MB/s

(22:40:08) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/41:19:32 Down: 0MB/s / Disk: 0MB/s

(22:40:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/42:01:14 Down: 0MB/s / Disk: 0MB/s

(22:40:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/42:42:57 Down: 0MB/s / Disk: 0MB/s

(22:40:11) INFO:    [Gog]:              Abort command "GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US"

(22:40:11) INFO:    [DownloadManager]:  Finished Update of 1347700224

(22:40:11) INFO:    [Frontend]:         Refreshing gog Library

(22:40:12) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/43:24:39 Down: 0MB/s / Disk: 0MB/s

(22:40:12) INFO:    [Backend]:          Stopping Power Saver Blocker

(22:40:12) INFO:    [Gog]:              Getting GOG library

(22:40:12) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:13) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:14) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:14) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:15) WARNING: [Backend]:          No clientId in goggame-1207658964.info file. Cannot resolve save path

(22:40:15) WARNING: [Backend]:          No clientId in goggame-1430392753.info file. Cannot resolve save path

(22:40:15) WARNING: [Backend]:          No clientId in goggame-1207664893.info file. Cannot resolve save path

(22:40:16) WARNING: [Backend]:          No clientId in goggame-1207658692.info file. Cannot resolve save path

(22:40:17) INFO:    [Gog]:              Saved games data

(22:40:17) WARNING: [Backend]:          listUpdateableGames not implemented on Sideload Library Manager

(22:40:17) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:21) INFO:    [Gog]:              Found 5 game(s) to update

(22:40:43) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:40:43) INFO:    [Backend]:          Preventing machine to sleep

(22:40:43) INFO:    [Gog]:              Updating 1347700224: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US

(22:40:43) DEBUG:   [Gog]:              Logging to file "/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1347700224.log"

(22:40:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/0.00MB/00:00:00 Down: 0.01MB/s / Disk: 11.82MB/s

(22:40:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/02:26:04 Down: 8.42MB/s / Disk: 0MB/s

(22:40:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:07:47 Down: 0MB/s / Disk: 0MB/s

(22:40:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:49:30 Down: 0MB/s / Disk: 0MB/s

(22:40:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/04:31:13 Down: 0MB/s / Disk: 0MB/s

(22:40:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/06:36:21 Down: 0MB/s / Disk: 0MB/s

(22:40:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:59:46 Down: 0MB/s / Disk: 0MB/s

(22:40:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/09:23:12 Down: 0MB/s / Disk: 0MB/s

(22:40:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/10:04:54 Down: 0MB/s / Disk: 0MB/s

(22:41:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/10:46:37 Down: 0MB/s / Disk: 0MB/s

(22:41:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/11:28:20 Down: 0MB/s / Disk: 0MB/s

(22:41:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:10:02 Down: 0MB/s / Disk: 0MB/s

(22:41:03) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:51:45 Down: 0MB/s / Disk: 0MB/s

(22:41:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/13:33:28 Down: 0MB/s / Disk: 0MB/s

(22:41:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:15:10 Down: 0MB/s / Disk: 0MB/s

(22:41:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/15:38:36 Down: 0MB/s / Disk: 0MB/s

(22:41:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/17:43:44 Down: 0MB/s / Disk: 0MB/s

(22:41:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/18:25:26 Down: 0MB/s / Disk: 0MB/s

(22:41:12) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:07:09 Down: 0MB/s / Disk: 0MB/s

(22:41:13) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:48:52 Down: 0MB/s / Disk: 0MB/s

(22:41:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/20:30:34 Down: 0MB/s / Disk: 0MB/s

(22:41:16) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/21:53:58 Down: 0MB/s / Disk: 0MB/s

(22:41:17) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/22:35:41 Down: 0MB/s / Disk: 0MB/s

(22:41:18) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/23:17:23 Down: 0MB/s / Disk: 0MB/s

(22:41:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/23:59:05 Down: 0MB/s / Disk: 0MB/s

(22:41:21) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/24:40:48 Down: 0MB/s / Disk: 0MB/s

(22:41:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/26:04:13 Down: 0MB/s / Disk: 0MB/s

(22:41:25) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:41:25) INFO:    [Gog]:              Abort command "GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US"

(22:41:25) INFO:    [DownloadManager]:  Finished Update of 1347700224

(22:41:25) INFO:    [DownloadManager]:  1347700224 added to download manager finished.

(22:41:25) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:41:25) INFO:    [Frontend]:         Refreshing undefined Library

(22:41:25) WARNING: [Backend]:          refresh not implemented on Sideload Library Manager

(22:41:25) INFO:    [Legendary]:        Refreshing library...

(22:41:25) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:25) INFO:    [Backend]:          Stopping Power Saver Blocker

(22:41:25) INFO:    [Gog]:              Getting GOG library

(22:41:25) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:26) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:27) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:28) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:28) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:41:28) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:28) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:41:28) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:28) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:33) WARNING: [Backend]:          No clientId in goggame-1207658964.info file. Cannot resolve save path

(22:41:34) WARNING: [Backend]:          No clientId in goggame-1430392753.info file. Cannot resolve save path

(22:41:35) WARNING: [Backend]:          No clientId in goggame-1207664893.info file. Cannot resolve save path

(22:41:35) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:35) INFO:    [DownloadManager]:  Warhammer 40,000: Rogue Trader  was added to the download queue.

(22:41:35) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:35) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:35) INFO:    [Backend]:          Preventing machine to sleep

(22:41:35) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:35) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:41:36) INFO:    [Gog]:              Updating 1347700224: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US

(22:41:36) DEBUG:   [Gog]:              Logging to file "/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1347700224.log"

(22:41:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/27:27:38 Down: 0.01MB/s / Disk: 0MB/s

(22:41:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/154.80MB/01:29:02 Down: 170.52MB/s / Disk: 11.84MB/s

(22:41:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/02:50:59 Down: 6.6MB/s / Disk: 0MB/s

(22:41:42) WARNING: [Backend]:          No clientId in goggame-1207658692.info file. Cannot resolve save path

(22:41:43) INFO:    [Gog]:              Saved games data

(22:41:43) WARNING: [Backend]:          listUpdateableGames not implemented on Sideload Library Manager

(22:41:43) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:41:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:32:42 Down: 0MB/s / Disk: 0MB/s

(22:41:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/05:37:50 Down: 0MB/s / Disk: 0MB/s

(22:41:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:01:16 Down: 0MB/s / Disk: 0MB/s

(22:41:47) INFO:    [Gog]:              Found 5 game(s) to update

(22:41:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:42:58 Down: 0MB/s / Disk: 0MB/s

(22:41:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/08:24:41 Down: 0MB/s / Disk: 0MB/s

(22:41:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/09:06:24 Down: 0MB/s / Disk: 0MB/s

(22:41:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/10:29:49 Down: 0MB/s / Disk: 0MB/s

(22:41:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/11:11:32 Down: 0MB/s / Disk: 0MB/s

(22:41:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/11:53:14 Down: 0MB/s / Disk: 0MB/s

(22:41:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:34:56 Down: 0MB/s / Disk: 0MB/s

(22:41:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/13:16:39 Down: 0MB/s / Disk: 0MB/s

(22:41:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/13:58:22 Down: 0MB/s / Disk: 0MB/s

(22:41:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:40:02 Down: 0MB/s / Disk: 0MB/s

(22:42:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/15:21:44 Down: 0MB/s / Disk: 0MB/s

(22:42:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/16:45:10 Down: 0MB/s / Disk: 0MB/s

(22:42:05) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:42:05) INFO:    [Gog]:              Abort command "GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US"

(22:42:05) INFO:    [DownloadManager]:  Finished Update of 1347700224

(22:42:05) INFO:    [DownloadManager]:  1347700224 added to download manager finished.

(22:42:05) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:42:05) INFO:    [Frontend]:         Refreshing undefined Library

(22:42:05) WARNING: [Backend]:          refresh not implemented on Sideload Library Manager

(22:42:05) INFO:    [Legendary]:        Refreshing library...

(22:42:05) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:05) INFO:    [Backend]:          Stopping Power Saver Blocker

(22:42:05) INFO:    [Gog]:              Getting GOG library

(22:42:05) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:31:59 Down: 0MB/s / Disk: 0MB/s

(22:42:06) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:07) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:08) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:09) WARNING: [Backend]:          No clientId in goggame-1207658964.info file. Cannot resolve save path

(22:42:09) WARNING: [Backend]:          No clientId in goggame-1430392753.info file. Cannot resolve save path

(22:42:09) WARNING: [Backend]:          No clientId in goggame-1207664893.info file. Cannot resolve save path

(22:42:09) WARNING: [Backend]:          No clientId in goggame-1207658692.info file. Cannot resolve save path

(22:42:10) INFO:    [Gog]:              Saved games data

(22:42:10) WARNING: [Backend]:          listUpdateableGames not implemented on Sideload Library Manager

(22:42:10) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:14) INFO:    [Gog]:              Found 5 game(s) to update

(22:42:21) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:42:21) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:21) INFO:    [ExtraGameInfo]:    Using cached ExtraGameInfo data for Warhammer 40,000 Rogue Trader

(22:42:21) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:21) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:33) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:33) INFO:    [DownloadManager]:  Warhammer 40,000: Rogue Trader  was added to the download queue.

(22:42:33) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:33) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:33) INFO:    [Backend]:          Preventing machine to sleep

(22:42:33) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:33) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:33) INFO:    [Gog]:              Got install info from cache for 1347700224 on windows platform

(22:42:34) INFO:    [Gog]:              Updating 1347700224: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US

(22:42:34) DEBUG:   [Gog]:              Logging to file "/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1347700224.log"

(22:42:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/0.00MB/00:00:00 Down: 0.01MB/s / Disk: 11.98MB/s

(22:42:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/173.27MB/02:11:47 Down: 13.99MB/s / Disk: 0MB/s

(22:42:39) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:00:42 Down: 1.71MB/s / Disk: 0MB/s

(22:42:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/03:42:25 Down: 0MB/s / Disk: 0MB/s

(22:42:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/04:24:08 Down: 0MB/s / Disk: 0MB/s

(22:42:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/05:47:33 Down: 0MB/s / Disk: 0MB/s

(22:42:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/06:29:15 Down: 0MB/s / Disk: 0MB/s

(22:42:45) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:10:57 Down: 0MB/s / Disk: 0MB/s

(22:42:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/07:52:39 Down: 0MB/s / Disk: 0MB/s

(22:42:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/09:16:04 Down: 0MB/s / Disk: 0MB/s

(22:42:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/09:57:45 Down: 0MB/s / Disk: 0MB/s

(22:42:50) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/10:39:28 Down: 0MB/s / Disk: 0MB/s

(22:42:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/11:21:09 Down: 0MB/s / Disk: 0MB/s

(22:42:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:02:51 Down: 0MB/s / Disk: 0MB/s

(22:42:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/12:44:33 Down: 0MB/s / Disk: 0MB/s

(22:42:54) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:42:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/13:26:15 Down: 0MB/s / Disk: 0MB/s

(22:42:55) INFO:    [Gog]:              GOG presence set

(22:42:55) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:07:56 Down: 0MB/s / Disk: 0MB/s

(22:42:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/14:49:38 Down: 0MB/s / Disk: 0MB/s

(22:42:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/15:31:20 Down: 0MB/s / Disk: 0MB/s

(22:42:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/16:13:02 Down: 0MB/s / Disk: 0MB/s

(22:42:59) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/16:54:44 Down: 0MB/s / Disk: 0MB/s

(22:43:00) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/17:36:27 Down: 0MB/s / Disk: 0MB/s

(22:43:01) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/18:18:08 Down: 0MB/s / Disk: 0MB/s

(22:43:02) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/18:59:50 Down: 0MB/s / Disk: 0MB/s

(22:43:04) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/19:41:32 Down: 0MB/s / Disk: 0MB/s

(22:43:05) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/21:04:57 Down: 0MB/s / Disk: 0MB/s

(22:43:06) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/21:46:40 Down: 0MB/s / Disk: 0MB/s

(22:43:07) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/22:28:23 Down: 0MB/s / Disk: 0MB/s

(22:43:08) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/23:10:06 Down: 0MB/s / Disk: 0MB/s

(22:43:09) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/23:51:48 Down: 0MB/s / Disk: 0MB/s

(22:43:10) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/24:33:31 Down: 0MB/s / Disk: 0MB/s

(22:43:11) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/25:15:14 Down: 0MB/s / Disk: 0MB/s

(22:43:14) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/25:56:57 Down: 0MB/s / Disk: 0MB/s

(22:43:15) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/28:02:03 Down: 0MB/s / Disk: 0MB/s

(22:43:16) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/28:43:45 Down: 0MB/s / Disk: 0MB/s

(22:43:19) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/29:25:28 Down: 0MB/s / Disk: 0MB/s

(22:43:23) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/31:30:36 Down: 0MB/s / Disk: 0MB/s

(22:43:24) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/33:35:44 Down: 0MB/s / Disk: 0MB/s

(22:43:26) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/34:17:26 Down: 0MB/s / Disk: 0MB/s

(22:43:28) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/35:40:52 Down: 0MB/s / Disk: 0MB/s

(22:43:29) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/37:04:17 Down: 0MB/s / Disk: 0MB/s

(22:43:31) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/37:46:00 Down: 0MB/s / Disk: 0MB/s

(22:43:34) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/39:09:25 Down: 0MB/s / Disk: 0MB/s

(22:43:35) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/41:14:34 Down: 0MB/s / Disk: 0MB/s

(22:43:36) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/41:56:17 Down: 0MB/s / Disk: 0MB/s

(22:43:37) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/42:38:00 Down: 0MB/s / Disk: 0MB/s

(22:43:38) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/43:19:43 Down: 0MB/s / Disk: 0MB/s

(22:43:40) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/44:01:25 Down: 0MB/s / Disk: 0MB/s

(22:43:41) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/45:24:51 Down: 0MB/s / Disk: 0MB/s

(22:43:42) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/46:06:33 Down: 0MB/s / Disk: 0MB/s

(22:43:43) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/46:48:15 Down: 0MB/s / Disk: 0MB/s

(22:43:44) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/47:29:58 Down: 0MB/s / Disk: 0MB/s

(22:43:46) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/48:11:40 Down: 0MB/s / Disk: 0MB/s

(22:43:47) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/49:35:06 Down: 0MB/s / Disk: 0MB/s

(22:43:48) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/50:16:47 Down: 0MB/s / Disk: 0MB/s

(22:43:49) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/50:58:30 Down: 0MB/s / Disk: 0MB/s

(22:43:51) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/51:40:12 Down: 0MB/s / Disk: 0MB/s

(22:43:52) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/53:03:37 Down: 0MB/s / Disk: 0MB/s

(22:43:53) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/53:45:20 Down: 0MB/s / Disk: 0MB/s

(22:43:54) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/54:27:01 Down: 0MB/s / Disk: 0MB/s

(22:43:56) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/55:08:44 Down: 0MB/s / Disk: 0MB/s

(22:43:57) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/56:32:09 Down: 0MB/s / Disk: 0MB/s

(22:43:57) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:43:57) INFO:    [Gog]:              Abort command "GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json update 1347700224 --platform windows --path "/media/tarsus/Linux Games-SSD/GOG Library" --support /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig/heroic_gogdl/gog-support/1347700224 --skip-dlcs --lang en-US"

(22:43:57) INFO:    [DownloadManager]:  Finished Update of 1347700224

(22:43:57) INFO:    [DownloadManager]:  1347700224 added to download manager finished.

(22:43:57) INFO:    [DownloadManager]:  1347700224 removed from download manager.

(22:43:57) INFO:    [Frontend]:         Refreshing undefined Library

(22:43:57) WARNING: [Backend]:          refresh not implemented on Sideload Library Manager

(22:43:57) INFO:    [Legendary]:        Refreshing library...

(22:43:57) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:43:57) INFO:    [Backend]:          Stopping Power Saver Blocker

(22:43:57) INFO:    [Gog]:              Getting GOG library

(22:43:57) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:43:58) INFO:    [Gog]:              Progress for Warhammer 40,000: Rogue Trader: 0.04%/185.78MB/57:13:51 Down: 0MB/s / Disk: 0MB/s

(22:43:58) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:43:59) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:44:00) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:44:05) WARNING: [Backend]:          No clientId in goggame-1207658964.info file. Cannot resolve save path

(22:44:06) WARNING: [Backend]:          No clientId in goggame-1430392753.info file. Cannot resolve save path

(22:44:07) WARNING: [Backend]:          No clientId in goggame-1207664893.info file. Cannot resolve save path

(22:44:14) WARNING: [Backend]:          No clientId in goggame-1207658692.info file. Cannot resolve save path

(22:44:16) INFO:    [Gog]:              Saved games data

(22:44:16) WARNING: [Backend]:          listUpdateableGames not implemented on Sideload Library Manager

(22:44:16) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json auth

(22:44:28) INFO:    [Gog]:              Found 5 game(s) to update

(22:45:20) INFO:    [Legendary]:        Running command: LEGENDARY_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/legendaryConfig/legendary /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/legendary --version

(22:45:20) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json --version

(22:45:20) INFO:    [Nile]:             Running command: NILE_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/nile_config /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/nile --version

(22:46:31) INFO:    [Legendary]:        Running command: LEGENDARY_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/legendaryConfig/legendary /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/legendary --version

(22:46:31) INFO:    [Gog]:              Running command: GOGDL_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gogdlConfig /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/gogdl --auth-config-path /home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/auth.json --version

(22:46:31) INFO:    [Nile]:             Running command: NILE_CONFIG_PATH=/home/tarsus/.var/app/com.heroicgameslauncher.hgl/config/heroic/nile_config /app/bin/heroic/resources/app.asar.unpacked/build/bin/x64/linux/nile --version


Steps to reproduce

  1. Install the latest version of Heroic Games Launcher from the Zorin App Store (there is only the Flatpak).
  2. Integrate GOG account using Heroic Games Launcher.
  3. Set 2 Installation Paths for the games; 1 into a mechanical HDD and another to a SATA-SSD.
  4. Select one game to install; in this case, Disco Elysium: Director's Cut seems to be the most problematic, both for installing and updating. It doesn't matter if you install into the HDD or SSD.
  5. Click the Downloads tab to the left.
  6. Problem is reproduced if the download speed registers 1 spike, and then nothing else after with no further refreshes.
  7. Launch Resource Monitor. Click the Memory tab to arrange the processes into Descending order; as in from the largest amount to the smallest amount.
  8. If you see a gog-dl process creeping up with an increasing Memory usage, then the problem is reproduced.

Expected behavior

System will start stuttering after 15 to 25 minutes. Afterwards, anywhere from 1 to 5 minutes, the system will freeze with a 1 to 2 second sound looping from what ever may have been playing in the background.

Screenshots

Screenshot from 2024-12-26 20-32-08
Screenshot from 2024-12-26 20-32-32
Screenshot from 2024-12-26 20-33-14
Screenshot from 2024-12-26 20-33-51
Screenshot from 2024-12-26 20-34-38

Heroic Version

Latest Stable

System Information

OS: Zorin OS 17.2 Pro (with Windows 10 Dual boot on the side)
CPU: AMD Ryzen 5950x
GPU: Asrock Taichi Radeon 7900 XTX
RAM: 32 GB DDR4 3600
DISKS: x1 500 GB NVME (Windows 10 Dual boot), x1 256 GB SATA-SSD (Zorin OS 17,2 Pro Dual boot), x1 20 TB SATA-HDD (Windows Game Storage), x1 2TB SATA-SSD (Zorin OS game storage), x1 2TB SATA-HDD (Zorin OS game storage)

Additional information

I ran the Heroic Games Launcher using the Terminal, and saw that there were 5 games needing an update through GOG (this included Disco Elysium). There are other games that seem to be problematic when installing/downloading and updating. I will list these games as soon as I find out which ones (the terminal merely displayed that there were 5 games needing updates, but did not display which games).

@TarsusEndri TarsusEndri added the bug:unconfirmed Someone works on identifying the issue label Dec 27, 2024
@TarsusEndri
Copy link
Author

In the last screenshot, I manually killed the "gog-dl" process in another session, and that seemed to prevent the stuttering and freezing from happening. Screenshots 1 through 4 were in from the testing session to duplicate this problem and indeed resulted in a freeze.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:unconfirmed Someone works on identifying the issue
Projects
None yet
Development

No branches or pull requests

1 participant