Closed 3aa49ec6bfc910647fa1c5a013e48eef closed 1 year ago
Thanks for the report. xBar uses a certain branch of Wails so the above would not work as expected. I don't have Sonoma installed (yet) but I'll try see what's happening when I do. I believe the release date is in about 2.5 months.
Thanks. I wasn’t able to get the earlier version of wails working either, I presume it needs a specific version of Go as well.
Can confirm that it fails on Sonoma Public Beta 3 (Version 14.0 Beta (23A5312d)), but it worked fine until this version with Sonoma.
Sonoma will most likely be released in late October.
Oh, that’s good to know. I had not tried on earlier versions of Sonoma. I’ll report back if it starts to work again on the next beta.
I can reproduce this locally in a VM. Running it through lldb
shows assertion failure: "place == NSWindowBelow || place == NSWindowAbove" -> 0
however there is absolutely nothing in a Google search that would indicate why that is true for Sonoma.NSWindowBelow
(https://developer.apple.com/documentation/appkit/nswindoworderingmode/nswindowbelow/) has not changed either :/ Can't see anything relevant in https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-15-release-notes...
Out of interest are you an an m1 or m2 or x64?
I’m using M1.
Maybe this is a temporary bug, the next public release should be out this week, the latest next week. Will update.
Yeah, that's my feeling too. It would be really weird to have an API change so late in the beta releases, plus the error message makes no sense (it looks like it's checking if the NSEffectLayer is being added to the window above or below and failing, despite it actually being set to below)
confirmed working again with beta 6 ^^
Confirmed working, closing issue.
Hello,
I'm not sure if this is related to Sonoma or is another issue, I wasn't able to diagnose from logs.
App crashes immediately on load (v2.1.7-beta).
I tried to build myself to diagnose, however I wasn’t able to build successfully either.
Thanks
Console log:
Output from
system_profiler SPSoftwareDataType
:Edit:
Output from
wails dev
(I realise this is running with a later version of the cli than stated in README.md however I could not get the earlier cli version to run once installed):Output from
./build.sh
(prior to runningwails dev
):Output from
./build.sh
(after runningwails dev
):Output from
wails doctor
: