Black screen when trying to open any windoiws apps. Windows itself runs without issue #912
Answered by
ChillySummerMist
Apr 8, 2026
Replies: 1 comment 1 reply
|
SOLVED. Turns out the problem was FreeRDP version mismatch. I was using freerdp 3.5.1.But downgrading to 3.5.0 fixed it. I downgraded the following packages. I am using linux mint so if you are same as me the following command will probably help you. sudo apt install --allow-downgrades Then locked the version to prevent auto-updates: sudo apt-mark hold freerdp3-x11 libfreerdp3-3 libfreerdp-client3-3 libwinpr3-3 |
1 reply
Answer selected by
ChillySummerMist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

SOLVED. Turns out the problem was FreeRDP version mismatch. I was using freerdp 3.5.1.But downgrading to 3.5.0 fixed it.
I downgraded the following packages. I am using linux mint so if you are same as me the following command will probably help you.
sudo apt install --allow-downgrades
freerdp3-x11=3.5.0+dfsg1-0ubuntu1
libfreerdp3-3=3.5.0+dfsg1-0ubuntu1
libfreerdp-client3-3=3.5.0+dfsg1-0ubuntu1
libwinpr3-3=3.5.0+dfsg1-0ubuntu1
Then locked the version to prevent auto-updates:
sudo apt-mark hold freerdp3-x11 libfreerdp3-3 libfreerdp-client3-3 libwinpr3-3