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. QML application produces blackbox instead of intended GUI
Forum Updated to NodeBB v4.3 + New Features

QML application produces blackbox instead of intended GUI

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 161 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.
  • L Offline
    L Offline
    Labarr
    wrote on last edited by
    #1

    Hey guys,

    We have a project written in Go & QML - https://github.com/nokka/slashdiablo-launcher

    We have deployed it and it works great, however we came across a Windows 7 x64 bit user who seems to be having GUI issues Windows 7 Error

    For reference, this is the launcher how it should look
    Launcher Window

    We have an error log once the launcher loads, but this errors.log file does not get created which points to this being an issue before it fully launches. We had the user download and install DirectX - https://www.microsoft.com/en-us/download/details.aspx?id=35 (which has fixed a different GUI issue in the past) with no luck.

    The window does not crash, and there is no visible error message on the screen (I am not sure what that red X is). If the user hits enter when the screen is in focus, the application does close.

    Do you have any recommendations for things to try?

    Thank you

    1 Reply Last reply
    0
    • jeremy_kJ Offline
      jeremy_kJ Offline
      jeremy_k
      wrote on last edited by
      #2

      Turning on all of the QLoggingCategory categories has helped me diagnose similar symptoms. set QT_LOGGING_RULES=*.=true should provide a flood of feedback if anything Qt related is active. https://doc.qt.io/qt-5/debug.html has a few more suggestions. QT_DEBUG_PLUGINS might be revealing.

      Asking a question about code? http://eel.is/iso-c++/testcase/

      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