Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread Michael Black
Try the different kill levels on the process and see if any of them leave a file hanging around. I think a kill -9 probably would leave the file but at some lower level it should still clear the file. Mike W9MDB From: David [mailto:djm...@bigpond.com] Sent: Sunday, September 14, 2014 4

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread David
Hi...deleted the 40 .wav files in the .local/share/WSJT-X/save dir and used WSJT-X but no new files have appeared running Linux WSJT-X 1.4 r4312...i update my files each day before i use the program 73 David VK4BDJ On 15/09/14 07:23, Michael Black wrote: How about a directory so we ca

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread Michael Black
How about a directory so we can dates/times? Is your program crashing at all? Or you shutting down without shutting down the program? Or there any possibility of the file being in-use somehow and preventing removal? There's no error reported if so. From: David [mailto:djm...@bigpond.c

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread David
Hi .just had a look in my .local/WSJTX/save file and found about 40 .wav files saved when in the save config i have "none" 73 David VK4BDJ On 15/09/14 06:40, Michael Black wrote: Is your program crashing? Are you letting your computer go to sleep? How often is this happening? Can y

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread Michael Black
Is your program crashing? Are you letting your computer go to sleep? How often is this happening? Can you give us a dir of that directory? With a polite shutdown it removes the file. Then there's the question of what happens you have multiple ones running? Name collision? Mike W9MDB

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread John Nelson
Hi Joe, I have tested installation packages for Mac OS X 10.7 and 10.9 that can be released. I will hang on to these in case there are updates still to come. It might be a good idea to announce when r43xx is frozen for the beta release. --- John G4KLA

Re: [wsjt-devel] Bug?

2014-09-14 Thread John Nelson
Hi Joe, Yes, I know about the wav at the end of every RX period. But the collection of 261 so far is more than I expected! Ok, this is over a fairly long period of testing. It is possible that I exited earlier than the timeout period but this is unlikely somehow. Anyway, I'll keep an eye o

Re: [wsjt-devel] Bug?

2014-09-14 Thread Joe Taylor
Hi John, Here's what should happen, as things are (supposedly) coded. 1. A new *.wav file should appear in the Save directory at the end of every Rx period (about t=50 s). 2. If the program continues running and Save is not enabled, the file from the previous Rx period is deleted at about t=40

Re: [wsjt-devel] Bug?

2014-09-14 Thread John Nelson
Mike writes: > I've noticed lately that once in a while when I double click on an entry in > the Rx window the Enable Tx will turn on….but it won't start transmitting. I can report that I am also using a SignaLink USB with VOX PTT but haven't see this (yet). I am using a Mac... --- John G4K

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread John Nelson
Concerning .wav files being saved: Mike writes: > You shouldn't be seeing any saved files unless you have it checked. That's exactly my point. I am seeing it even though None is checked. Not every decode is saved. It seems to be intermittent. --- John g4KLA--

[wsjt-devel] Bug?

2014-09-14 Thread Michael Black
I've noticed lately that once in a while when I double click on an entry in the Rx window the Enable Tx will turn on..but it won't start transmitting. I then have to turn it off and back on again. It just happened to me again on r4309 release version. It has happened several times. What sh

[wsjt-devel] Dialog boxes

2014-09-14 Thread Michael Black
I just updated and didn't see my patch for fixing the dialog boxes. Any comment on this? It's working fine for me to fix the window-on-top problem and where it shows up on multiple screens (over the WSJT-X window instead of the main screen). Mike W9MDB --- mainwindow.cpp (revision

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread Michael Black
It means later-in-the-code...not later in the development process. if(!keepFile and !m_diskData) killFileTimer->start(45*1000); //Kill in 45 s You shouldn't be seeing any saved files unless you have it checked. Mike W9MDB -Original Message- From: John Nelson [mailto:j...@rmnjmn.demon.co

Re: [wsjt-devel] Plan for beta release of WSJT-X v1.4

2014-09-14 Thread John Nelson
Hi Joe, During further tests of r4309 I notice (as before) that .wav files are saved even though None is selected in the Save menu. I notice this in mainwindow.cpp: if(!m_diskData) {//Always save; may delete later Has "later" now arrived? --- John G4KLA --