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. Qt Widget app crashes at startup when run in Windows Remote Desktop session?
Qt 6.11 is out! See what's new in the release blog

Qt Widget app crashes at startup when run in Windows Remote Desktop session?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 173 Views 2 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.
  • T Offline
    T Offline
    Taytoo
    wrote on last edited by
    #1

    My Qt widgets app works perfectly fine when I run it on any windows computer. However, when I remote desktop into a windows computer and run my app on it - inside Remote desktop session. It immediately throws exception at startup.

    The exception is in:

    onecore\internal\sdk\inc\wil\opensource/wil/winrt.h(1878)\MSCTF.dll!774D4332: (caller: 774DD559) Exception(1) tid(8b50)
    

    The module is related to Windows Text services/Input Method Editor. How do I fix this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's not enough information.
      Which version of Qt are you using with your application ?
      On which version of Windows does it happen ?
      What are you using for your remote desktop session ?

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

      T 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        That's not enough information.
        Which version of Qt are you using with your application ?
        On which version of Windows does it happen ?
        What are you using for your remote desktop session ?

        T Offline
        T Offline
        Taytoo
        wrote on last edited by Taytoo
        #3

        Qt 5.15.19 static build. It's happening on Windows 11 while I Remote Desktop from another Windows 11 computer. I'm using Windows built-in Remote Desktop software.

        If I run the app while being physically at the PC (the one its crashing on). It works perfectly fine without any issue.

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Hi just guessing: check that you have the same language and keyboard layout settings on the two Windows 11 PCs.

          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