general > Nutil 0.8.1 would not run on Apple M1 Max
Showing 1-24 of 24 posts
Display:
Results per page:
Feb 13, 2023  12:02 PM | Shanrong Zhang
Nutil 0.8.1 would not run on Apple M1 Max
Dear All, 

I tried to run nutil_0.8.1.dmg on an Apple M1 Max laptop. Unfortunately, it would not run even after removing Apple quarantine limit.

Would you please help me out? 

Thanks,

Shanrong
Feb 13, 2023  01:02 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi there, and thanks for reporting this! Since I'm developing Nutil on an apple m1, and nobody around me has another one, I was never able to test whether it works on a fresh system.

Could you take a screenshot of the error message you get when trying to open Nutil?

regards

Nicolaas
Feb 13, 2023  02:02 PM | Shanrong Zhang
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick,

Thank you for your quick response. 

It reported that until was damaged initially. After remove Apple quarantine limit, it quite unexpectively. 

Thanks,

Shanrong
Attachment: Nutil_error.png
Feb 13, 2023  02:02 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
hm ok that is bad, then I'll have to see if I can locate someone around here who has an M1 I can test on!

will keep you posted, sorry for the trouble
Feb 13, 2023  04:02 PM | Shanrong Zhang
RE: Nutil 0.8.1 would not run on Apple M1 Max
Thank you Nick.
Feb 13, 2023  06:02 PM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
I'm facing the same issue. I haven't found a solution yet, but if you come up with anything, please let us know! 

Thanks, 
Anna
Feb 20, 2023  08:02 AM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick, 

How is it going? Did you find any macOS M1 to try on? If not, we can maybe try online with mine if you need. 

Thank you!
Anna
Feb 23, 2023  02:02 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Originally posted by Anna Teruel-Sanchis:
Hi Nick, 

How is it going? Did you find any macOS M1 to try on? If not, we can maybe try online with mine if you need. 

Thank you!
Anna

Hi there! Unfortunatly I've been unable to find another m1 yet, but I'm in the process of trying to get a regular X86 release out using the github CI - but haven unfortunately been unable to make it work :/

If you could do me a favour, could you try to start the nutil app from command line? there might be more error messages there, it's most likely just a missing library (that is installed on my system, but not on non-development macs).

Open terminal, go to the Nutil.app location, then simply start the program by tying "./Contents/MacOS/Nutil". If you get any error messages here, please let me know!

regards

Nicolaas
Feb 23, 2023  03:02 PM | Shanrong Zhang
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick, Error message was the same. Thanks! Shanrong

it seems that I did not have "libomp.dylib"

dyld[59936]: Library not loaded: '@executable_path/../Frameworks/libomp.dylib'
Referenced from: '/Applications/Nutil/Nutil.app/Contents/MacOS/Nutil'
Reason: tried: '/libomp.dylib' (no such file), '/opt/X11/lib/flat_namespace/libomp.dylib' (no such file), '/Applications/Nutil/Nutil.app/Contents/MacOS/../Frameworks/libomp.dylib' (no such file), '/usr/local/lib/libomp.dylib' (no such file), '/usr/lib/libomp.dylib' (no such file)
Abort trap: 6
Feb 23, 2023  04:02 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
oh very nice - this library is hard to distribute, and I have had a lot of trouble getting it added as well

If you have "brew" installed on your computer, can you try doing

brew install libomp

to get libomp installed and see if it works?

if you don't have brew, you can install it from here : https://brew.sh/ (it's the default linux package manager for macos)

regards

Nicolaas
Feb 23, 2023  06:02 PM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
Thank you Nick! 

It's the same error for me. I have tried with "brew install libomp", however it does not seem to work. I copy here my full Translated Report, so that you can get as many information as possible. It seems that there should be a flie in /Contents/Framework/libomp.dylib. However, I don't know how to add it, and where exactly? 



Process: Nutil [6168]
Path: /Users/USER/Desktop/Nutil.app/Contents/MacOS/Nutil
Identifier: com.yourcompany.Nutil
Version: ???
Code Type: ARM-64 (Native)
Parent Process: zsh [6157]
Responsible: Terminal [3953]
User ID: 501

