Cyberpunk 2077 (epic): update stuck at 0%
I have a very interesting issue where the new 2.11 update asks for user input and can't proceed. Here is the log extract:
Anyone know how to get this to continue?
9 Replies
rival-black•16mo ago
you would have to run this through terminal (with LEGENDARY_CONFIG_PATH env variable)
i think that's the easiest and best way to resolve this
i have never seen this message before, so it might be a rare one
plain-purpleOP•16mo ago
thanks for the reply... I assume I have to run this (after setting the env variable):
/app/bin/heroic/resources/app.asar.unpacked/build/bin/linux/legendary update Ginger -y
but do you know where that is relative to the Flatpack install?like-gold•16mo ago
Access flatpak container with bash:
flatpak run --command=bash com.heroicgameslauncher.hgl
Then do
legendary update Ginger -y
rival-black•16mo ago
didn't notice that it was flatpak whoops
plain-purpleOP•16mo ago
oh ok... didn't know you can enter the flatpack container like that... but now I get this error even though I'm logged in to Epic in the Heroic launcher:
I figured it out... I just had to run
legendary auth
from within the container, apparently they don't share credentials
thanks for the help! it's updating now 🥳
yeah sooo... I celebrated way too soon... it appears that Heroic hasn't picked up on the fact that the update happened from the CLI and it's still stuck updating the game
which makes me wonder... what got updated from the CLI? Did I re-download the whole game again?correct-apricot•16mo ago
plain-purpleOP•16mo ago
yeah it turns out it re-downloaded the whole game in the Flatpack folder (as in the applications specific folder under
~/.var/app
)rival-black•16mo ago
they should share credentials
you need the LEGENDARY_CONFIG_PATH env that i was talking about earlier
plain-purpleOP•16mo ago
well too late for that... I had to manually remove it from the
installed.json
config file since Heroic would keep trying to update it even though I told it to uninstall the game and also manually deleted the files... now I'm re-installing it
well for posterity, if anyone stumbles onto this issue in the future... the correct order of operations was:
Access flatpak container with bash:
flatpak run --command=bash com.heroicgameslauncher.hgl
Set the environment variable for legendary config (replace <user> with your user):
LEGENDARY_CONFIG_PATH=/home/<user>/config/heroic/legendaryConfig/legendary
Then do
legendary update Ginger -y