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. Memory fault in empty QT Quick application
Forum Update on Monday, May 27th 2025

Memory fault in empty QT Quick application

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 212 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.
  • A Offline
    A Offline
    astoffregen
    wrote on 18 Jan 2024, 06:05 last edited by
    #1

    Hello,
    I am just starting my first attempt to build a qt application in a vm environment.
    Starting point is a mac with m2 processor, a windows 11 arm vm, visual studio arm 2022 and qt visual studio tools (arm version).
    After starting the app following memory errors occur

    "QtQuickApplication1.exe" (Win32): "C:\Qt\5.15.2\msvc2019_64\plugins\qmltooling\qmldbg_quickprofilerd.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Qt\5.15.2\msvc2019_64\plugins\qmltooling\qmldbg_locald.dll" geladen. 
    QML Debugger: Connecting to socket {FD17BDE7-1AA5-4BC3-95C6-4497928FA37B}...
    'QtQuickApplication1.exe' (QML): Connecting to the QML runtime...
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\cfgmgr32.dll" geladen. 
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000D7187F8F80.
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\clbcatq.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\propsys.dll" geladen. 
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000D7187F8CB0.
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
    "QtQuickApplication1.exe" (Win32): "C:\Qt\5.15.2\msvc2019_64\qml\QtQuick.2\qtquick2plugind.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Qt\5.15.2\msvc2019_64\bin\Qt5QmlWorkerScriptd.dll" geladen. 
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000D7187F8F80.
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000D7187F8CB0.
    Ausnahme ausgelöst bei 0x00007FFD2D68D4FC in QtQuickApplication1.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
    "QtQuickApplication1.exe" (Win32): "C:\Qt\5.15.2\msvc2019_64\qml\QtQuick\Window.2\windowplugind.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\d3d9.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\DXCore.dll" geladen. 
    "QtQuickApplication1.exe" (Win32): "C:\Windows\System32\d3d10warp.dll" geladen.
    

    The application starts normally and the hello world window is displayed, but the memory errors irritate me because it is still a completely empty app

    1 Reply Last reply
    0
    • C Christian Ehrlicher moved this topic from Installation and Deployment on 18 Jan 2024, 06:55
    • C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 18 Jan 2024, 06:58 last edited by
      #2

      These are exceptions so you can catch them. Start your app in a debugger and see where exactly they occur.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0

      1/2

      18 Jan 2024, 06:05

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved