Giter Site home page Giter Site logo

Comments (26)

radaczynski avatar radaczynski commented on July 22, 2024 33

#1884:

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

from copyq.

jnr2820 avatar jnr2820 commented on July 22, 2024 3

#1884:

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

This workaround worked for me. Thank you!

from copyq.

robertstrom avatar robertstrom commented on July 22, 2024 1

I have also reported that the CopyQ v8.0 app is damaged but when I went to reinstall v7.1.0 I got the error message that the app was unsigned. I looked up the solution to that, sudo xattr -cr /Applications/CopyQ.app, and tried applying it to version 8. Once I changed the attributes of the CopyQ.app file I was able to get past the damaged message and got to the point where the app is crashing. I have not analyzed the crash in comparison this this crash but I am posting here as a text file.

CopyQ-v8-crash-macOS-Sonoma-14.4.txt

from copyq.

earthsound avatar earthsound commented on July 22, 2024 1

These two lines in the crash log:
Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page
seem to indicate a code signature issue.

Using Objective-See's What's Your Sign? shows the following under Sign Auths:
Unknown (status/error: -67056) which, according to this list of macOS security error codes, is 0xFFFEFA10 -67056 code has no resources but signature indicates they must be present.

ArchiChect returns the same information and also indicates it was signed with an ad hoc sig.

If I strip the signature it shipped with and force my own ad hoc sig, I get past the invalid signature error but get the following crash:

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

Termination Reason:    Namespace DYLD, Code 4 Symbol missing
Symbol not found: __ZNSt3__13pmr15memory_resourceD2Ev
Referenced from: <27B2CD0D-581A-3E39-BB84-35A4F5D2A723> /Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml (built for macOS 14.0 which is newer than running OS)
Expected in:     <6866B472-E07D-3405-A9F5-C35EAE010385> /usr/lib/libc++.1.dylib

I'm running macOS 13.6.5 on an M1 Pro MBP.

from copyq.

earthsound avatar earthsound commented on July 22, 2024 1

#1884:

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

This is what I did to get around the Code Signature Invalid crash, but after stripping the quarantine attribute and doing an ad hoc signing, I'm getting the error I mentioned above.

from copyq.

robertstrom avatar robertstrom commented on July 22, 2024 1

#1884:

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

This workaround worked for me. Thank you!

I was able to run the two commands and get version 8 to launch also

Thanks much!

from copyq.

cvladan avatar cvladan commented on July 22, 2024 1

On an Apple Macbook Pro with the M1 architecture and MacOS 13.6.6, the following did not work:

* Running the workaround of xattr/codesign commands in [Copy Q 8.0.0 M1 version crash #2637 (comment)](https://github.com/hluk/CopyQ/issues/2637#issuecomment-2004117038)

* Installing [CopyQ v7.1.0](https://github.com/hluk/CopyQ/releases/tag/v7.1.0) via `brew` fails
Vinays-MacBook-Pro:~ vinayhegde$ brew install [email protected] --cask
==> Downloading https://formulae.brew.sh/api/cask.jws.json
Warning: Cask '[email protected]' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
Error: No casks found for [email protected]

@hluk can you please suggest any additional steps to help fix this

Install old 7.1.0 version with:

brew uninstall copyq
brew install --cask https://raw.githubusercontent.com/Homebrew/homebrew-cask/961b881ae8399ec97fcba530e896e2c4badc82e0/Casks/c/copyq.rb

from copyq.

romanskorobagatko avatar romanskorobagatko commented on July 22, 2024

Translated Report (Full Report Below)

Process: CopyQ [23683]
Path: /Applications/CopyQ.app/Contents/MacOS/CopyQ
Identifier: io.github.hluk.CopyQ
Version: 8.0 (8.0.0-g73afa309-v8.0.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2024-03-16 16:19:34.9146 -0700
OS Version: macOS 13.6 (22G120)
Report Version: 12
Anonymous UUID: E81FB25F-93BF-2980-4EF9-FBE20909DCC7

Sleep/Wake UUID: ACA4CA59-E095-453C-9780-8CEB5D186EE3

Time Awake Since Boot: 27000 seconds
Time Since Wake: 1074 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Exception Codes: UNKNOWN_0x32 at 0x00000001052b0000
Exception Codes: 0x0000000000000032, 0x00000001052b0000

Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page

VM Region Info: 0x1052b0000 is in 0x1052b0000-0x10530c000; bytes after start: 0 bytes before end: 376831
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
dyld private memory 1052ac000-1052b0000 [ 16K] ---/--- SM=NUL
---> mapped file 1052b0000-10530c000 [ 368K] r--/rwx SM=COW ...t_id=38b17fab
GAP OF 0x6205c000 BYTES
Stack Guard 167368000-16ab6c000 [ 56.0M] ---/rwx SM=NUL

Thread 0 Crashed:
0 dyld 0x191738034 dyld3::MachOFile::hasMachOMagic() const + 0
1 dyld 0x19170ecf8 dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, unsigned long*, dyld4::FileID*, bool*, char*) const + 228
2 dyld 0x19170e660 dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char const*, bool, void (void const*, unsigned long, bool, dyld4::FileID const&, char const*) block_pointer) const + 88
3 dyld 0x191707694 dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*) + 208
4 dyld 0x1916fe40c invocation function for block in dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&) + 1680
5 dyld 0x1916fd754 dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, dyld4::ProcessConfig::PathOverrides::Type, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) + 776
6 dyld 0x1916eaf54 dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*, dyld3::Platform, bool, bool, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) const + 488
7 dyld 0x1916fd28c dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) + 248
8 dyld 0x1916fd9e0 dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&) + 588
9 dyld 0x191705730 invocation function for block in dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&) + 412
10 dyld 0x1917387e8 invocation function for block in dyld3::MachOFile::forEachDependentDylib(void (char const*, bool, bool, bool, unsigned int, unsigned int, bool&) block_pointer) const + 148
11 dyld 0x1916e42d8 dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 296
12 dyld 0x191738630 dyld3::MachOFile::forEachDependentDylib(void (char const*, bool, bool, bool, unsigned int, unsigned int, bool&) block_pointer) const + 172
13 dyld 0x191705478 dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&) + 164
14 dyld 0x1916e8a0c dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1236
15 dyld 0x1916e7e18 start + 1964

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x00000001052b0000 x1: 0x0000000000000000 x2: 0x000000016b365be8 x3: 0x0000000000040002
x4: 0x0000000000000003 x5: 0x0000000000000000 x6: 0x000000016b365be8 x7: 0x00000000000005a0
x8: 0x000000016b365a80 x9: 0x000000016b365a88 x10: 0x0000000001000010 x11: 0x0000000000000001
x12: 0x000000016b366212 x13: 0x0000000000000000 x14: 0x00000002330ecb82 x15: 0x0000000000000000
x16: 0x000000000000005c x17: 0x00000001916e5f60 x18: 0x0000000000000000 x19: 0x000000016b366110
x20: 0x0000000000000003 x21: 0x000000016b365bbf x22: 0x00000001052b0000 x23: 0x000000016b365be8
x24: 0x000000016b365bc0 x25: 0x000000016b365be0 x26: 0x000000016b366080 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016b365ba0 lr: 0x000000019170ecf8
sp: 0x000000016b365a80 pc: 0x0000000191738034 cpsr: 0x80001000
far: 0x00000001052b0000 esr: 0x92000007 (Data Abort) byte read Translation fault

