Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-40917

WinRT: platform plugin throwing exceptions on startup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.6.0
    • 5.3.1
    • QPA
    • Windows Phone 8.1
    • WinRT

    Description

      On application startup at Windows Phone 8.1 there are 3 exceptions thrown.

      One happens inside a Windows backtrace where it seems there is nothing we can do.
      The other two happen in the QWinRTScreen constructor at following points:

      • hr = d->coreWindow->Activate();
      • hr = d->coreWindow->get_Bounds(&rect);

      However, the application continues to run smoothly afterwards. Still we should try to avoid such exceptions.

      Andrew suggested the following already:
      http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.viewmanagement.applicationviewboundsmode.aspx & http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.viewmanagement.applicationview.visiblebounds.aspx

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            andrew.knight Andrew Knight
            mkalinow Maurice Kalinowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes