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

Error when going to the store while a game is extracting #994

Open
nyghtstalker opened this issue Aug 2, 2024 · 0 comments
Open

Error when going to the store while a game is extracting #994

nyghtstalker opened this issue Aug 2, 2024 · 0 comments
Labels
Severity: 3 - Low Minimal impact, typically cosmetic issues or minor bugs affecting a few users.

Comments

@nyghtstalker
Copy link

Describe the bug

While a game is extracting if the user goes to the store it will result in an error

Add logs


(10:59:52) INFO:    [Legendary]:        Checking if EOS Overlay is enabled: XDG_CONFIG_HOME=C:\Users\Joe\AppData\Roaming\hyperplay\legendaryConfig powershell Start-Process "`"C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"eos-overlay`"","`"info`""

(10:59:52) INFO:    [Backend]:          Spawned legendary with PID 15332

(10:59:54) INFO:    [Backend]:          Creating abort controller for legendary-version

(10:59:54) INFO:    [Legendary]:        Running command: XDG_CONFIG_HOME=C:\Users\Joe\AppData\Roaming\hyperplay\legendaryConfig powershell Start-Process "`"C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"--version`""

(10:59:54) INFO:    [Backend]:          Creating abort controller for gogdl-version

(10:59:54) INFO:    [Gog]:              Running command: C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\gogdl --auth-config-path C:\Users\Joe\AppData\Roaming\hyperplay\gog_store\auth.json --version

(10:59:54) WARNING: [Backend]:          Killing all processes spawned by PID 14648

(10:59:54) INFO:    [Backend]:          Deleting abort controller for gogdl-version

(10:59:54) INFO:    [Backend]:          Deleting abort controller for gogdl-version

(10:59:55) INFO:    [Backend]:          Aborting 98bc04bc842e4906993fd6d6644ffb8d

(10:59:55) INFO:    [Backend]:          Aborted 98bc04bc842e4906993fd6d6644ffb8d

(10:59:55) WARNING: [Backend]:          Killing all processes spawned by PID 15332

(10:59:55) INFO:    [Legendary]:        Abort command "XDG_CONFIG_HOME=C:\Users\Joe\AppData\Roaming\hyperplay\legendaryConfig powershell Start-Process "`"C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"eos-overlay`"","`"info`"""

(10:59:55) WARNING: [Backend]:          Killing all processes spawned by PID 15332

(10:59:55) INFO:    [Backend]:          Deleting abort controller for 98bc04bc842e4906993fd6d6644ffb8d

(10:59:55) INFO:    [Backend]:          Creating abort controller for 98bc04bc842e4906993fd6d6644ffb8d

(10:59:55) INFO:    [Legendary]:        Checking if EOS Overlay is enabled: XDG_CONFIG_HOME=C:\Users\Joe\AppData\Roaming\hyperplay\legendaryConfig powershell Start-Process "`"C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"eos-overlay`"","`"info`""

(10:59:55) INFO:    [Backend]:          Spawned legendary with PID 23480

(10:59:55) WARNING: [Backend]:          Killing all processes spawned by PID 15332

(10:59:55) WARNING: [Backend]:          Killing all processes spawned by PID 18148

(10:59:55) INFO:    [Backend]:          Deleting abort controller for legendary-version

(10:59:55) INFO:    [Backend]:          Deleting abort controller for legendary-version

(10:59:56) ERROR:   [Backend]:          Error stopping process with PID 14648: Stop-Process : Cannot find a process with the process identifier 14648.

At line:1 char:1

+ Stop-Process -Id 14648 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (14648:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:56) INFO:    [Backend]:          Successfully stopped process with PID: 14648

(10:59:57) ERROR:   [Backend]:          Error stopping process with PID 15332: Stop-Process : Cannot find a process with the process identifier 15332.

At line:1 char:1

+ Stop-Process -Id 15332 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (15332:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:57) INFO:    [Backend]:          Successfully stopped process with PID: 15332

(10:59:57) ERROR:   [Backend]:          Error stopping process with PID 15332: Stop-Process : Cannot find a process with the process identifier 15332.

At line:1 char:1

+ Stop-Process -Id 15332 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (15332:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:57) INFO:    [Backend]:          Successfully stopped process with PID: 15332

(10:59:57) ERROR:   [Backend]:          Error stopping process with PID 15332: Stop-Process : Cannot find a process with the process identifier 15332.

At line:1 char:1

+ Stop-Process -Id 15332 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (15332:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:57) INFO:    [Backend]:          Successfully stopped process with PID: 15332

(10:59:57) ERROR:   [Backend]:          Error stopping process with PID 18148: Stop-Process : Cannot find a process with the process identifier 18148.

At line:1 char:1

+ Stop-Process -Id 18148 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (18148:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:57) INFO:    [Backend]:          Successfully stopped process with PID: 18148

(10:59:57) INFO:    [Backend]:          Aborting 98bc04bc842e4906993fd6d6644ffb8d

(10:59:57) INFO:    [Backend]:          Aborted 98bc04bc842e4906993fd6d6644ffb8d

(10:59:57) WARNING: [Backend]:          Killing all processes spawned by PID 23480

(10:59:57) INFO:    [Legendary]:        Abort command "XDG_CONFIG_HOME=C:\Users\Joe\AppData\Roaming\hyperplay\legendaryConfig powershell Start-Process "`"C:\Users\Joe\AppData\Local\Programs\hyperplay\resources\app.asar.unpacked\build\bin\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"eos-overlay`"","`"info`"""

(10:59:57) WARNING: [Backend]:          Killing all processes spawned by PID 23480

(10:59:57) INFO:    [Backend]:          Deleting abort controller for 98bc04bc842e4906993fd6d6644ffb8d

(10:59:57) WARNING: [Backend]:          Killing all processes spawned by PID 23480

(10:59:59) ERROR:   [Backend]:          Error stopping process with PID 23480: Stop-Process : Cannot find a process with the process identifier 23480.

At line:1 char:1

+ Stop-Process -Id 23480 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (23480:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:59) INFO:    [Backend]:          Successfully stopped process with PID: 23480

(10:59:59) ERROR:   [Backend]:          Error stopping process with PID 23480: Stop-Process : Cannot find a process with the process identifier 23480.

At line:1 char:1

+ Stop-Process -Id 23480 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (23480:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:59) INFO:    [Backend]:          Successfully stopped process with PID: 23480

(10:59:59) ERROR:   [Backend]:          Error stopping process with PID 23480: Stop-Process : Cannot find a process with the process identifier 23480.

At line:1 char:1

+ Stop-Process -Id 23480 -Force

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (23480:Int32) [Stop-Process], ProcessCommandException

    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand

 

(10:59:59) INFO:    [Backend]:          Successfully stopped process with PID: 23480

Steps to reproduce

  1. Download any game (preferably a larger one so it takes longer to extract)
  2. Wait for it to finish downloading and start extracting
  3. While it is extracting go to the store
  4. Observe error

Expected behavior

The user should still be able to go to the store while a game is extracting

Screenshots

image

hyperplay Version

Latest Stable

System Information

  • Windows 10
  • hyperplay Version 0.17.3

Additional information

No response

@nyghtstalker nyghtstalker added Type: Bug Severity: 3 - Low Minimal impact, typically cosmetic issues or minor bugs affecting a few users. labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity: 3 - Low Minimal impact, typically cosmetic issues or minor bugs affecting a few users.
Projects
None yet
Development

No branches or pull requests

2 participants