Hi, I have been working on some modifications to WSJT-X, to implement additional functionality for the network message client and other things, like keeping statistics and supporting multi-rig instances to help in contesting or activation scenarios (where JT65 might be an attractive mode to work with for allowing people to achieve DXs with compromise conditions). Less relevant additions include the timed loading of propagation information (which I have done using QNetwork* to avoid the cost of adding Webkit as a dependency, since we don't really need web rendering, just HTTP handling and then rendering images or other data internally).
I have found a problem with the decoder, which I haven't yet figured out. In essence, the waterfall is responding properly and the audio I/O is also operating correctly. However, the decodedText text area is not updating. It does update just fine when processing saved WAV files, but in real monitor mode it is not updating the Band Activity widget. So far I have checked if a lock file contention problem is involved, but this does not seem to be the case. To make sure my changes have not caused this I went through every single delta in the diff file and then also tested using an unmodified 1.5. My changes apply to the current SVN trunk. Both modified and unmodified programs exhibit the same problem. I'm testing on Windows 8.1, and my setup is the same as it was before. Any tips welcome. Process Explorer also doesn't show anything obviously wrong. The only thing I can think of is some kind of incompatibility with compat shims, since I disabled DPI scaling for the application. But it was working before just fine. Manuel ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
