valentina_0.6.0a-20180212204027_64bit-OSX.dmg corrupted

Issue #809 closed
Former user created an issue

After downloading valentina_0.6.0a-20180212204027_64bit-OSX.dmg and mounting the image, I transferred the .app bundle to /Applications the usual way (dragging to the Applications symlink within the dmg).

When trying to start it, MacOS HighSierra (10.13.3 (17D47)) informed me that the application is corrupt and that I should move it to trash.

When trying to run from the DMG, it advised similarly, only this time it suggested to move the actual dmg to trash.

I've been successfully using earler versions of valentina 0.6 branch. I am currently back on the 2aaffd0 (Tue Jan 23 2018 01:25:26) restored from backups.

Comments (12)

  1. Roman Telezhynskyi repo owner

    Can you try to run Valentina from terminal? Maybe we could get an error message.

  2. Former user Account Deleted reporter

    It runs fine from command line:

    $ ./Valentina
    Checked locale: "en_GB"
    DEBUG:Clearing old logs
    DEBUG:Version: "0.6.0.0a"
    DEBUG:Build revision: Git:c9abc05
    DEBUG:"Based on Qt 5.10.0 (Clang 8.1 (Apple), 64 bit)"
    DEBUG:Built on Feb 12 2018 at 17:58:47
    DEBUG:Command-line arguments: ("./Valentina")
    DEBUG:Process ID: 46732
    DEBUG:Checked locale: "en_US"
    DEBUG:Initialization property browser.
    DEBUG:Initialization groups dock.
    DEBUG:Can't get tag Groups.
    DEBUG:Updating recent file actions.
    DEBUG:Autosaving each 1 minutes.
    DEBUG:Reading settings.
    DEBUG:Set current name to ""
    DEBUG:Closing main window
    DEBUG:Show draw scene
    DEBUG:File  closed correct.
    DEBUG:Canceling tool.
    DEBUG:Dialog closed.
    DEBUG:Application closing.
    

    Problematic only when using:

    $ open Valentina.app
    

    or double-clicking on the icon.

    No error message on command line, only the attached error window [1].

  3. Roman Telezhynskyi repo owner

    Okay. Looks like i need to install MacOS HighSierra because the bundle works for me.

  4. Former user Account Deleted reporter

    I can provide remote login off-list for testing (tomorrow). It's a dedicated dev mac mini.

  5. Former user Account Deleted reporter

    That works. valentina-osx-c9abc051e13a3ff2baaa9504b73374480d8d6150.tar.gz to be precise.

  6. Former user Account Deleted reporter
    $ diff -ur Valentina.app-BROKEN Valentina.app|grep ^Only
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtConcurrent.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtConcurrent.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtCore.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtCore.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtGui.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtGui.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtNetwork.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtNetwork.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtPrintSupport.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtPrintSupport.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtSvg.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtSvg.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtWidgets.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtWidgets.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtXml.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtXml.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtXmlPatterns.framework/Versions/5: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Frameworks/QtXmlPatterns.framework/Versions/Current: _CodeSignature
    Only in Valentina.app-BROKEN/Contents/Resources: VERSION
    Only in Valentina.app-BROKEN/Contents: _CodeSignature
    
  7. Roman Telezhynskyi repo owner

    Apparently this is issue with signing a bundle. Looks like using Finder before signing to tweak insides of a bundle is not good idea. Please, download updated version and tell me if you still encounter the error.

  8. Former user Account Deleted reporter

    That works, the new bundle opens as expected.

    There's a performance regression but I'll open another bug for that. This one can be closed.

    Thank you!

  9. Log in to comment