I using the last beta (120) and run fine, but today the eqsl page has some problems and not work. I try to go with navigator and have a time out.
When I try to send new contacts cqrlog just wait... and wait, and finally only option is stop the software.
Is possible to add some timeout to hande this issue?
Maybe eqsl not fail never more, but...
Advanced Forum Search
(10001) PPU Loading /usr/lib/lazarus/2.0.10/lcl/units/aarch64-linux/gtk2/interfaces.ppu
(10011) PPU Source: interfaces.pas not found
(10028) Recompiling Interfaces, checksum changed for /usr/lib/fpc/3.2.2/units/aarch64-linux/rtl/system.ppu
/home/pi/Downloads/cqrlog/src/cqrlog.lpr(6,3) Fatal: (10022) Can't find unit Interfaces used by cqrlog
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppca64 returned an error exitcode
Error: (lazarus) Compile Project, Target: cqrlog: stopped with exit code 1
on 27/11 I closed the program normally, and now it won't start.
cqrlog --debug=1
Cqrlog Ver:2.6.0_(119)_Gtk2 Date:2023-10-03
**** DEBUG LEVEL 1 ****
In case you can compile the program, here is a fix for the problem. In module dData.pas, function TdmData.LoadMasterSCP change the line
if i>80000 then
SetLength(aSCP,100000)
to
if i>80000 then
SetLength(aSCP,200000)
There may be a better solution, so I'm waiting to get the official fix from the developers. But this did the job for me.
Victor 4X6GP
I think this issue has been addressed before, but can't seem to find any definitive resolution to the problem.
The problem is as follows:
Cqrlog starts and operates normally. When there is user interaction, cqrlog remains functional. If cqrlog is left for a short period of time with no user input, then cqrlog hangs and requires a forcible shutdown (kill) to close it.
On occasion, cqrlog will also cause the remote database server to hang. Restarting the service (systemctl restart mysql.service) will restore the database to working condition.
HI!
There are now lot of spammers writing to this forum.
Never follow any link in those messages where writer's username can not be validated to our hobby.
My cqrlog crashes on start up..
Running linux mint 21.1
When i try to run it, i get an error popup "Access violation" press ok to ignore and risk data corruption Press Abort to kill the Program.
When i press OK the program crashes/closes
i tryied to run it from terminal also, i dont know what to do next.
cqrlog --debug=3
Cqrlog Ver:2.6.0 (109) Gtk2 Date:2023-01-26
**** DEBUG LEVEL 3 ****
Hello,
I casually participate in contests, but I especially miss these two functions:
1) It should be possible to cancel the currently keyed CW message with e.g. the Esc button. The help file says that this should work anyway: "1x ESC returns cursor back to Call-field [...] It also halts CW memory output if it is just running." But the latter is not or no longer the case. I'm using CQRLOG 2.5.2 from Ubuntu 23.10 and control my rig using hamlib.
Hi CQRLOG fan's
today I just updated the latest member and dxcc files. In addition I uploaded
successfully a contest-adif file with 200 records. After everything looks fine.
Unexpected after new start of cqrlog I receive a dump....
cqrlog --debug=2
Cqrlog Ver:2.6.0 (103) QT5 Date:2022-07-25
**** DEBUG LEVEL 2 ****
HI!
At the moment 2023-11-27 11:41 there is now new dxcc update available when starting cqrlog.
It produces ~/.config/cqrlog/ctyfiles/cqrlog-cty.tar.gz with date 2023-11-27 and Cqrlog seems to start ok also on next start after update (Alhpa 2.6.0(120) here).
If you have problems to start Cqrlog after yesterdays dxcc update read this topic https://www.cqrlog.com/comment/11598#comment-11598
Hello,
This morning, yesterday ok...
UBUNTU 22.04 LTS
Any idea ?
Thanks for your help.
Didier F1MXE JN05GQ
(cqrlog:5906): GLib-GObject-WARNING **: 07:31:56.044: ../../../gobject/gsignal.c:2613: signal 'populate-popup' is invalid for instance '0x204a2e0' of type 'GtkCellView'
(cqrlog:5906): GLib-GObject-WARNING **: 07:31:56.044: ../../../gobject/gsignal.c:2613: signal 'populate-popup' is invalid for instance '0x204a380' of type 'GtkCellView'
Hi Saku!
So far I have had no problems with the test version of cqrlog. Today after starting cqrlog, the popup for "new qsl manager database" and "new DXCC table" update opened and I gave the ok to run it and finally I closed cqrlog. Now when I restart cqrlog it gives me the following error:
Cqrlog Ver:2.6.0_(120)_Gtk2 Date:2023-11-18
**** DEBUG LEVEL 1 ****
Hello,
I installed cqrlog as required and get a database problem by firts launching.
Here the last 20 lines in the mysql.err file.
Any help ?
73
Luc F6HJO
Hi Saku!
So far I have had no problems with the test version of cqrlog. Today after starting cqrlog, the popup for "new qsl manager database" and "new DXCC table" update opened and I gave the ok to run it and finally I closed cqrlog. Now when I restart cqrlog it gives me the following error:
Cqrlog Ver:2.6.0_(120)_Gtk2 Date:2023-11-18
**** DEBUG LEVEL 1 ****
Hi to all,
After editing some QSOs, CQRlog was freezing.
I kill the program and restarted it; I was cheching if QSOs were there (all seemed ok) and I close CQRLog making a backup.
After starting, ask me to install new DXCC: I choose "yes".
After restarting again, CQRlog wont start, but show a windows with "Access violation" and "Click OK to ignore... etc".
Starting it from console, I have:
/opt/cqrlog-2.5.2/usr/bin/cqrlog --debug=1
I've been running 2.6.0_(119)Gtk2 for quite a while with no isuues until today. I have 4 rigs set up and when I changed from one to the other I had no connection so I went to TRX control to change the port. TRX control froze so I finally had to force it closed. Ever since that I am getting the access violation error. So far I have tried:
Went to bin and last backups are from April? where is the log now and where are the backups?
I decided it was time to update my Hamlib application to the latest version. Did a 'make uninstall' to clean out the old version and then followed Z34PEC's instructions in the Rigctl error after installing latest hamlib and wsjtx Forum post. Did the git clone https://github.com/Hamlib/Hamlib.git and then followed the installation process. Now I have $ rigctl --version
rigctl Hamlib 4.6~git 2023-11-14T16:23:14Z SHA=847836 64-bit
It doesn't start after install with a simple
$ sudo apt install cqrlog
and libcanberra-gtk3* was installed before...
---------------------------------------------------------------------------------------------------------------
$ cqrlog --debug=1
Gtk-Message: 18:39:31.528: Failed to load module "canberra-gtk-module"
Cqrlog Ver:2.5.2 (001) Date:2021-02-12
**** DEBUG LEVEL 1 ****
When I try to upload to LOTW the signed file, it stops and gives me: Uploading file... size: Error.-2
What does that indicate the problem is?
When I try to download from LOTW, it says NOT logged Errorl-2 Error. Error. ssl_openssl
What's wrong? Thanks!
Good morning all, and thank you for cqrlog!
I have set up a laptop using nixos, and wish to install cqrlog. The version provided via the nixos packages is 2.5.2. In the definition file for installing cqrlog, it has tqsl as a dependency (as expected), but this is pulling in a very old version of openssl (1.1.1), despite the openssl version not being specified in the tqsl package.
Log wont import, I have 25k qso's, it stops at about 4k says complete, but not even the 4k qso's import, no problem importing into many different loggers. I have copied the Debug file first, then the error file
DEBUG:
Cqrlog Ver:2.6.0_(119)_Gtk2 Date:2023-10-03
**** DEBUG LEVEL 1 ****
Hello,
Have problem to import downloaded .adif from eQSL. The file is downloaded, but CQRLOG crashed during import.
Hello! I noticed today that my CQRLOG DXCC stats didn't agree with LOTW stats. LOTW had one more. The issue was that confirmed contact with TO5Z is Martinique in LOTW (correct) and France in CQRLOG.
I read a posting that reminded me the fix would be in a dxcc table update and it occurred to me that I haven't seen a dxcc or qsl manager update prompt in ... seems like a few months!. I looked in Preferences and the boxes are checked. Have there not been any updates in quite a while or do I have a problem locally?
version is 2.5.2(001)
Thanks!
-- Kevin W2NC
Recent comments