[wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread DG2YCB, Uwe
Hi, I am trying to build WSJT-X from sources on my Win 10, 64 bit system, but need some help. I've downloaded and installed JTSDK64-Tools-3.1.0 and JTSDK64-Apps-3.1.0.2 and run through all steps described in Readme.md Everything looked good, but at MSYS2 step 5 "Build hamlib" failed ("QT version

Re: [wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread Neil Zampella
Uwe, you'd get faster help by heading to the JTSDK support group on Groups.IO. Neil, KN3iLZ On 11/27/2019 9:57 AM, DG2YCB, Uwe wrote: Hi, I am trying to build WSJT-X from sources on my Win 10, 64 bit system, but need some help. I’ve downloaded and installed JTSDK64-Tools-3.1.0 and JTSDK64-A

Re: [wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread Albert Gerheim
Let me know how it works. I get as far as "build-wsjtx rinstall" within JTSDK QT. Then is says something cryptic about the server not being available. I'm on Windows 8.1. :-( All I want to do is change the callbacks for RX and TX frequency in the waterfall. I'm not aware of any reason to cha

[wsjt-devel] WSJT-X Issues

2019-11-27 Thread m.weiss--- via wsjt-devel
Hello WSJT, I am having problems with CAT control between WSJT-X and my Icom IC-7800. Previously, I was able to control the IC-7800 from WSJT-X without any problems. But now, I cannot control the radio from WSJT-X. I am using WSJT-X version 2.1.1. The computer operating system is Wind

Re: [wsjt-devel] WSJT-X Issues

2019-11-27 Thread Reino Talarmo
Hi Mark, Just download version 2.1.2 and all should be OK. 73, Reino oh3mA ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Re: [wsjt-devel] WSJT-X Issues

2019-11-27 Thread Black Michael via wsjt-devel
You need to upgrade to 2.1.2 There was an Icom bug that was fixed and probably is what you're seeing. de MIke W9MDB On Wednesday, November 27, 2019, 09:34:59 AM CST, m.weiss--- via wsjt-devel wrote: Hello WSJT,   I am having problems with CAT control between WSJT-X and my Icom IC

Re: [wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread DG2YCB, Uwe
Hi Neal, thanks for information. Didn't know that there is a separate JTSDK support group. Just applied for membership. See if I can get some help there. 73 de Uwe, DG2YCB Von: Neil Zampella [mailto:ne...@techie.com] Gesendet: Mittwoch, 27. November 2019 16:05 An: wsjt-devel@lists.sourceforge

Re: [wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread Albert Gerheim
I created an account at JTSDK support group, as suggested. I posted a new topic and it hasn't been posted (yet). Time passes... On Wed, Nov 27, 2019 at 10:13 AM Albert Gerheim wrote: > Let me know how it works. I get as far as "build-wsjtx rinstall" within > JTSDK QT. Then is says somethi

Re: [wsjt-devel] Building WSJT-X from sources - need help

2019-11-27 Thread Albert Gerheim
See you there! On Wed, Nov 27, 2019 at 10:48 AM DG2YCB, Uwe wrote: > Hi Neal, thanks for information. Didn’t know that there is a separate > JTSDK support group. Just applied for membership. See if I can get some > help there… > > > > 73 de Uwe, DG2YCB > > > > *Von:* Neil Zampella [mailto:ne...@

Re: [wsjt-devel] Crash

2019-11-27 Thread Karl Heinz Kremer
I retested with version 2.1.1 and 2.1.2 and I am still getting crashes using the flrig interface to my FT857. Again, if somebody could provide some pointers about how to create a debug build that I can step through, I would try to narrow down the problem. I found information about how to create a

[wsjt-devel] IC-7800 Issues Fixed

2019-11-27 Thread m.weiss--- via wsjt-devel
Thank you, everyone, for your Icom bug information. WSJT-X 2.1.2 upgrade from 2.1.1 took care of the problems. Happy Thanksgiving & 73, Mark, K6FG ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [wsjt-devel] WSJT-X Issues

2019-11-27 Thread August Treubig
Upgrade to 2.1.2. Released yesterday. Sent from my iPad > On Nov 27, 2019, at 9:32 AM, m.weiss--- via wsjt-devel > wrote: > >  > Hello WSJT, > > I am having problems with CAT control between WSJT-X and my Icom IC-7800. > > Previously, I was able to control the IC-7800 from WSJT-X withou

Re: [wsjt-devel] Crash

2019-11-27 Thread Bill Somerville
Hi Karl Heinz, that stack trace you gave above shows an invalid pointer passed to the C library free() function. There is only one free() call in the routine that called it and the code looks fine to me, a C-string pointer returned by strdup() is being freed and that's fine. I would guess that

Re: [wsjt-devel] Crash

2019-11-27 Thread Karl Heinz Kremer
Bill, yes, it happens every time. Here is what I do: 1) Bring up wsjtx with rig configured as FT-857 while flrig is running - this means the app cannot connect to the serial port and will prompt me to edit the configuration 2) Change rig type to flrig (using localhost:12345) 3) Click on "Test CAT

Re: [wsjt-devel] Crash

2019-11-27 Thread Karl Heinz Kremer
... one more thing: When wsjt-x comes up (before the crash), the frequency on the radio gets changed by 50Hz up. So if I have e.g. 7074 dialed in, and start the application, I end up with 7074.050 - but then when I manually change the frequency (or test the CAT connection), the software crashes. I

Re: [wsjt-devel] Crash

2019-11-27 Thread Bill Somerville
On 27/11/2019 16:41, Karl Heinz Kremer wrote: Bill, yes, it happens every time. Here is what I do: 1) Bring up wsjtx with rig configured as FT-857 while flrig is running - this means the app cannot connect to the serial port and will prompt me to edit the configuration 2) Change rig type to

Re: [wsjt-devel] Crash

2019-11-27 Thread Bill Somerville
On 27/11/2019 16:59, Bill Somerville wrote: The next step is probably to try and reproduce using the Hamlib rigctl command line tool. Creating a debug build of Hamlib is fairly straightforward. Debugging with an instance of WSJT-X is somewhat more complex. There is a build of rigctl (called rig

Re: [wsjt-devel] Crash

2019-11-27 Thread Black Michael via wsjt-devel
Karl...download the latest hamlib from my fork.  Compile it and use rigctld to test and generate debug. https://github.com/mdblack98/Hamlib.git rigctld -m 122 -r /dev/ttyx -s 19200 -v -Z >&log.txtAdjut com port and baud to suit your setup. Change WSJT-X to use "Hamlib NET rigctl" and the Tes

Re: [wsjt-devel] Crash

2019-11-27 Thread Karl Heinz Kremer
Mike, thanks for the quick response. I will see if I can squeeze some time in between the inlaws visiting, turkey and everything else that needs to be done for the next few days :) I'll let you know how it goes. Tanks again, Karl Heinz - K5KHK Karl Heinz Kremer PDF Acrobatics Without a Net PDF