Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. installer on linux "Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter"

installer on linux "Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter"

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 238 Views
  • 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.
  • C Offline
    C Offline
    csab6597
    wrote on last edited by
    #1

    When I run the latest installer for linux as of today in a terminal, I get a warning for each package to be installed. Tested on WSL Ubuntu 24.04 and on real Ubuntu 24.04

    Started the process via the command ./qt-unified-linux-x64-online.run install qt.qt6.680.linux_gcc_64 qt.qt6.680.addons.qtmultimedia

    [20934] Preparing the installation...
    [20934] Install size: 24 components
    [20934] Downloading packages...
    [20934] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [20934] Downloading archive "4.8.1-202409230636tqtc-installer-framework-Linux-RHEL_8_6-GCC-Linux-RHEL_8_6-X86_64-QtInstaller.7z.sha1" for component Qt Maintenance Tool.
    [21279] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [21279] Downloading archive "4.8.1-202409230636tqtc-installer-framework-Linux-RHEL_8_6-GCC-Linux-RHEL_8_6-X86_64-QtInstaller.7z" for component Qt Maintenance Tool.
    [23042] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [23042] Downloading archive "4.8.1-202409230636QtIcon.7z.sha1" for component Qt Maintenance Tool.
    [23422] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [23423] Downloading archive "4.8.1-202409230636QtIcon.7z" for component Qt Maintenance Tool.
    [23960] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [23960] Downloading archive "4.8.1-202409230636installer-changelog.7z.sha1" for component Qt Maintenance Tool.
    [24313] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [24313] Downloading archive "4.8.1-202409230636installer-changelog.7z" for component Qt Maintenance Tool.
    [24662] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [24663] Downloading archive "4.8.1-202409230636installer-resource.7z.sha1" for component Qt Maintenance Tool.
    [25012] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [25012] Downloading archive "4.8.1-202409230636installer-resource.7z" for component Qt Maintenance Tool.
    [25498] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [25498] Downloading archive "14.0.2-0-202409270342qtcreator_sdktool.7z.sha1" for component SDKTool.
    [25731] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [25731] Downloading archive "14.0.2-0-202409270342qtcreator_sdktool.7z" for component SDKTool.
    [26309] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [26310] Downloading archive "4.6.2-0-202411010923designstudio_base.7z.sha1" for component Qt Design Studio 4.6.2.
    [26661] Warning: QObject::connect(QNetworkInformation, KDUpdater::HttpDownloader): invalid nullptr parameter
    [26661] Downloading archive "4.6.2-0-202411010923designstudio_base.7z" for component Qt Design Studio 4.6.2.
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Beside that surprising list of warning, does it work correctly ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        HarryGoddardTech
        wrote on last edited by
        #3

        I'm having a similar issue while building Qt for Windows (qt.qt6.681.win64_msvc2022_64). My concern is, even if the install completes there's no way for me to exhaustively verify it's correct, its alarming to see so many "Warnings".

        Also is there any way to filter the package further? I'm building this for a CI/CD system and don't need QtCreator and many of the other tools. I'm looking for a solution that is "faster" than building from the source files.

        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