Windows 7,64 位,16 GB 1888 MHz RAM。
启动某些程序时,出现此错误:
同时,我要么根本打不开网页,要么网页上只有文字,格式、图片等都乱七八糟。
更详细的调试信息如下:
有关调用即时 (JIT) 调试而不是此对话框的详细信息,请参阅此消息的末尾。************** 异常文本 ***************
System.Net.Sockets.SocketException:无法执行套接字上的操作,因为系统缺少足够的缓冲区空间或队列已满
在 System.Net.Sockets.Socket.DoBind (EndPoint endPointSnapshot,SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(端点 localEP)
在 System.Net.Sockets.TcpListener.Start(Int32 积压)
在 System.Net.Sockets.TcpListener.Start()
在 System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(布尔 exclusiveAddressUse)
在 System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(对象数据)
在 System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
在 System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary 属性、IServerChannelSinkProvider sinkProvider、IAuthorizeRemotingConnection authorizeCallback)
在 System.Runtime.Remoting.Channels.Tcp.TcpChannel..ctor(IDictionary 属性,IClientChannelSinkProvider clientSinkProvider,IServerChannelSinkProvider serverSinkProvider)
在 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.RegisterChannel(布尔安全通道)
在 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (String [] 命令行)
在 OpenVPNManager.Program.Main(String [] args)
顺便说一句,我没有安装任何 Windows .NET IDE 或任何东西,这不是由我的程序引起的,请排除 RAM 不足,因为当有 12 GB 可用 RAM 时就会发生这种情况。
答案1
此消息来自应用程序开放VPN管理器开发人员没有处理系统.Net.Sockets.SocketException在他的代码中。
创建一个新问题在错误跟踪器中,以便可以修复它。