SaifAqqad/AHK_MicMute

MicMute crashes if in update mode and it is blocked by firewall

herrenP opened this issue · 2 comments

I use a firewall software called simplewall which block any process from outward communication unless I explicitly allow it. It seems MicMute crashes if it's trying to update itself and MicMuteUpdater.exe is blocked from outside communication.

---------------------------
MicMuteUpdater.exe
---------------------------
Error:  0x80072EFD - 
Source:		WinHttp.WinHttpRequest
Description:	A connection with the server could not be established


HelpFile:		(null)
HelpContext:	0

Specifically: WaitForResponse

	Line#
--->	2173: http.WaitForResponse()  

The current thread will exit.

Whops, forgot to mention (and check) version used when this happened. I think it was 1.2.4.

Maybe useless now that this ticket is already closed but I can confirm this works as expected now. Thanks!