Skip to content
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

Core: Missing dylib on startup (Mac OS X 10.13.6 - High Sierra) #13

Closed
andrasio opened this issue Jul 16, 2021 · 7 comments
Closed

Core: Missing dylib on startup (Mac OS X 10.13.6 - High Sierra) #13

andrasio opened this issue Jul 16, 2021 · 7 comments

Comments

@andrasio
Copy link

Looks like the /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications dylib isn't there.

Here is the report:

Path:                  /Applications/Warp.app/Contents/MacOS/stable
Identifier:            dev.warp.Warp-Stable
Version:               0.1.0 (20210714.005705)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           stable [89506]
User ID:               501

Date/Time:             2021-07-16 14:40:36.372 -0500
OS Version:            Mac OS X 10.13.6 (17G14042)
Report Version:        12
Anonymous UUID:        EFF49F03-6ED0-347A-6DF5-560AB4793A35

Sleep/Wake UUID:       2A0FC56C-3277-4CD2-B852-474976BF7AE7

Time Awake Since Boot: 300000 seconds
Time Since Wake:       28000 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, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
  Referenced from: /Applications/Warp.app/Contents/MacOS/stable
  Reason: image not found

Binary Images:
       0x1062bb000 -        0x107f82fcf +dev.warp.Warp-Stable (0.1.0 - 20210714.005705) <4A6EA122-961B-3EB9-BEDF-4E509C11AD8A> /Applications/Warp.app/Contents/MacOS/stable
       0x10910a000 -        0x109169ff7 +io.sentry.Sentry (7.0.3 - 7.0.3) <77709E89-C368-3369-9CD7-6408F63CC857> /Applications/Warp.app/Contents/Frameworks/Sentry.framework/Versions/A/Sentry
       0x1123e7000 -        0x112431adf  dyld (551.5) <CB9BFB56-4511-36F1-A546-891FF770C01C> /usr/lib/dyld
    0x7fff4d51c000 -     0x7fff4d9b8fff  com.apple.CoreFoundation (6.9 - 1455.300) <D9D5D50D-5DA3-34B6-8077-DD24315A4B1E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff51da0000 -     0x7fff51dbaffb  com.apple.MetalKit (1.0 - 98.3) <46B0ECC2-0C3F-3E74-A4E7-0B5D6DF4BEAA> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff593be000 -     0x7fff596e9fff  com.apple.security (7.0 - 58286.70.19) <E118FC23-2E20-3999-826B-58488049A277> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff73f20000 -     0x7fff74011ff7  libiconv.2.dylib (51.50.1) <7965B866-C75A-3450-9891-0500349F7090> /usr/lib/libiconv.2.dylib
    0x7fff75382000 -     0x7fff75394ffb  libz.1.dylib (70) <47278BDC-596E-3037-B8DA-05FE9D5DBEF6> /usr/lib/libz.1.dylib

Model: MacBookPro6,2, BootROM 99.0.0.0.0, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f17
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3030352E4130324C4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3030352E4130324C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.7f22, 3 services, 27 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: CT500BX100SSD1, 500.11 GB
Serial ATA Device: MATSHITADVD-R   UJ-898
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: IR Receiver
USB Device: Built-in iSight
Thunderbolt Bus: 

unsupported

@andrasio andrasio added the bug label Jul 16, 2021
@alokedesai
Copy link
Member

Thanks for filing Andres! Sent this to the team to investigate

@zheng
Copy link
Contributor

zheng commented Jul 26, 2021

This should be fixed in the next release later this week!

@zheng zheng closed this as completed Jul 26, 2021
@fdncred
Copy link

fdncred commented Aug 1, 2021

Was the fix for this problem to stop supporting High Sierra?
Screen Shot 2021-08-01 at 9 27 19 AM

@zheng
Copy link
Contributor

zheng commented Aug 2, 2021

Edit: I was mistaken here, yes we did this to support in-app notifications. We didn't want to add the complexity of conditionally compiling.

@fdncred
Copy link

fdncred commented Aug 2, 2021

Oh, so the fix is not to allow users running High Sierra to use it. Got it.

@elviskahoro elviskahoro changed the title Missing dylib on startup (Mac OS X 10.13.6 - High Sierra) Core: Missing dylib on startup (Mac OS X 10.13.6 - High Sierra) Nov 7, 2021
@frakman1
Copy link

frakman1 commented Apr 5, 2022

I really wanted to use this, but not enough to have to upgrade my stable MacOS setup from High Sierra

@OptimusGREEN
Copy link

really want this on high sierra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants