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. qrc_resources.cpp fatal error C1060: compiler is out of heap space
Forum Updated to NodeBB v4.3 + New Features

qrc_resources.cpp fatal error C1060: compiler is out of heap space

Scheduled Pinned Locked Moved Solved General and Desktop
20 Posts 5 Posters 3.0k Views 3 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.
  • S Offline
    S Offline
    sierdzio
    Moderators
    wrote on 25 Jun 2020, 11:29 last edited by
    #10

    Thats weird! I've had memory issues in QRC with images, but with QML code - never. Something else must be causing the problem here.

    2 things to try:

    • run in single-job mode (no -j 8 or /MP, no jom.exe or whatever - sorry I'm not too Windowsy :P). This should be a bit lighter on memory
    • try to add QML files one by one - maybe one specific QML file causes this? Maybe it contains some data which triggers the error?

    (Z(:^

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SPlatten
      wrote on 25 Jun 2020, 11:31 last edited by
      #11

      Thanks, waiting for the current build to finish, if its still an issue I will take your advice.

      Kind Regards,
      Sy

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SPlatten
        wrote on 25 Jun 2020, 11:36 last edited by
        #12

        Ok the error has changed again, now:

        C1001: An internal error has occurred in the compiler.
        

        And it stopped on the resource file that contains files that I don't think are relevant:

        <RCC>
        <qresource prefix="/">
        <file>distribution_support/qt.conf</file>
        <file>sortexS_tr.ts</file>
        <file>sortexS_th.ts</file>
        <file>sortexS_es.ts</file>
        <file>sortexS_en.ts</file>
        <file>sortexS_ru.ts</file>
        <file>sortexS_fr.ts</file>
        <file>sortexS_it.ts</file>
        <file>sortexS_vi.ts</file>
        <file>sortexS_pt.ts</file>
        <file>sortexS_kr.ts</file>
        <file>sortexS_xx.ts</file>
        <file>sortexS_xy.ts</file>
        <file>malgun.ttf</file>
        <file>runui.bat</file>
        </qresource>
        </RCC>
        
        

        Kind Regards,
        Sy

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 25 Jun 2020, 19:31 last edited by
          #13

          How heavy are these images ?
          How big is these files ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply 25 Jun 2020, 19:55
          0
          • S SGaist
            25 Jun 2020, 19:31

            How heavy are these images ?
            How big is these files ?

            S Offline
            S Offline
            SPlatten
            wrote on 25 Jun 2020, 19:55 last edited by
            #14

            @SGaist Hi, sorry can you explain by heavy to you mean how big are the file size's? They are all quite small, typical icon size's and mostly png's.

            Kind Regards,
            Sy

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 25 Jun 2020, 19:57 last edited by
              #15

              Yes, I meant their size.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              S 1 Reply Last reply 25 Jun 2020, 19:58
              0
              • S SGaist
                25 Jun 2020, 19:57

                Yes, I meant their size.

                S Offline
                S Offline
                SPlatten
                wrote on 25 Jun 2020, 19:58 last edited by
                #16

                @SGaist , The dimensions of the images again are icon sizes's so all quite small, they're is just a lot of them.

                Kind Regards,
                Sy

                I 1 Reply Last reply 17 Dec 2020, 12:09
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 25 Jun 2020, 21:47 last edited by
                  #17

                  Ok, so nothing really unusual. How big are the generated cpp files ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SPlatten
                    wrote on 26 Jun 2020, 04:46 last edited by
                    #18

                    Total six of the project folder excluding objects and executable is 28MB, 882 Files.

                    Kind Regards,
                    Sy

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 26 Jun 2020, 18:50 last edited by
                      #19

                      Sorry, I meant the cpp files generated by rcc.

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      0
                      • S SPlatten
                        25 Jun 2020, 19:58

                        @SGaist , The dimensions of the images again are icon sizes's so all quite small, they're is just a lot of them.

                        I Offline
                        I Offline
                        ivanicy
                        wrote on 17 Dec 2020, 12:09 last edited by
                        #20

                        @SPlatten Hi, it's too late but, maybe adding

                        CONFIG += resources_big
                        

                        fixes the problem

                        1 Reply Last reply
                        1

                        • Login

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