SaifAqqad / AHK_MicMute

Control your microphone using keyboard and mouse hotkeys.
The Unlicense
181 stars 14 forks source link

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

Closed herrenP closed 1 year ago

herrenP commented 1 year ago

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.
herrenP commented 1 year ago

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

herrenP commented 1 year ago

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