Skip to content

Error: System.Net.Quic.QuicException: An internal error has occurred. RegistrationOpen failed: Unknown (0x80072726) #4913

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

Open
825126369 opened this issue Mar 12, 2025 · 6 comments
Labels
Bug: Platform A code bug in platform/TLS specific code. external Proposed by non-MSFT OS: Windows (User)
Milestone

Comments

@825126369
Copy link

825126369 commented Mar 12, 2025

I use the Windows 11 operating system, regardless of whether it is Both Net 9's Quic and my reference to the official msquic.dll will report this error.

@825126369
Copy link
Author

I use the Windows 11 operating system, regardless of whether it is Both Net 9's Quic and my reference to the official msquic.dll will report this error.

@825126369
Copy link
Author

Result =
    WSAIoctl(
        UdpSocket,
        SIO_GET_EXTENSION_FUNCTION_POINTER,
        &WSASendMsgGuid,
        sizeof(WSASendMsgGuid),
        &Datapath->WSASendMsg,
        sizeof(Datapath->WSASendMsg),
        &BytesReturned,
        NULL,
        NULL);
if (Result != NO_ERROR) {
    int WsaError = WSAGetLastError();
    QuicTraceEvent(
        LibraryErrorStatus,
        "[ lib] ERROR, %u, %s.",
        WsaError,
        "SIO_GET_EXTENSION_FUNCTION_POINTER (WSASendMsg)");
    Status = HRESULT_FROM_WIN32(WsaError);
    goto Error;
}  

@825126369
Copy link
Author

I clicked on Window Repair and then reinstalled the latest Windows update. Thank you, Microsoft!

@nibanks nibanks added OS: Windows (User) external Proposed by non-MSFT Bug: Platform A code bug in platform/TLS specific code. labels Mar 18, 2025
@825126369 825126369 reopened this Apr 1, 2025
@825126369
Copy link
Author

2025/4/2 0:56:26 Error: System.Net.Quic.QuicException: An internal error has occurred. RegistrationOpen failed: Unknown (0x80072726)

@825126369
Copy link
Author

I used Astrill VPN

@nibanks nibanks added this to the Future milestone Apr 3, 2025
@nibanks
Copy link
Member

nibanks commented Apr 3, 2025

You will need to collect and share the Full.Verbose WPR logs on Windows to diagnose this most likely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Platform A code bug in platform/TLS specific code. external Proposed by non-MSFT OS: Windows (User)
Projects
None yet
Development

No branches or pull requests

2 participants