question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Toolbox fails to launch on macOS Sierra

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:22 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
enriquefynncommented, Jun 16, 2017

You need to remove the quarantine flag from the directory, you can do it with: xattr -dr com.apple.quarantine TLA+\ Toolbox.app

1reaction
lemmycommented, Nov 11, 2018

@jasonkrasavage Below is how it is done on Linux which is almost identical to macOS.

-startup
plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.800.v20180827-1352
--launcher.defaultAction
openFile
-name
TLA+ Toolbox
--launcher.GTK_version
2
-vm
/usr/lib/jvm/java-8-oracle/bin/
-vmargs
--add-modules=java.se.ee
-XX:+IgnoreUnrecognizedVMOptions
-Xmx1000m
-Dorg.eclipse.equinox.http.jetty.http.port=10996
-Dosgi.splashPath=platform:/base/
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/.tlaplus/
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found