n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

If JT-Alert is up and connected to WSJT-X, access violation is thrown upon startup. #509

Closed ny4i closed 2 years ago

ny4i commented 3 years ago

TR4W should use the multi-cast protocol for the WSJT-X UDP socket, but until that point (or if that is not set by all programs), handle the case where TR4W cannot bind to the UDP socket for WSJT-X. Right now, it gets an access violation and quits--not very nice :)

ny4i commented 2 years ago

Fixed with an exception handler