I think it's because your callsign is being hashed and the logic is not 
allowing for a hashed callsign.
This section removes hash marks from the foxCall -- but not my_callsign.
      if(m_mode=="FT8" and SpecOp::HOUND==m_specOp) {        
if(decodedtext.string().contains(";")) {          QStringList 
w=decodedtext.string().mid(24).split(" ",SkipEmptyParts);          QString 
foxCall=w.at(3);          foxCall=foxCall.remove("<").remove(">");          
if(w.at(0)==m_config.my_callsign() or 
w.at(0)==Radio::base_callsign(m_config.my_callsign())) {            //### Check 
for ui->dxCallEntry->text()==foxCall before logging! ###            
ui->stopTxButton->click ();            logQSOTimer.start(0);          }         
 if((w.at(2)==m_config.my_callsign() or 
w.at(2)==Radio::base_callsign(m_config.my_callsign()))             and 
ui->tx3->text().length()>0) {            m_rptRcvd=w.at(4);            
m_rptSent=decodedtext.string().mid(7,3);            
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();            hound_reply ();   
       }
This section also does not remove hash marks.          if(w.size()>=3) {        
    QString foxCall=w.at(1);            if((w.at(0)==m_config.my_callsign() or 
w.at(0)==Radio::base_callsign(m_config.my_callsign())) and               
ui->tx3->text().length()>0) {              if(w.at(2)=="RR73") {                
ui->stopTxButton->click ();                logQSOTimer.start(0);              } 
else {                if(w.at(1)==Radio::base_callsign(ui->dxCallEntry->text()) 
and                   (w.at(2).mid(0,1)=="+" or w.at(2).mid(0,1)=="-")) {       
           m_rptRcvd=w.at(2);                  
m_rptSent=decodedtext.string().mid(7,3);                  
m_nFoxFreq=decodedtext.string().mid(16,4).toInt();                  hound_reply 
();                }
Mike W9MDB

 

    On Sunday, September 18, 2022 at 08:01:50 AM CDT, Saku via wsjt-devel 
<wsjt-devel@lists.sourceforge.net> wrote:  
 
   
This with my patches in wsjt-x and my own call
 20918_112700    21.091 Rx FT8    -19  0.7  382 <SV1CQR> FH/OK1M RR73
 220918_112700    21.091 Rx FT8    -18  0.7  442 <YB2MBO> FH/OK1M RR73
 220918_112715    21.091 Tx FT8      0  0.0 2238 <FH/OK1M> OH1KH KP01
 220918_112730    21.091 Rx FT8    -14  0.8  443 EA2DDE <FH/OK1M> R-12
 220918_112730    21.091 Rx FT8    -15  0.7  383 DL1RAP <FH/OK1M> +00
 220918_112745    21.091 Tx FT8      0  0.0 1676 <FH/OK1M> OH1KH KP01
 220918_112800    21.091 Rx FT8    -16  0.7  382 <DL1RAP> FH/OK1M RR73
 220918_112800    21.091 Rx FT8    -16  0.7  442 <EA2DDE> FH/OK1M RR73
 220918_112815    21.091 Tx FT8      0  0.0 2036 <FH/OK1M> OH1KH KP01
 220918_112830    21.091 Rx FT8    -16  0.8  442 BG2QMO <FH/OK1M> -06
 220918_112830    21.091 Rx FT8    -15  0.8  382 JE1CCD <FH/OK1M> R-03
 220918_112845    21.091 Tx FT8      0  0.0 1924 <FH/OK1M> OH1KH KP01
 220918_112900    21.091 Rx FT8    -16  0.8  382 JE1CCD <FH/OK1M> R-03
 220918_112900    21.091 Rx FT8    -15  0.8  442 BG2QMO <FH/OK1M> R-04
 220918_112915    21.091 Tx FT8      0  0.0 1459 <FH/OK1M> OH1KH KP01
 220918_112930    21.091 Rx FT8    -17  0.7  382 <JE1CCD> FH/OK1M RR73
 220918_112930    21.091 Rx FT8    -17  0.7  442 BG2QMO <FH/OK1M> R-04
 220918_112945    21.091 Tx FT8      0  0.0 2154 <FH/OK1M> OH1KH KP01
 220918_113000    21.091 Rx FT8    -16  0.7  382 BG2QMO <FH/OK1M> R-01
 220918_113000    21.091 Rx FT8    -15  0.7  442 OH1KH <FH/OK1M> -14
 220918_113015    21.091 Tx FT8      0  0.0 1384 <FH/OK1M> OH1KH KP01
 220918_113021    21.091 Tx FT8      0  0.0 1384 <FH/OK1M> OH1KH R-15  < here 
clicked rx line to get TX3 running
 220918_113030    21.091 Rx FT8    -14  0.7  443 OH1KH <FH/OK1M> -18
 220918_113030    21.091 Rx FT8    -14  0.7  382 <BG2QMO> FH/OK1M RR73
 220918_113045    21.091 Tx FT8      0  0.0  300 <FH/OK1M> OH1KH R-15
 220918_113100    21.091 Rx FT8    -12  0.7  442 UA6HFG <FH/OK1M> +09
 220918_113100    21.091 Rx FT8    -13  0.7  382 <OH1KH> FH/OK1M RR73
 220918_113115    21.091 Tx FT8      0  0.0  300 <FH/OK1M> OH1KH R-15    <-this 
appeared by wsjtx
 220918_113117    21.091 Tx FT8      0  0.0  300 <FH/OK1M> OH1KH KP01    <- 
this is when I was messing around with buttons to stop the qso
 220918_113130    21.091 Rx FT8    -15  0.8  382 <UA6HFG> FH/OK1M RR73
 220918_113130    21.091 Rx FT8    -14  0.7  443 OZ1AKZ <FH/OK1M> R-05
 220918_113145    21.091 Rx FT8     19  0.2  681 <FH/OK1M> TA1UT KN41
 220918_113145    21.091 Rx FT8      7  0.2 1672 <FH/OK1M> RW0AR NO66
 220918_113145    21.091 Rx FT8     10  0.2 1552 <FH/OK1M> M0DXA EI93
 220918_113145    21.091 Rx FT8    -10  0.5 1906 <FH/OK1M> JH3AIU -15
 220918_113145    21.091 Rx FT8    -14  0.3 1773 <FH/OK1M> OZ1AKZ -13
 220918_113145    21.091 Rx FT8    -15  0.2 1123 <FH/OK1M> PA1REG JO22
 220918_113145    21.091 Rx FT8    -16  0.2  439 <FH/OK1M> YB2SLF OI52
 220918_113145    21.091 Rx FT8    -21  0.2 1508 <FH/OK1M> DO9SMS JO42
 220918_113200    21.091 Rx FT8    -17  0.8  382 OZ1AKZ <FH/OK1M> R-02
 
 This with nonpatched wsjt-x and my XYL's call OH1KJ
 220918_114100    21.091 Rx FT8    -15  0.7  442 <IT9KSS> FH/OK1M RR73
 220918_114115    21.091 Tx FT8      0  0.0 1593 <FH/OK1M> OH1KJ KP01
 220918_114130    21.091 Rx FT8    -18  1.0  443 YD2UTC <FH/OK1M> +00
 220918_114130    21.091 Rx FT8    -19  1.0  382 DO9SMS <FH/OK1M> -14
 220918_114145    21.091 Tx FT8      0  0.0 1593 <FH/OK1M> OH1KJ KP01
 220918_114200    21.091 Rx FT8    -16  0.8  383 <YD2UTC> FH/OK1M RR73
 220918_114200    21.091 Rx FT8    -17  0.8  443 OM8LA <FH/OK1M> +12
 220918_114215    21.091 Tx FT8      0  0.0 1593 <FH/OK1M> OH1KJ KP01
 220918_114230    21.091 Rx FT8    -18  0.7  443 YD9HJD <FH/OK1M> +10
 220918_114230    21.091 Rx FT8    -19  0.7  383 OM8LA <FH/OK1M> +12
 220918_114245    21.091 Tx FT8      0  0.0 1593 <FH/OK1M> OH1KJ KP01
 220918_114300    21.091 Rx FT8    -17  0.7  382 OM8LA <FH/OK1M> +12
 220918_114300    21.091 Rx FT8    -17  0.7  442 <YD9HJD> FH/OK1M RR73
 220918_114317    21.091 Tx FT8      0  0.0 1212 <FH/OK1M> OH1KJ KP01
 220918_114345    21.091 Tx FT8      0  0.0 1212 <FH/OK1M> OH1KJ KP01
 220918_114400    21.091 Rx FT8    -17  0.7  382 EU1FQ <FH/OK1M> -07
 220918_114400    21.091 Rx FT8    -17  0.7  441 DK1GP <FH/OK1M> -17
 220918_114415    21.091 Tx FT8      0  0.0 1212 <FH/OK1M> OH1KJ KP01
 220918_114430    21.091 Rx FT8    -17  1.1  442 DK1GP <FH/OK1M> -17
 220918_114445    21.091 Tx FT8      0  0.0 1212 <FH/OK1M> OH1KJ KP01
 220918_114500    21.091 Rx FT8    -16  0.7  382 EU1FQ <FH/OK1M> -07
 220918_114500    21.091 Rx FT8    -16  0.7  442 DK1GP <FH/OK1M> -17
 220918_114515    21.091 Tx FT8      0  0.0 1212 <FH/OK1M> OH1KJ KP01
 220918_114530    21.091 Rx FT8    -16  0.7  382 DK1GP <FH/OK1M> -17
 220918_114545    21.091 Tx FT8      0  0.0 2113 <FH/OK1M> OH1KJ KP01
 220918_114600    21.091 Rx FT8    -15  0.8  443 OH1KJ <FH/OK1M> -14
 220918_114600    21.091 Rx FT8    -16  0.8  382 <IT9KSS> FH/OK1M RR73
 220918_114615    21.091 Tx FT8      0  0.0 2113 <FH/OK1M> OH1KJ KP01
 220918_114619    21.091 Tx FT8      0  0.0 2113 <FH/OK1M> OH1KJ R-15  < here 
clicked rx line to get TX3 running
 220918_114630    21.091 Rx FT8    -15  0.7  443 SP3EMA <FH/OK1M> -06
 220918_114630    21.091 Rx FT8    -16  0.7  383 OH1KJ <FH/OK1M> -14
 220918_114645    21.091 Tx FT8      0  0.0 2113 <FH/OK1M> OH1KJ R-15
 220918_114700    21.091 Rx FT8    -15  0.7  442 SP3EMA <FH/OK1M> -06
 220918_114700    21.091 Rx FT8    -15  0.7  382 <OH1KJ> FH/OK1M RR73
 220918_114715    21.091 Tx FT8      0  0.0 2113 <FH/OK1M> OH1KJ R-15  
<expected that and now stopped tx without a mess with buttons
 220918_114730    21.091 Rx FT8    -16  0.8  442 VK3YR <FH/OK1M> +20
 220918_114730    21.091 Rx FT8    -16  0.8  383 <SP3EMA> FH/OK1M RR73
 220918_114745    21.091 Rx FT8     -4  0.2 2424 OK1M HL5NBM PM45
 220918_114745    21.091 Rx FT8     -7  1.0 2705 <FH/OK1M> JH7RTQ QM07
 
 Black Michael via wsjt-devel kirjoitti 18.9.2022 klo 15.18:
  
   Can you post the relevant section of ALL.TXT with your QSO data including 
all the other decodes around that too? 
  Mike W9MDB 
   
    
  
      On Sunday, September 18, 2022 at 07:11:56 AM CDT, Saku via wsjt-devel 
<wsjt-devel@lists.sourceforge.net> wrote:  
  
   Hi!
 
 Just worked FH/OK1M on 21.091 using hound mode.
 After called a while I got answer, but wsjtx just continued calling.
 
 I had manually click on the received report line and after that wsjtx 
 moved to proper TX frequency and started to give R-report.
 
 When I got RR73 wsjtx just continued to send R-report and had to stop 
 manually.
 
 After that I closed wsjtx, compiled it again (without my own patches) 
 and worked FH/OK1M again with my XYL's callsign.
 Just same errors then, as expected, bug is not in my patches that do not 
 effect this part of operation.
 I assume bug lays somewhere in the original source code. Those who can 
 do better with C should look the code.
 
 I have feeling that I have seen similar error report somewhere with 
 earlier wsjt-x versions.
 
 Fedora release 35 (Thirty Five)
 wsjt-x2.6.0-rc4 self compiled, source from 
 https://git.code.sf.net/p/wsjt/wsjtx (same day as Hamlib below)
 rigctl Hamlib 4.5~git fri sep 16 13:33:51 2022 +0000 SHA=b1d132
 
 -- 
 Saku
 OH1KH 
 
 
 
 _______________________________________________
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel
      
  
  _______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
 
 -- 
Saku
OH1KH _______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to