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
[0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
[0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
- Attachments
-
- factorio-current - Copy.log
- (51.66 KiB) Downloaded 200 times
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
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.
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.
If you are right (and I assume so) then the #devs should look at thiscncr04s 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.
Re: [0.12.1] A blocking operation was interrupted by a call to WSACancelBlockingCall.
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.
Ok, I'll wait for it patientlykovarex wrote:The error has been (hopefully, as we can't reproduce it) solved for 0.12.7