We are trying to narrow-down the cause of crashing on MacOS. So far I have had reports of the latest build MacOS Test Build (2021-05-07) | wfview running successfully on Big Sur, Catalina and High Sierra, so it appears to be something specific to your environment? I wonder if you have Qt installed as it may be an older/different version to the runtime files embedded within the wfview app and for some reason these are being used instead?
I am using Xcode 11.1 on Mac OS Big Sur. The reason for using 11.1 is that it is the last version that includes Platform API 10.15 which is the latest version supported by Qt5. The previous build was done with the latest Xcode.
It is compiled with Qt 5.15.2 and targeting MacOS v10.13 (QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13)
I also release the file using macdeployqt which embeds the Qt dynamic libraries into the .app. What version of Qt do you have installed @Frank I wonder if that is where we are seeing a conflict?
I used this:
Xcode: Version 11.3.1 (11C505)
QT Creator: Based on Qt 5.15.2 (Clang 11.0 (Apple), 64 bit)
Did not explicitly set a target.
Build for Release.
Compiled qcustomplot stuff from source (.cpp and .h added to project)
And used macdeployqt as well, did not run on my other mac otherwise.
Thatās annoying, it is almost exactly the configuration that I used for the first test build. There must be something that I am missing here? I will do some more research as we really need a build that is going to be stable on as many versions of MacOS as possible.
I donāt really want to have to generate a build for each version.
Before running my build of wfview.app? This should generate a list of the dynamic libraries that are being loaded and hopefully will show which one it is crashing on?
Hi @Frank I have created a new build which contains the latest fixes and now compiles qcustomplot directly rather than using a dynamic library. MacOS Test Build (2021-05-07) | wfview (ignore the name, it is 2012-05-09 really!)
Flakey operation on my mac mini (OS 10.15.7 ) ⦠on connection via LAN ⦠establishes the audio path ok every time, but controls AND waterfall only worked once then froze when I changed from AM to LSB. On other attempts to run ⦠again audio fine but often no control or waterfall. overall pretty unstable. Is there a minimum spec for Mac to run this ?
It āshouldā work but I have had reports of unstable operation with the latest Universal binary. Unfortunately I donāt have this problem on my Late 2013 MBP running MacOS 11.3 (Big Sur).
The problem is that the method that I used to create the Universal binary is non-standard so I have created an Intel only one using the method that I used previously that seemed more stable?
We will need a bit more information to diagnose this the problem than āstill failsā We have had reports that the specific issue that was broken in the previous universal binary is fixed so this is likely a different problem.
What exactly is failing? Which binary did you try? Intel only or Universal? Is CI-V transceive enabled on your rig?
Can you have a look in the log file Log file | wfview and let us know what Rig: commands you see?