Access Violation on Save

3 posts / 0 new
Last post
aa5kv
Access Violation on Save

Iḿ running CQRlLog 2.5.2 on a raspberry pi (pi-400). Iḿ using the newest version of Raspian (based on Debian 12). Recently (within the last two weeks), Ive gotten an Äccess Violation' message with every QSO I attempt to save.

I have tried deleting the MASTER.SCP file to no avail.

My debug is shown below. It appears as though Iḿ having trouble connecting to the database.

Any suggestions?

Thanks in advance,

===========================================================================

Cqrlog Ver:2.5.2 (001) Date:2021-02-12
**** DEBUG LEVEL 1 ****

OS:
Linux version 6.6.51+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
SSL libraries:
libssl.so
libcrypto.so
Loaded 121877 LoTW users
Loaded 117881 eQSL users
Loaded 36919 SCP calls
*
User home directory: /home/john/
Program home directory: /home/john/.config/cqrlog/
Data directory: /home/john/.config/cqrlog/database/
Memebers directory: /home/john/.config/cqrlog/members/
ZIP code directory: /usr/share/cqrlog/zipcodes/
Binary dir: /usr/bin/
Share dir: /usr/share/cqrlog/
*
56 us states loaded
Grid map created
/usr/bin/mysqld
MySQLProcess.Executable: /usr/sbin/mysqld Parameters: --defaults-file=/home/john/.config/cqrlog/database/mysql.cnf
--datadir=/home/john/.config/cqrlog/database/
--socket=/home/john/.config/cqrlog/database/sock
--port=64000

Trying to connect to database
TMySQL57Connection : Server connect failed.
Trying:1
select * from tables where table_schema = 'cqrlog_common'

SELECT log_nr,log_name FROM cqrlog_common.log_list order by log_nr

use cqrlog001

use cqrlog001

use cqrlog001

use cqrlog001

use cqrlog001

SELECT * FROM cqrlog_config

select * from db_version

[UpgradeMainDatabase] Old version: 18 cDB_MAIN_VER: 18
select * from cqrlog_common.db_version

SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF

SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF

SELECT * FROM cqrlog_common.bands

Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m 1 -t 4532 --set-conf=serial_parity=None
RunRigCtld: FALSE
RigDevice:
RigCtldPort:4532
RigCtldHost:127.0.0.1
RigPoll: 100
RigSendCWR: FALSE
RigId: 1

1
2
3
4
5
6

Settings:
-----------------------------------------------------
RotCtldPath:/usr/bin/rotctld
RotCtldArgs:-m 1 -t 4533
RunRotCtld: FALSE
RotDevice:
RotCtldPort:4533
RotCtldHost:localhost
RotPoll: 500
RotId: 1

Not started rotctld process. (Run is set FALSE)
Connected to rotctld @ localhost:4533
FreqmemSql:select id,freq,mode,bandwidth,info from freqmem order by id

FreqmemNR:0=0
FreqmemFirst:0 FreqmemLast:0
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr

SELECT * FROM profiles WHERE nr = 39

SELECT * FROM profiles WHERE visible > 0 ORDER BY nr

SELECT * FROM profiles WHERE nr = 39

select * from view_cqrlog_main_by_qsodate where qsodate >= '2024-10-27' order by qsodate,time_on

LoadForm: frmNewQSO
Closing rigs...
Section:frmNewQSO
Saving window size a position (frmNewQSO) (height|width|top|left):731|1031|31|218
select count(*) from cqrlog001.cqrlog_config

Saving ini file to database
select count(*) from cqrlog001.cqrlog_config

Saving ini file to database
1
2
3
4
5
6
Closing DXCluster window
Closing TRXControl window
Closing GrayLine window
Closing dDXCC
Deleting config file: cqrlog.cfg
Deleting config file: 1cqrlog.cfg
Closing dData
/home/john/.config/cqrlog/database/radio-pi.pid
p.Executable: kill Parameters: 154636

oh1kh
Access Violation on Save

Hi!
Seems that you do not have rig connected. (your rig model is #1, Dummy).
Try following (one at time):

1) check is NewQSO/AUTO checbox (over Mode column) checked ---> uncheck
2) Preferences/TRXControl/Run rigctld at program start ----> check
3) NewQSO/Offline ----> check

Did any of these help to save your qsos.

--
Saku
OH1KH

aa5kv
Access Violation on save

Yes, that worked.

Thank you very much,

73, john