Forums Help & support axcript error message

This topic contains 16 replies, has 2 voices, and was last updated by  Svante 7 years, 7 months ago.

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #4003 Reply

    Svante
    Spectator

    Hello again B Scache,

    We’ll investigate the –offline issue at the same time, it may be that we’re still trying to initialize something even if we don’t actually do any network calls.

    Thank you for the information!

    #4004 Reply

    Svante
    Spectator

    Minor update on this issue. Checking the .NET source it turns out that this error stems from Windows returning an error code WSAEPROVIDERFAILEDINIT on a call to WSAStartup().

    This in turn can be caused by various issues in the system environment, most often according to a Google search on the issue:

    – Insufficient permissions (non-standard settings to UAC or setting ‘Run as Administrator’ for the executable might cause this for example).
    – Not having the system variable ‘SYSTEMROOT’ set. This should seldom be a problem for AxCrypt which runs in an interactive session most of the time. Of course if files have moved and SYSTEMROOT is no longer correct, this could also cause the problem. Apparently this is how the appropriate dll is located. Among other things, mswsock.dll must be found.
    – Broken or partially broken TCP/IP stack in the system.

    The fix being implemented will just silently ignore this error, and the requested functionality lost unfortunately – until I get more information or can reproduce the issue locally.

Viewing 2 posts - 16 through 17 (of 17 total)
Reply To: axcript error message
Your information: