[GH-ISSUE #933] Crashes on macOS Sierra 10.12.6 #742

Open
opened 2026-05-05 07:01:20 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @zxcat on GitHub (Oct 30, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/933

Describe the bug
Barrier 2.3.3 can't start on macOS Sierra, it crashes instead.

To Reproduce

Steps to reproduce the behavior:

  1. Either download .dmg or install using brew cask install barrier.
  2. Start the app.

Expected behavior
App starts and works.

Desktop (please complete the following information):

  • OS: Mac OS X 10.12.6 (16G2136)
  • Barrier version: 2.3.3

Additional context

Log says QtGui was built only for Mac OS X 10.13+

Crashlog:
Process:               barrier [63084]
Path:                  /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/barrier
Identifier:            barrier
Version:               2.3.3-release (2.3.3-release)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           barrier [63084]
User ID:               501

Date/Time:             2020-10-30 13:41:13.352 +0300
OS Version:            Mac OS X 10.12.6 (16G2136)
Report Version:        12
Anonymous UUID:        317D2C9C-A5E3-7CC2-DCE3-A2DA9D2C64D6

Sleep/Wake UUID:       A1DAEA40-13DA-4632-958C-447E20179D1B

Time Awake Since Boot: 2600000 seconds
Time Since Wake:       14000 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x4] Symbol missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Symbol not found: _OBJC_CLASS_$_MTLCaptureManager
  Referenced from: /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui (which was built for Mac OS X 10.13)
  Expected in: /System/Library/Frameworks/Metal.framework/Versions/A/Metal
 in /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui

Binary Images:
       0x1019c3000 -        0x101acffff +barrier (2.3.3-release - 2.3.3-release) <1E5ADB27-5B3F-3D9C-A1AB-9A4122C482B8> /var/folders/*/Barrier.app/Contents/MacOS/barrier
       0x101afc000 -        0x101f47ff3 +org.qt-project.QtWidgets (5.15 - 5.15.0) <CADDCF3F-5A20-317B-9B5F-0FD958B44042> /var/folders/*/Barrier.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x1020ad000 -        0x1021bdffb +org.qt-project.QtNetwork (5.15 - 5.15.0) <5CBA58FE-7CE1-30A8-B267-C9398CF0D9BE> /var/folders/*/Barrier.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x102208000 -        0x1026f9ff7 +org.qt-project.QtGui (5.15 - 5.15.0) <BBABAD94-6E6E-3538-8992-9679A1A744D3> /var/folders/*/Barrier.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x102815000 -        0x102d68a37 +org.qt-project.QtCore (5.15 - 5.15.0) <960BF818-5053-34BC-B2F7-ACF2662E55C7> /var/folders/*/Barrier.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10b3f3000 -        0x10b430dc7  dyld (434) <33DB4E37-BC29-37A4-92AB-30328E66A8FA> /usr/lib/dyld
Originally created by @zxcat on GitHub (Oct 30, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/933 **Describe the bug** Barrier 2.3.3 can't start on macOS Sierra, it crashes instead. **To Reproduce** Steps to reproduce the behavior: 1. Either download `.dmg` or install using `brew cask install barrier`. 2. Start the app. **Expected behavior** App starts and works. **Desktop (please complete the following information):** - OS: Mac OS X 10.12.6 (16G2136) - Barrier version: 2.3.3 **Additional context** Log says QtGui was built only for Mac OS X 10.13+ <details> <summary>Crashlog:</summary> ``` Process: barrier [63084] Path: /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/barrier Identifier: barrier Version: 2.3.3-release (2.3.3-release) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: barrier [63084] User ID: 501 Date/Time: 2020-10-30 13:41:13.352 +0300 OS Version: Mac OS X 10.12.6 (16G2136) Report Version: 12 Anonymous UUID: 317D2C9C-A5E3-7CC2-DCE3-A2DA9D2C64D6 Sleep/Wake UUID: A1DAEA40-13DA-4632-958C-447E20179D1B Time Awake Since Boot: 2600000 seconds Time Since Wake: 14000 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: DYLD, [0x4] Symbol missing Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: Symbol not found: _OBJC_CLASS_$_MTLCaptureManager Referenced from: /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui (which was built for Mac OS X 10.13) Expected in: /System/Library/Frameworks/Metal.framework/Versions/A/Metal in /Volumes/VOLUME/*/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui Binary Images: 0x1019c3000 - 0x101acffff +barrier (2.3.3-release - 2.3.3-release) <1E5ADB27-5B3F-3D9C-A1AB-9A4122C482B8> /var/folders/*/Barrier.app/Contents/MacOS/barrier 0x101afc000 - 0x101f47ff3 +org.qt-project.QtWidgets (5.15 - 5.15.0) <CADDCF3F-5A20-317B-9B5F-0FD958B44042> /var/folders/*/Barrier.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x1020ad000 - 0x1021bdffb +org.qt-project.QtNetwork (5.15 - 5.15.0) <5CBA58FE-7CE1-30A8-B267-C9398CF0D9BE> /var/folders/*/Barrier.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork 0x102208000 - 0x1026f9ff7 +org.qt-project.QtGui (5.15 - 5.15.0) <BBABAD94-6E6E-3538-8992-9679A1A744D3> /var/folders/*/Barrier.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x102815000 - 0x102d68a37 +org.qt-project.QtCore (5.15 - 5.15.0) <960BF818-5053-34BC-B2F7-ACF2662E55C7> /var/folders/*/Barrier.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x10b3f3000 - 0x10b430dc7 dyld (434) <33DB4E37-BC29-37A4-92AB-30328E66A8FA> /usr/lib/dyld ``` </details>
Author
Owner

@crzsotona commented on GitHub (Feb 26, 2021):

Same issue, Barrier 2.3.2 works as intended albeit without 2.3.3 fixes.

<!-- gh-comment-id:786683483 --> @crzsotona commented on GitHub (Feb 26, 2021): Same issue, Barrier 2.3.2 works as intended albeit without 2.3.3 fixes.
Author
Owner

@eCyclops commented on GitHub (Feb 26, 2021):

Worth noting that 2.3.2 doesn't seem to be compatible with 2.3.3 — my other machines updated to 2.3.3 and now I can't work with my Mac.

<!-- gh-comment-id:786705456 --> @eCyclops commented on GitHub (Feb 26, 2021): Worth noting that 2.3.2 doesn't seem to be compatible with 2.3.3 — my other machines updated to 2.3.3 and now I can't work with my Mac.
Author
Owner

@dareader commented on GitHub (Mar 9, 2021):

Same issue here.

macos 10.12.6, fresh download of the 2.3.3 dmg.
Screen Shot 2021-03-09 at 20 50 48

Process: barrier [71580]
Path: /Applications/Barrier.app/Contents/MacOS/barrier
Identifier: barrier
Version: 2.3.3-release (2.3.3-release)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: barrier [71580]
User ID: 501

Date/Time: 2021-03-09 20:54:00.754 +0000
OS Version: Mac OS X 10.12.6 (16G2136)
Report Version: 12
Anonymous UUID: 9A76CAF7-9536-BE1E-FFD7-0F0FEDCB31E9

Sleep/Wake UUID: 81E2A676-81A5-4D03-9894-8FDBB88D1EEE

Time Awake Since Boot: 2800000 seconds
Time Since Wake: 820 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: DYLD, [0x4] Symbol missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Symbol not found: OBJC_CLASS$_MTLCaptureManager
Referenced from: /Applications/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui (which was built for Mac OS X 10.13)
Expected in: /System/Library/Frameworks/Metal.framework/Versions/A/Metal
in /Applications/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui

[trimmed rest - I think clear from above, but can provide on request]

<!-- gh-comment-id:794443180 --> @dareader commented on GitHub (Mar 9, 2021): Same issue here. macos 10.12.6, fresh download of the 2.3.3 dmg. ![Screen Shot 2021-03-09 at 20 50 48](https://user-images.githubusercontent.com/48282157/110536587-8cb88300-8119-11eb-9707-aae4097fa68e.png) Process: barrier [71580] Path: /Applications/Barrier.app/Contents/MacOS/barrier Identifier: barrier Version: 2.3.3-release (2.3.3-release) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: barrier [71580] User ID: 501 Date/Time: 2021-03-09 20:54:00.754 +0000 OS Version: Mac OS X 10.12.6 (16G2136) Report Version: 12 Anonymous UUID: 9A76CAF7-9536-BE1E-FFD7-0F0FEDCB31E9 Sleep/Wake UUID: 81E2A676-81A5-4D03-9894-8FDBB88D1EEE Time Awake Since Boot: 2800000 seconds Time Since Wake: 820 seconds System Integrity Protection: enabled Crashed Thread: 0 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: DYLD, [0x4] Symbol missing Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: Symbol not found: _OBJC_CLASS_$_MTLCaptureManager Referenced from: /Applications/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui (which was built for Mac OS X 10.13) Expected in: /System/Library/Frameworks/Metal.framework/Versions/A/Metal in /Applications/Barrier.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/5/QtGui [trimmed rest - I think clear from above, but can provide on request]
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: github-starred/barrier#742
No description provided.