-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconnecting to session not working (Win 10 Home 1903) #858
Comments
I have the same experience as you, ie can remote connect once, but not again after disconnecting. I also find that processes running at the time when the login screen freezes also freeze. Login again locally gets things running again (reboot not necessary) [Win 10 Home, after 1903 update] |
See my solution here: #837 (comment) Everything is working perfectly with this configuration. |
@cosmos321 what about for version .267? we are having same issues |
Unfortunately, this is not working for me. I cannot connect at all with that configuration. I also tried adding x86 lines from my .ini file (I'm running Win Home x64 but you never know :-)) but no result. Anyone else has a solution? I noticed that when I have logged in and logged out, stopping/restarting the termservice locally is not working. The service hangs in state 'stopping'. |
Some additional information that could help: I checked the event logs in Windows and found the following error log at times that I was having the issue (Microsoft-Windows-TerminalServices-LocalSessionManager/Operational): An error occurred when transitioning from Disconnected in response to EvConnected. (ErrorCode 0x80070102) |
Just another update: after updating Windows the new termservice.dll version is 10.0.18362.267. I also replaced the .dll and .ini with an older version (as described here) and re-installed RDPWrap and after reboot still no luck. |
@cosmos321 |
Thank You! i had the same issue about session not reconnecting, but your ini fixed it. |
I talked to soon, today i tried again and the issue persist. Reconnecting to a session is not working. It just crash the machine (in my case VM, under Hyper-V). |
update: it seems last updates can use wddm drivers causing dwm.exe cpu high or hang system , when two remote users close session without log out and if one user close session without log out, no hang, but if reconnect to existing session , system hang on VM. It works for me now, disabling that new setting using this GPO https://answers.microsoft.com/en-us/windows/forum/all/dwmexe-high-cpu-one-core-on-target-system-after/dbce0938-60c5-4051-81ef-468e51d743ab
|
Thanks @s0nic9!! This solved it for me.
So if I understand correctly, this is an issue with the latest Windows updates and has nothing to do with RDPWrap. Glad this workaround helps but it would be better if the bug in Windows itself will be resolved. |
from where did you copy the code |
I got RDPWrap working on Win 10 Home after the 1903 update with the solution provided in #837 . However, when I connect to my host and then disconnect (either by closing RDP or Start > Disconnect) I am not able to reconnect to the session again. It will bring me to the Windows login screen but when I enter password and try to connect, the screen freezes and nothing happens after that. I need to login to the host locally and reboot to make remote connection possible again. Issue happens all the time. Checked both connecting from local network and from internet.
Strange thing is, when the issue rises and I try to connect with TeamViewer, this won't work anymore either.
The text was updated successfully, but these errors were encountered: