I have developed my application with QtQuick and QML, it works fine with windows and linux, but the application UI doesn't show while connecting to remote peer via RDP, it works fine with VNC.
I have tested it over various configuration, but it never worked over RDP. the error is saying
createWindowSurface: Could not create the EGL window surface: 0x300e
I think the issue is about opengl but i never used opengl in this application.
My application is based on simple QML applications provided by Qt Quick examples. they're not working too.