Cqrlog exception error on restart

2 posts / 0 new
Last post
ka2fnk
Cqrlog exception error on restart

When restarting cqrlog now getting an exception error and accessvilation.

I removed and reinstalled frome the Fedora 36. Cleared everything so statring fresh. However after
setting the prefrences and exiting, on restart with debug have the following.

FreqmemNR:0=0
FreqmemFirst:0 FreqmemLast:0
WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint message: TStringGrid
WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint message: TStringGrid
[FORMS.PP] ExceptionOccurred
Sender=EAccessViolation
Exception=Access violation
Stack trace:
$00007F3F4A20295C
[FORMS.PP] ExceptionOccurred

Crqlog has the be forces to close.

Thank you
Bill KA2FNK

oh1kh
Cqrlog exception error on restart

Hi Bill!

It loos like the error happens in TRXControl's Frequency memory list.

Have you tried to rename folder ~/.config/cqrlog to ~/.config/cqrlog_bak ?
That gives clean start to cqrlog. Does it give same error then ?

Does Fedora 36 have Gtk2, or is it GTK3 in some compatibility mode? I have Fedora 35 myself because being one version behind (until the EOL date) confirms that biggest bugs are fixed.

You could also try with QT5 version over the existing GTK2 version.
Then open command line console and do:

sudo dnf install Install libqt5pas libqt5pas-devel lazarus

After installed them:

git clone https://github.com/ok2cqr/cqrlog.git
cd cqrlog
make cqrlog_qt5
sudo make install

And try to start cqrlog in normal way.

--
Saku
OH1KH