Results 1 to 2 of 2

Thread: QTQtWebKit4.dll Application Crashses

  1. #1
    Join Date
    Jan 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default QTQtWebKit4.dll Application Crashses

    My application crashes while clicking on the trayIcon bubble notification. The bubble notification should display a web page, The tool kit version is 4.6.3.

    WebSettingsHelper().AssignDefaultSettings();
    QWebView* web= new QWebView();
    web->setAttribute(Qt::WA_DeleteOnClose, true);
    web->setWindowTitle(url);
    web->setGeometry(20,20,1000,800);
    web->load(QUrl::fromUserInput(url));
    web->show();

    In the development it never crashes. We have a separate build and test machines. And in the test machines, application always crashes. The same build is not crashing in the development machine whicha has QT 4.7 sdk installed. But in the build machine QT version is 4.6

  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: QTQtWebKit4.dll Application Crashses

    My money is on missing libraries in the deployed environment. No more information to go on.

Similar Threads

  1. Replies: 3
    Last Post: 28th October 2011, 23:24
  2. Replies: 3
    Last Post: 5th October 2011, 16:45
  3. Replies: 2
    Last Post: 7th September 2011, 13:12
  4. Replies: 1
    Last Post: 30th May 2011, 13:46
  5. Replies: 2
    Last Post: 21st November 2010, 18:03

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.