Open Combatresearch opened 1 week ago
Restart your machine and start Ginger. This is the simplest solution, and it will work.
If you run another software that starts the Tor process in the background (e.g., another Ginger instance or Wasabi), the current software won't be able to start the Tor process again because it is already running. This will result in the error message you encountered.
This issue may also occur if:
While you can use both software, they cannot run simultaneously. To address this:
By default, when you close the software, it will continue to run in the background. To shut down the software entirely:
Exception type: System.NotSupportedException
Message: Tor was started by another user and we can't use it nor kill it.
Stack Trace: at WalletWasabi.Tor.TorProcessManager.RestartingLoopForBundledTorAsync(CancellationToken globalCancellationToken) at WalletWasabi.Daemon.Global.DisposeAsync() at WalletWasabi.Fluent.Desktop.WasabiAppExtensions.RunAsGuiAsync(WasabiApplication app) at WalletWasabi.Fluent.Desktop.Program.Main(String[] args)
Inner Exception: Exception type: WalletWasabi.Tor.Control.Exceptions.TorControlException
Message: Cookie file does not exist.
Stack Trace: at WalletWasabi.Tor.TorProcessManager.InitTorControlAsync(CancellationToken token) at WalletWasabi.Tor.TorProcessManager.RestartingLoopForBundledTorAsync(CancellationToken globalCancellationToken)
Inner Exception: