New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CGSPrivate (again) #2150
Fix CGSPrivate (again) #2150
Conversation
OK, didn’t have a chance to look at this until now and didn’t catch the insta-merge. No problem with it, but you should probably update the release notes when doing this in case we miss it. |
You're right. I didn't actually think it was worth mentioning an unreleased bug fix ;-). |
Sorry I've been off the radar.
|
Setup Assistant and built-in notifier appear to be working, though I am periodically seeing this in the Console.
Still trying to track down exactly what triggers it. |
Non-main thread access to AppKit ? I chalked it up to "not this" because I had already seen it ;-). |
Is that just with Nostromo, or other interfaces as well? Maybe try running QS with a debug-built version of Nostromo so you can see exactly where the call in the Nostromo plugin is
|
The hidden Nostromo call may (or may not) be
One of there should be wrapped in a |
Cool, thanks for the explanation. I'm glad you understand what it means :D On 12 November 2015 at 17:24, Etienne Samson notifications@github.com
|
I've did it again. In my eagerness to silence warnings, I broke CGSPrivate.
I was trying to fix the Cube issues (since @skurfer was kinda expecting that from #2144) and noticed a hard crash (the same as #1811). So this one stops the crash, but the animation is still horrible (here I can see it jump down (topscreen/topwindow distance seem to become bottomscreen/bottomwindow) and turn to some invisible window side before getting a hold of itself...
I'll try to pinpoint what's going wrong with it, but I have no clue whatsoever about what. is. going. on.
I'll merge that ASAP because it's a quick fix. Just wanted a heads up to you guys.