Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Uncompress problem with quazip
Forum Updated to NodeBB v4.3 + New Features

Uncompress problem with quazip

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.2k Views 1 Watching
  • 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.
  • B Offline
    B Offline
    birmacher
    wrote on last edited by
    #1

    Hello,

    I'm trying to uncompress a compressed .app under mac, with quazip. The .zip is downloaded from the internet.
    After decompressing the zip, i get the app, but I cannot make it to start.
    Going inside the app's content (Show package contents), under the MacOS directory, where the executable file is. There is normally an executable file, but after the decompression the file is associated with TextEdit (not with the terminal), and cannot be run. It says it's a document.

    What can be the problem? I don't think that I should remove it from the quarantine, because the built in decompressor do it's job, and the app is also runnable.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      birmacher
      wrote on last edited by
      #2

      It turned out that after starting the application, the launcher service fails with error:

      LSOpenURLsWithRole() failed with error -10810 for the file.
      10810 says - An unknown error has occurred.

      I was able to solve the problem with giving executable rights to the app with the following command:
      chmod -R +x app/path

      Also I don't really understand why do I need to call this on the app, while the built in uncompressor gives a runnable program.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        Sorry, this is not an Qt issue. You should ask the folks at http://quazip.sourceforge.net for some support. A quick look shows that they did not any tests on Mac OS X yet - I'm sure they love to hear from your experiences.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved