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. Qt Creator compiler Exception
Forum Updated to NodeBB v4.3 + New Features

Qt Creator compiler Exception

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 720 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote on last edited by
    #1

    QtCreator 3.4.1 - MSVC compiler

    I get a lot of this message in the Issues tab. This disturbes to the compiler but is irritating.
    (First shown error is not the error in code.)

    :-1: error: Exception at 0x779b4598, code: 0x800706ba: , flags=0x1 (execution cannot be continued) (first chance)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      AFAIK that problem would occur also outside of Qt creator. At least I had the same problem in the past when still using MSVC. At that time I have used MSVC with Qt libs only. MSVC was the IDE hosting the whole compiling process.
      In my case it was the shear amount of errors in one compilation run. The compiler had apparently memory allocation issue and gave up.
      Following this logic you have to divide your project into smaller pieces until you have located the real problem which is somewhere in your code.

      Vote the answer(s) that helped you to solve your issue(s)

      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