Toolbox fails to launch on macOS Sierra
See original GitHub issueI downloaded v1.5.3, opened the archive, and double-clicked on TLA+ Toolbox.app
. The splash came up, but then I received an error alert referring me to a logfile, the contents of which are here.
I should note that the path noted in the log does not actually exist.
/var/folders/7f/7vr9hv5j35zd_0k42n8m4xhw0000gs/T/AppTranslocation/C0F121AC-80E0-4D2B-B2D6-BD2E6600F10F/d/TLA+ Toolbox.app/Contents/MacOS
exists, but that directory only contains a toolbox
directory. There is no workspace
directory.
Workaround: Launching the app from my console via /Applications/TLA+\ Toolbox.app/Contents/MacOS/toolbox
does launch the program, however.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:22 (7 by maintainers)
Top Results From Across the Web
Toolbox stopped working after update to 1.22.10685 : TBX-7018
I'm on High Sierra 10.13.6 (iMac mid 2010). Can not update to 10.4 !
Read more >Toolbox will not launch - Parallels Forums
1. Terminate Parallels Toolbox process via Activity Monitor · 2. Use the following in Terminal: rm -rf ~/Library/Application Support/com.
Read more >macOS Sierra Not Working, How-To fix Common Problems
Mac Will Not Start after macOS Sierra Update · Restart your Mac and hold down Command, Option, P and R keys to reset...
Read more >Studio crashes when trying to render the Toolbox on MacOS ...
Studio crashes when trying to render the Toolbox on MacOS High Sierra ... As I just now discovered, Graphics being enabled was not...
Read more >Problems running Docker Toolbox on Apple Mac
Apple Mac Pro (Early 2009 - Firmware upgraded from 4.1 to 5.1) macOS 10.12.6 Sierra Docker Toolbox Docker version 17.07.0-ce, build 8784753 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You need to remove the quarantine flag from the directory, you can do it with:
xattr -dr com.apple.quarantine TLA+\ Toolbox.app
@jasonkrasavage Below is how it is done on Linux which is almost identical to macOS.