• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] auto re-open Isadora on crash when computer does not crash

    How To... ?
    installation
    2
    5
    218
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • postl
      postl last edited by Woland

      Hi all,
      I would like to set up an Isadora file to automatically re-open when Isadora crashes, but the computer does not crash (on a mac). I saw this post from 2012:    https://community.troikatronix...
      Is this still the best way to do it with Isadora 4 and Sequoia?
      Thank you!

      @POSTL ---> running: OSX 15.3 (Sequoia), MackBookPro18,2 (16-inch, 2021), Apple M1 Max, 64 GB ram | located in Ohio, USA.

      Woland 1 Reply Last reply Reply Quote 1
      • Woland
        Woland Tech Staff @postl last edited by Woland

        @postl

        Yeah, basically. Here's a slightly different version that lets you set the application name while making the restart application yourself (in case you edit the name of the application to include the version name, or if you're using "Isadora USB Key" instead of "Isadora"):


        Step 1: Create the AppleScript

        1. Open Script Editor (⌘ + Space → Type "Script Editor" → Enter).
        2. Click File > New.
        3. Copy and paste this AppleScript:
          property appName : "Isadora" -- Set the application name here
          on idle
              tell application "System Events"
                  set isRunning to (count of (every process whose name is appName)) > 0
              end tell
              if isRunning is false then
                  tell application appName to activate
              end if
              return 5 -- Check every 5 seconds
          end idle
          
        4. Click File > Save.
          • Choose a name (e.g., Re-Open Isadora.app).
          • Set File Format to Application.
          • Enable Stay open after run handler.
          • Save it to your Applications folder (or another preferred location).

        Step 2: Grant Accessibility & Automation Permissions

        2A. Grant Accessibility Permissions

        1. Open System Settings.
        2. Go to Privacy & Security > Accessibility.
        3. Click + (Add).
        4. Navigate to where you saved your script application (Re-Open Isadora.app).
        5. Select it and click Open.
        6. Make sure the toggle next to it is ON.

        2B. Grant Automation Permissions

        1. Run the script once (double-click the .app file).
        2. macOS will prompt you to grant permissions to "System Events".
        3. Click OK.
        4. If the permission prompt does not appear:
          • Open System Settings > Privacy & Security > Automation.
          • Find "Re-Open Isadora" in the list.
          • Ensure it has permission to control System Events.

        Step 3: Set the Script to Launch at Login

        To have the script automatically start when you log in:

        1. Open System Settings.
        2. Go to General > Login Items.
        3. Click the + (Add) button.
        4. Navigate to the location where you saved Re-Open Isadora.app.
        5. Select it and click Open.
        6. Ensure the toggle next to it is ON.

        Step 4: Test & Verify

        1. Quit Isadora if it is running.
        2. Run Re-Open Isadora.app manually to check if it starts Isadora.
        3. Close Isadora again—within 5 seconds, it should automatically reopen.
        4. Restart your Mac to confirm it launches at login.

        TroikaTronix Technical Support
        New Support Ticket: https://support.troikatronix.com/support/tickets/new
        Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
        Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
        Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

        | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

        postl 2 Replies Last reply Reply Quote 4
        • postl
          postl @Woland last edited by

          @woland

          Thank you! I will give this a try. Much appreciated!

          @POSTL ---> running: OSX 15.3 (Sequoia), MackBookPro18,2 (16-inch, 2021), Apple M1 Max, 64 GB ram | located in Ohio, USA.

          Woland 1 Reply Last reply Reply Quote 1
          • postl
            postl @Woland last edited by

            @woland

            Works! Thank you again.

            @POSTL ---> running: OSX 15.3 (Sequoia), MackBookPro18,2 (16-inch, 2021), Apple M1 Max, 64 GB ram | located in Ohio, USA.

            1 Reply Last reply Reply Quote 1
            • Woland
              Woland Tech Staff @postl last edited by

              @postl

              I just turned this into an Add-On: https://troikatronix.com/add-ons/auto-re-launch-isadora-macos-applescript-for-installations/

              It's basically the exact same as what I have here but I also provided the link to my macOS Isadora Production Computer Setup Guide

              TroikaTronix Technical Support
              New Support Ticket: https://support.troikatronix.com/support/tickets/new
              Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
              Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

              | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

              1 Reply Last reply Reply Quote 3
              • First post
                Last post