[Github-comments] [geany/geany] Win32 Ignoring Mutex and Having multiple instances (#641)

Enrico Tröger notifications at xxxxx
Mon Mar 25 10:52:55 UTC 2019


Thanks for the detailed information.
The mutex isn't necessarily the source of the problem: it is only used to detect another instance. For communication between the existent and the new instance a TCP connection is used on port 49876 on 127.0.0.1. Over this TCP connection the new instance sends the filename or other actions to the existent instance.

Maybe you set up a firewall or anything else caused the TCP connection to break?

I'll check if we can add some more useful debug/error output in the relevant code.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/641#issuecomment-476145110
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190325/55426efc/attachment.html>


More information about the Github-comments mailing list