Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved What does the error "[qrc_qml.o] Error 1" mean?

    General and Desktop
    2
    6
    943
    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.
    • G
      GoldRatio last edited by

      I was working on a project when suddenly the error I described above started appearing. This is the only thing that is even coming out of the output. Any help on the subject would be greatly appreciated

      1 Reply Last reply Reply Quote 1
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        For images, this really useful message means a res file reference a file it cannot find.
        Try right click your res file in project tree and select Remove missing files
        alt text

        1 Reply Last reply Reply Quote 1
        • G
          GoldRatio last edited by

          I found the problem. Apparently, I'm out of virtual memory and Ubuntu can't allocate memory. Should've looked a little bit harder. Thanks anyway. I can't respond for 10 minutes cause I don't have any reputation

          mrjj 1 Reply Last reply Reply Quote 1
          • mrjj
            mrjj Lifetime Qt Champion @GoldRatio last edited by

            @GoldRatio
            Ah so it didn't write the file. and hence cant find it.

            1 Reply Last reply Reply Quote 0
            • G
              GoldRatio last edited by

              @mrjj How do I make more virtual memory available? Sorry, this may be a dumb question but I don't understand how to make more memory available to be allocated.

              mrjj 1 Reply Last reply Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion @GoldRatio last edited by mrjj

                @GoldRatio
                Hi
                Its normally allocated via the swap partition.
                You have to check if you can expand that.
                is it real pc or virtual machine ?

                https://help.ubuntu.com/community/SwapFaq

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