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. The platform plugin failed to create a message window
Forum Updated to NodeBB v4.3 + New Features

The platform plugin failed to create a message window

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.0k Views 1 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.
  • U Offline
    U Offline
    unmanner
    wrote on last edited by
    #1

    Hello!

    I have a problem with Tray Icon creation on qt5.0.2. I use Windows 7 64 bit, and I does not have a administrator permission on these machine.

    The following check are ignored:
    @if (!QSystemTrayIcon::isSystemTrayAvailable()) {
    qCritical() << "Unable to find systray";
    return RETURN_ERR;
    }@

    But tray icon does not appear and the following logs a presents in traces:

    15:52:30.141Warning:kernel\qmetaobject.cpp:1457 QMetaObject::invokeMethod: No such method QWindowsNativeInterface::registerWindowClass(QString,void *)

    15:52:30.143Warning:util\qsystemtrayicon_win.cpp:406 void __thiscall QSystemTrayIconPrivate::install_sys(void): The platform plugin failed to create a message window.

    The other application, such as a Skype can create Tray Icons on these system. But my app can't..
    Could you please help my?

    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