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

Repairing Epic games currently does not work #3163

Closed
CommandMC opened this issue Oct 27, 2023 · 1 comment
Closed

Repairing Epic games currently does not work #3163

CommandMC opened this issue Oct 27, 2023 · 1 comment
Labels
bug:confirmed Something isn't working.

Comments

@CommandMC
Copy link
Collaborator

Describe the bug

Repairing Epic games will quit instantly, without actually repairing. This is caused by this switch case:

case 'update':
case 'info':
case 'sync-saves':
case 'uninstall':

missing the "repair" case

Add logs

Reported by a user on Discord
Relevant part of <AppName.log>:

usage: legendary install <App Name> [options]
legendary install: error: the following arguments are required: <App Name>

Steps to reproduce

  1. Go to a game's page
  2. Try to repair it
  3. See error

Expected behavior

Well, repairing should work

Screenshots

No response

Heroic Version

Latest Stable

System Information

N/A

Additional information

No response

@CommandMC CommandMC added bug:unconfirmed Someone works on identifying the issue bug:confirmed Something isn't working. and removed bug:unconfirmed Someone works on identifying the issue labels Oct 27, 2023
@arielj
Copy link
Collaborator

arielj commented Oct 28, 2023

fixed by #3165

@arielj arielj closed this as completed Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:confirmed Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants
@arielj @CommandMC and others