Binary Images:
0x104a98000 - 0x104febfff io.github.hluk.CopyQ (8.0) /Applications/CopyQ.app/Contents/MacOS/CopyQ
0x1916e2000 - 0x191770587 dyld () <49204446-242b-3d1e-9704-32f8ac99723e> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? (
) <00000000-0000-0000-0000-000000000000> ???

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=810.4M resident=0K(0%) swapped_out_or_unallocated=810.4M(100%)
Writable regions: Total=8448K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8448K(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8176K 1
__DATA 43K 3
__DATA_CONST 198K 2
__DATA_DIRTY 7K 1
__LINKEDIT 804.5M 2
__TEXT 6028K 2
dyld private memory 272K 2
mapped file 368K 1
=========== ======= =======
TOTAL 875.3M 15


Full Report

{"app_name":"CopyQ","timestamp":"2024-03-16 16:19:35.00 -0700","app_version":"8.0","slice_uuid":"c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c","build_version":"8.0.0-g73afa309-v8.0.0","platform":1,"bundleID":"io.github.hluk.CopyQ","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.6 (22G120)","roots_installed":0,"name":"CopyQ","incident_id":"0711CA68-13E9-40A7-950B-8CF9A7D7A7CB"}
{
"uptime" : 27000,
"procRole" : "Default",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Macmini9,1",
"coalitionID" : 5100,
"osVersion" : {
"train" : "macOS 13.6",
"build" : "22G120",
"releaseType" : "User"
},
"captureTime" : "2024-03-16 16:19:34.9146 -0700",
"incident" : "0711CA68-13E9-40A7-950B-8CF9A7D7A7CB",
"pid" : 23683,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-03-16 16:19:34.8960 -0700",
"procStartAbsTime" : 661920158147,
"procExitAbsTime" : 661920463647,
"procName" : "CopyQ",
"procPath" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"bundleInfo" : {"CFBundleShortVersionString":"8.0","CFBundleVersion":"8.0.0-g73afa309-v8.0.0","CFBundleIdentifier":"io.github.hluk.CopyQ"},
"storeInfo" : {"deviceIdentifierForVendor":"BEEC76B9-241A-5F60-95C3-8B6300EEA317","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "io.github.hluk.CopyQ",
"crashReporterKey" : "E81FB25F-93BF-2980-4EF9-FBE20909DCC7",
"codeSigningID" : "CopyQ",
"codeSigningTeamID" : "",
"codeSigningFlags" : 587334144,
"codeSigningValidationCategory" : 0,
"codeSigningTrustLevel" : 0,
"wakeTime" : 1074,
"sleepWakeUUID" : "ACA4CA59-E095-453C-9780-8CEB5D186EE3",
"sip" : "enabled",
"vmRegionInfo" : "0x1052b0000 is in 0x1052b0000-0x10530c000; bytes after start: 0 bytes before end: 376831\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n dyld private memory 1052ac000-1052b0000 [ 16K] ---/--- SM=NUL \n---> mapped file 1052b0000-10530c000 [ 368K] r--/rwx SM=COW ...t_id=38b17fab\n GAP OF 0x6205c000 BYTES\n Stack Guard 167368000-16ab6c000 [ 56.0M] ---/rwx SM=NUL ",
"exception" : {"codes":"0x0000000000000032, 0x00000001052b0000","rawCodes":[50,4381671424],"type":"EXC_BAD_ACCESS","signal":"SIGKILL (Code Signature Invalid)","subtype":"UNKNOWN_0x32 at 0x00000001052b0000"},
"termination" : {"flags":0,"code":2,"namespace":"CODESIGNING","indicator":"Invalid Page"},
"vmregioninfo" : "0x1052b0000 is in 0x1052b0000-0x10530c000; bytes after start: 0 bytes before end: 376831\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n dyld private memory 1052ac000-1052b0000 [ 16K] ---/--- SM=NUL \n---> mapped file 1052b0000-10530c000 [ 368K] r--/rwx SM=COW ...t_id=38b17fab\n GAP OF 0x6205c000 BYTES\n Stack Guard 167368000-16ab6c000 [ 56.0M] ---/rwx SM=NUL ",
"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":330748,"threadState":{"x":[{"value":4381671424},{"value":0},{"value":6093691880},{"value":262146},{"value":3},{"value":0},{"value":6093691880},{"value":1440},{"value":6093691520},{"value":6093691528},{"value":16777232},{"value":1},{"value":6093693458},{"value":0},{"value":9446542210},{"value":0},{"value":92},{"value":6734896992,"symbolLocation":56,"symbol":"fcntl"},{"value":0},{"value":6093693200},{"value":3},{"value":6093691839},{"value":4381671424},{"value":6093691880},{"value":6093691840},{"value":6093691872},{"value":6093693056},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6735064312},"cpsr":{"value":2147487744},"fp":{"value":6093691808},"sp":{"value":6093691520},"esr":{"value":2449473543,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6735233076,"matchesCrashFrame":1},"far":{"value":4381671424}},"frames":[{"imageOffset":352308,"symbol":"dyld3::MachOFile::hasMachOMagic() const","symbolLocation":0,"imageIndex":1},{"imageOffset":183544,"symbol":"dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, unsigned long*, dyld4::FileID*, bool*, char*) const","symbolLocation":228,"imageIndex":1},{"imageOffset":181856,"symbol":"dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char const*, bool, void (void const*, unsigned long, bool, dyld4::FileID const&, char const*) block_pointer) const","symbolLocation":88,"imageIndex":1},{"imageOffset":153236,"symbol":"dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*)","symbolLocation":208,"imageIndex":1},{"imageOffset":115724,"symbol":"invocation function for block in dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&)","symbolLocation":1680,"imageIndex":1},{"imageOffset":112468,"symbol":"dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, dyld4::ProcessConfig::PathOverrides::Type, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer)","symbolLocation":776,"imageIndex":1},{"imageOffset":36692,"symbol":"dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*, dyld3::Platform, bool, bool, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) const","symbolLocation":488,"imageIndex":1},{"imageOffset":111244,"symbol":"dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer)","symbolLocation":248,"imageIndex":1},{"imageOffset":113120,"symbol":"dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&)","symbolLocation":588,"imageIndex":1},{"imageOffset":145200,"symbol":"invocation function for block in dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&)","symbolLocation":412,"imageIndex":1},{"imageOffset":354280,"symbol":"invocation function for block in dyld3::MachOFile::forEachDependentDylib(void (char const*, bool, bool, bool, unsigned int, unsigned int, bool&) block_pointer) const","symbolLocation":148,"imageIndex":1},{"imageOffset":8920,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":296,"imageIndex":1},{"imageOffset":353840,"symbol":"dyld3::MachOFile::forEachDependentDylib(void (char const*, bool, bool, bool, unsigned int, unsigned int, bool&) block_pointer) const","symbolLocation":172,"imageIndex":1},{"imageOffset":144504,"symbol":"dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&)","symbolLocation":164,"imageIndex":1},{"imageOffset":27148,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":1236,"imageIndex":1},{"imageOffset":24088,"symbol":"start","symbolLocation":1964,"imageIndex":1}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4373184512,
"CFBundleShortVersionString" : "8.0",
"CFBundleIdentifier" : "io.github.hluk.CopyQ",
"size" : 5586944,
"uuid" : "c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c",
"path" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"name" : "CopyQ",
"CFBundleVersion" : "8.0.0-g73afa309-v8.0.0"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6734880768,
"size" : 583048,
"uuid" : "49204446-242b-3d1e-9704-32f8ac99723e",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 6734217216,
"size" : 3553476608,
"uuid" : "c26be8cd-619e-3513-8673-3ff826317005"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=810.4M resident=0K(0%) swapped_out_or_unallocated=810.4M(100%)\nWritable regions: Total=8448K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8448K(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nSTACK GUARD 56.0M 1 \nStack 8176K 1 \n__DATA 43K 3 \n__DATA_CONST 198K 2 \n__DATA_DIRTY 7K 1 \n__LINKEDIT 804.5M 2 \n__TEXT 6028K 2 \ndyld private memory 272K 2 \nmapped file 368K 1 \n=========== ======= ======= \nTOTAL 875.3M 15 \n",
"legacyInfo" : {
"threadTriggered" : {

}
},
"logWritingSignature" : "7795e0ae80e86bacaeb262a5d2b9b966553dc005",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "6246d6a916a70b047e454124",
"factorPackIds" : {

  },
  "deploymentId" : 240000010
},
{
  "rolloutId" : "62c751b6bcb0435c2153fe92",
  "factorPackIds" : {
    "SIRI_UNDERSTANDING_ASR_ASSISTANT" : "6552c036dc598031005cc0f4",
    "SIRI_UNDERSTANDING_MORPHUN" : "64e514ddc83b9a3d50649ddc"
  },
  "deploymentId" : 240000365
}

],
"experiments" : [
{
"treatmentId" : "5d51a80d-93ec-47e1-9027-675002e78e4a",
"experimentId" : "6384d56b96e8d228551ec182",
"deploymentId" : 400000030
}
]
}
}

