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. Exited with code -1073741819

Exited with code -1073741819

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 2.9k 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.
  • X Offline
    X Offline
    xffighting
    wrote on last edited by
    #1

    I am just running a new created empty project , and it reports exited with code -1073741819
    I am using Qt library 4.8.5 and QT creator 2.8.1 .
    Maybe it is my configuration of Kit went wrong
    But I do not know how to post image here.
    Please help me!

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      What do you mean by Empty Project ?
      Does it atleast have a main.cpp ?

      157

      1 Reply Last reply
      0
      • C Offline
        C Offline
        ChrisW67
        wrote on last edited by
        #3

        -1073741819 == 0xC0000005 Access violation (Windows)

        Your program is accessing memory that does not belong to it. This is usually the result of using an uninitialised or null pointer. Run it in your debugger until it crashes then look at the stack backtrace to identify where your code is broken.

        1 Reply Last reply
        0
        • X Offline
          X Offline
          xffighting
          wrote on last edited by
          #4

          Empty project means I created a new whole project, and made no change to it.
          [quote author="p3c0" date="1379402936"]What do you mean by Empty Project ?
          Does it atleast have a main.cpp ?[/quote]

          1 Reply Last reply
          0
          • X Offline
            X Offline
            xffighting
            wrote on last edited by
            #5

            Actually I did not have my own code, I just created a new whole project, and made no change to it and when I build it , it tells me that .
            [quote author="ChrisW67" date="1379403215"]-1073741819 == 0xC0000005 Access violation (Windows)

            Your program is accessing memory that does not belong to it. This is usually the result of using an uninitialised or null pointer. Run it in your debugger until it crashes then look at the stack backtrace to identify where your code is broken. [/quote]

            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