-
Notifications
You must be signed in to change notification settings - Fork 270
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
Get the error while trying to connect to the server #11
Comments
What OS is this on? 0xc0000041 is STATUS_PORT_CONNECTION_REFUSED, it might be caused by the recent changes Microsoft made if you applied the August security patches. I haven't had time to understand the recent changes yet, but will support it soon! I think Microsoft changed the size of the connection message, so it no longer matches. |
Can confirm this is the August Security Update |
Confirm too. It worked before applying the security update last night, and no longer today (Win10). |
Any news on this? |
Anyone diff the August Security Update yet to see what changed? If I get some time this weekend, I'll see what I can find. |
I'm told there are more changes planned for next Patch Tuesday to address the edit session attacks, so I'm reluctant to do too much work on this until the new patches are released. I guess we'll see what happens! |
That makes sense. I appreciate the heads up, I may stand down until after Tuesday too. |
I went ahead and looked into the MSU, looks like the only ALPC changes I found were in CoreMessaging.dll so I diff'd pre-August vs. August. Two partial matches: Microsoft::CoreUI::Registrar::ServerConversationOperations::RegisterConversation Figured I'd at least update this issue with some notes in case it becomes useful. |
any update on this after many months? :) |
I'm getting the failed message. What can cause this issue?
The text was updated successfully, but these errors were encountered: