Erro “.NET Framework” - “fila estava cheia” ao executar o Open VPN Manager

0

Windows 7, 64 bits, 16 GB e 1888 MHz de RAM.

Ao lançar algum programa, recebo este erro:

Enquanto isso, eu não posso abrir uma página da web ou a página da web terá apenas texto e os formatos; fotos, etc, estão todos confusos.

Informações de depuração mais detalhadas da seguinte forma:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

  at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)

  at System.Net.Sockets.Socket.Bind(EndPoint localEP)

  at System.Net.Sockets.TcpListener.Start(Int32 backlog)

  at System.Net.Sockets.TcpListener.Start()

  at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)

  at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)

  at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()

  at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary properties, IServerChannelSinkProvider sinkProvider, IAuthorizeRemotingConnection authorizeCallback)

  at System.Runtime.Remoting.Channels.Tcp.TcpChannel..ctor(IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider)

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.RegisterChannel(Boolean SecureChannel)

  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)

  at OpenVPNManager.Program.Main(String[] args)

BTW Eu não instalei nenhum IDE do Windows .NET nem nada, e isso não é causado pelo meu programa, e exclua RAM insuficiente, porque isso acontece quando há 12 GB de RAM disponível.

    
por Matt Cox 17.07.2017 / 04:02

1 resposta

1

Esta mensagem vem do aplicativo OpenVPNManager onde o desenvolvedor não lidou com o System.Net.Sockets.SocketException em seu código.

Crie um novo problema no bugtracker para que possa ser corrigido.

    
por 17.07.2017 / 17:08