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. Insufficient memory (case 4)
Forum Updated to NodeBB v4.3 + New Features

Insufficient memory (case 4)

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 4 Posters 686 Views 2 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.
  • Thank YouT Offline
    Thank YouT Offline
    Thank You
    wrote on last edited by Thank You
    #1

    Can anyone explain what is the cause of
    Insufficient memory (case 4) when I compile application
    error??
    I searched in google but those were on different language like PHP or others.
    It is related with image but What can I solve it.

    Let's make QT free or It will go forever

    TRUE AND FALSE <3

    JonBJ 1 Reply Last reply
    0
    • Thank YouT Thank You

      Can anyone explain what is the cause of
      Insufficient memory (case 4) when I compile application
      error??
      I searched in google but those were on different language like PHP or others.
      It is related with image but What can I solve it.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Thank-You
      You should state when this happens to you? When running an app of yours? When you do something? Qt Creator? Compiler? Something else? Or should we guess?

      Something to do with JPEGs? Did you try Googling for it before asking?

      Thank YouT 1 Reply Last reply
      3
      • JonBJ JonB

        @Thank-You
        You should state when this happens to you? When running an app of yours? When you do something? Qt Creator? Compiler? Something else? Or should we guess?

        Something to do with JPEGs? Did you try Googling for it before asking?

        Thank YouT Offline
        Thank YouT Offline
        Thank You
        wrote on last edited by
        #3

        @JonB Yup I searched but i didn't find it QT specific

        Let's make QT free or It will go forever

        TRUE AND FALSE <3

        jsulmJ 1 Reply Last reply
        0
        • Thank YouT Thank You

          @JonB Yup I searched but i didn't find it QT specific

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Thank-You What about other questions @JonB asked?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          Thank YouT 1 Reply Last reply
          1
          • jsulmJ jsulm

            @Thank-You What about other questions @JonB asked?

            Thank YouT Offline
            Thank YouT Offline
            Thank You
            wrote on last edited by
            #5

            @jsulm @JonB
            Yes when running the application, I inserted LimeReport after that this is coming. Like when opening file using the application too the icons of desktops are not shown. (Previously I tried using LimeReport in blank project but later when I used in somewhat bigger program it gave the problem.
            I have images created in photoshop, they are like 1mb to 4mb in size I guess there are 10-20 images in whole project. While executing we can see the images sometimes but sometime images doesn't appear.

            In QT Creator , in application window panel while starting the application

            Let's make QT free or It will go forever

            TRUE AND FALSE <3

            JonBJ 1 Reply Last reply
            0
            • Thank YouT Thank You

              @jsulm @JonB
              Yes when running the application, I inserted LimeReport after that this is coming. Like when opening file using the application too the icons of desktops are not shown. (Previously I tried using LimeReport in blank project but later when I used in somewhat bigger program it gave the problem.
              I have images created in photoshop, they are like 1mb to 4mb in size I guess there are 10-20 images in whole project. While executing we can see the images sometimes but sometime images doesn't appear.

              In QT Creator , in application window panel while starting the application

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by
              #6

              @Thank-You
              So all I know from brief searching is that this error seems to come from some JPEG processing, like unpacking the image. You should Google as I said to check that out, it seems to have nothing to do with Qt?

              1 Reply Last reply
              0
              • mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Hi
                https://code.woboq.org/qt5/qtbase/src/3rdparty/libjpeg/src/jerror.h.html

                JMESSAGE(JERR_OUT_OF_MEMORY, "Insufficient memory (case %d)")

                So yes seems to be jpeg related.

                Thank YouT 1 Reply Last reply
                2
                • mrjjM mrjj

                  Hi
                  https://code.woboq.org/qt5/qtbase/src/3rdparty/libjpeg/src/jerror.h.html

                  JMESSAGE(JERR_OUT_OF_MEMORY, "Insufficient memory (case %d)")

                  So yes seems to be jpeg related.

                  Thank YouT Offline
                  Thank YouT Offline
                  Thank You
                  wrote on last edited by
                  #8

                  Thank You
                  <3

                  Let's make QT free or It will go forever

                  TRUE AND FALSE <3

                  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