from copyq.

cjohnsonuk avatar cjohnsonuk commented on July 22, 2024

Another version 8 reporting as damaged after using 7.1 and then crash after applying the xattr change. Removing and reinstalling through brew gives same results. Removing and reinstalling 7.1 restores functionality.


Translated Report (Full Report Below)

Process: CopyQ [45833]
Path: /Applications/CopyQ.app/Contents/MacOS/CopyQ
Identifier: io.github.hluk.CopyQ
Version: 8.0 (8.0.0-g73afa309-v8.0.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2024-03-17 23:17:47.9794 +0000
OS Version: macOS 14.4 (23E214)
Report Version: 12
Anonymous UUID: 7AA82341-714A-980E-91C6-8A5B6689A58E

Sleep/Wake UUID: DDA32DBB-9EF5-465C-AC24-490C3F1CF158

Time Awake Since Boot: 390000 seconds
Time Since Wake: 11270 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Exception Codes: UNKNOWN_0x32 at 0x0000000101884000
Exception Codes: 0x0000000000000032, 0x0000000101884000

Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page

VM Region Info: 0x101884000 is in 0x101884000-0x1018c0000; bytes after start: 0 bytes before end: 245759
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
mapped file 101828000-101884000 [ 368K] r--/rwx SM=COW Object_id=cec33699
---> mapped file 101884000-1018c0000 [ 240K] r-x/rwx SM=COW Object_id=cec33699
VM_ALLOCATE (reserved) 1018c0000-1018e0000 [ 128K] rw-/rwx SM=NUL reserved VM address space (unallocated)

Thread 0 Crashed:
0 dyld 0x1828084b0 dyld3::MachOFile::isMachO(Diagnostics&, unsigned long long) const + 40
1 dyld 0x1827d3830 dyld4::Loader::mapSegments(Diagnostics&, dyld4::RuntimeState&, char const*, unsigned long long, dyld4::Loader::CodeSignatureInFile const&, bool, dyld3::Arraydyld4::Loader::Region const&, bool, bool, dyld4::Loader::FileValidationInfo const&) + 1080
2 dyld 0x1827dc7e8 invocation function for block in dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*) + 88
3 dyld 0x1827dc17c dyld4::JustInTimeLoader::withRegions(dyld3::MachOFile const*, void (dyld3::Arraydyld4::Loader::Region const&) block_pointer) + 296
4 dyld 0x1827dc72c invocation function for block in dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*) + 460
5 dyld 0x1827e0bf8 dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char const*, bool, void (void const*, unsigned long, bool, dyld4::FileID const&, char const*) block_pointer) const + 132
6 dyld 0x1827dc52c dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*) + 208
7 dyld 0x1827d13d4 dyld4::Loader::makeDiskLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*) + 172
8 dyld 0x1827d2b20 invocation function for block in dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&) + 2332
9 dyld 0x1827d1a80 dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, dyld4::ProcessConfig::PathOverrides::Type, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) + 776
10 dyld 0x1827c0bc8 dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*, dyld3::Platform, bool, bool, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) const + 556
11 dyld 0x1827d15b8 dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) + 248
12 dyld 0x1827d1cac dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&) + 492
13 dyld 0x1827da5e4 invocation function for block in dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&) + 388
14 dyld 0x1827fa23c invocation function for block in mach_o::Header::forEachDependentDylib(void (char const*, mach_o::DependentDylibAttributes, mach_o::Version32, mach_o::Version32, bool&) block_pointer) const + 136
15 dyld 0x1827f9a68 mach_o::Header::forEachLoadCommand(void (load_command const*, bool&) block_pointer) const + 284
16 dyld 0x1827f9f30 mach_o::Header::forEachDependentDylib(void (char const*, mach_o::DependentDylibAttributes, mach_o::Version32, mach_o::Version32, bool&) block_pointer) const + 160
17 dyld 0x1827da340 dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&) + 164
18 dyld 0x1827be7f8 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1232
19 dyld 0x1827bdedc start + 1844

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000101884000 x1: 0x000000016f1f2138 x2: 0x000000000003c000 x3: 0x0000000000040012
x4: 0x0000000000000003 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x00000001ea853b6c x9: 0x00000001ea8553d0 x10: 0x0000000000000012 x11: 0x0000000000000001
x12: 0x0000000000000001 x13: 0x0800000000044000 x14: 0x0000000000014930 x15: 0x000000016f1f2ed0
x16: 0x00000000000000c5 x17: 0x00000001827bbf90 x18: 0x0000000000000000 x19: 0x000000016f1f2138
x20: 0x0000000000000003 x21: 0x000000016f1f2138 x22: 0x000000016f1f1ba8 x23: 0x000000000005c000
x24: 0x0000000000000000 x25: 0x000000016f1f192c x26: 0x0000000000000000 x27: 0x0000000101884000
x28: 0x0000000000000040 fp: 0x000000016f1f1320 lr: 0x21130001827d3830
sp: 0x000000016f1f1310 pc: 0x00000001828084b0 cpsr: 0x20001000
far: 0x0000000101884000 esr: 0x92000007 (Data Abort) byte read Translation fault

Binary Images:
0x100c0c000 - 0x10115ffff io.github.hluk.CopyQ (8.0) /Applications/CopyQ.app/Contents/MacOS/CopyQ
0x1827b8000 - 0x1828409db dyld () <8e1e5ee2-f89a-33a7-bb0a-74bdc06b7828> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? (
) <00000000-0000-0000-0000-000000000000> ???

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=533.5M resident=0K(0%) swapped_out_or_unallocated=533.5M(100%)
Writable regions: Total=12.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=12.4M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8176K 1
VM_ALLOCATE (reserved) 128K 1 reserved VM address space (unallocated)
__DATA 43K 3
__DATA_CONST 199K 2
__DATA_DIRTY 7K 1
__LINKEDIT 527.6M 2
__TEXT 6004K 2
dyld private memory 4384K 4
mapped file 608K 2
=========== ======= =======
TOTAL 602.7M 19
TOTAL, minus reserved VM space 602.6M 19


Full Report

