Qt Widget app crashes at startup when run in Windows Remote Desktop session?
-
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?
-
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 ? -
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 ?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.