ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

[Bug] Missing dymanic library on macOS Catalina Version 10.15.7

Open DAMisener opened this issue 3 years ago • 0 comments

Operating System

MacOS

What's the issue you encountered?

Seems to be missing *UniformTypeIdentifiers.dylib:

Am I missing some prerequisite?

Console Log:

Process:               imhex [58679]
Path:                  /Users/USER/Downloads/imhex.app/Contents/MacOS/imhex
Identifier:            net.WerWolv.ImHex
Version:               1.19 (1.19.3)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           imhex [58679]
User ID:               501

Date/Time:             2022-07-30 22:24:01.155 -0300
OS Version:            Mac OS X 10.15.7 (19H1824)
Report Version:        12
Anonymous UUID:        3BD600E3-8774-C3F4-7D4B-D1D40C21E6DB


Time Awake Since Boot: 370000 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/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
  Referenced from: /Users/USER/Downloads/imhex.app/Contents/MacOS/imhex
  Reason: image not found

Binary Images:
       0x10bb80000 -        0x10bc4bf37 +net.WerWolv.ImHex (1.19 - 1.19.3) <D7AA1181-AA8B-3590-93EB-D624395DD975> /Users/USER/Downloads/imhex.app/Contents/MacOS/imhex
       0x10bc76000 -        0x10c75dff7 +libimhex.dylib (0) <A5BC68AC-E6C7-3655-AE6D-C69F6A38B544> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libimhex.dylib
       0x10d101000 -        0x10d184fff +libfreetype.6.dylib (0) <B44A5C29-49E4-367F-817E-A09CE34D1EC1> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libfreetype.6.dylib
       0x10d1ac000 -        0x10d1cfff3 +libglfw.3.3.dylib (0) <56FB13F1-96E0-399F-8984-9BEE63C5DF3F> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libglfw.3.3.dylib
       0x10d1e8000 -        0x10d203fff +libmagic.1.dylib (0) <40A62A06-F8DA-32EF-9BF2-C0FDDB359439> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libmagic.1.dylib
       0x10d213000 -        0x10d236ff3 +libmbedtls.3.2.1.dylib (0) <CB29B669-07C7-3ECD-A2E0-F7D8AAC2FD72> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libmbedtls.3.2.1.dylib
       0x10d247000 -        0x10d252ff7 +libmbedx509.3.2.1.dylib (0) <AB6DB2C1-0CAE-365F-8835-4ED57D1B00D9> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libmbedx509.3.2.1.dylib
       0x10d264000 -        0x10d2b3ff3 +libmbedcrypto.3.2.1.dylib (0) <FA82C4B5-6471-3838-AFE9-7F5775FAE681> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libmbedcrypto.3.2.1.dylib
       0x10d2dc000 -        0x10d307ffb +libssh2.1.dylib (0) <7B98FF4D-4BE4-3908-82F9-7B7B4D438E9B> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libssh2.1.dylib
       0x10d31c000 -        0x10d5dbfff +org.python.python (3.9.13, [c] 2001-2021 Python Software Foundation. - 3.9.13) <8B460950-AFFC-349B-A079-88C9800C75E6> /Users/USER/Downloads/imhex.app/Contents/Frameworks/Python.framework/Versions/3.9/Python
       0x10d6a3000 -        0x10d852fe7 +libstdc++.6.dylib (0) <77062E6F-9899-34D1-BC77-7A3D783FE15C> /Users/USER/Downloads/imhex.app/Contents/Frameworks/libstdc++.6.dylib
       0x113d78000 -        0x113e0a267  dyld (750.7) <A9377AC7-E3ED-3770-88E2-7A0CB4624EED> /usr/lib/dyld
    0x7fff369a3000 -     0x7fff37761ff4  com.apple.AppKit (6.9 - 1894.60.107) <E2BFB1C1-6B89-3D8D-B5FB-4B1676EAFA22> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff3bdae000 -     0x7fff3c173ff7  com.apple.Foundation (6.9 - 1678.103) <D95AC453-B9C4-3E8A-BD53-AE659DA08251> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3e0b3000 -     0x7fff3e0e9ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <45AD36CB-D311-32A2-843C-ED6350A59B5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff440a3000 -     0x7fff440b2ff7  com.apple.opengl (17.10.22 - 17.10.22) <251345CF-9DE1-342A-8710-2543AEA59B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff72913000 -     0x7fff72925ff3  libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib

How can the issue be reproduced?

Simply running the supplied imhex.app from the downloaded .dmg .

ImHex Version

1.19.3

ImHex Build Type

  • [ ] Nightly or built from sources

Additional context?

  • Additional information about your environment.
  • If possible and useful, please upload the binary you've been editing when the bug occured.

DAMisener avatar Jul 31 '22 01:07 DAMisener