Date/Time: 2023-02-23 19:34:19.7500 +0100
OS Version: macOS 13.0 (22A380)
Report Version: 12
Anonymous UUID: 84F8517D-C5B4-2A41-11CC-FA9D0AA79DCD
Sleep/Wake UUID: A2C97FCD-AF77-4D31-8141-C297B967E7B1
Time Awake Since Boot: 20000 seconds
Time Since Wake: 1956 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: @executable_path/../Frameworks/libomp.dylib
Referenced from: /Users/USER/Desktop/Nutil.app/Contents/MacOS/Nutil
Reason: tried: '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libomp.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS@executable_path/../Frameworks/libomp.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libomp.dylib' (no such file), '/usr/local/lib/libomp.dylib' (no such file), '/usr/lib/libomp.dylib' (no such file, not in dyld cache)
(terminated at launch; ignore backtrace)
Thread 0 Crashed:
0 dyld 0x1b127ae58 __abort_with_payload + 8
1 dyld 0x1b12856c0 abort_with_payload_wrapper_internal + 104
2 dyld 0x1b12856f4 abort_with_payload + 16
3 dyld 0x1b12140a4 dyld4::halt(char const*) + 328
4 dyld 0x1b1211098 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 4204
5 dyld 0x1b120fdc4 start + 2404
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000001 x2: 0x000000016b082710 x3: 0x0000000000000079
x4: 0x000000016b082310 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x00000000000007d0
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x0000000000000001 x11: 0x000000000000000a
x12: 0x0000000000000000 x13: 0x0000000000000036 x14: 0x000000024c537fb8 x15: 0xffffffffffffffff
x16: 0x0000000000000209 x17: 0x00000001b120d344 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x000000016b082310 x21: 0x0000000000000079 x22: 0x000000016b082710 x23: 0x0000000000000001
x24: 0x0000000000000006 x25: 0x000000020d10c3c0 x26: 0x000000016b0831d0 x27: 0x000000016b083038
x28: 0x0000000000000000 fp: 0x000000016b0822e0 lr: 0x00000001b12856c0
sp: 0x000000016b0822a0 pc: 0x00000001b127ae58 cpsr: 0x00001000
far: 0x0000000104f84000 esr: 0x56000080 Address size fault
Binary Images:
0x1b120a000 - 0x1b12944af dyld (*) <1f56ab4e-f398-3a9c-bfba-fbbd17808963> /usr/lib/dyld
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=764.4M resident=0K(0%) swapped_out_or_unallocated=764.4M(100%)
Writable regions: Total=8704K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8704K(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8176K 1
VM_ALLOCATE 16K 1
__DATA 27K 2
__DATA_CONST 38K 2
__DATA_DIRTY 7K 1
__LINKEDIT 762.5M 2
__TEXT 1932K 2
dyld private memory 512K 2
=========== ======= =======
TOTAL 829.0M 14
-----------
Full Report
-----------
{"app_name":"Nutil","timestamp":"2023-02-23 19:34:19.00 +0100","app_version":"","slice_uuid":"ade6db71-afd5-3696-b03e-9145910f7564","build_version":"","platform":1,"bundleID":"com.yourcompany.Nutil","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0 (22A380)","roots_installed":0,"name":"Nutil","incident_id":"E42CA536-1D71-4ECD-969F-30C47452AE46"}
{
"uptime" : 20000,
"procRole" : "Unspecified",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro17,1",
"coalitionID" : 1651,
"osVersion" : {
"train" : "macOS 13.0",
"build" : "22A380",
"releaseType" : "User"
},
"captureTime" : "2023-02-23 19:34:19.7500 +0100",
"incident" : "E42CA536-1D71-4ECD-969F-30C47452AE46",
"pid" : 6168,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-02-23 19:34:19.6962 +0100",
"procStartAbsTime" : 486449671792,
"procExitAbsTime" : 486450956922,
"procName" : "Nutil",
"procPath" : "\/Users\/USER\/Desktop\/Nutil.app\/Contents\/MacOS\/Nutil",
"bundleInfo" : {"CFBundleIdentifier":"com.yourcompany.Nutil"},
"storeInfo" : {"deviceIdentifierForVendor":"234FB205-452E-57EB-9874-3C54510BF252","thirdParty":true},
"parentProc" : "zsh",
"parentPid" : 6157,
"coalitionName" : "com.apple.Terminal",
"crashReporterKey" : "84F8517D-C5B4-2A41-11CC-FA9D0AA79DCD",
"responsiblePid" : 3953,
"responsibleProc" : "Terminal",
"wakeTime" : 1956,
"sleepWakeUUID" : "A2C97FCD-AF77-4D31-8141-C297B967E7B1",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"termination" : {"code":1,"flags":518,"namespace":"DYLD","indicator":"Library missing","details":["(terminated at launch; ignore backtrace)"],"reasons":["Library not loaded: @executable_path\/..\/Frameworks\/libomp.dylib","Referenced from: \/Users\/USER\/Desktop\/Nutil.app\/Contents\/MacOS\/Nutil","Reason: tried: '\/Users\/annateruel\/Desktop\/Nutil.app\/Contents\/Frameworks\/libomp.dylib' (no such file), '\/System\/Volumes\/Preboot\/Cryptexes\/OS@executable_path\/..\/Frameworks\/libomp.dylib' (no such file), '\/Users\/annateruel\/Desktop\/Nutil.app\/Contents\/Frameworks\/libomp.dylib' (no such file), '\/usr\/local\/lib\/libomp.dylib' (no such file), '\/usr\/lib\/libomp.dylib' (no such file, not in dyld cache)"]},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":250292,"threadState":{"x":[{"value":6},{"value":1},{"value":6090663696},{"value":121},{"value":6090662672},{"value":0},{"value":0},{"value":2000},{"value":32},{"value":9},{"value":1},{"value":10},{"value":0},{"value":54},{"value":9870475192},{"value":18446744073709551615},{"value":521},{"value":7266685764,"symbolLocation":392,"symbol":"__simple_bprintf"},{"value":0},{"value":0},{"value":6090662672},{"value":121},{"value":6090663696},{"value":1},{"value":6},{"value":8809137088,"symbolLocation":0,"symbol":"gProcessInfo"},{"value":6090666448},{"value":6090666040},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7267178176},"cpsr":{"value":4096},"fp":{"value":6090662624},"sp":{"value":6090662560},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7267135064,"matchesCrashFrame":1},"far":{"value":4378345472}},"frames":[{"imageOffset":462424,"symbol":"__abort_with_payload","symbolLocation":8,"imageIndex":0},{"imageOffset":505536,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":104,"imageIndex":0},{"imageOffset":505588,"symbol":"abort_with_payload","symbolLocation":16,"imageIndex":0},{"imageOffset":41124,"symbol":"dyld4::halt(char const*)","symbolLocation":328,"imageIndex":0},{"imageOffset":28824,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":4204,"imageIndex":0},{"imageOffset":24004,"symbol":"start","symbolLocation":2404,"imageIndex":0}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64e",
"base" : 7266672640,
"size" : 566448,
"uuid" : "1f56ab4e-f398-3a9c-bfba-fbbd17808963",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
}
],
"sharedCache" : {
"base" : 7266025472,
"size" : 3403612160,
"uuid" : "5667eb2d-1398-3b38-afff-a929572d4b88"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=764.4M resident=0K(0%) swapped_out_or_unallocated=764.4M(100%)\nWritable regions: Total=8704K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8704K(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nSTACK GUARD 56.0M 1 \nStack 8176K 1 \nVM_ALLOCATE 16K 1 \n__DATA 27K 2 \n__DATA_CONST 38K 2 \n__DATA_DIRTY 7K 1 \n__LINKEDIT 762.5M 2 \n__TEXT 1932K 2 \ndyld private memory 512K 2 \n=========== ======= ======= \nTOTAL 829.0M 14 \n",
"legacyInfo" : {
"threadTriggered" : {
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60356660bbe37970735c5624",
"factorPackIds" : {
},
"deploymentId" : 240000027
},
{
"rolloutId" : "63582c5f8a53461413999550",
"factorPackIds" : {
"PROACTIVE_MAIL_INTELLIGENCE_SALIENCY" : "636525247ea6e25a76dc2008"
},
"deploymentId" : 240000002
}
],
"experiments" : [
]
}
}
Model: MacBookPro17,1, BootROM 8419.41.10, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Sep 3 2022 03:37:22 version 18.20.379.4.7.8.143 FWID 01-e3c71b50
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Feb 24, 2023  08:02 AM | Tina Kleven - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi, did you figure this out yet?