{"app_name":"CopyQ","timestamp":"2024-03-17 23:17:48.00 +0000","app_version":"8.0","slice_uuid":"c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c","build_version":"8.0.0-g73afa309-v8.0.0","platform":1,"bundleID":"io.github.hluk.CopyQ","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.4 (23E214)","roots_installed":0,"name":"CopyQ","incident_id":"1592E7B1-ED51-4569-8F46-51211D1D6198"}
{
"uptime" : 390000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Macmini9,1",
"coalitionID" : 31275,
"osVersion" : {
"train" : "macOS 14.4",
"build" : "23E214",
"releaseType" : "User"
},
"captureTime" : "2024-03-17 23:17:47.9794 +0000",
"codeSigningMonitor" : 1,
"incident" : "1592E7B1-ED51-4569-8F46-51211D1D6198",
"pid" : 45833,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-03-17 23:17:47.5453 +0000",
"procStartAbsTime" : 9447167372551,
"procExitAbsTime" : 9447177780765,
"procName" : "CopyQ",
"procPath" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"bundleInfo" : {"CFBundleShortVersionString":"8.0","CFBundleVersion":"8.0.0-g73afa309-v8.0.0","CFBundleIdentifier":"io.github.hluk.CopyQ"},
"storeInfo" : {"deviceIdentifierForVendor":"6D618E83-3337-5D45-AC68-0C0FA18FC9CB","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "io.github.hluk.CopyQ",
"crashReporterKey" : "7AA82341-714A-980E-91C6-8A5B6689A58E",
"codeSigningID" : "CopyQ",
"codeSigningTeamID" : "",
"codeSigningFlags" : 587334144,
"codeSigningValidationCategory" : 0,
"codeSigningTrustLevel" : 4294967295,
"instructionByteStream" : {"beforePC":"fyMD1fRPvqn9ewGp/UMAkfMDAapfbADxiAAAVIEBANAhcAORGwAAFA==","atPC":"CABAuemsn1LJ7q9yPwVIa+EBAFTJWZ9Sqd2/cgoUQLkpBQARHwEJaw=="},
"wakeTime" : 11270,
"sleepWakeUUID" : "DDA32DBB-9EF5-465C-AC24-490C3F1CF158",
"sip" : "enabled",
"vmRegionInfo" : "0x101884000 is in 0x101884000-0x1018c0000; bytes after start: 0 bytes before end: 245759\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n mapped file 101828000-101884000 [ 368K] r--/rwx SM=COW Object_id=cec33699\n---> mapped file 101884000-1018c0000 [ 240K] r-x/rwx SM=COW Object_id=cec33699\n VM_ALLOCATE (reserved) 1018c0000-1018e0000 [ 128K] rw-/rwx SM=NUL reserved VM address space (unallocated)",
"exception" : {"codes":"0x0000000000000032, 0x0000000101884000","rawCodes":[50,4320673792],"type":"EXC_BAD_ACCESS","signal":"SIGKILL (Code Signature Invalid)","subtype":"UNKNOWN_0x32 at 0x0000000101884000"},
"termination" : {"flags":0,"code":2,"namespace":"CODESIGNING","indicator":"Invalid Page"},
"vmregioninfo" : "0x101884000 is in 0x101884000-0x1018c0000; bytes after start: 0 bytes before end: 245759\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n mapped file 101828000-101884000 [ 368K] r--/rwx SM=COW Object_id=cec33699\n---> mapped file 101884000-1018c0000 [ 240K] r-x/rwx SM=COW Object_id=cec33699\n VM_ALLOCATE (reserved) 1018c0000-1018e0000 [ 128K] rw-/rwx SM=NUL reserved VM address space (unallocated)",
"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":2351795,"threadState":{"x":[{"value":4320673792},{"value":6159278392},{"value":245760},{"value":262162},{"value":3},{"value":0},{"value":0},{"value":0},{"value":8229567340,"symbolLocation":172,"symbol":"_main_thread"},{"value":8229573584,"symbolLocation":0,"symbol":"errno"},{"value":18},{"value":1},{"value":1},{"value":576460752303702016},{"value":84272},{"value":6159281872},{"value":197},{"value":6484115344,"symbolLocation":56,"symbol":"fcntl"},{"value":0},{"value":6159278392},{"value":3},{"value":6159278392},{"value":6159276968},{"value":376832},{"value":0},{"value":6159276332},{"value":0},{"value":4320673792},{"value":64}],"flavor":"ARM_THREAD_STATE64","lr":{"value":2383248634293336112},"cpsr":{"value":536875008},"fp":{"value":6159274784},"sp":{"value":6159274768},"esr":{"value":2449473543,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6484427952,"matchesCrashFrame":1},"far":{"value":4320673792}},"frames":[{"imageOffset":328880,"symbol":"dyld3::MachOFile::isMachO(Diagnostics&, unsigned long long) const","symbolLocation":40,"imageIndex":1},{"imageOffset":112688,"symbol":"dyld4::Loader::mapSegments(Diagnostics&, dyld4::RuntimeState&, char const*, unsigned long long, dyld4::Loader::CodeSignatureInFile const&, bool, dyld3::Arraydyld4::Loader::Region const&, bool, bool, dyld4::Loader::FileValidationInfo const&)","symbolLocation":1080,"imageIndex":1},{"imageOffset":149480,"symbol":"invocation function for block in dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*)","symbolLocation":88,"imageIndex":1},{"imageOffset":147836,"symbol":"dyld4::JustInTimeLoader::withRegions(dyld3::MachOFile const*, void (dyld3::Arraydyld4::Loader::Region const&) block_pointer)","symbolLocation":296,"imageIndex":1},{"imageOffset":149292,"symbol":"invocation function for block in dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*)","symbolLocation":460,"imageIndex":1},{"imageOffset":166904,"symbol":"dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char const*, bool, void (void const*, unsigned long, bool, dyld4::FileID const&, char const*) block_pointer) const","symbolLocation":132,"imageIndex":1},{"imageOffset":148780,"symbol":"dyld4::JustInTimeLoader::makeJustInTimeLoaderDisk(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*)","symbolLocation":208,"imageIndex":1},{"imageOffset":103380,"symbol":"dyld4::Loader::makeDiskLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, bool, unsigned int, mach_o::Layout const*)","symbolLocation":172,"imageIndex":1},{"imageOffset":109344,"symbol":"invocation function for block in dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&)","symbolLocation":2332,"imageIndex":1},{"imageOffset":105088,"symbol":"dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, dyld4::ProcessConfig::PathOverrides::Type, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer)","symbolLocation":776,"imageIndex":1},{"imageOffset":35784,"symbol":"dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*, dyld3::Platform, bool, bool, bool&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer) const","symbolLocation":556,"imageIndex":1},{"imageOffset":103864,"symbol":"dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&, void (char const*, dyld4::ProcessConfig::PathOverrides::Type, bool&) block_pointer)","symbolLocation":248,"imageIndex":1},{"imageOffset":105644,"symbol":"dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::LoadOptions const&)","symbolLocation":492,"imageIndex":1},{"imageOffset":140772,"symbol":"invocation function for block in dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&)","symbolLocation":388,"imageIndex":1},{"imageOffset":270908,"symbol":"invocation function for block in mach_o::Header::forEachDependentDylib(void (char const*, mach_o::DependentDylibAttributes, mach_o::Version32, mach_o::Version32, bool&) block_pointer) const","symbolLocation":136,"imageIndex":1},{"imageOffset":268904,"symbol":"mach_o::Header::forEachLoadCommand(void (load_command const*, bool&) block_pointer) const","symbolLocation":284,"imageIndex":1},{"imageOffset":270128,"symbol":"mach_o::Header::forEachDependentDylib(void (char const*, mach_o::DependentDylibAttributes, mach_o::Version32, mach_o::Version32, bool&) block_pointer) const","symbolLocation":160,"imageIndex":1},{"imageOffset":140096,"symbol":"dyld4::JustInTimeLoader::loadDependents(Diagnostics&, dyld4::RuntimeState&, dyld4::Loader::LoadOptions const&)","symbolLocation":164,"imageIndex":1},{"imageOffset":26616,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":1232,"imageIndex":1},{"imageOffset":24284,"symbol":"start","symbolLocation":1844,"imageIndex":1}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4307599360,
"CFBundleShortVersionString" : "8.0",
"CFBundleIdentifier" : "io.github.hluk.CopyQ",
"size" : 5586944,
"uuid" : "c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c",
"path" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"name" : "CopyQ",
"CFBundleVersion" : "8.0.0-g73afa309-v8.0.0"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6484099072,
"size" : 559580,
"uuid" : "8e1e5ee2-f89a-33a7-bb0a-74bdc06b7828",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 6483345408,
"size" : 4189880320,
"uuid" : "664c17e3-f7ed-3226-8594-589aa9bf8fd2"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=533.5M resident=0K(0%) swapped_out_or_unallocated=533.5M(100%)\nWritable regions: Total=12.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=12.4M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nSTACK GUARD 56.0M 1 \nStack 8176K 1 \nVM_ALLOCATE (reserved) 128K 1 reserved VM address space (unallocated)\n__DATA 43K 3 \n__DATA_CONST 199K 2 \n__DATA_DIRTY 7K 1 \n__LINKEDIT 527.6M 2 \n__TEXT 6004K 2 \ndyld private memory 4384K 4 \nmapped file 608K 2 \n=========== ======= ======= \nTOTAL 602.7M 19 \nTOTAL, minus reserved VM space 602.6M 19 \n",
"legacyInfo" : {
"threadTriggered" : {

}
},
"logWritingSignature" : "3f58480f8a75cfbd7b242877d22b086d04d405db",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "5fb4245a1bbfe8005e33a1e1",
"factorPackIds" : {

  },
  "deploymentId" : 240000021
},
{
  "rolloutId" : "6410af69ed1e1e7ab93ed169",
  "factorPackIds" : {

  },
  "deploymentId" : 240000011
}

],
"experiments" : [
{
"treatmentId" : "00f62786-ceb5-418f-a586-adcc2922cf89",
"experimentId" : "65d62240cb0e2417d11ce6e1",
"deploymentId" : 400000001
}
]
}
}

