Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. In Qt 5.6.0 UIC always crashes when built with MSVC2008
Forum Updated to NodeBB v4.3 + New Features

In Qt 5.6.0 UIC always crashes when built with MSVC2008

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 1.6k 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.
  • H Offline
    H Offline
    horokey
    wrote on last edited by horokey
    #1

    Hello,
    I tried to build Qt 5.6.0 with MSVC 2008 and uic.exe seems to be not working. I tried to debug it, and saw "Access violation reading location"-error.

    My configure parameters are the following:
    -opengl desktop -opensource -debug-and-release -nomake examples -nomake tests -no-icu -confirm-license

    The first crash occures during the execution of the following script:

        call D:\_myDocs\qt-everywhere-opensource-src-5.6.0\build-9\qtbase\src\widgets\uic_wrapper.bat D:\_myDocs\qt-everywhere-opensource-src-5.6.0\src\qtbase\src\widgets\dialogs\qfiledialog.ui -o .uic\ui_qfiledialog.h
        
        NMAKE : fatal error U1077: 'call' : return code '0xc0000005'
    

    When building with MSVC 2015 it's all ok.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      The oldest supported compiler on Windows is VS2010.

      See this

      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
      • H Offline
        H Offline
        horokey
        wrote on last edited by
        #3

        Thank you for the answer.

        Okay, but until the 5.5.1 version it could be built with that version of MSVS and i wanted to explore, how to fix it.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Then you'll likely have to start with git bisect to find at which point it started to fail the build but you should do it only on qtbase.

          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
          1

          • Login

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