Results 1 to 3 of 3

Thread: Suddenly Nothing Happens

  1. #1
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Suddenly Nothing Happens

    Hi Guys,

    Turned on my computer today and suddenly my program no longer runs. Everything compiles fine, no errors pop up, however I get the following message:

    "exited with code -1073741819".

    I have no idea what that means, what happened or what to do next. Everything ran perfectly less than 24 hours ago!

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Suddenly Nothing Happens

    -1073741819 == 0xC0000005 Access violation

    You 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.

  3. #3
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Suddenly Nothing Happens

    Thanks will look into that, at least it seems I've found the lines of code causing the problem, so that's a start!
    Last edited by Atomic_Sheep; 17th September 2013 at 13:02.

Similar Threads

  1. Project suddenly doesn't compile
    By vieraci in forum Qt Programming
    Replies: 16
    Last Post: 7th June 2016, 08:12
  2. Replies: 2
    Last Post: 2nd January 2013, 02:47
  3. suddenly datareadProgress total = 0
    By SpeedxDevil in forum Newbie
    Replies: 1
    Last Post: 12th July 2012, 10:21
  4. Suddenly getting 'undefined ref to 'WinMain@16'
    By Doug Broadwell in forum Qt Programming
    Replies: 8
    Last Post: 4th December 2008, 19:11
  5. hidden QListView column suddenly visible
    By edb in forum Qt Programming
    Replies: 10
    Last Post: 27th January 2006, 09:00

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.