I have the same problem on my MacBook Pro M1. I am locate at University of Oslo, if you want to try on my MacBook?

Best,
Tina
Feb 24, 2023  09:02 AM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi there!

Ok so let's figure this out.. I've put out a temporary version of Nutil with the missing library included here: https://www.irio.co.uk/nutil/nutil_0.8.1...

please let me know if this one works or not...

regards

Nicolaas
Feb 24, 2023  10:02 AM | Tina Kleven - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi,

I tried with the new version, but still I get the same error message.
I tried opening it from the terminal and I also have tried installing libomp from Brew.

Tina
Feb 24, 2023  02:02 PM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick, 

I've tried again to open it from the terminal but it doesn't seem to work. This time, another library seems to be missing: 

"Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: @executable_path/../Frameworks/libtiff.5.dylib
Referenced from: <1123D535-99C4-3101-A543-F4C2301F5ED3> /Users/USER/Desktop/Nutil.app/Contents/MacOS/Nutil
Reason: tried: '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libtiff.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS@executable_path/../Frameworks/libtiff.5.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libtiff.5.dylib' (no such file), '/usr/local/lib/libtiff.5.dylib' (no such file), '/usr/lib/libtiff.5.dylib' (no such file, not in dyld cache)
(terminated at launch; ignore backtrace)"

