n4af / TR4W

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

QSO QSO POINT METHOD fails for General QSO contest #625

Closed n4af closed 1 year ago

n4af commented 1 year ago

I found an issue with the QSO POINT METHOD command in module configs that use CONTEST=GENERAL QSO

If in the config only: ;Created by TR4W v.4.117.0 [COMMANDS] MY CALL=UR7QM CONTEST=GENERAL QSO

then the program awards 1 point per QSO. OK!

But if the QSO POINT METHOD = command is added to the config:

[COMMANDS] MY CALL=UR7QM CONTEST=GENERAL QSO QSO POINT METHOD = ONE POINT PER QSO then the program awards 2 (!) point per QSO

and if:

TWO POINTS PER QSO – 3 pts ! THREE POINTS PER QSO – 4 pts ! TWO PHONE THREE CW – 10 phone and 10 CW !!!

n4af commented 1 year ago

Entry for NYQP was added to QSOPointMethodArray out of order with position in QSOPointMethodType. These arrays must be in exact correspondence of entiries else displacement into them to gather parameters is wrong., Fix 4.117.2