Replies: 9 comments
-
I wonder if macports would also reduce the frequent crashing I was seeing when doing window nesting actions. are there any version differences between the libraries installed with homebrew vs macports |
Beta Was this translation helpful? Give feedback.
-
As I mentioned in #689, Qt 6.9, as provided by Homebrew, seems to be very buggy. I tested QLog on Windows with Qt 6.9, and it doesn't work correctly. If possible, please use Qt 6.8.x instead. |
Beta Was this translation helpful? Give feedback.
-
I think with MacPorts i can install different versions of QT where you
cannot with Homebrew. I will try it later today. I did try it before with
direct qt installer but it wouldn’t build right.
…On Sat, Jul 5, 2025 at 2:55 AM Ladislav ***@***.***> wrote:
As I mentioned in #689 <#689>,
Qt 6.9, as provided by Homebrew, seems to be very buggy. I tested QLog on
Windows with Qt 6.9, and it doesn't work correctly. If possible, please use
Qt 6.8.x instead.
—
Reply to this email directly, view it on GitHub
<#693 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXUESQUH2PGREWSSVED3G6AGPAVCNFSM6AAAAACAUWGPKWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRWHAYDKMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I like the addition you made this morning to retain the download selections, that was my only comment so far on 45. But the common dialog works great so far. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the information!!! I couldn't install 6.8.2 even with macports even when I tried to install separate subports |
Beta Was this translation helpful? Give feedback.
-
Since switching and getting the signing worked out on MacPorts I haven't noticed any issues with 6.9. But I do have some notes on getting 6.8.2 loaded and operational if you want that. |
Beta Was this translation helpful? Give feedback.
-
I can also confirm that Macports 6.9 is working flawlessly for me. Much better than what was provided by homebrew. No more crashes related to floating windows yay |
Beta Was this translation helpful? Give feedback.
-
few days with 6.9.1 - no problems. |
Beta Was this translation helpful? Give feedback.
-
It's strange. I have bad experiences with 6.9 under Windows. I have to try 6.9.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is just for information purposes. But when I updated homebrew it made it where Log would not operate properly. Specifically with Select a country in the Station Definition and in Log Filtering. Not sure what is going on with it. But currently I switched to using MacPorts and it allows for the current master branch to build and operate normally.
I installed the following ports:
sudo port install qt6
sudo port install qt6-qtcreator
Sudo port install hamlib
sudo port install qt6-qtcharts
sudo port install qtkeychain
I did have to adjust the include lines in qlog.pro to look in the macport paths under /opt.

Hopefully Homebrew will straighten out. But just wanted to make others aware if they are having a similar problem. This work around seemed to work for me.
Michael, AA5SH
Beta Was this translation helpful? Give feedback.
All reactions