Adobe Zii Issues (Fix)

Discussion in 'Help' started by Hovis Brown, 13 Jul 2019.

  1. Hovis Brown

    Hovis Brown Gold Nova

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    377
    Likes Received:
    5,095
    Trophy Points:
    234
    As of the 12th of July, Apple has stopped signing the certificate for TNT patches. This means that Adobe Zii will most likely crash (although 4.3.7 still seems to load). 4.3.8 is dead.

    If you want a workaround to the signing issue, do the following:

    1) Open Terminal and type (where name.app is the location of the Zii patcher)
    2) codesign --force --deep --sign - /Applications/name.app

    that should fix the signing issue and Zii will open.

    easiest way to get the location of Zii is typing in codesign --force --deep --sign - and dragging the Zii file into the terminal.

    Not sure if this will be of help, but thought i'd share it. Grenice, as always, is on it to make my suggestions even more coherent.

    PS: This will also work for any TNT-based software such as Downie, etc.
     
    Last edited: 14 Jul 2019
    puppetwarp likes this.
  2. puppetwarp

    puppetwarp Gold Nova

    No Limit
    Joined:
    16 Feb 2018
    Messages:
    1,510
    Likes Received:
    5,271
    Trophy Points:
    10
    So its Apple that are the problem.
    My Adobe stopped working on the 12th July...tried the new 4.3.8 and would not run...thanks to you I tried the 4.3.7 patch and everything is up and running again....brilliant stuff.
    Do you think this is a temporary thing and that Apple will eventually kill this one too?
     
  3. Hovis Brown

    Hovis Brown Gold Nova

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    377
    Likes Received:
    5,095
    Trophy Points:
    234
    i think TNT will probably make changes that will circumvent Apple's code signature issue. I've also discovered that other software that TNT has been involved in is also not loading. using the Terminal method directly on the programme will sort that out as well.

    As the code signature is signed by the user on their laptop, it should be fine.
     
  4. grenice

    grenice Legendary Master

    Lifetime Gold Gold Member No Limit
    Joined:
    25 Jul 2018
    Messages:
    2,316
    Likes Received:
    32,940
    Trophy Points:
    2,807
    Two parameters are responsable for this. Gatekeeper which involves codesign-ing and SIP (System Integrity Protection) to codesign apps properly you could use script in my signature or the command above:

    eg.

    Code:
    sudo codesign -f -s - /Applications/VideoProc.app --deep
    Replace the app needed by dragging into terminal.
     
  5. grenice

    grenice Legendary Master

    Lifetime Gold Gold Member No Limit
    Joined:
    25 Jul 2018
    Messages:
    2,316
    Likes Received:
    32,940
    Trophy Points:
    2,807
    LE: To be able to codesign apps you have to install xcode command line tools.
    Open up terminal and type: xcode-select --install.
    Thats it!

    Xcode is not needed for this, command line tools are enough.
     
  6. grenice

    grenice Legendary Master

    Lifetime Gold Gold Member No Limit
    Joined:
    25 Jul 2018
    Messages:
    2,316
    Likes Received:
    32,940
    Trophy Points:
    2,807

    Download CodeSigner 0.9.3 beta 4
    Password => 6iKpu6p7V5Coh4eM0d7s
     
    puppetwarp likes this.
  7. puppetwarp

    puppetwarp Gold Nova

    No Limit
    Joined:
    16 Feb 2018
    Messages:
    1,510
    Likes Received:
    5,271
    Trophy Points:
    10
    Hi Grenice....its wonderful to have Hovis Brown and your good self looking after all of our IT issues.
    Ok so download this and do what?
    what does it do?
     
  8. grenice

    grenice Legendary Master

    Lifetime Gold Gold Member No Limit
    Joined:
    25 Jul 2018
    Messages:
    2,316
    Likes Received:
    32,940
    Trophy Points:
    2,807
    Read the quote and follow instructions.
    Seems 4.3.8 has some issues. It crashes Photoshop. Reverted back and code-signed 4.3.7. All good!
     
    puppetwarp likes this.
Top