talonvoice / talon

Issue Tracker for the main Talon app
85 stars 0 forks source link

Reinstalling Talon while it's running on Windows, with Start on Login, can cause a weird state #377

Open lunixbochs opened 3 years ago

lunixbochs commented 3 years ago
  1. Install Talon with the installer
  2. Run Talon
  3. Enable Start on Login
  4. Install Talon with the installer a second time, skip the files with permission errors
  5. Restart Talon, now it's running but in a broken state.
  6. Try to install Talon a third time, it still shows permission errors.
  7. Try to restart your computer, Talon runs on login and enters the broken state from (5)
  8. Try to install Talon, it still shows permission errors.
lunixbochs commented 3 years ago

If you run into this, you should:

  1. Open an Admin command prompt (or admin powershell). You can do this by pressing Windows Key + X and selecting it from the menu.
  2. Run taskkill /f /im talon.exe
  3. Run taskkill /f /im talon_console.exe
  4. Install Talon immediately at this point. Do not restart your machine before installing Talon.