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. Message QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.

Message QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.

Scheduled Pinned Locked Moved General and Desktop
46 Posts 17 Posters 44.6k Views 3 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.
  • I Offline
    I Offline
    INeedMySpace
    wrote on last edited by
    #1

    Hi! I recently migrated to Qt5 on Windows and run small app with main window and several widgets (childs of QVideoWidget) and custom dialogs.
    Sometimes I got this messages in console (then I exec dialog for example)
    @QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.@

    It doesn't seem to affect my app but I'm curious what it means and is there some hidden faults?

    You have been involved in illegal use of magic.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maitai
      wrote on last edited by
      #2

      Here too, plenty of this message in the console since I upgraded to QT5... No idea what it means and how to get rid of it...

      1 Reply Last reply
      0
      • A Offline
        A Offline
        agarny
        wrote on last edited by
        #3

        I have just upgraded to Qt 5.0.1 and I am now getting those messages too while I didn't at all with Qt 5.0.0...?!

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

          I get the same messages, also using 5.0.1.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DBGTMaster
            wrote on last edited by
            #5

            Is there a solution available?

            1 Reply Last reply
            0
            • D Offline
              D Offline
              DBGTMaster
              wrote on last edited by
              #6

              I found my problem, the tcpserver and tcpclient has different qdatastream versions...

              qdatastream::setVersion solves my problem

              1 Reply Last reply
              0
              • T Offline
                T Offline
                TorbenD
                wrote on last edited by
                #7

                Hmm, how is the QDataStream related to window handling?

                I have the same problem:
                Win 8 Pro 64 bit, MSVC2012, Qt 5.0.1 commercial.

                1 Reply Last reply
                0
                • I Offline
                  I Offline
                  irfan.omair
                  wrote on last edited by
                  #8

                  Can you guys let me know how I can reproduce it at my end? any example or QTDIR\qtbase\ example ??
                  Any certain steps ??

                  Any hint or stack trace which can give any clue?

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    TorbenD
                    wrote on last edited by
                    #9

                    I can't give you a Qt example programm causing this problem (havent' compiled the examples) but I can you give a small programm that shows the error. it is a autoupdater library for qt based programms, based on the poject "flevor" together with the mentioned small example programm to show the effect.

                    There are only two disadvantages: It depends on QuaZIP, a Qt wrapper for zLib/minizip. And it suffers the QtWebkit bug described here: http://qt-project.org/forums/viewthread/23571

                    If you are interested please give me a note and I will send you the files.

                    Torben

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      skorodum
                      wrote on last edited by
                      #10

                      I also can confirm. Tested with official builds for both mingw 4.7.2 and MSVC 2010.
                      One message for each control (QWidget child?).

                      1 Reply Last reply
                      0
                      • I Offline
                        I Offline
                        irfan.omair
                        wrote on last edited by
                        #11

                        [quote author="TorbenD" date="1360329674"]I can't give you a Qt example programm causing this problem (havent' compiled the examples) but I can you give a small programm that shows the error. it is a autoupdater library for qt based programms, based on the poject "flevor" together with the mentioned small example programm to show the effect.

                        There are only two disadvantages: It depends on QuaZIP, a Qt wrapper for zLib/minizip. And it suffers the QtWebkit bug described here: http://qt-project.org/forums/viewthread/23571

                        If you are interested please give me a note and I will send you the files.

                        Torben[/quote]

                        Yes sure if it is not too big example and if I can easily see the behavior then yes please let me know how I can get that code.

                        1 Reply Last reply
                        0
                        • O Offline
                          O Offline
                          omichel
                          wrote on last edited by
                          #12

                          Same problem here with Qt 5.0.1 for mingw on Windows 7 64bit...

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            artem_pisarenko
                            wrote on last edited by
                            #13

                            Same problem. Qt 5.0.1 mingw (official build from downloads), win7 64bit.

                            1 Reply Last reply
                            0
                            • X Offline
                              X Offline
                              xisuosunboy
                              wrote on last edited by
                              #14

                              只要创建widget,就是一大堆QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.

                              自带的示例也是一样的.不知道是不是qt5.0.1的问题?
                              QT5.0.1 win7 32bit ming/vs2010 (official build)都是!

                              Just create widget, that is a lot of "QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle."

                              QT Example has the same problem in QT5.0.1!
                              QT5.0.1 win7 32bit mingw4.7/vs2010 (official build)

                              1 Reply Last reply
                              0
                              • I Offline
                                I Offline
                                irfan.omair
                                wrote on last edited by
                                #15

                                [quote author="xisuosunboy" date="1360592779"]只要创建widget,就是一大堆QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.

                                QT Example has the same problem in QT5.0.1!
                                QT5.0.1 win7 32bit mingw4.7/vs2010 (official build)[/quote]

                                Can you please point me which example and what steps required to see this , i just ran few widget based example and dont see this.

                                1 Reply Last reply
                                0
                                • O Offline
                                  O Offline
                                  omichel
                                  wrote on last edited by
                                  #16

                                  It seems you should compile in "debug" mode as in "release" mode, I do no get these messages.

                                  1 Reply Last reply
                                  0
                                  • X Offline
                                    X Offline
                                    xisuosunboy
                                    wrote on last edited by
                                    #17

                                    [quote author="irfan.omair" date="1360629199"]
                                    [quote author="xisuosunboy" date="1360592779"]只要创建widget,就是一大堆QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle.

                                    QT Example has the same problem in QT5.0.1!
                                    QT5.0.1 win7 32bit mingw4.7/vs2010 (official build)[/quote]

                                    Can you please point me which example and what steps required to see this , i just ran few widget based example and dont see this.

                                    [/quote]

                                    "Application Example",When you click to "open" or "save",then there will a lot of "QWindowsNativeInterface::nativeResourceForWindow: 'handle' requested for null window or window without handle."

                                    Whether in "debug" or "release",this problem occurs.

                                    1 Reply Last reply
                                    0
                                    • X Offline
                                      X Offline
                                      xisuosunboy
                                      wrote on last edited by
                                      #18

                                      When in windows2003 .QT5.0.1 32bit mingw4.7 (official build)

                                      “Application Example”,When you click to “open” or “save”,then there one message like this "CoCreateInstance failed (在活动的激活上下文中没有找到任何查找密钥。)"

                                      1 Reply Last reply
                                      0
                                      • I Offline
                                        I Offline
                                        irfan.omair
                                        wrote on last edited by
                                        #19

                                        Alright, so it seems it is coming up when you are actually trying to show native dialog. Let me try to reproduce it here

                                        1 Reply Last reply
                                        0
                                        • X Offline
                                          X Offline
                                          xisuosunboy
                                          wrote on last edited by
                                          #20

                                          [quote author="irfan.omair" date="1360695750"]Alright, so it seems it is coming up when you are actually trying to show native dialog. Let me try to reproduce it here[/quote]

                                          Did you able to reproduce this problem?Or the problem is only my case.

                                          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