[GH-ISSUE #167] NSVisualEffectView crash on macOS 10.12 #164

Closed
opened 2026-03-03 19:15:50 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Jun 8, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/167

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

It turns out the macOS 10.12 couldn't handle NSVisualEffectView if we put it in the NSPlistView.
We should fix it

019-06-08 22:33:35.812 Proxyman[716:15326] *** Assertion failure in -[NSView _updateInWindowVibrancyFilter], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.82.104/AppKit.subproj/NSView.m:18321
2019-06-08 22:33:35.813 Proxyman[716:15326] Failed to set (contentViewController) user defined inspected property on (NSWindow): Vibrant controls require layer-backing when blurring inside the window
2019-06-08 22:33:35.920 Proxyman[716:15326] WARNING: The SplitView is not layer-backed, but trying to use overlay sidebars.. implicitly layer-backing for now. Please file a radar against this app if you see this

👑 Criteria

  • Disable NSVisualEffectView on macOS 10.12
Originally created by @NghiaTranUIT on GitHub (Jun 8, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/167 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief It turns out the macOS 10.12 couldn't handle NSVisualEffectView if we put it in the NSPlistView. We should fix it ``` 019-06-08 22:33:35.812 Proxyman[716:15326] *** Assertion failure in -[NSView _updateInWindowVibrancyFilter], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.82.104/AppKit.subproj/NSView.m:18321 2019-06-08 22:33:35.813 Proxyman[716:15326] Failed to set (contentViewController) user defined inspected property on (NSWindow): Vibrant controls require layer-backing when blurring inside the window 2019-06-08 22:33:35.920 Proxyman[716:15326] WARNING: The SplitView is not layer-backed, but trying to use overlay sidebars.. implicitly layer-backing for now. Please file a radar against this app if you see this ``` ## 👑 Criteria - [x] Disable NSVisualEffectView on macOS 10.12
kerem 2026-03-03 19:15:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 9, 2019):

All done

<!-- gh-comment-id:500184024 --> @NghiaTranUIT commented on GitHub (Jun 9, 2019): All done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#164
No description provided.