BoBoBaSs84 / BB84.SAU

The "Steam Achievement Unlocker" or "SAU" offers the possibility to unlock Steam achievements that are no longer available, for example through online challenges.
MIT License
4 stars 1 forks source link

Can not change game #38

Open Probotus opened 1 month ago

Probotus commented 1 month ago

Describe the bug It is not possible to change the game. It is only possible to use a different game after restarting the application.

To Reproduce Steps to reproduce the behavior:

  1. Select a game
  2. Unlock achievement
  3. Select another game
  4. See error

Expected behavior It should be possible to change the game.

Desktop (please complete the following information):

Additional context It seems that the steam API process is still running. See the steam client.

BoBoBaSs84 commented 1 month ago

The problem seems to be in the .NET SDK wrapper. I could not find an error in the application logic which should prevent a shutdown of the API. It is really the case that the API only disconnects from the Steam Client when the main process is terminated.