It seems that libtiff is also missing in the Frameworks folder. 

If you want us to try anything else, let us know. 

Thank you!
Anna
Mar 1, 2023  06:03 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi there, sorry for the late reply!
Let's try again: I've uploaded a new temporary dmg with (now hopefully) all the required libraries to https://www.irio.co.uk/nutil/nutil_0.8.1... Please download this and extract to some folder.

In order to be able to run the application by double-clicking it, you need to do some stuff in order to allow macos to actually run it (since Nutil isn't a signed Macos App store product). Open terminal and go to your folder and perform the following operation in order to tell macos that Nutil is safe to use:

sudo xattr -cr Nutil.app

please let me know if this fixes up the problem

regards

Nicolaas
Mar 1, 2023  06:03 PM | Shanrong Zhang
RE: Nutil 0.8.1 would not run on Apple M1 Max
It did not work, giving the same error message. Thank you Nick.
Mar 1, 2023  06:03 PM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick, 

It didn't work for me either: 

"Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: @executable_path/../Frameworks/libomp.dylib
Referenced from: /Users/USER/Desktop/Nutil.app/Contents/MacOS/Nutil
Reason: tried: '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libomp.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS@executable_path/../Frameworks/libomp.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libomp.dylib' (no such file), '/usr/local/lib/libomp.dylib' (no such file), '/usr/lib/libomp.dylib' (no such file, not in dyld cache)"

Thank you for your time!
Anna
Mar 1, 2023  07:03 PM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
this is so strange. and you're certain that you tried the new .dmg? Can you verify that the file "libomp.dylib" is in your Nutil.app/Contents/Frameworks folder?

regards

Nicolaas
Mar 1, 2023  07:03 PM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
I have download it from the Downloads, did you update there? The link you copied didn't work. Just in case I upload the file I am trying to open. 

1. sudo spctl --master-disable
2. xattr -cr /Users/annateruel/Desktop/Nutil.app/
3. open Nutil.app

I have found and inside "Framework's" folder I can't find libomp.dylib. This is what I have in the folder: 
1. QtCore.framework
2. QtNetwork.framework
3. QtXml.framework
4. QtDBus.framework
5. QtSvg.framework
6. libjpeg.8.dylib

Perhaps you're right and the file I am opening is not updated? Let me know that, please. 

Thank you Nick!
Attachment: nutil_0.8.1.dmg
Mar 1, 2023  07:03 PM | Shanrong Zhang
RE: Nutil 0.8.1 would not run on Apple M1 Max
Downloaded suing your new link. Here is a screenshot of file folder. Thanks.
Mar 2, 2023  07:03 AM | Tina Kleven - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nicolaas,

The link that you provide here with the temp new .dmg does not work (see attached). 

Tina
Mar 2, 2023  11:03 AM | Nicolaas Groeneboom - University of Oslo
RE: Nutil 0.8.1 would not run on Apple M1 Max
hehe thanks for the feedback! no I have not uploaded any new version to Nitric, while testing the testing version goes to https://www.irio.co.uk/nutil/nutil_0.8.1... . Unfortunately it seems like the server was down yesterday, but it is up and running now. This version contains the necessary files (and works fine just here, which is part of the problem)

so if you guys could try out https://www.irio.co.uk/nutil/nutil_0.8.1... and let me know if it still fails, that would be great! thanks

Nicolaas
Mar 3, 2023  08:03 AM | Anna Teruel-Sanchis
RE: Nutil 0.8.1 would not run on Apple M1 Max
Hi Nick, 

I have tried with the link you provide on your last post and it is still not working. I tried "sudo xattr -cr Nutil.app" and then "open Nutil.app". But get following message: 

Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: @rpath/libxlnt.1.5.0.dylib
Referenced from: <4F1C82CD-3BC2-3024-89AD-829C31F0C452> /Users/USER/Desktop/Nutil.app/Contents/MacOS/Nutil
Reason: tried: '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libxlnt.1.5.0.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libxlnt.1.5.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS@rpath/libxlnt.1.5.0.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libxlnt.1.5.0.dylib' (no such file), '/Users/annateruel/Desktop/Nutil.app/Contents/Frameworks/libxlnt.1.5.0.dylib' (no such file), '/usr/local/lib/libxlnt.1.5.0.dylib' (no such file), '/usr/lib/libxlnt.1.5.0.dylib' (no such file, not in dyld cache)
(terminated at launch; ignore backtrace)

In the framework folder now I have following files: 
QtCore.framework QtNetwork.framework QtXml.framework libtiff.5.dylib
QtDBus.framework QtSvg.framework libjpeg.8.dylib
QtGui.framework QtWidgets.framework libomp.dylib

Anything else you want us to try, let us know. Thanks for your time!
Anna