UDP Port Conflict Warning

Post Reply
KE0YBL
Novice Class
Posts: 5
Joined: 29 Mar 2021, 19:37

UDP Port Conflict Warning

Post by KE0YBL »

Hi,
My kids and I like to run multiple concurrent instances of Log4OM v2 concurrently when we play radio together (each on our own callsign). It's nice to have everyone's stuff available on a single computer. We run each instance under its own Windows username using runas.exe (though all from the same desktop session). Each instance also has unique configurations, and network ports for incoming/outgoing/clusters, etc. Everything works pretty well.

One minor annoyance - on startup, it rightfully warns the user:

Code: Select all

Application is already running.
Starting more than one instance may create conflicts if you have UDP ports opened in both. Continue?
Would it be possible to either:
- Check if there are actually port conflicts prior to warning?
- Check if the process is running under the same username prior to warning? (Though the check for actual port conflict is probably more sensible)
- Allow the warning to be disabled as a config flag?

One of these enhancements would be great, as the current setup breaks my startup automation (which organizes each window in its respective virtual desktop/etc).

Thanks for your consideration!
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: UDP Port Conflict Warning

Post by IW3HMH »

Disabling the warning is possible, checking for port conflicts not at this stage because services are not started yet. I will probably add a /nocheck start parameter

Inviato dal mio SM-A715F utilizzando Tapatalk

Daniele Pistollato - IW3HMH
KE0YBL
Novice Class
Posts: 5
Joined: 29 Mar 2021, 19:37

Re: UDP Port Conflict Warning

Post by KE0YBL »

Thank you, that'd be wonderful!
Post Reply