Hi I've just got back from holiday. How can check if the mod you have done works?
In the meantime. I've run geany with AntiVir disabled, Firewall Disabled. I use TCPView (Sysinternals) to check for used ports.
When I "open with geany" 1st txt file. Nothing gets populated in that view When I "open with geany" 2nd txt file. I can capture geany.exe getting to the list, but the connection dies quickly
![geany-tcpview](https://user-images.githubusercontent.com/7257442/55555756-e4ecdc00-56dd-11e...)
So I taught I could perhaps monitor the state of that connection somehow. I've used RawCap (to capture on loopback https://www.netresec.com/?page=RawCap ) and Wireshark to open and filter pcap (dumpfile) and I've opened couple of geanys (via "open with geany")
[dumpfile.zip](https://github.com/geany/geany/files/3043420/dumpfile.zip)
I've used (tcp.port == 49876) to filter the display in wireshark
What
Failed to bind IPC socket (127.0.0.1:49876): 10013: An attempt was made to access a socket in a way forbidden by its access permissions.
can mean ?
I've also tried as an admin, and the same result. Worth noting that if I double click, open with geany, or use a fresh geany exe then try to double click on any txt file, the result is always the same