Model: Macmini9,1, BootROM 10151.101.3, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: DELL P2416D, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online
Display: LEN L28u-30, 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition), MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 13 2024 03:06:59 version 18.20.440.9.7.8.167 FWID 01-7be24857
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
USB Device: USB31Bus
USB Device: USB3.0 Hub
USB Device: USB3.0 Card Reader
USB Device: USB2.0 Hub
USB Device: miscellaneous_device
USB Device: Anker USB-C Hub Device
USB Device: USB31Bus
USB Device: USB30Bus
USB Device: Elements 25A1
USB Device: hub_device
USB Device: C310 HD Webcam
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.

from copyq.

liuchanghuaX1 avatar liuchanghuaX1 commented on July 22, 2024

Maybe it's QT's bug.
xiaoyifang/goldendict-ng#1377 (comment)

from copyq.

NoelLH avatar NoelLH commented on July 22, 2024

Similar initial crash after upgrading to 8.0 through homebrew today. M3 Pro processor, macOS 14.4.

from copyq.

karyslav avatar karyslav commented on July 22, 2024

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

After installing from brew, this works for me on M1 Mac os 14.4 without problem

from copyq.

cjohnsonuk avatar cjohnsonuk commented on July 22, 2024

The patch in v8 works for me but some of my scripts (such as paste Nth item, that uses global key presses) no longer works.
No error message, just doesn't paste anything
Uninstalling and reverting to v7.1.0 restores the functionality

from copyq.

yllekz avatar yllekz commented on July 22, 2024

The xattr/codesign workaround worked for me on my M2 Air, and I'm now on the 8.0.0 Apple Silicon version. Thanks!

from copyq.

vinayhegde1990 avatar vinayhegde1990 commented on July 22, 2024

On an Apple Macbook Pro with the M1 architecture and MacOS 13.6.6, the following did not work:

Vinays-MacBook-Pro:~ vinayhegde$ brew install [email protected] --cask
==> Downloading https://formulae.brew.sh/api/cask.jws.json
Warning: Cask '[email protected]' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
Error: No casks found for [email protected]

@hluk can you please suggest any additional steps to help fix this

from copyq.

hluk avatar hluk commented on July 22, 2024

You can install older releases from: https://github.com/hluk/CopyQ/releases

from copyq.

Bartman0 avatar Bartman0 commented on July 22, 2024

#1884:

xattr -d com.apple.quarantine /Applications/CopyQ.app
codesign --force --deep --sign - /Applications/CopyQ.app

This workaround worked for me. Thank you!

I was able to run the two commands and get version 8 to launch also

Thanks much!

same goes for me: MBP M2

thanks!

from copyq.

romanskorobagatko avatar romanskorobagatko commented on July 22, 2024

Translated Report (Full Report Below)

