Author Topic: Consistent crash on during downloads  (Read 1300 times)

flacidapplebottoms

  • *
  • Posts: 20
    • View Profile
Consistent crash on during downloads
« on: 2020-01-24 22:32:09 »
Whenever I try to download something from the catalog, the download begins normally, but a couple minutes after it begins 7H crashes with this error message:

Spoiler: show

System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
   at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   at System.Net.PooledStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   at System.Net.ConnectStream.BeginReadWithoutValidation(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   at System.Net.ConnectStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   at Iros.Mega.MegaIros.AsyncReceive(IAsyncResult ar) in C:\cygwin64\home\Jauria\Proyectos\Final\7H\Git\7H\IrosMega\MegaIros.cs:line 393
   at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
   at System.Net.ContextAwareResult.CompleteCallback(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.ContextAwareResult.Complete(IntPtr userToken)
   at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
   at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVE


Any ideas?
« Last Edit: 2020-01-24 22:34:36 by flacidapplebottoms »

LordUrQuan

  • Alpha testing your worst nightmares
  • *
  • Posts: 602
  • LOAD "FF2J",8,1
    • View Profile
Re: Consistent crash on during downloads
« Reply #1 on: 2020-01-25 18:57:36 »
Been a lot of issues lately with bandwidth constraints.  Try looking on the forums for a mod's release thread, there are often direct DL links there you can use which will be more stable.  Once downloaded, use the 'Import IRO' function :)

flacidapplebottoms

  • *
  • Posts: 20
    • View Profile
Re: Consistent crash on during downloads
« Reply #2 on: 2020-01-25 20:10:49 »
Will do. Thanks.