tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.34k stars 68 forks source link

uncaught exception on startup - non-standard network interfaces #111

Closed patanne closed 5 months ago

patanne commented 11 months ago

I just installed the software for the first time. I am using Windows 11. At startup the software is immediately dying with an EACCES exception that appears to be failure to set up a listener.

See image... 2023-11-11_11-31-14

I got to wondering. I run into issues with my own code unless I isolate and use REAL network interfaces. I have VMWare Workstation and Virtual Box installed. Their virtual interfaces for host-only networks cause issues. So I disabled them. Didn't fix it. Then I also disabled the Bluetooth network. The software started right up. 2023-11-11_11-40-54

Just letting you know.

tareqimbasher commented 11 months ago

This is an interesting problem. Thank you for reporting it.

tareqimbasher commented 5 months ago

Closing as environment issue. I added an entry to Troubleshooting page