2

I opened up Tor, and was told that my browser was outdated. I downloaded the new version and copied over the original. Now I receive this very vague error: (See screenshot.)

The application "TorBrowser" can't be opened.

I've reinstalled, rebooted, checked sys prefs to allow for execution of any app, etc.

enter image description here

Jobiwan
  • 3,685
  • 2
  • 19
  • 31
That1guyoverthr
  • 123
  • 1
  • 3

3 Answers3

1

Put the TorBrowser.app into your /Users/xxxx/Applications folder and it should work fine. This will be easier than messing with the Group ID.

Eric
  • 11
  • 1
0

You can open Torbrowser without sudo (running a web browser as root is a bad idea), but you have to invoke it explicitly:

cd /Applications/TorBrowser.app/Contents/MacOS
./firefox
mikemaccana
  • 103
  • 4
-1

I had the same problem. You can open it with the following in the terminal: open /Applications/TorBrowser.app/Contents/MacOS/firefox

Dylan
  • 114