Results 1 to 11 of 11

Thread: exe exited with code -1073741819

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2010
    Location
    Budapest, Hungary
    Posts
    125
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default exe exited with code -1073741819

    Hi,

    I have a problem that looks pretty strange to me.

    I'm making an application that uses gui. I have a QStackedWidget somewhere where I am going to use some other widgets, so I made my custom widget that is defaultWidget. This was made very simply by adding a Qt c++ form class using the QtCreator so nothing should be wrong with it.

    The only thing I've done is that I put a QLabel on the ui (using the built-in Designer) and I included the header into the mainwindow.h

    and it crashes like this. I don't even have an instance of that defaultWidget. I just added the
    #include "metawidgets/defaultwidget.h"
    line into the mainwindow.h

    and it crashes with the named code. Why? What did I do wrong? I already have other classes added with the very same method and they don't crash. What is happening? I'm really confused, I have no idea how to search for the bug.

    I attached a small code where I tried to remake the problem. This one works fine however this one looks the VERY same as the big one (except for the miss of all the other work from the previus week...). but really. only this simple thing causes the error that I add the 3 new files to the project and add the header to the mainwindow.h. If I comment out this line and remove the 3 files from the project everything works fine but it is impossible to move on with working.
    Attached Files Attached Files
    Last edited by szisziszilvi; 30th August 2011 at 16:47.
    Szilvi

Similar Threads

  1. exited with code -1073741819
    By Con Nít in forum Newbie
    Replies: 7
    Last Post: 27th January 2011, 22:04
  2. Replies: 3
    Last Post: 2nd November 2010, 22:36
  3. program crashing randomly code -1073741819
    By feraudyh in forum General Programming
    Replies: 6
    Last Post: 21st September 2010, 17:07
  4. name.exe exited with code 1.
    By Fallen_ in forum Qt Programming
    Replies: 2
    Last Post: 2nd September 2010, 01:17
  5. exited with code -1073741819 error
    By arpspatel in forum Qt Programming
    Replies: 8
    Last Post: 2nd March 2010, 09:47

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.