Page 1 of 1
[0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Posted: Wed Jul 29, 2015 2:45 pm
by jockeril
Tried looking for this error in the search and came up empty yesterday...
Did anyone get this error when connecting to a game ?
my FW settings allow Factorio to make and receive connections (and the Router is not blocking, and set to accept on this port):
also attached the log
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Posted: Wed Aug 19, 2015 4:03 pm
by cncr04s
Blocking in a Winsock call has nothing to do with your firewall.
Blocking is the method of waiting for the response from the other peer. It waits there, aka blocks execution.
The fact that it was a sento is unusual, however if this happens often it is likely to need some care to handle that exception in code.
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Posted: Wed Aug 19, 2015 6:47 pm
by jockeril
cncr04s wrote:Blocking in a Winsock call has nothing to do with your firewall.
Blocking is the method of waiting for the response from the other peer. It waits there, aka blocks execution.
The fact that it was a sento is unusual, however if this happens often it is likely to need some care to handle that exception in code.
If you are right (and I assume so) then the #devs should look at this
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Posted: Tue Sep 01, 2015 1:57 pm
by kovarex
The error has been (hopefully, as we can't reproduce it) solved for 0.12.7
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
Posted: Tue Sep 01, 2015 7:41 pm
by jockeril
kovarex wrote:The error has been (hopefully, as we can't reproduce it) solved for 0.12.7
Ok, I'll wait for it patiently