Process: CopyQ [31907]
Path: /Applications/CopyQ.app/Contents/MacOS/CopyQ
Identifier: io.github.hluk.CopyQ
Version: 8.0 (8.0.0-g73afa309-v8.0.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2024-03-29 13:52:45.8628 -0700
OS Version: macOS 13.6 (22G120)
Report Version: 12
Anonymous UUID: E81FB25F-93BF-2980-4EF9-FBE20909DCC7

Sleep/Wake UUID: FE781F7B-7E43-41A7-9657-CC05DC045280

Time Awake Since Boot: 72000 seconds
Time Since Wake: 2694 seconds

System Integrity Protection: enabled

Crashed Thread: 0

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

Termination Reason: Namespace DYLD, Code 4 Symbol missing
Symbol not found: __ZNSt3__13pmr15memory_resourceD2Ev
Referenced from: <27B2CD0D-581A-3E39-BB84-35A4F5D2A723> /Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml (built for macOS 14.0 which is newer than running OS)
Expected in: <3EE92404-8FC3-374B-A598-D5C9A8CD64B5> /usr/lib/libc++.1.dylib
(terminated at launch; ignore backtrace)

Thread 0 Crashed:
0 dyld 0x186965118 0x1868f2000 + 471320
1 dyld 0x186970db0 0x1868f2000 + 519600
2 dyld 0x1868fc8a8 0x1868f2000 + 43176
3 dyld 0x1868f9590 0x1868f2000 + 30096
4 dyld 0x1868f7e18 0x1868f2000 + 24088

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000004 x2: 0x000000016dbd5460 x3: 0x000000000000009d
x4: 0x000000016dbd5060 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x000000016dbd4a48
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x0000000000000001 x11: 0x000000000000000a
x12: 0x0000000000000000 x13: 0x0000000000000033 x14: 0x000000023135f078 x15: 0x0000000000000000
x16: 0x0000000000000209 x17: 0x00000001868f535c x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x000000016dbd5060 x21: 0x000000000000009d x22: 0x000000016dbd5460 x23: 0x0000000000000004
x24: 0x0000000000000006 x25: 0x0000000000000a10 x26: 0x0000000000000001 x27: 0x000000001f070004
x28: 0x0000000102a02918 fp: 0x000000016dbd5030 lr: 0x0000000186970d7c
sp: 0x000000016dbd4ff0 pc: 0x0000000186965118 cpsr: 0x00001000
far: 0x0000000102a50000 esr: 0x56000080 Address size fault

Binary Images:
0x102228000 - 0x10277bfff io.github.hluk.CopyQ (8.0) /Applications/CopyQ.app/Contents/MacOS/CopyQ
0x102aa0000 - 0x102adbfff org.qt-project.QtTest (6.6) <2e393fea-51c4-3e81-ac05-293b0f69f819> /Applications/CopyQ.app/Contents/Frameworks/QtTest.framework/Versions/A/QtTest
0x102afc000 - 0x102b13fff libKF6Notifications.6.dylib () <897b82eb-1419-3685-9335-2a50181dcf0d> /Applications/CopyQ.app/Contents/Frameworks/libKF6Notifications.6.dylib
0x102a68000 - 0x102a77fff libKF6StatusNotifierItem.6.dylib (
) /Applications/CopyQ.app/Contents/Frameworks/libKF6StatusNotifierItem.6.dylib
0x102b84000 - 0x102bb7fff org.qt-project.QtSvg (6.6) <0e450c4e-29a6-301c-8153-20adf4cc4a72> /Applications/CopyQ.app/Contents/Frameworks/QtSvg.framework/Versions/A/QtSvg
0x102bdc000 - 0x102bf3fff org.qt-project.QtXml (6.6) <27b2cd0d-581a-3e39-bb84-35a4f5d2a723> /Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml
0x103008000 - 0x10333bfff org.qt-project.QtQml (6.6) <6b6153e0-deb4-3075-b307-0214e26bd2fd> /Applications/CopyQ.app/Contents/Frameworks/QtQml.framework/Versions/A/QtQml
0x10392c000 - 0x103cfbfff org.qt-project.QtWidgets (6.6) <16cdf645-f5dc-3ad1-9464-a35b5838fa41> /Applications/CopyQ.app/Contents/Frameworks/QtWidgets.framework/Versions/A/QtWidgets
0x10438c000 - 0x10478ffff org.qt-project.QtGui (6.6) /Applications/CopyQ.app/Contents/Frameworks/QtGui.framework/Versions/A/QtGui
0x102d50000 - 0x102e3bfff org.qt-project.QtNetwork (6.6) /Applications/CopyQ.app/Contents/Frameworks/QtNetwork.framework/Versions/A/QtNetwork
0x103e54000 - 0x1041fffff org.qt-project.QtCore (6.6) <2b10ec87-91e3-3b27-900c-8b6758d1d288> /Applications/CopyQ.app/Contents/Frameworks/QtCore.framework/Versions/A/QtCore
0x103668000 - 0x1037f7fff libicui18n.74.dylib () /Applications/CopyQ.app/Contents/Frameworks/libicui18n.74.dylib
0x1048d0000 - 0x1049fffff libicuuc.74.dylib (
) <970eb52f-1e1f-3acf-9ff9-92999dd585e1> /Applications/CopyQ.app/Contents/Frameworks/libicuuc.74.dylib
0x106800000 - 0x10855ffff libicudata.74.dylib () /Applications/CopyQ.app/Contents/Frameworks/libicudata.74.dylib
0x102e94000 - 0x102f83fff libglib-2.0.0.dylib (
) /Applications/CopyQ.app/Contents/Frameworks/libglib-2.0.0.dylib
0x102b2c000 - 0x102b37fff libdouble-conversion.3.dylib () <1bc9d57e-cefd-3a29-9378-50c756f892b3> /Applications/CopyQ.app/Contents/Frameworks/libdouble-conversion.3.dylib
0x102b48000 - 0x102b4ffff libb2.1.dylib (
) <82f85bf6-93d0-3be3-9cc8-23cbf361e60f> /Applications/CopyQ.app/Contents/Frameworks/libb2.1.dylib
0x102c88000 - 0x102cf3fff libpcre2-16.0.dylib () /Applications/CopyQ.app/Contents/Frameworks/libpcre2-16.0.dylib
0x1034a0000 - 0x103527fff libzstd.1.dylib (
) <2bdff40f-1b63-3633-a720-9b2c512f6256> /Applications/CopyQ.app/Contents/Frameworks/libzstd.1.dylib
0x102a54000 - 0x102a57fff libgthread-2.0.0.dylib () <31729706-c495-3ba3-a47e-78eeb9bf4cc1> /Applications/CopyQ.app/Contents/Frameworks/libgthread-2.0.0.dylib
0x102c34000 - 0x102c4bfff libintl.8.dylib (
) <9924fd2d-8556-34b2-add9-ab2838b3359b> /Applications/CopyQ.app/Contents/Frameworks/libintl.8.dylib
0x103540000 - 0x1035b3fff libpcre2-8.0.dylib () <0e90f358-d449-3571-95ad-690078c20228> /Applications/CopyQ.app/Contents/Frameworks/libpcre2-8.0.dylib
0x1035c4000 - 0x103607fff libKF6ConfigCore.6.dylib (
) <6986dea0-d232-358e-ac68-7b2c37ca7855> /Applications/CopyQ.app/Contents/Frameworks/libKF6ConfigCore.6.dylib
0x1042d4000 - 0x104343fff org.qt-project.QtDBus (6.6) <9cf4d647-9da7-3e3f-90ee-696c823e943e> /Applications/CopyQ.app/Contents/Frameworks/QtDBus.framework/Versions/A/QtDBus
0x102fb4000 - 0x102fd7fff libpng16.16.dylib () <51fea3a8-c0b1-3c56-8123-899206473dd2> /Applications/CopyQ.app/Contents/Frameworks/libpng16.16.dylib
0x104b38000 - 0x104bf3fff libharfbuzz.0.dylib (
) <83c85b86-2799-3fd9-a90d-84feaa17f8b4> /Applications/CopyQ.app/Contents/Frameworks/libharfbuzz.0.dylib
0x102c0c000 - 0x102c17fff libmd4c.0.dylib () /Applications/CopyQ.app/Contents/Frameworks/libmd4c.0.dylib
0x104a60000 - 0x104adbfff libfreetype.6.dylib (
) <9f468009-9a2d-3ff0-90d8-1bc0fe3b3bae> /Applications/CopyQ.app/Contents/Frameworks/libfreetype.6.dylib
0x103404000 - 0x103433fff libdbus-1.3.dylib () <39e8ef3d-0a4a-3f7f-a729-c37ebc8e538c> /Applications/CopyQ.app/Contents/Frameworks/libdbus-1.3.dylib
0x102c5c000 - 0x102c6ffff libgraphite2.3.dylib (
) /Applications/CopyQ.app/Contents/Frameworks/libgraphite2.3.dylib
0x102d04000 - 0x102d0ffff libKF6WindowSystem.6.dylib () <2fce9191-2865-3903-ad39-48a0b005103f> /Applications/CopyQ.app/Contents/Frameworks/libKF6WindowSystem.6.dylib
0x102d24000 - 0x102d2ffff libbrotlidec.1.dylib (
) /Applications/CopyQ.app/Contents/Frameworks/libbrotlidec.1.dylib
0x103630000 - 0x10364ffff libbrotlicommon.1.dylib () /Applications/CopyQ.app/Contents/Frameworks/libbrotlicommon.1.dylib
0x1868f2000 - 0x186980587 dyld (
) <49204446-242b-3d1e-9704-32f8ac99723e> /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=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=8736K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8736K(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8176K 1
VM_ALLOCATE 16K 1
__AUTH 576K 133
__AUTH_CONST 11.1M 279
__DATA 3184K 292
__DATA_CONST 15.1M 312
__DATA_DIRTY 678K 97
__FONT_DATA 2352 1
__LINKEDIT 810.9M 34
__OBJC_RO 66.4M 1
__OBJC_RW 2012K 1
__TEXT 271.0M 328
dyld private memory 432K 4
=========== ======= =======
TOTAL 1.2G 1485


Full Report

{"app_name":"CopyQ","timestamp":"2024-03-29 13:52:48.00 -0700","app_version":"8.0","slice_uuid":"c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c","build_version":"8.0.0-g73afa309-v8.0.0","platform":1,"bundleID":"io.github.hluk.CopyQ","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.6 (22G120)","roots_installed":0,"name":"CopyQ","incident_id":"986AB557-31D8-40C3-9EB2-612CFC32AD1D"}
{
"uptime" : 72000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Macmini9,1",
"coalitionID" : 15493,
"osVersion" : {
"train" : "macOS 13.6",
"build" : "22G120",
"releaseType" : "User"
},
"captureTime" : "2024-03-29 13:52:45.8628 -0700",
"incident" : "986AB557-31D8-40C3-9EB2-612CFC32AD1D",
"pid" : 31907,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-03-29 13:52:45.1179 -0700",
"procStartAbsTime" : 1730153886643,
"procExitAbsTime" : 1730171757289,
"procName" : "CopyQ",
"procPath" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"bundleInfo" : {"CFBundleShortVersionString":"8.0","CFBundleVersion":"8.0.0-g73afa309-v8.0.0","CFBundleIdentifier":"io.github.hluk.CopyQ"},
"storeInfo" : {"deviceIdentifierForVendor":"BEEC76B9-241A-5F60-95C3-8B6300EEA317","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "io.github.hluk.CopyQ",
"crashReporterKey" : "E81FB25F-93BF-2980-4EF9-FBE20909DCC7",
"codeSigningID" : "io.github.hluk.CopyQ",
"codeSigningTeamID" : "",
"codeSigningFlags" : 570425857,
"codeSigningValidationCategory" : 10,
"codeSigningTrustLevel" : 0,
"wakeTime" : 2694,
"sleepWakeUUID" : "FE781F7B-7E43-41A7-9657-CC05DC045280",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"termination" : {"code":4,"flags":518,"namespace":"DYLD","indicator":"Symbol missing","details":["(terminated at launch; ignore backtrace)"],"reasons":["Symbol not found: __ZNSt3__13pmr15memory_resourceD2Ev","Referenced from: <27B2CD0D-581A-3E39-BB84-35A4F5D2A723> /Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml (built for macOS 14.0 which is newer than running OS)","Expected in: <3EE92404-8FC3-374B-A598-D5C9A8CD64B5> /usr/lib/libc++.1.dylib"]},
"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":766182,"threadState":{"x":[{"value":6},{"value":4},{"value":6136091744},{"value":157},{"value":6136090720},{"value":0},{"value":0},{"value":6136089160},{"value":32},{"value":9},{"value":1},{"value":10},{"value":0},{"value":51},{"value":9415553144},{"value":0},{"value":521},{"value":6552507228},{"value":0},{"value":0},{"value":6136090720},{"value":157},{"value":6136091744},{"value":4},{"value":6},{"value":2576},{"value":1},{"value":520552452},{"value":4339018008}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6553013628},"cpsr":{"value":4096},"fp":{"value":6136090672},"sp":{"value":6136090608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6552965400,"matchesCrashFrame":1},"far":{"value":4339335168}},"frames":[{"imageOffset":471320,"imageIndex":33},{"imageOffset":519600,"imageIndex":33},{"imageOffset":43176,"imageIndex":33},{"imageOffset":30096,"imageIndex":33},{"imageOffset":24088,"imageIndex":33}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4330782720,
"CFBundleShortVersionString" : "8.0",
"CFBundleIdentifier" : "io.github.hluk.CopyQ",
"size" : 5586944,
"uuid" : "c3de0e83-f19a-3a2c-9a1a-c21cbad99b9c",
"path" : "/Applications/CopyQ.app/Contents/MacOS/CopyQ",
"name" : "CopyQ",
"CFBundleVersion" : "8.0.0-g73afa309-v8.0.0"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4339662848,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtTest",
"size" : 245760,
"uuid" : "2e393fea-51c4-3e81-ac05-293b0f69f819",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtTest.framework/Versions/A/QtTest",
"name" : "QtTest",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4340039680,
"size" : 98304,
"uuid" : "897b82eb-1419-3685-9335-2a50181dcf0d",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libKF6Notifications.6.dylib",
"name" : "libKF6Notifications.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4339433472,
"size" : 65536,
"uuid" : "cc99edbf-b945-399d-81ea-ce3ff13f76bb",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libKF6StatusNotifierItem.6.dylib",
"name" : "libKF6StatusNotifierItem.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4340596736,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtSvg",
"size" : 212992,
"uuid" : "0e450c4e-29a6-301c-8153-20adf4cc4a72",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtSvg.framework/Versions/A/QtSvg",
"name" : "QtSvg",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4340957184,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtXml",
"size" : 98304,
"uuid" : "27b2cd0d-581a-3e39-bb84-35a4f5d2a723",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml",
"name" : "QtXml",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4345331712,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtQml",
"size" : 3358720,
"uuid" : "6b6153e0-deb4-3075-b307-0214e26bd2fd",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtQml.framework/Versions/A/QtQml",
"name" : "QtQml",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4354916352,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtWidgets",
"size" : 3997696,
"uuid" : "16cdf645-f5dc-3ad1-9464-a35b5838fa41",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtWidgets.framework/Versions/A/QtWidgets",
"name" : "QtWidgets",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4365795328,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtGui",
"size" : 4210688,
"uuid" : "b0c3a9bf-a870-3acf-ae0d-8218e1895f85",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtGui.framework/Versions/A/QtGui",
"name" : "QtGui",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4342480896,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtNetwork",
"size" : 966656,
"uuid" : "d76e57ec-ee03-360a-b44a-6fd39b7f83bb",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtNetwork.framework/Versions/A/QtNetwork",
"name" : "QtNetwork",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4360323072,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtCore",
"size" : 3850240,
"uuid" : "2b10ec87-91e3-3b27-900c-8b6758d1d288",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtCore.framework/Versions/A/QtCore",
"name" : "QtCore",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352016384,
"size" : 1638400,
"uuid" : "f5b73e4a-b5ac-3b12-99e2-c29789a77fd2",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libicui18n.74.dylib",
"name" : "libicui18n.74.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4371316736,
"size" : 1245184,
"uuid" : "970eb52f-1e1f-3acf-9ff9-92999dd585e1",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libicuuc.74.dylib",
"name" : "libicuuc.74.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4404019200,
"size" : 30801920,
"uuid" : "f2d1da67-e7db-31c5-85e3-8d04b644c63a",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libicudata.74.dylib",
"name" : "libicudata.74.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4343808000,
"size" : 983040,
"uuid" : "c1ea6822-fc5d-3cdf-9429-3c33150e1704",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libglib-2.0.0.dylib",
"name" : "libglib-2.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4340236288,
"size" : 49152,
"uuid" : "1bc9d57e-cefd-3a29-9378-50c756f892b3",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libdouble-conversion.3.dylib",
"name" : "libdouble-conversion.3.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4340350976,
"size" : 32768,
"uuid" : "82f85bf6-93d0-3be3-9cc8-23cbf361e60f",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libb2.1.dylib",
"name" : "libb2.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4341661696,
"size" : 442368,
"uuid" : "fcbed3c0-ae3b-3ae5-915d-1cb3bf09daf6",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libpcre2-16.0.dylib",
"name" : "libpcre2-16.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4350148608,
"size" : 557056,
"uuid" : "2bdff40f-1b63-3633-a720-9b2c512f6256",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libzstd.1.dylib",
"name" : "libzstd.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4339351552,
"size" : 16384,
"uuid" : "31729706-c495-3ba3-a47e-78eeb9bf4cc1",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libgthread-2.0.0.dylib",
"name" : "libgthread-2.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4341317632,
"size" : 98304,
"uuid" : "9924fd2d-8556-34b2-add9-ab2838b3359b",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libintl.8.dylib",
"name" : "libintl.8.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4350803968,
"size" : 475136,
"uuid" : "0e90f358-d449-3571-95ad-690078c20228",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libpcre2-8.0.dylib",
"name" : "libpcre2-8.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4351344640,
"size" : 278528,
"uuid" : "6986dea0-d232-358e-ac68-7b2c37ca7855",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libKF6ConfigCore.6.dylib",
"name" : "libKF6ConfigCore.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4365041664,
"CFBundleShortVersionString" : "6.6",
"CFBundleIdentifier" : "org.qt-project.QtDBus",
"size" : 458752,
"uuid" : "9cf4d647-9da7-3e3f-90ee-696c823e943e",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/QtDBus.framework/Versions/A/QtDBus",
"name" : "QtDBus",
"CFBundleVersion" : "6.6.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4344987648,
"size" : 147456,
"uuid" : "51fea3a8-c0b1-3c56-8123-899206473dd2",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libpng16.16.dylib",
"name" : "libpng16.16.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4373839872,
"size" : 770048,
"uuid" : "83c85b86-2799-3fd9-a90d-84feaa17f8b4",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libharfbuzz.0.dylib",
"name" : "libharfbuzz.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4341153792,
"size" : 49152,
"uuid" : "a43306ad-7575-3a2c-96ee-8c2348239077",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libmd4c.0.dylib",
"name" : "libmd4c.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4372955136,
"size" : 507904,
"uuid" : "9f468009-9a2d-3ff0-90d8-1bc0fe3b3bae",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libfreetype.6.dylib",
"name" : "libfreetype.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349509632,
"size" : 196608,
"uuid" : "39e8ef3d-0a4a-3f7f-a729-c37ebc8e538c",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libdbus-1.3.dylib",
"name" : "libdbus-1.3.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4341481472,
"size" : 81920,
"uuid" : "dadd250f-e2ba-36f3-b960-ea391395d1e7",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libgraphite2.3.dylib",
"name" : "libgraphite2.3.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4342169600,
"size" : 49152,
"uuid" : "2fce9191-2865-3903-ad39-48a0b005103f",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libKF6WindowSystem.6.dylib",
"name" : "libKF6WindowSystem.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4342300672,
"size" : 49152,
"uuid" : "cc77e640-3de5-3d9c-9565-c60ed8119746",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libbrotlidec.1.dylib",
"name" : "libbrotlidec.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4351787008,
"size" : 131072,
"uuid" : "cbb61532-d27c-331e-996e-843ed45f10e9",
"path" : "/Applications/CopyQ.app/Contents/Frameworks/libbrotlicommon.1.dylib",
"name" : "libbrotlicommon.1.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6552494080,
"size" : 583048,
"uuid" : "49204446-242b-3d1e-9704-32f8ac99723e",
"path" : "/usr/lib/dyld",
"name" : "dyld"
}
],
"sharedCache" : {
"base" : 6551830528,
"size" : 3553476608,
"uuid" : "c26be8cd-619e-3513-8673-3ff826317005"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=8736K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8736K(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__AUTH 576K 133 \n__AUTH_CONST 11.1M 279 \n__DATA 3184K 292 \n__DATA_CONST 15.1M 312 \n__DATA_DIRTY 678K 97 \n__FONT_DATA 2352 1 \n__LINKEDIT 810.9M 34 \n__OBJC_RO 66.4M 1 \n__OBJC_RW 2012K 1 \n__TEXT 271.0M 328 \ndyld private memory 432K 4 \n=========== ======= ======= \nTOTAL 1.2G 1485 \n",
"legacyInfo" : {
"threadTriggered" : {

}
},
"logWritingSignature" : "d679128ee50235a424c750a120d63cfb0946a731",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "6246d6a916a70b047e454124",
"factorPackIds" : {

  },
  "deploymentId" : 240000010
},
{
  "rolloutId" : "62c751b6bcb0435c2153fe92",
  "factorPackIds" : {
    "SIRI_UNDERSTANDING_ASR_ASSISTANT" : "6552c036dc598031005cc0f4",
    "SIRI_UNDERSTANDING_MORPHUN" : "64e514ddc83b9a3d50649ddc"
  },
  "deploymentId" : 240000365
}

],
"experiments" : [
{
"treatmentId" : "5d51a80d-93ec-47e1-9027-675002e78e4a",
"experimentId" : "6384d56b96e8d228551ec182",
"deploymentId" : 400000030
},
{
"treatmentId" : "a3f9ec09-b145-49f3-8142-da4a1f338456",
"experimentId" : "65f21aa774b6f500a45abd7d",
"deploymentId" : 400000002
}
]
}
}

Model: Macmini9,1, BootROM 8422.141.2, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: RZ39-0276, 5120 x 2880 (5K/UHD+ - Ultra High Definition Plus), Main, MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: May 13 2023 07:20:48 version 18.20.383.15.7.8.150 FWID 01-b37727a5
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
PCI Card: pci15b7,5006, NVM Express Controller, Thunderbolt@4,0,0
PCI Card: pci8086,15f0, USB eXtensible Host Controller, Thunderbolt@3,0,0
PCI Card: Universal Audio Apollo Twin MkII - QUAD, Other Multimedia, Thunderbolt@7,0,0
USB Device: USB30Bus
USB Device: Micro Pad
USB Device: Model 100
USB Device: USB31Bus
USB Device: Game Dock USB3.1 PD Hub
USB Device: 3-Port USB 3.1 Hub
USB Device: Game Dock USB3.1 Hub
USB Device: USB 10/100/1000 LAN
USB Device: Game Dock USB2.0 PD Hub
USB Device: Trackball
USB Device: 5-Port USB 2.1 Hub
USB Device: BillBoard Device
USB Device: LPD8
USB Device: KOMPLETE KONTROL S49 MK2
USB Device: USB Audio
USB Device: Razer Raptor 27
USB Device: Game Dock USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: WD_BLACK D50
USB Device: USB Audio
USB Device: WD_BLACK D50
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: Portable SSD T5
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Device: WD_BLACK D50 Game Dock, Western Digital Technologies, 1, 61.61
Thunderbolt Bus: Mac mini, Apple Inc.

from copyq.

vinayhegde1990 avatar vinayhegde1990 commented on July 22, 2024

You can install older releases from: https://github.com/hluk/CopyQ/releases

Thanks for suggesting a workaround, it worked. For anyone else facing a similar situation, do try this:

  1. Download an older version of CopyQ.dmg.zip than the current one (as of writing this, it's v7.1.0)
  2. Extract it and copy the binary into Applications Folder on Mac
  3. Run the commands in #2637 (comment)
  4. Start & use CopyQ

@hluk These steps are not reliable as they can cause errors across different OS versions and also make a tested method of brew upgrade obsolete.

Could you please help resolve this as and when your bandwidth permits, thank you!

from copyq.

hluk avatar hluk commented on July 22, 2024

Could you please help resolve this as and when your bandwidth permits, thank you!

I will need help with this. I do not know how this could be solved and I do not even own macOS.

Suggestions and pull requests are welcome!

from copyq.

Bartman0 avatar Bartman0 commented on July 22, 2024

Could you please help resolve this as and when your bandwidth permits, thank you!

I will need help with this. I do not know how this could be solved and I do not even own macOS.

Suggestions and pull requests are welcome!

I am happy to assist, i.e. try out stuff for you on my mac.
I need some guidance, though, in taking the right steps.

from copyq.

earthsound avatar earthsound commented on July 22, 2024

Could you please help resolve this as and when your bandwidth permits, thank you!

I will need help with this. I do not know how this could be solved and I do not even own macOS.

Suggestions and pull requests are welcome!

@hluk I'm running macOS Ventura (13.6.6) on an M1 Pro MBP. The crash I get (after stripping the quarantine attribute and doing an ad hoc signing) seems to indicate that the Qt framework was built for macOS 14.

I would guess you'd need to build Qt6 using e.g. Xcode 13.x to support Monterey and newer versions of macOS.

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

Termination Reason:    Namespace DYLD, Code 4 Symbol missing
Symbol not found: __ZNSt3__13pmr15memory_resourceD2Ev
Referenced from: <27B2CD0D-581A-3E39-BB84-35A4F5D2A723> /Applications/CopyQ.app/Contents/Frameworks/QtXml.framework/Versions/A/QtXml (built for macOS 14.0 which is newer than running OS)
Expected in:     <6866B472-E07D-3405-A9F5-C35EAE010385> /usr/lib/libc++.1.dylib

from copyq.

hluk avatar hluk commented on July 22, 2024

I would guess you'd need to build Qt6 using e.g. Xcode 13.x to support Monterey and newer versions of macOS.

Unfortunately, I can use the only GitHub provided runner image which supports M1 (macos-14).

from copyq.

vinayhegde1990 avatar vinayhegde1990 commented on July 22, 2024

Install old 7.1.0 version with:

brew uninstall copyq
brew install --cask https://raw.githubusercontent.com/Homebrew/homebrew-cask/961b881ae8399ec97fcba530e896e2c4badc82e0/Casks/c/copyq.rb

@cvladan thanks for the quick workaround. If this relies on the CopyQ cask's historical git commit IDs then it's not very easy to find. Thus, some users will be unable to install a working older version whenever an upgraded one starts crashing.


@hluk greatly appreciate your constant inputs! Found a Github Provided runner image with MacOS 13 on M1 arch called macos-13-xlarge that could be tested in CopyQ's github actions to build a cask compliant with MacOS >=v13.x.x, potentially solving this issue.

Also, a currently ongoing Discussion #102846 has more context.

from copyq.

hluk avatar hluk commented on July 22, 2024

Found a Github Provided runner image with MacOS 13 on M1 arch called macos-13-xlarge that could be tested in CopyQ's github actions to build a cask compliant with MacOS >=v13.x.x, potentially solving this issue.

Using macos-13-xlarge image still fails with (https://github.com/hluk/CopyQ/actions/runs/8737355535?pr=2678):

The job was not started because recent account payments have failed or your spending limit needs to be increased. Please check the 'Billing & plans' section in your settings.

from copyq.

earthsound avatar earthsound commented on July 22, 2024

I would guess you'd need to build Qt6 using e.g. Xcode 13.x to support Monterey and newer versions of macOS.

Unfortunately, I can use the only GitHub provided runner image which supports M1 (macos-14).

Not sure if this will help enough, but according to this comment, FlyCI offers M2 runners with 500 min/mo for free for open source projects and they support macOS 13 & 14.

from copyq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.