Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 10-23-2022, 11:03 PM   #1121
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 16,071
Default

Quote:
Originally Posted by mschnell View Post
I understand that after pushing a file, your installation on GitHub automatically checks the metadata format.
So seemingly I simply could try modifying my (lightly messed up) JSFX with git tools without risking doing any harm....
-Michael
mschnell is online now   Reply With Quote
Old 10-24-2022, 04:36 PM   #1122
MonkeyBars
Human being with feelings
 
MonkeyBars's Avatar
 
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,733
Default

Quote:
Originally Posted by paat View Post
I have everything in a local git repo, and I want Reapack to load the scripts from that repo, hence the symlinks.
Yeah I use a similar setup with a local git repo, and I just add the scripts from that repo location manually to Reaper. I tried using symlinks or aliases but found them a bit flaky in macOS and anyways Reaper really doesn't care where scripts are loaded in from manually.

In my case I am actively producing on a different machine and don't want any of my unfinished code to touch that install at all – it gets updated from ReaPack like any other user. I develop on my office admin machine.
MonkeyBars is online now   Reply With Quote
Old 10-24-2022, 05:13 PM   #1123
paat
Human being with feelings
 
Join Date: Oct 2016
Posts: 229
Default

I actually do use a portable install for development to keep it separate from the production work. It’s just the manually loading scripts but that I found itchy.
paat is offline   Reply With Quote
Old 11-13-2022, 08:53 AM   #1124
tufb
Human being with feelings
 
Join Date: Dec 2017
Posts: 152
Default

Question:

When I update the @description but leave the filename.lua unchanged for a new incremental script version, will the script's subscribers be offered this updated script?
tufb is offline   Reply With Quote
Old 11-13-2022, 06:38 PM   #1125
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

@description is a package tag. The new text will be applied immediately without having to bump the version number. However it won't trigger an update.
cfillion is offline   Reply With Quote
Old 11-14-2022, 03:38 PM   #1126
tufb
Human being with feelings
 
Join Date: Dec 2017
Posts: 152
Default

Thanks! According to reapack-index release notes:
Quote:
v1.1rc5: "provides: support renaming the target filename with Source File > Target File"
I'd like to rename oldname.lua to renamed.lua. Is there step-by-step documentation somewhere on how to achieve this and will subscribers still be subscribed to the renamed version? Came up short on a quick web search. Thx in advance.
tufb is offline   Reply With Quote
Old 11-14-2022, 07:32 PM   #1127
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

Quote:
Originally Posted by tufb View Post
[...] will subscribers still be subscribed to the renamed version?
As long as the package file on your git repository isn't renamed or moved, yes. To change its installation filename (the dot is a shortcut for oldname.lua):

Code:
@provides . > renamed.lua
cfillion is offline   Reply With Quote
Old 11-14-2022, 08:20 PM   #1128
juan_r
Human being with feelings
 
juan_r's Avatar
 
Join Date: Oct 2019
Posts: 1,192
Default

Can I delete files from the ReaPack Team repository? If so, how?

Since I made my own repository, I haven't been updating the old files on ReaPack Team's, so maybe it's time to delete them now.

Thanks a lot, @cfillion, for your dedication to the ReaPack project. It's one of the things that make Reaper unique.
__________________
My ReaPack repository: https://github.com/juanriccio/Reaper...ster/index.xml
juan_r is offline   Reply With Quote
Old 11-14-2022, 08:40 PM   #1129
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

One of these: Fork+deleting the files+send a PR, click the trash icon when viewing each file on GitHub, or send me the list.
cfillion is offline   Reply With Quote
Old 11-15-2022, 12:23 PM   #1130
juan_r
Human being with feelings
 
juan_r's Avatar
 
Join Date: Oct 2019
Posts: 1,192
Default

Thanks @cfillion, done!
__________________
My ReaPack repository: https://github.com/juanriccio/Reaper...ster/index.xml
juan_r is offline   Reply With Quote
Old 11-22-2022, 05:53 PM   #1131
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

Hope it's ok if I post this here!

I am having an issue where trying to uninstall obsolete packages is causing Reaper to crash. (Reaper 6.70, ReaPack 1.2.4.2)

Is anyone else experiencing this? I don't have a github account but can make one
skylar_battles is offline   Reply With Quote
Old 11-23-2022, 04:05 AM   #1132
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

I assume you're getting the crash on your ARM Apple machine? If so, please copy/paste the crash report macOS shows when it occurs. A copy of your registry.db and reapack.ini files might help too (<resource path>/ReaPack for the former, <resource path> for the later).

Also, at which step exactly does it crash? (eg. immediately upon clicking the "Uninstall selected" button on the "ReaPack Query" dialog? Or later in the synchronization process?) Making a screencap (eg. using Cockos's Licecap) could give more clues as well.

(I don't have access to a new Apple ARM computer, so I'm hoping the bug can also happen on x86_64/Mojave.)
cfillion is offline   Reply With Quote
Old 11-23-2022, 12:00 PM   #1133
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

Thanks for your response!

The Computer is an Apple Intel machine actually.

Yes, it crashes immediately after clicking on uninstall selected, with no delay or "pinwheel". Reaper just immediately crashes.

For some reason I it says registry.db is an invalid file as an attachment but reapack.ini, the screenshot of the error message, and a gif are attached.

Please let me know if there's anything else that would be helpful for me to share!

Last edited by skylar_battles; 02-11-2023 at 04:26 PM.
skylar_battles is offline   Reply With Quote
Old 11-26-2022, 06:16 AM   #1134
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

Thanks. Please click that "Report..." button and copy/paste the contents of the report. registry.db can be zipped (or uploaded elsewhere than this forum).

Do you also get the crash if you uninstall those packages from the Package browser window?
ReaPack > Browse packages, Display = Obsolete, Select all, Actions > Uninstall selection, Apply.

Quote:
Originally Posted by juan_r View Post
Thanks @cfillion, done!
I haven't received it.

Last edited by cfillion; 11-26-2022 at 06:49 AM.
cfillion is offline   Reply With Quote
Old 11-26-2022, 04:37 PM   #1135
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

What method in particular would be helpful in getting registry.db to you? I could send over email if that's ok or a PM if possible? Otherwise let me know what is goof for you.

Trying what you suggested did successfully uninstall uninstall the obsolete packages and enable me to synchronize packages successfully.

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process: REAPER [9483]
Path: /Applications/REAPER.app/Contents/MacOS/REAPER
Identifier: com.cockos.reaper
Version: 6.70.0_309480du (6.70.0_309480du)
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2022-11-26 15:27:32.4924 -0800
OS Version: macOS 13.0.1 (22A400)
Report Version: 12
Anonymous UUID: 8FDBD3EC-CC41-A399-6CDA-AEB5B9D85800

Sleep/Wake UUID: B5225149-270C-4207-9C57-4D8CA97DDA4F

Time Awake Since Boot: 31000 seconds
Time Since Wake: 19626 seconds

System Integrity Protection: enabled

Crashed Thread: 0 reaper Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: UNKNOWN_0xD at 0x0000000000000000
Exception Codes: 0x000000000000000d, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [9483]

VM Region Info: 0 is not in any region. Bytes before following region: 4421779456
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 1078f0000-108220000 [ 9408K] r-x/r-x SM=COW .../MacOS/REAPER

Thread 0 Crashed:: reaper Dispatch queue: com.apple.main-thread
0 reaper_reapack-x86_64.dylib 0x10f3db63c Dialog::Proc(HWND__*, unsigned int, unsigned long, long) + 236
1 REAPER 0x107ddb9dc SwellDialogDefaultWindowProc(HWND__*, unsigned int, unsigned long, long) + 444
2 REAPER 0x107dd90ee -[REAPERSwell_hwnd tableView:willDisplayCell:forTableColumn:row:] + 302
3 AppKit 0x7ff816bbcb9e -[NSTableView _delegateWillDisplayCell:forColumn:row:] + 104
4 AppKit 0x7ff816b01313 -[NSTableView preparedCellAtColumn:row:] + 1835
5 AppKit 0x7ff816b00add -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
6 AppKit 0x7ff816b0075d -[NSTableView drawRow:clipRect:] + 1638
7 AppKit 0x7ff816affdd8 -[NSTableView drawRowIndexes:clipRect:] + 707
8 AppKit 0x7ff816a8b9b9 -[NSTableView drawRect:] + 1670
9 AppKit 0x7ff8169bd6d4 _NSViewDrawRect + 121
10 AppKit 0x7ff8171a1608 -[NSView _recursive:displayRectIgnoringOpacity:inContext:st opAtLayerBackedViews:] + 1810
11 AppKit 0x7ff8169bce00 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 753
12 QuartzCore 0x7ff81b1c9b6f CABackingStoreUpdate_ + 576
13 QuartzCore 0x7ff81b22d13d invocation function for block in CA::Layer::display_() + 53
14 QuartzCore 0x7ff81b1c8c42 -[CALayer _display] + 2275
15 AppKit 0x7ff8169bca55 -[_NSBackingLayer display] + 462
16 AppKit 0x7ff816934fea -[_NSViewBackingLayer display] + 554
17 QuartzCore 0x7ff81b1c7bf0 CA::Layer::display_if_needed(CA::Transaction*) + 900
18 QuartzCore 0x7ff81b3404d6 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 640
19 QuartzCore 0x7ff81b1a8b66 CA::Transaction::commit() + 722
20 AppKit 0x7ff8169cdedf __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
21 AppKit 0x7ff8171e4513 ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
22 CoreFoundation 0x7ff81374e0e2 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK _FUNCTION__ + 23
23 CoreFoundation 0x7ff81374e00a __CFRunLoopDoObservers + 482
24 CoreFoundation 0x7ff81374d590 __CFRunLoopRun + 870
25 CoreFoundation 0x7ff81374cbb0 CFRunLoopRunSpecific + 560
26 HIToolbox 0x7ff81d02ebd6 RunCurrentEventLoopInMode + 292
27 HIToolbox 0x7ff81d02e806 ReceiveNextEventCommon + 199
28 HIToolbox 0x7ff81d02e723 _BlockUntilNextEventMatchingListInModeWithFilter + 70
29 AppKit 0x7ff81686fb37 _DPSNextEvent + 909
30 AppKit 0x7ff81686e9b8 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:deque ue:] + 1219
31 AppKit 0x7ff816860ff3 -[NSApplication run] + 586
32 AppKit 0x7ff816835058 NSApplicationMain + 817
33 dyld 0x7ff813343310 start + 2432

Thread 1:
0 libsystem_pthread.dylib 0x7ff81366fc58 start_wqthread + 0

Thread 2:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x7ff8136356a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81364367d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81363c71a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff813635989 mach_msg + 19
4 CoreFoundation 0x7ff81374ed0e __CFRunLoopServiceMachPort + 145
5 CoreFoundation 0x7ff81374d77a __CFRunLoopRun + 1360
6 CoreFoundation 0x7ff81374cbb0 CFRunLoopRunSpecific + 560
7 AppKit 0x7ff8169cf696 _NSEventThread + 132
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 3:
0 libsystem_kernel.dylib 0x7ff8136356a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81364367d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81363c71a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff813635989 mach_msg + 19
4 CoreMIDI 0x7ff82b493600 XServerMachPort::ReceiveMessage(int&, void*, int&) + 94
5 CoreMIDI 0x7ff82b4c4bc7 MIDIProcess::MIDIInPortThread::Run() + 105
6 CoreMIDI 0x7ff82b4acd40 XThread::RunHelper(void*) + 10
7 CoreMIDI 0x7ff82b4adfb3 CAPThread::Entry(CAPThread*) + 77
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 4:: */video
0 libsystem_kernel.dylib 0x7ff8136380ce __semwait_signal + 10
1 libsystem_c.dylib 0x7ff81354cb4a nanosleep + 196
2 libsystem_c.dylib 0x7ff81354ca80 usleep + 53
3 reaper_video.dylib 0x10ecd6d2c videoDecodeThread(void*) + 476
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 5:: caulk.messenger.shared:17
0 libsystem_kernel.dylib 0x7ff81363561e semaphore_wait_trap + 10
1 caulk 0x7ff81cd7b8f8 caulk::mach::semaphore::wait_or_error() + 16
2 caulk 0x7ff81cd61664 caulk::concurrent::details::worker_thread::run() + 36
3 caulk 0x7ff81cd61328 void* caulk::thread_proxy<std::__1::tuple<caulk::thread: :attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker _thread*> > >(void*) + 41
4 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 6:: Dispatch queue: com.apple.root.user-interactive-qos
0 libsystem_kernel.dylib 0x7ff813635636 semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x7ff8134f4f75 _dispatch_sema4_timedwait + 72
2 libdispatch.dylib 0x7ff8134f53af _dispatch_semaphore_wait_slow + 58
3 AppKit 0x7ff81720b45f __22-[NSCGSLocalFence set]_block_invoke_2 + 147
4 QuartzCore 0x7ff81b1a9f46 CA::Transaction::run_commit_handlers(CATransaction Phase) + 98
5 QuartzCore 0x7ff81b3405c1 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 875
6 QuartzCore 0x7ff81b1a8b66 CA::Transaction::commit() + 722
7 AppKit 0x7ff8168bb1d8 NSPerformVisuallyAtomicChange + 154
8 AppKit 0x7ff816c8a5e8 __30-[NSAnimation _runInNewThread]_block_invoke + 80
9 libdispatch.dylib 0x7ff8134f37fb _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x7ff8134f4a44 _dispatch_client_callout + 8
11 libdispatch.dylib 0x7ff8135047f6 _dispatch_root_queue_drain + 683
12 libdispatch.dylib 0x7ff813504e4d _dispatch_worker_thread2 + 160
13 libsystem_pthread.dylib 0x7ff813670c9d _pthread_wqthread + 256
14 libsystem_pthread.dylib 0x7ff81366fc67 start_wqthread + 15

Thread 7:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x7ff8136356a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81364367d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81363c71a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff813635989 mach_msg + 19
4 CoreAudio 0x7ff8159818a5 HALB_MachPort::SendSimpleMessageWithSimpleReply(un signed int, unsigned int, int, int&, bool, unsigned int) + 111
5 CoreAudio 0x7ff81585a4c1 HALC_ProxyIOContext::IOWorkLoop() + 3783
6 CoreAudio 0x7ff815859029 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 63
7 CoreAudio 0x7ff8159e0630 HALB_IOThread::Entry(void*) + 72
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 8:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x7ff8136356a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81364367d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81363c71a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff813635989 mach_msg + 19
4 CoreAudio 0x7ff8159818a5 HALB_MachPort::SendSimpleMessageWithSimpleReply(un signed int, unsigned int, int, int&, bool, unsigned int) + 111
5 CoreAudio 0x7ff81585a4c1 HALC_ProxyIOContext::IOWorkLoop() + 3783
6 CoreAudio 0x7ff815859029 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 63
7 CoreAudio 0x7ff8159e0630 HALB_IOThread::Entry(void*) + 72
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 9:: */mediaafx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a22eeb WorkerThreadInst::threadProc(void*) + 1531
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 10:: */mediaafx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a22eeb WorkerThreadInst::threadProc(void*) + 1531
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 11:: */mediaafx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a22eeb WorkerThreadInst::threadProc(void*) + 1531
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 12:: */mediaafx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a22eeb WorkerThreadInst::threadProc(void*) + 1531
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 13:: */livefx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a234ff WorkerThreadInst::threadProc(void*) + 3087
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 14:: */livefx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a234ff WorkerThreadInst::threadProc(void*) + 3087
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 15:: */livefx
0 libsystem_kernel.dylib 0x7ff8136381fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff813674816 _pthread_cond_wait + 1296
2 REAPER 0x107e0eed5 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x107a234ff WorkerThreadInst::threadProc(void*) + 3087
4 REAPER 0x107e0f0a9 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 16:
0 libsystem_pthread.dylib 0x7ff81366fc58 start_wqthread + 0

Thread 17:
0 libsystem_pthread.dylib 0x7ff81366fc58 start_wqthread + 0

Thread 18:
0 libsystem_kernel.dylib 0x7ff81363e3b6 __select + 10
1 libcurl.4.dylib 0x7ff828f7f334 Curl_poll + 495
2 libcurl.4.dylib 0x7ff828f79601 multi_wait + 756
3 libcurl.4.dylib 0x7ff828f797ac curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff828f6fef8 curl_easy_perform + 285
5 reaper_reapack-x86_64.dylib 0x10f3dd2b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x10f42779d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x10f42921e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 19:
0 libsystem_kernel.dylib 0x7ff81363e3b6 __select + 10
1 libcurl.4.dylib 0x7ff828f7f334 Curl_poll + 495
2 libcurl.4.dylib 0x7ff828f79601 multi_wait + 756
3 libcurl.4.dylib 0x7ff828f797ac curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff828f6fef8 curl_easy_perform + 285
5 reaper_reapack-x86_64.dylib 0x10f3dd2b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x10f42779d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x10f42921e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15

Thread 20:
0 libsystem_kernel.dylib 0x7ff81363e3b6 __select + 10
1 libcurl.4.dylib 0x7ff828f7f334 Curl_poll + 495
2 libcurl.4.dylib 0x7ff828f79601 multi_wait + 756
3 libcurl.4.dylib 0x7ff828f797ac curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff828f6fef8 curl_easy_perform + 285
5 reaper_reapack-x86_64.dylib 0x10f3dd2b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x10f42779d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x10f42921e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff813674259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81366fc7b thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x011dfff856fb2ff1 rbx: 0x000000000000004e rcx: 0x000000000000004c rdx: 0x00007ff7b860b948
rdi: 0x00007fee72082ab0 rsi: 0x00007ff7b860b948 rbp: 0x00007ff7b860b8b0 rsp: 0x00007ff7b860b880
r8: 0x00006000021582a0 r9: 0x0000000000000000 r10: 0x0000000108277b88 r11: 0x0000000107ddaa80
r12: 0x00007fee72082ab0 r13: 0x00007fee7557c600 r14: 0x00007ff7b860b948 r15: 0x00000000000000d4
rip: 0x000000010f3db63c rfl: 0x0000000000010246 cr2: 0x000000011f16b010

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 13

Thread 0 instruction stream:
00 be eb ff ff ff 4c 89-ef 4c 89 f2 ff 15 8a de ......L..L......
08 00 4d 89 6c 24 78 49-8b 04 24 4c 89 e7 ff 50 ..M.l$xI..$L...P
10 b8 01 00 00 00 e9 9e-00 00 00 81 fb 11 01 00 ................
00 74 7f 81 fb 13 01 00-00 0f 85 8a 00 00 00 49 .t.............I
8b 04 24 4c 89 e7 44 89-fe ff 50 20 eb 79 83 fb ..$L..D...P .y..
4e 75 76 49 8b 04 24 4c-89 e7 4c 89 f6 4c 89 f2 NuvI..$L..L..L..
[ff]50 30 eb 62 41 8b 44-24 0c 41 89 46 18 41 8b .P0.bA.D$.A.F.A. <==
44 24 10 41 89 46 1c eb-4e 49 83 ff 01 74 48 49 D$.A.F..NI...tHI
8b 04 24 4c 89 e7 ff 50-48 eb 3c 4c 89 e7 e8 71 ..$L...PH.<L...q
15 00 00 0f b6 c0 eb 31-41 0f bf d6 41 c1 fe 10 .......1A...A...
49 8b 04 24 4c 89 e7 4c-89 fe 44 89 f1 ff 50 38 I..$L..L..D...P8
eb 15 41 0f b7 f7 41 c1-ef 10 49 8b 04 24 4c 89 ..A...A...I..$L.

Binary Images:
0x10f290000 - 0x10f45cfff reaper_reapack-x86_64.dylib (*) <78fb6ad9-8147-3cf9-93e0-792e849cbc27> /Users/USER/Library/Application Support/REAPER/*/reaper_reapack-x86_64.dylib
0x1078f0000 - 0x10821ffff com.cockos.reaper (6.70.0_309480du) <dc43350c-a1fa-3932-8a6c-a5c8ce203656> /Applications/REAPER.app/Contents/MacOS/REAPER
0x7ff816831000 - 0x7ff817835ff6 com.apple.AppKit (6.9) <817d572e-eb8c-3999-b7a0-68e1c4b47266> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff81b1a6000 - 0x7ff81b4f5ffd com.apple.QuartzCore (1.11) <10a00482-d136-3e49-bbd5-e9691cc8f82d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7ff8136d0000 - 0x7ff813b68fff com.apple.CoreFoundation (6.9) <dbc459f3-81bb-398a-8f74-3f7392392bb7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff81cfff000 - 0x7ff81d2f6ff2 com.apple.HIToolbox (2.1.1) <ff73b93b-3c5b-3f73-948f-0a35a80f7fad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7ff81333d000 - 0x7ff8133d154f dyld (*) <28fd2071-57f3-3873-87bf-e4f674a82de6> /usr/lib/dyld
0x7ff81366e000 - 0x7ff813679ff7 libsystem_pthread.dylib (*) <13b5e252-77d1-31e1-888d-1c5f4426ea87> /usr/lib/system/libsystem_pthread.dylib
0x7ff813634000 - 0x7ff81366dff7 libsystem_kernel.dylib (*) <0c2fd2c9-777c-3355-b70f-7b1b6e9d1b0b> /usr/lib/system/libsystem_kernel.dylib
0x7ff82b481000 - 0x7ff82b4efff5 com.apple.audio.midi.CoreMIDI (2.0) <8f0740a4-85b4-3cbb-a3ab-80048d694b2d> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7ff81353c000 - 0x7ff8135c4fff libsystem_c.dylib (*) <5efaf10b-2ec1-32ed-b077-80125e552c8d> /usr/lib/system/libsystem_c.dylib
0x10ecb8000 - 0x10ed9bfff reaper_video.dylib (*) <e4258643-e279-3989-830d-91284f8733f9> /Applications/REAPER.app/Contents/Plugins/reaper_video.dylib
0x7ff81cd5f000 - 0x7ff81cd84fff com.apple.audio.caulk (1.0) <43ed8c13-59df-3c8d-b4d2-aee44e4939b9> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7ff8134f2000 - 0x7ff813538ff3 libdispatch.dylib (*) <817339a1-d03e-3e54-9c47-acacf69f6193> /usr/lib/system/libdispatch.dylib
0x7ff815682000 - 0x7ff815d7cffd com.apple.audio.CoreAudio (5.0) <e9f27094-01cb-337a-8530-0cab0e2cc96d> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7ff828f4b000 - 0x7ff828fbbfff libcurl.4.dylib (*) <232922ab-45a2-352d-830b-a8c989e79c3c> /usr/lib/libcurl.4.dylib

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

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 512K 4
Activity Tracing 256K 1
CG backing stores 1920K 4
CG image 804K 54
ColorSync 244K 28
CoreAnimation 84.7M 160
CoreGraphics 20K 3
CoreUI image data 3804K 31
Foundation 32K 2
Image IO 32K 8
Kernel Alloc Once 8K 1
MALLOC 238.4M 141
MALLOC guard page 32K 8
MALLOC_LARGE (reserved) 15.4M 2 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.1M 21
Stack 18.2M 21
VM_ALLOCATE 1208K 42
VM_ALLOCATE (reserved) 36K 1 reserved VM address space (unallocated)
__CTF 756 1
__DATA 34.6M 612
__DATA_CONST 38.4M 369
__DATA_DIRTY 1764K 218
__FONT_DATA 2352 1
__LINKEDIT 187.1M 33
__OBJC_RO 65.1M 1
__OBJC_RW 1982K 2
__TEXT 613.1M 623
dyld private memory 256K 1
mapped file 207.9M 53
shared memory 792K 20
=========== ======= =======
TOTAL 1.9G 2467
TOTAL, minus reserved VM space 1.5G 2467



-----------
Full Report
-----------

{"app_name":"REAPER","timestamp":"2022-11-26 15:27:37.00 -0800","app_version":"6.70.0_309480du","slice_uuid" :"dc43350c-a1fa-3932-8a6c-a5c8ce203656","build_version":"6.70.0_309480du","p latform":1,"bundleID":"com.cockos.reaper","share_w ith_app_devs":0,"is_first_party":0,"bug_type":"309 ","os_version":"macOS 13.0.1 (22A400)","roots_installed":0,"name":"REAPER","inc ident_id":"A18134E1-6113-482E-84BD-8BF9FA929DB4"}
{
"uptime" : 31000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro14,1",
"coalitionID" : 423,
"osVersion" : {
"train" : "macOS 13.0.1",
"build" : "22A400",
"releaseType" : "User"
},
"captureTime" : "2022-11-26 15:27:32.4924 -0800",
"incident" : "A18134E1-6113-482E-84BD-8BF9FA929DB4",
"pid" : 9483,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2022-11-26 15:22:28.1048 -0800",
"procStartAbsTime" : 31445129073429,
"procExitAbsTime" : 31749496342765,
"procName" : "REAPER",
"procPath" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
"bundleInfo" : {"CFBundleShortVersionString":"6.70.0_309480du","C FBundleVersion":"6.70.0_309480du","CFBundleIdentif ier":"com.cockos.reaper"},
"storeInfo" : {"deviceIdentifierForVendor":"679A33F4-E6D1-55E8-A88F-A1B23AD5B83A","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.cockos.reaper",
"crashReporterKey" : "8FDBD3EC-CC41-A399-6CDA-AEB5B9D85800",
"wakeTime" : 19626,
"sleepWakeUUID" : "B5225149-270C-4207-9C57-4D8CA97DDA4F",
"sip" : "enabled",
"vmRegionInfo" : "0 is not in any region. Bytes before following region: 4421779456\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1078f0000-108220000 [ 9408K] r-x\/r-x SM=COW ...\/MacOS\/REAPER",
"exception" : {"codes":"0x000000000000000d, 0x0000000000000000","rawCodes":[13,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subty pe":"UNKNOWN_0xD at 0x0000000000000000"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicat or":"Segmentation fault: 11","byProc":"exc handler","byPid":9483},
"vmregioninfo" : "0 is not in any region. Bytes before following region: 4421779456\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1078f0000-108220000 [ 9408K] r-x\/r-x SM=COW ...\/MacOS\/REAPER",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0, "task_for_pid":0},"system":{"thread_create":0,"thr ead_set_state":0,"task_for_pid":0},"targeted":{"th read_create":0,"thread_set_state":0,"task_for_pid" :0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{" bytes":[0,190,235,255,255,255,76,137,239,76,137,242,255,21 ,138,222,8,0,77,137,108,36,120,73,139,4,36,76,137, 231,255,80,16,184,1,0,0,0,233,158,0,0,0,129,251,17 ,1,0,0,116,127,129,251,19,1,0,0,15,133,138,0,0,0,7 3,139,4,36,76,137,231,68,137,254,255,80,32,235,121 ,131,251,78,117,118,73,139,4,36,76,137,231,76,137, 246,76,137,242,255,80,48,235,98,65,139,68,36,12,65 ,137,70,24,65,139,68,36,16,65,137,70,28,235,78,73, 131,255,1,116,72,73,139,4,36,76,137,231,255,80,72, 235,60,76,137,231,232,113,21,0,0,15,182,192,235,49 ,65,15,191,214,65,193,254,16,73,139,4,36,76,137,23 1,76,137,254,68,137,241,255,80,56,235,21,65,15,183 ,247,65,193,239,16,73,139,4,36,76,137],"offset":96}},"frames":[{"imageOffset":1357372,"symbol":"Dialog::Proc(HWND __*, unsigned int, unsigned long, long)","symbolLocation":236,"imageIndex":0},{"imag eOffset":5159388,"symbol":"SwellDialogDefaultWindo wProc(HWND__*, unsigned int, unsigned long, long)","symbolLocation":444,"imageIndex":1},{"imag eOffset":5148910,"symbol":"-[REAPERSwell_hwnd tableView:willDisplayCell:forTableColumn:row:]","symbolLocation":302,"imageIndex":1},{"imageOffs et":3718046,"symbol":"-[NSTableView _delegateWillDisplayCell:forColumn:row:]","symbolLocation":104,"imageIndex":2},{"imageOffs et":2949907,"symbol":"-[NSTableView preparedCellAtColumn:row:]","symbolLocation":1835,"imageIndex":2},{"imageOff set":2947805,"symbol":"-[NSTableView _drawContentsAtRow:column:withCellFrame:]","symbolLocation":42,"imageIndex":2},{"imageOffse t":2946909,"symbol":"-[NSTableView drawRow:clipRect:]","symbolLocation":1638,"imageIndex":2},{"imageOff set":2944472,"symbol":"-[NSTableView drawRowIndexes:clipRect:]","symbolLocation":707,"imageIndex":2},{"imageOffs et":2468281,"symbol":"-[NSTableView drawRect:]","symbolLocation":1670,"imageIndex":2},{"imageOff set":1623764,"symbol":"_NSViewDrawRect","symbolLoc ation":121,"imageIndex":2},{"imageOffset":9897480, "symbol":"-[NSView _recursive:displayRectIgnoringOpacity:inContext:st opAtLayerBackedViews:]","symbolLocation":1810,"imageIndex":2},{"imageOff set":1621504,"symbol":"-[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:]","symbolLocation":753,"imageIndex":2},{"imageOffs et":146287,"symbol":"CABackingStoreUpdate_","symbo lLocation":576,"imageIndex":3},{"imageOffset":5532 77,"symbol":"invocation function for block in CA::Layer::display_()","symbolLocation":53,"imageI ndex":3},{"imageOffset":142402,"symbol":"-[CALayer _display]","symbolLocation":2275,"imageIndex":3},{"imageOff set":1620565,"symbol":"-[_NSBackingLayer display]","symbolLocation":462,"imageIndex":2},{"imageOffs et":1064938,"symbol":"-[_NSViewBackingLayer display]","symbolLocation":554,"imageIndex":2},{"imageOffs et":138224,"symbol":"CA::Layer::display_if_needed( CA::Transaction*)","symbolLocation":900,"imageInde x":3},{"imageOffset":1680598,"symbol":"CA::Context ::commit_transaction(CA::Transaction*, double, double*)","symbolLocation":640,"imageIndex":3},{"i mageOffset":11110,"symbol":"CA::Transaction::commi t()","symbolLocation":722,"imageIndex":3},{"imageO ffset":1691359,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":285,"imageIndex":2 },{"imageOffset":10171667,"symbol":"___NSRunLoopOb serverCreateWithHandler_block_invoke","symbolLocat ion":41,"imageIndex":2},{"imageOffset":516322,"sym bol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CA LLBACK_FUNCTION__","symbolLocation":23,"imageIndex ":4},{"imageOffset":516106,"symbol":"__CFRunLoopDo Observers","symbolLocation":482,"imageIndex":4},{" imageOffset":513424,"symbol":"__CFRunLoopRun","sym bolLocation":870,"imageIndex":4},{"imageOffset":51 0896,"symbol":"CFRunLoopRunSpecific","symbolLocati on":560,"imageIndex":4},{"imageOffset":195542,"sym bol":"RunCurrentEventLoopInMode","symbolLocation": 292,"imageIndex":5},{"imageOffset":194566,"symbol" :"ReceiveNextEventCommon","symbolLocation":199,"im ageIndex":5},{"imageOffset":194339,"symbol":"_Bloc kUntilNextEventMatchingListInModeWithFilter","symb olLocation":70,"imageIndex":5},{"imageOffset":2568 23,"symbol":"_DPSNextEvent","symbolLocation":909," imageIndex":2},{"imageOffset":252344,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:deque ue:]","symbolLocation":1219,"imageIndex":2},{"imageOff set":196595,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":2},{"imageOffs et":16472,"symbol":"NSApplicationMain","symbolLoca tion":817,"imageIndex":2},{"imageOffset":25360,"sy mbol":"start","symbolLocation":2432,"imageIndex":6 }],"id":274662,"triggered":true,"threadState":{"r13" :{"value":140662147630592},"rax":{"value":80501810 438811633},"rflags":{"value":66118},"cpu":{"value" :0},"r14":{"value":140701926996296},"rsi":{"value" :140701926996296},"r8":{"value":105553151230624}," cr2":{"value":4816547856},"rdx":{"value":140701926 996296},"r10":{"value":4431772552,"symbolLocation" :0,"symbol":"OBJC_CLASS_$_REAPERSwell_hwnd"},"r9": {"value":0},"r15":{"value":212},"rbx":{"value":78} ,"trap":{"value":13},"err":{"value":0},"r11":{"val ue":4426934912,"symbolLocation":0,"symbol":"-[REAPERSwell_hwnd getSwellUserData]"},"rip":{"value":4550669884,"matchesCrashFrame":1 },"rbp":{"value":140701926996144},"rsp":{"value":1 40701926996096},"r12":{"value":140662092081840},"r cx":{"value":76},"flavor":"x86_THREAD_STATE","rdi" :{"value":140662092081840}},"name":"reaper"},{"id" :274678,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":274718,"name":"com.apple.NSEventThread","f rames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":631 01,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34586,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6537,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":51 9438,"symbol":"__CFRunLoopServiceMachPort","symbol Location":145,"imageIndex":4},{"imageOffset":51391 4,"symbol":"__CFRunLoopRun","symbolLocation":1360, "imageIndex":4},{"imageOffset":510896,"symbol":"CF RunLoopRunSpecific","symbolLocation":560,"imageInd ex":4},{"imageOffset":1697430,"symbol":"_NSEventTh read","symbolLocation":132,"imageIndex":2},{"image Offset":25177,"symbol":"_pthread_start","symbolLoc ation":125,"imageIndex":7},{"imageOffset":7291,"sy mbol":"thread_start","symbolLocation":15,"imageInd ex":7}]},{"id":274747,"frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":631 01,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34586,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6537,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":75 264,"symbol":"XServerMachPort::ReceiveMessage(int& , void*, int&)","symbolLocation":94,"imageIndex":9},{"image Offset":277447,"symbol":"MIDIProcess::MIDIInPortTh read::Run()","symbolLocation":105,"imageIndex":9}, {"imageOffset":179520,"symbol":"XThread::RunHelper (void*)","symbolLocation":10,"imageIndex":9},{"ima geOffset":184243,"symbol":"CAPThread::Entry(CAPThr ead*)","symbolLocation":77,"imageIndex":9},{"image Offset":25177,"symbol":"_pthread_start","symbolLoc ation":125,"imageIndex":7},{"imageOffset":7291,"sy mbol":"thread_start","symbolLocation":15,"imageInd ex":7}]},{"id":274752,"name":"*\/video","frames":[{"imageOffset":16590,"symbol":"__semwait_signal"," symbolLocation":10,"imageIndex":8},{"imageOffset": 68426,"symbol":"nanosleep","symbolLocation":196,"i mageIndex":10},{"imageOffset":68224,"symbol":"usle ep","symbolLocation":53,"imageIndex":10},{"imageOf fset":126252,"symbol":"videoDecodeThread(void*)"," symbolLocation":476,"imageIndex":11},{"imageOffset ":5370025,"symbol":"__threadproc(void*)","symbolLo cation":25,"imageIndex":1},{"imageOffset":25177,"s ymbol":"_pthread_start","symbolLocation":125,"imag eIndex":7},{"imageOffset":7291,"symbol":"thread_st art","symbolLocation":15,"imageIndex":7}]},{"id":274772,"name":"caulk.messenger.shared:17", "frames":[{"imageOffset":5662,"symbol":"semaphore_wait_trap" ,"symbolLocation":10,"imageIndex":8},{"imageOffset ":116984,"symbol":"caulk::mach::semaphore::wait_or _error()","symbolLocation":16,"imageIndex":12},{"i mageOffset":9828,"symbol":"caulk::concurrent::deta ils::worker_thread::run()","symbolLocation":36,"im ageIndex":12},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread: :attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker _thread*> > >(void*)","symbolLocation":41,"imageIndex":12},{"i mageOffset":25177,"symbol":"_pthread_start","symbo lLocation":125,"imageIndex":7},{"imageOffset":7291 ,"symbol":"thread_start","symbolLocation":15,"imag eIndex":7}]},{"id":274860,"queue":"com.apple.root.user-interactive-qos","frames":[{"imageOffset":5686,"symbol":"semaphore_timedwait_ trap","symbolLocation":10,"imageIndex":8},{"imageO ffset":12149,"symbol":"_dispatch_sema4_timedwait", "symbolLocation":72,"imageIndex":13},{"imageOffset ":13231,"symbol":"_dispatch_semaphore_wait_slow"," symbolLocation":58,"imageIndex":13},{"imageOffset" :10331231,"symbol":"__22-[NSCGSLocalFence set]_block_invoke_2","symbolLocation":147,"imageIndex" :2},{"imageOffset":16198,"symbol":"CA::Transaction ::run_commit_handlers(CATransactionPhase)","symbol Location":98,"imageIndex":3},{"imageOffset":168083 3,"symbol":"CA::Context::commit_transaction(CA::Tr ansaction*, double, double*)","symbolLocation":875,"imageIndex":3},{"i mageOffset":11110,"symbol":"CA::Transaction::commi t()","symbolLocation":722,"imageIndex":3},{"imageO ffset":565720,"symbol":"NSPerformVisuallyAtomicCha nge","symbolLocation":154,"imageIndex":2},{"imageO ffset":4560360,"symbol":"__30-[NSAnimation _runInNewThread]_block_invoke","symbolLocation":80,"imageIndex":2} ,{"imageOffset":6139,"symbol":"_dispatch_call_bloc k_and_release","symbolLocation":12,"imageIndex":13 },{"imageOffset":10820,"symbol":"_dispatch_client_ callout","symbolLocation":8,"imageIndex":13},{"ima geOffset":75766,"symbol":"_dispatch_root_queue_dra in","symbolLocation":683,"imageIndex":13},{"imageO ffset":77389,"symbol":"_dispatch_worker_thread2"," symbolLocation":160,"imageIndex":13},{"imageOffset ":11421,"symbol":"_pthread_wqthread","symbolLocati on":256,"imageIndex":7},{"imageOffset":7271,"symbo l":"start_wqthread","symbolLocation":15,"imageInde x":7}]},{"id":276609,"name":"com.apple.audio.IOThread.cl ient","frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":631 01,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34586,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6537,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":31 43845,"symbol":"HALB_MachPort::SendSimpleMessageWi thSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":111,"imageIndex":14},{"imag eOffset":1934529,"symbol":"HALC_ProxyIOContext::IO WorkLoop()","symbolLocation":3783,"imageIndex":14} ,{"imageOffset":1929257,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":63,"imageIndex":14},{"image Offset":3532336,"symbol":"HALB_IOThread::Entry(voi d*)","symbolLocation":72,"imageIndex":14},{"imageO ffset":25177,"symbol":"_pthread_start","symbolLoca tion":125,"imageIndex":7},{"imageOffset":7291,"sym bol":"thread_start","symbolLocation":15,"imageInde x":7}]},{"id":276663,"name":"com.apple.audio.IOThread.cl ient","frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":631 01,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34586,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6537,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":31 43845,"symbol":"HALB_MachPort::SendSimpleMessageWi thSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":111,"imageIndex":14},{"imag eOffset":1934529,"symbol":"HALC_ProxyIOContext::IO WorkLoop()","symbolLocation":3783,"imageIndex":14} ,{"imageOffset":1929257,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":63,"imageIndex":14},{"image Offset":3532336,"symbol":"HALB_IOThread::Entry(voi d*)","symbolLocation":72,"imageIndex":14},{"imageO ffset":25177,"symbol":"_pthread_start","symbolLoca tion":125,"imageIndex":7},{"imageOffset":7291,"sym bol":"thread_start","symbolLocation":15,"imageInde x":7}]},{"id":276675,"name":"*\/mediaafx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257195,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1531,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276676,"name":"*\/mediaafx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257195,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1531,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276677,"name":"*\/mediaafx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257195,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1531,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276678,"name":"*\/mediaafx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257195,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1531,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276679,"name":"*\/livefx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1258751,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3087,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276680,"name":"*\/livefx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1258751,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3087,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276681,"name":"*\/livefx","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5369557,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1258751,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3087,"imageIndex":1} ,{"imageOffset":5370025,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":276683,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":276749,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":276829,"frames":[{"imageOffset":41910,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213812," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":15},{"imageOffset":189953,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":15},{"imageOff set":190380,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":15},{"imageOffset":151288,"s ymbol":"curl_easy_perform","symbolLocation":285,"i mageIndex":15},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]},{"id":276830,"frames":[{"imageOffset":41910,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213812," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":15},{"imageOffset":189953,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":15},{"imageOff set":190380,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":15},{"imageOffset":151288,"s ymbol":"curl_easy_perform","symbolLocation":285,"i mageIndex":15},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]},{"id":276831,"frames":[{"imageOffset":41910,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213812," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":15},{"imageOffset":189953,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":15},{"imageOff set":190380,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":15},{"imageOffset":151288,"s ymbol":"curl_easy_perform","symbolLocation":285,"i mageIndex":15},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 4549312512,
"size" : 1888256,
"uuid" : "78fb6ad9-8147-3cf9-93e0-792e849cbc27",
"path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reapack-x86_64.dylib",
"name" : "reaper_reapack-x86_64.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4421779456,
"CFBundleShortVersionString" : "6.70.0_309480du",
"CFBundleIdentifier" : "com.cockos.reaper",
"size" : 9633792,
"uuid" : "dc43350c-a1fa-3932-8a6c-a5c8ce203656",
"path" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
"name" : "REAPER",
"CFBundleVersion" : "6.70.0_309480du"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703506305024,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 16797687,
"uuid" : "817d572e-eb8c-3999-b7a0-68e1c4b47266",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703583330304,
"CFBundleShortVersionString" : "1.11",
"CFBundleIdentifier" : "com.apple.QuartzCore",
"size" : 3473406,
"uuid" : "10a00482-d136-3e49-bbd5-e9691cc8f82d",
"path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
"name" : "QuartzCore",
"CFBundleVersion" : "1042.20"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 140703454527488,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4820992,
"uuid" : "dbc459f3-81bb-398a-8f74-3f7392392bb7",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703615152128,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3112947,
"uuid" : "ff73b93b-3c5b-3f73-948f-0a35a80f7fad",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703450779648,
"size" : 607568,
"uuid" : "28fd2071-57f3-3873-87bf-e4f674a82de6",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703454126080,
"size" : 49144,
"uuid" : "13b5e252-77d1-31e1-888d-1c5f4426ea87",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703453888512,
"size" : 237560,
"uuid" : "0c2fd2c9-777c-3355-b70f-7b1b6e9d1b0b",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703854759936,
"CFBundleShortVersionString" : "2.0",
"CFBundleIdentifier" : "com.apple.audio.midi.CoreMIDI",
"size" : 454646,
"uuid" : "8f0740a4-85b4-3cbb-a3ab-80048d694b2d",
"path" : "\/System\/Library\/Frameworks\/CoreMIDI.framework\/Versions\/A\/CoreMIDI",
"name" : "CoreMIDI",
"CFBundleVersion" : "88"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703452872704,
"size" : 561152,
"uuid" : "5efaf10b-2ec1-32ed-b077-80125e552c8d",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4543184896,
"size" : 933888,
"uuid" : "e4258643-e279-3989-830d-91284f8733f9",
"path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_video.dylib",
"name" : "reaper_video.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703612399616,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.audio.caulk",
"size" : 155648,
"uuid" : "43ed8c13-59df-3c8d-b4d2-aee44e4939b9",
"path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
"name" : "caulk"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703452569600,
"size" : 290804,
"uuid" : "817339a1-d03e-3e54-9c47-acacf69f6193",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703487762432,
"CFBundleShortVersionString" : "5.0",
"CFBundleIdentifier" : "com.apple.audio.CoreAudio",
"size" : 7319550,
"uuid" : "e9f27094-01cb-337a-8530-0cab0e2cc96d",
"path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
"name" : "CoreAudio",
"CFBundleVersion" : "5.0"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703815741440,
"size" : 462848,
"uuid" : "232922ab-45a2-352d-830b-a8c989e79c3c",
"path" : "\/usr\/lib\/libcurl.4.dylib",
"name" : "libcurl.4.dylib"
}
],
"sharedCache" : {
"base" : 140703450173440,
"size" : 21474836480,
"uuid" : "840e528a-0c70-3c6a-b7b4-4f05f32ccc51"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=800.2M resident=0K(0%) swapped_out_or_unallocated=800.2M(100%)\nWritable regions: Total=746.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=746.3M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 512K 4 \nActivity Tracing 256K 1 \nCG backing stores 1920K 4 \nCG image 804K 54 \nColorSync 244K 28 \nCoreAnimation 84.7M 160 \nCoreGraphics 20K 3 \nCoreUI image data 3804K 31 \nFoundation 32K 2 \nImage IO 32K 8 \nKernel Alloc Once 8K 1 \nMALLOC 238.4M 141 \nMALLOC guard page 32K 8 \nMALLOC_LARGE (reserved) 15.4M 2 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 21 \nStack 18.2M 21 \nVM_ALLOCATE 1208K 42 \nVM_ALLOCATE (reserved) 36K 1 reserved VM address space (unallocated)\n__CTF 756 1 \n__DATA 34.6M 612 \n__DATA_CONST 38.4M 369 \n__DATA_DIRTY 1764K 218 \n__FONT_DATA 2352 1 \n__LINKEDIT 187.1M 33 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1982K 2 \n__TEXT 613.1M 623 \ndyld private memory 256K 1 \nmapped file 207.9M 53 \nshared memory 792K 20 \n=========== ======= ======= \nTOTAL 1.9G 2467 \nTOTAL, minus reserved VM space 1.5G 2467 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "reaper",
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "62cdf63ddb3b7109d6d765cc",
"factorPackIds" : {
"SIRI_UNDERSTANDING_TMDC" : "62cdf6dddb3b7109d6d765cd"
},
"deploymentId" : 240000007
},
{
"rolloutId" : "63582c5f8a53461413999550",
"factorPackIds" : {
"PROACTIVE_MAIL_INTELLIGENCE_SALIENCY" : "636525247ea6e25a76dc2008"
},
"deploymentId" : 240000002
}
],
"experiments" : [

]
}
}

Model: MacBookPro14,1, BootROM 499.40.2.0.0, 2 processors, Dual-Core Intel Core i5, 2.3 GHz, 8 GB, SMC 2.43f11
Graphics: Intel Iris Plus Graphics 640, Intel Iris Plus Graphics 640, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Memory Module: BANK 0/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
Memory Module: BANK 1/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1764)
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB30Bus
USB Device: Magic Keyboard with Touch ID and Numeric Keypad
USB Device: Magic Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.5
skylar_battles is offline   Reply With Quote
Old 12-02-2022, 05:23 AM   #1136
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default Updating scripts?

Hi guys.


I've got myself somewhat stuck with updating a script. So I updated a script and also created a another variant based on it. I then took the idea further so now have four scripts. To organise myself I've uploaded them to my Github account. But I've presented myself a problem. So I created my own repo for them to store them. But now I need to merge them into the ReaTeam repo. Originally I forked and pulled in a script in that cfillion needed to edit. But now I can't figure out how to update it.


So I've got a fork of ReaTeam. And my own ReaScripts. I need to link the fork to my own scripts. Otherwise I need to manually copy my text from mine to the fork. And I purposely uploaded to my own repo so I didn't need to manually copy files and text around beyond my local edits. Should I just drop my own repo and edit the fork? Also, there are all the other ReaTeam files forked in, but I only need to pull my own files so would just like my own forked.


I tried the package manager online which is fine for new scripts. But I want to update a script. It wants all this text added manually but I've got a file ready to go. I just want to select my updated file. How do I go about updating a script and adding others with meta data already to go included? I know this is a common subject but the ReaPack page only has user docs I could see. And I can't see how to do it from the package editor. I'm wondering if logging in via Github would help but again I don't know what it will do. :-?
Hypex is offline   Reply With Quote
Old 12-02-2022, 06:35 AM   #1137
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

Quote:
Originally Posted by Hypex View Post
And I can't see how to do it from the package editor.
Type its name in 'Display name' then click on it to load it when it shows up in the search results.
cfillion is offline   Reply With Quote
Old 12-02-2022, 07:23 AM   #1138
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default

Quote:
Originally Posted by cfillion View Post
Type its name in 'Display name' then click on it to load it when it shows up in the search results.

Okay thanks. I've got that working so far once I stripped it down. I created a PR but don't think I've done it right. I've had problems dealing with GH before. It doesn't deal naturally with creating folders from the online site and linking files isn't easy. Think I will need to paste the code in or edit the fork file. The upload button was ghosted out so I could only do a PR but it's on the same unchanged file. :-)
Hypex is offline   Reply With Quote
Old 12-05-2022, 05:43 AM   #1139
PitchSlap
Human being with feelings
 
PitchSlap's Avatar
 
Join Date: Jan 2008
Location: Vancouver, BC
Posts: 3,835
Default

I'd really love it if the ReaPack browser had a column for Date Installed, that way we could easily keep track of newer things to try, and also check for random old scripts that might not be needed.

For me the biggest usability issue is the vast number of scripts that have no description or web-link and an ambiguous title.
This likely causes many useful scripts to get overlooked and installing adding random interesting sounding ones just to get a clue what they do.

While ReaPack can't force descriptions to be added, maybe it could add a filter to hide ones without a description? This could help make the list manageable by filtering out entries more likely to be of lower quality and encourage creators to add them (even a few words can suffice).
__________________
FRs: v5 Media Explorer Requests, Global Quantization, Session View
Win10 Pro 64-bit, Reaper 6(x64), AMD 3950x, Aorus X570 Master, 64GB DDR4 3600, PowerColor Red Devil 5700XT, EVO 970 2TB, 10TB HD, Define R6
PitchSlap is offline   Reply With Quote
Old 12-09-2022, 05:33 PM   #1140
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

FYI the bug is still present where clicking on then "uninstall obsolete packages" prompt after syncing repositories crashes Reaper. Just me?
skylar_battles is offline   Reply With Quote
Old 12-11-2022, 07:00 PM   #1141
PitchSlap
Human being with feelings
 
PitchSlap's Avatar
 
Join Date: Jan 2008
Location: Vancouver, BC
Posts: 3,835
Default Include descriptions in filter

Would it be possible to include script descriptions in the filter?
This would make it easier to find desired scripts when the functionality isn't obvious from the name.
__________________
FRs: v5 Media Explorer Requests, Global Quantization, Session View
Win10 Pro 64-bit, Reaper 6(x64), AMD 3950x, Aorus X570 Master, 64GB DDR4 3600, PowerColor Red Devil 5700XT, EVO 970 2TB, 10TB HD, Define R6
PitchSlap is offline   Reply With Quote
Old 12-13-2022, 02:41 PM   #1142
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

Quote:
Originally Posted by skylar_battles View Post
FYI the bug is still present where clicking on then "uninstall obsolete packages" prompt after syncing repositories crashes Reaper. Just me?
Still working on this one. Your report has been very helpful, directing to exactly what happens. I need to figure out how... (Hard without macOS 13 to directly analyze on.)

EDIT: Here's a possible fix based on a very incomplete understanding of the root cause. Does it still crash?
https://ci.appveyor.com/api/buildjob...k-x86_64.dylib

Last edited by cfillion; 12-13-2022 at 02:51 PM.
cfillion is offline   Reply With Quote
Old 12-13-2022, 07:57 PM   #1143
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default Broken package upload

So, what's the procedure if you find out there is an error you missed in your new upload? I'm this situation right now. I've so far fixed the uploads. Now, how do I pull it in? Right now they are pending in the pull requests. If I close the pull request then that will remove it to my knowledge. I need to bump it so it gets checked again. Can it be bumped or do I need to delete it and recreate it?
Hypex is offline   Reply With Quote
Old 12-13-2022, 07:59 PM   #1144
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

I have limited free time these days, will look at them closely soon. I'll probably bundle the normal + "in time selection" variants into a single package.
cfillion is offline   Reply With Quote
Old 12-13-2022, 11:23 PM   #1145
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default

Okay good thanks. After all that I found it had a harmless bug when no time was selected. Fixed it upstream lol.
Hypex is offline   Reply With Quote
Old 12-15-2022, 01:10 PM   #1146
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

Hey Christian! Sorry I'm just seeing your reply now. What exactly do I do with that file before I test out this bug again?
skylar_battles is offline   Reply With Quote
Old 12-15-2022, 08:21 PM   #1147
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default

Quote:
Originally Posted by skylar_battles View Post
Hey Christian! Sorry I'm just seeing your reply now. What exactly do I do with that file before I test out this bug again?

It's the same as when you first installed it. Put it in UserPlugins folder as per the ReaPack install instructions. Reachable from Options > Show REAPER resource path in explorer/finder.

So, just to clarify, does it happen when you confirm to delete the obsolete packages? I saw the prompt and confirmed. Unfortunately it deleted it and it won't show again. It didn't crash for me on Linux.
Hypex is offline   Reply With Quote
Old 12-16-2022, 02:47 PM   #1148
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default

UserPlugins folder makes sense but was I supposed to take something out of the folder as well?

I recently did the the workaround so I could sync repositories so I'm not sure if I could test it right now either.

For me and another user, it was crashing when you follow the prompt to uninstall obsolete packages when trying to sync repositories.
skylar_battles is offline   Reply With Quote
Old 12-17-2022, 06:51 AM   #1149
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default

Just replacing the dylib with the test version cfillion linked as I can see.


But, the obsolete file would still need to be in place, with an index file.


The only thing is restoring a file won't work, as I just tried, so don't know what else is needed but I expect would involve replacing a ReaPack data file with a previous version that lists the obsolete file as installed.
Hypex is offline   Reply With Quote
Old 12-20-2022, 11:08 AM   #1150
Tone Ranger
Human being with feelings
 
Tone Ranger's Avatar
 
Join Date: Jan 2019
Location: Toronto, Canada
Posts: 561
Default

Not sure if I'm posting in the right place, but since updating to 6.72 yesterday I've been getting this error in ReaPack:



Is anyone else getting this? I had a similar issue a few weeks back but it was solved with an Ultraschell update I believe.

Thanks in advance!
Tone Ranger is offline   Reply With Quote
Old 12-20-2022, 11:15 AM   #1151
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,530
Default

Quote:
Originally Posted by Tone Ranger View Post
Not sure if I'm posting in the right place, but since updating to 6.72 yesterday I've been getting this error in ReaPack:

Is anyone else getting this? I had a similar issue a few weeks back but it was solved with an Ultraschell update I believe.

Thanks in advance!
I see it's just some image from documentation, so don't bother. Perhaps Ultraschall deleted it or something else changed.
vitalker is offline   Reply With Quote
Old 12-20-2022, 11:23 AM   #1152
MonkeyBars
Human being with feelings
 
MonkeyBars's Avatar
 
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,733
Default

Confirmed here too, this will have nothing to do with either ReaPack nor Reaper upgrade but rather a specific file in Mespotine's repo
MonkeyBars is online now   Reply With Quote
Old 12-20-2022, 03:37 PM   #1153
Tone Ranger
Human being with feelings
 
Tone Ranger's Avatar
 
Join Date: Jan 2019
Location: Toronto, Canada
Posts: 561
Default

Thanks guys! Yeah, it seems to be preventing me from getting the latest Ultraschall. I'll repost in that thread...
Tone Ranger is offline   Reply With Quote
Old 12-29-2022, 03:41 PM   #1154
skylar_battles
Human being with feelings
 
Join Date: Mar 2022
Posts: 1,522
Default Reaper crashing when trying to uninstall obsolete repositories bug remains

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process: REAPER [64988]
Path: /Applications/REAPER.app/Contents/MacOS/REAPER
Identifier: com.cockos.reaper
Version: 6.73.0_0652cd2u (6.73.0_0652cd2u)
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2022-12-29 14:31:24.5642 -0800
OS Version: macOS 13.1 (22C65)
Report Version: 12
Anonymous UUID: 8FDBD3EC-CC41-A399-6CDA-AEB5B9D85800

Sleep/Wake UUID: 8D702C43-D00B-4AE9-A094-80BD8F030A31

Time Awake Since Boot: 260000 seconds
Time Since Wake: 184336 seconds

System Integrity Protection: enabled

Crashed Thread: 0 reaper Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: UNKNOWN_0xD at 0x0000000000000000
Exception Codes: 0x000000000000000d, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [64988]

VM Region Info: 0 is not in any region. Bytes before following region: 4511674368
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 10ceab000-10d807000 [ 9584K] r-x/r-x SM=COW .../MacOS/REAPER

Thread 0 Crashed:: reaper Dispatch queue: com.apple.main-thread
0 reaper_reapack-x86_64.dylib 0x11507263c Dialog::Proc(HWND__*, unsigned int, unsigned long, long) + 236
1 REAPER 0x10d3a54dc SwellDialogDefaultWindowProc(HWND__*, unsigned int, unsigned long, long) + 444
2 REAPER 0x10d3a2bee -[REAPERSwell_hwnd tableView:willDisplayCell:forTableColumn:row:] + 302
3 AppKit 0x7ff81f57ba9e -[NSTableView _delegateWillDisplayCell:forColumn:row:] + 104
4 AppKit 0x7ff81f4c0973 -[NSTableView preparedCellAtColumn:row:] + 1835
5 AppKit 0x7ff81f4c013d -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
6 AppKit 0x7ff81f4bfdbd -[NSTableView drawRow:clipRect:] + 1638
7 AppKit 0x7ff81f4bf438 -[NSTableView drawRowIndexes:clipRect:] + 707
8 AppKit 0x7ff81f44afa9 -[NSTableView drawRect:] + 1670
9 AppKit 0x7ff81f37d2d4 _NSViewDrawRect + 121
10 AppKit 0x7ff81fb62743 -[NSView _recursive:displayRectIgnoringOpacity:inContext:st opAtLayerBackedViews:] + 1810
11 AppKit 0x7ff81f37ca00 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 753
12 QuartzCore 0x7ff823ba924b CABackingStoreUpdate_ + 576
13 QuartzCore 0x7ff823c0c8f1 invocation function for block in CA::Layer::display_() + 53
14 QuartzCore 0x7ff823ba8316 -[CALayer _display] + 2275
15 AppKit 0x7ff81f37c655 -[_NSBackingLayer display] + 462
16 AppKit 0x7ff81f2f47ed -[_NSViewBackingLayer display] + 554
17 QuartzCore 0x7ff823ba72c8 CA::Layer::display_if_needed(CA::Transaction*) + 900
18 QuartzCore 0x7ff823d208da CA::Context::commit_transaction(CA::Transaction*, double, double*) + 648
19 QuartzCore 0x7ff823b88119 CA::Transaction::commit() + 725
20 AppKit 0x7ff81f38dadf __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
21 AppKit 0x7ff81fba59df ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
22 CoreFoundation 0x7ff81c0e40b2 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK _FUNCTION__ + 23
23 CoreFoundation 0x7ff81c0e3fda __CFRunLoopDoObservers + 482
24 CoreFoundation 0x7ff81c0e3560 __CFRunLoopRun + 870
25 CoreFoundation 0x7ff81c0e2b80 CFRunLoopRunSpecific + 560
26 HIToolbox 0x7ff825a27766 RunCurrentEventLoopInMode + 292
27 HIToolbox 0x7ff825a27396 ReceiveNextEventCommon + 199
28 HIToolbox 0x7ff825a272b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70
29 AppKit 0x7ff81f22ef33 _DPSNextEvent + 909
30 AppKit 0x7ff81f22ddb4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:deque ue:] + 1219
31 AppKit 0x7ff81f2203f7 -[NSApplication run] + 586
32 AppKit 0x7ff81f1f4427 NSApplicationMain + 817
33 dyld 0x7ff81bcd6310 start + 2432

Thread 1:
0 libsystem_pthread.dylib 0x7ff81c004c58 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x7ff81c004c58 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x7ff81c004c58 start_wqthread + 0

Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x7ff81bfca5c2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81bfd8604 mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81bfd1635 mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff81bfca8a8 mach_msg + 19
4 CoreFoundation 0x7ff81c0e4cde __CFRunLoopServiceMachPort + 145
5 CoreFoundation 0x7ff81c0e374a __CFRunLoopRun + 1360
6 CoreFoundation 0x7ff81c0e2b80 CFRunLoopRunSpecific + 560
7 AppKit 0x7ff81f38f299 _NSEventThread + 132
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 5:
0 libsystem_kernel.dylib 0x7ff81bfca5c2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81bfd8604 mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81bfd1635 mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff81bfca8a8 mach_msg + 19
4 CoreMIDI 0x7ff833ee4600 XServerMachPort::ReceiveMessage(int&, void*, int&) + 94
5 CoreMIDI 0x7ff833f15bc7 MIDIProcess::MIDIInPortThread::Run() + 105
6 CoreMIDI 0x7ff833efdd40 XThread::RunHelper(void*) + 10
7 CoreMIDI 0x7ff833efefb3 CAPThread::Entry(CAPThread*) + 77
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 6:: */video
0 libsystem_kernel.dylib 0x7ff81bfccfea __semwait_signal + 10
1 libsystem_c.dylib 0x7ff81bee1b4a nanosleep + 196
2 libsystem_c.dylib 0x7ff81bee1a80 usleep + 53
3 reaper_video.dylib 0x114800cf8 videoDecodeThread(void*) + 476
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 7:: caulk.messenger.shared:17
0 libsystem_kernel.dylib 0x7ff81bfca53e semaphore_wait_trap + 10
1 caulk 0x7ff8257738f8 caulk::mach::semaphore::wait_or_error() + 16
2 caulk 0x7ff825759664 caulk::concurrent::details::worker_thread::run() + 36
3 caulk 0x7ff825759328 void* caulk::thread_proxy<std::__1::tuple<caulk::thread: :attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker _thread*> > >(void*) + 41
4 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 8:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x7ff81bfca5c2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff81bfd8604 mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff81bfd1635 mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff81bfca8a8 mach_msg + 19
4 CoreAudio 0x7ff81e32a031 HALB_MachPort::SendSimpleMessageWithSimpleReply(un signed int, unsigned int, int, int&, bool, unsigned int) + 111
5 CoreAudio 0x7ff81e1fd25e HALC_ProxyIOContext::IOWorkLoop() + 4058
6 CoreAudio 0x7ff81e1fbc84 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 80
7 CoreAudio 0x7ff81e38a748 HALB_IOThread::Entry(void*) + 72
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 9:: */mediaafx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdd867 WorkerThreadInst::threadProc(void*) + 1559
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 10:: */mediaafx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdd867 WorkerThreadInst::threadProc(void*) + 1559
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 11:: */mediaafx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdd867 WorkerThreadInst::threadProc(void*) + 1559
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 12:: */mediaafx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdd867 WorkerThreadInst::threadProc(void*) + 1559
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 13:: */livefx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdde6d WorkerThreadInst::threadProc(void*) + 3101
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 14:: */livefx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdde6d WorkerThreadInst::threadProc(void*) + 3101
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 15:: */livefx
0 libsystem_kernel.dylib 0x7ff81bfcd11a __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff81c009816 _pthread_cond_wait + 1296
2 REAPER 0x10d3d8b35 WaitForSingleObject(void*, unsigned int) + 741
3 REAPER 0x10cfdde6d WorkerThreadInst::threadProc(void*) + 3101
4 REAPER 0x10d3d8d09 __threadproc(void*) + 25
5 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 16:
0 libsystem_pthread.dylib 0x7ff81c004c58 start_wqthread + 0

Thread 17:
0 libsystem_kernel.dylib 0x7ff81bfd32da __select + 10
1 libcurl.4.dylib 0x7ff8319bc100 Curl_poll + 495
2 libcurl.4.dylib 0x7ff8319b63e1 multi_wait + 756
3 libcurl.4.dylib 0x7ff8319b658a curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff8319acca4 curl_easy_perform + 290
5 reaper_reapack-x86_64.dylib 0x1150742b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x1150be79d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x1150c021e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 18:
0 libsystem_kernel.dylib 0x7ff81bfd32da __select + 10
1 libcurl.4.dylib 0x7ff8319bc100 Curl_poll + 495
2 libcurl.4.dylib 0x7ff8319b63e1 multi_wait + 756
3 libcurl.4.dylib 0x7ff8319b658a curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff8319acca4 curl_easy_perform + 290
5 reaper_reapack-x86_64.dylib 0x1150742b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x1150be79d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x1150c021e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 19:
0 libsystem_kernel.dylib 0x7ff81bfd32da __select + 10
1 libcurl.4.dylib 0x7ff8319bc100 Curl_poll + 495
2 libcurl.4.dylib 0x7ff8319b63e1 multi_wait + 756
3 libcurl.4.dylib 0x7ff8319b658a curl_multi_poll + 26
4 libcurl.4.dylib 0x7ff8319acca4 curl_easy_perform + 290
5 reaper_reapack-x86_64.dylib 0x1150742b8 Download::run() + 840
6 reaper_reapack-x86_64.dylib 0x1150be79d WorkerThread::run() + 301
7 reaper_reapack-x86_64.dylib 0x1150c021e void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*) + 62
8 libsystem_pthread.dylib 0x7ff81c009259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff81c004c7b thread_start + 15

Thread 20:: Dispatch queue: com.apple.root.user-interactive-qos
0 libsystem_kernel.dylib 0x7ff81bfca556 semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x7ff81be89f75 _dispatch_sema4_timedwait + 72
2 libdispatch.dylib 0x7ff81be8a3af _dispatch_semaphore_wait_slow + 58
3 AppKit 0x7ff81fbcc95b __22-[NSCGSLocalFence set]_block_invoke_2 + 147
4 QuartzCore 0x7ff823b89524 CA::Transaction::run_commit_handlers(CATransaction Phase) + 98
5 QuartzCore 0x7ff823d209c9 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 887
6 QuartzCore 0x7ff823b88119 CA::Transaction::commit() + 725
7 AppKit 0x7ff81f27a6c8 NSPerformVisuallyAtomicChange + 154
8 AppKit 0x7ff81f64970c __30-[NSAnimation _runInNewThread]_block_invoke + 80
9 libdispatch.dylib 0x7ff81be887fb _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x7ff81be89a44 _dispatch_client_callout + 8
11 libdispatch.dylib 0x7ff81be997f6 _dispatch_root_queue_drain + 683
12 libdispatch.dylib 0x7ff81be99e4d _dispatch_worker_thread2 + 160
13 libsystem_pthread.dylib 0x7ff81c005c9d _pthread_wqthread + 256
14 libsystem_pthread.dylib 0x7ff81c004c67 start_wqthread + 15

Thread 21:
0 libsystem_pthread.dylib 0x7ff81c004c58 start_wqthread + 0


Thread 0 crashed with X86 Thread State (64-bit):
rax: 0xf000000000000000 rbx: 0x000000000000004e rcx: 0x000000000000004c rdx: 0x00007ff7b3050938
rdi: 0x00007ff7168f7350 rsi: 0x00007ff7b3050938 rbp: 0x00007ff7b30508a0 rsp: 0x00007ff7b3050870
r8: 0x0000600000b826f0 r9: 0x0000000000000000 r10: 0x000000010d85f960 r11: 0x000000010d3a4580
r12: 0x00007ff7168f7350 r13: 0x00007ff715eb1000 r14: 0x00007ff7b3050938 r15: 0x00000000000000d4
rip: 0x000000011507263c rfl: 0x0000000000010246 cr2: 0x0000000120c18000

Logical CPU: 2
Error Code: 0x00000000
Trap Number: 13

Thread 0 instruction stream:
00 be eb ff ff ff 4c 89-ef 4c 89 f2 ff 15 8a de ......L..L......
08 00 4d 89 6c 24 78 49-8b 04 24 4c 89 e7 ff 50 ..M.l$xI..$L...P
10 b8 01 00 00 00 e9 9e-00 00 00 81 fb 11 01 00 ................
00 74 7f 81 fb 13 01 00-00 0f 85 8a 00 00 00 49 .t.............I
8b 04 24 4c 89 e7 44 89-fe ff 50 20 eb 79 83 fb ..$L..D...P .y..
4e 75 76 49 8b 04 24 4c-89 e7 4c 89 f6 4c 89 f2 NuvI..$L..L..L..
[ff]50 30 eb 62 41 8b 44-24 0c 41 89 46 18 41 8b .P0.bA.D$.A.F.A. <==
44 24 10 41 89 46 1c eb-4e 49 83 ff 01 74 48 49 D$.A.F..NI...tHI
8b 04 24 4c 89 e7 ff 50-48 eb 3c 4c 89 e7 e8 71 ..$L...PH.<L...q
15 00 00 0f b6 c0 eb 31-41 0f bf d6 41 c1 fe 10 .......1A...A...
49 8b 04 24 4c 89 e7 4c-89 fe 44 89 f1 ff 50 38 I..$L..L..D...P8
eb 15 41 0f b7 f7 41 c1-ef 10 49 8b 04 24 4c 89 ..A...A...I..$L.

Binary Images:
0x114f27000 - 0x1150f3fff reaper_reapack-x86_64.dylib (*) <78fb6ad9-8147-3cf9-93e0-792e849cbc27> /Users/USER/Library/Application Support/REAPER/*/reaper_reapack-x86_64.dylib
0x10ceab000 - 0x10d806fff com.cockos.reaper (6.73.0_0652cd2u) <46139e3c-412e-3b21-a85a-d47aa319ac8d> /Applications/REAPER.app/Contents/MacOS/REAPER
0x7ff81f1f1000 - 0x7ff8201f8fff com.apple.AppKit (6.9) <00f4aa78-a19f-3a8e-9650-9f90b7beefd6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff823b86000 - 0x7ff823ed7ffb com.apple.QuartzCore (1.11) <7ee71304-11f0-30e3-a736-16a19555fed7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7ff81c065000 - 0x7ff81c4fefff com.apple.CoreFoundation (6.9) <beb5fc0b-7196-3c1d-a59a-f62ada98f592> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff8259f8000 - 0x7ff825cefffd com.apple.HIToolbox (2.1.1) <db45022f-3922-35b3-9a06-377f66ed0fbe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7ff81bcd0000 - 0x7ff81bd64c6f dyld (*) <bb7a0970-8c62-3dce-a7a2-5cec9c501f11> /usr/lib/dyld
0x7ff81c003000 - 0x7ff81c00eff7 libsystem_pthread.dylib (*) <5920e36f-53ec-33f0-b675-8ae48b58418c> /usr/lib/system/libsystem_pthread.dylib
0x7ff81bfc9000 - 0x7ff81c002ff7 libsystem_kernel.dylib (*) <7c3dcc95-9f42-3c7c-8796-476ff67b9cf7> /usr/lib/system/libsystem_kernel.dylib
0x7ff833ed2000 - 0x7ff833f40ff5 com.apple.audio.midi.CoreMIDI (2.0) <020d42ad-39c0-3666-ab51-3f5704515410> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7ff81bed1000 - 0x7ff81bf59fff libsystem_c.dylib (*) <376f7cb7-6dd2-3e00-976f-77dd755bdb0d> /usr/lib/system/libsystem_c.dylib
0x1147e2000 - 0x1148c5fff reaper_video.dylib (*) <30272b3e-2809-3dcd-8ca0-bd0f19c7bb2b> /Applications/REAPER.app/Contents/Plugins/reaper_video.dylib
0x7ff825757000 - 0x7ff82577cfff com.apple.audio.caulk (1.0) <66bba3ca-bce1-32f8-8269-99fac92469fc> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7ff81e01a000 - 0x7ff81e737ffd com.apple.audio.CoreAudio (5.0) <97a3cd09-7112-376c-9613-7f38d4cf8c41> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7ff831988000 - 0x7ff8319f8ff7 libcurl.4.dylib (*) <70a0a24d-5945-3be2-9f9d-c045b2261088> /usr/lib/libcurl.4.dylib
0x7ff81be87000 - 0x7ff81becdff3 libdispatch.dylib (*) <6282e528-6a67-334b-accf-1f8fd89369bd> /usr/lib/system/libdispatch.dylib

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

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 1
CG backing stores 720K 4
CG image 2436K 41
CG raster data 564K 2
ColorSync 236K 27
CoreAnimation 15.1M 152
CoreGraphics 20K 3
CoreUI image data 1760K 29
Foundation 16K 1
Image IO 28K 7
Kernel Alloc Once 8K 1
MALLOC 218.0M 129
MALLOC guard page 32K 8
MALLOC_LARGE (reserved) 15.4M 2 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.1M 22
Stack 18.7M 22
VM_ALLOCATE 1468K 46
VM_ALLOCATE (reserved) 124K 1 reserved VM address space (unallocated)
__CTF 756 1
__DATA 34.6M 603
__DATA_CONST 38.0M 359
__DATA_DIRTY 1757K 214
__FONT_DATA 2352 1
__LINKEDIT 187.6M 34
__OBJC_RO 65.4M 1
__OBJC_RW 1988K 2
__TEXT 611.7M 612
dyld private memory 256K 1
mapped file 213.8M 50
shared memory 820K 26
=========== ======= =======
TOTAL 1.8G 2406
TOTAL, minus reserved VM space 1.4G 2406



-----------
Full Report
-----------

{"app_name":"REAPER","timestamp":"2022-12-29 14:31:24.00 -0800","app_version":"6.73.0_0652cd2u","slice_uuid" :"46139e3c-412e-3b21-a85a-d47aa319ac8d","build_version":"6.73.0_0652cd2u","p latform":1,"bundleID":"com.cockos.reaper","share_w ith_app_devs":0,"is_first_party":0,"bug_type":"309 ","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"REAPER","inci dent_id":"D1274386-A663-4F18-A2D7-31F2242D44BA"}
{
"uptime" : 260000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro14,1",
"coalitionID" : 692,
"osVersion" : {
"train" : "macOS 13.1",
"build" : "22C65",
"releaseType" : "User"
},
"captureTime" : "2022-12-29 14:31:24.5642 -0800",
"incident" : "D1274386-A663-4F18-A2D7-31F2242D44BA",
"pid" : 64988,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2022-12-29 14:30:59.9013 -0800",
"procStartAbsTime" : 262347064363056,
"procExitAbsTime" : 262371701569229,
"procName" : "REAPER",
"procPath" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
"bundleInfo" : {"CFBundleShortVersionString":"6.73.0_0652cd2u","C FBundleVersion":"6.73.0_0652cd2u","CFBundleIdentif ier":"com.cockos.reaper"},
"storeInfo" : {"deviceIdentifierForVendor":"679A33F4-E6D1-55E8-A88F-A1B23AD5B83A","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.cockos.reaper",
"crashReporterKey" : "8FDBD3EC-CC41-A399-6CDA-AEB5B9D85800",
"throttleTimeout" : 2147483647,
"wakeTime" : 184336,
"sleepWakeUUID" : "8D702C43-D00B-4AE9-A094-80BD8F030A31",
"sip" : "enabled",
"vmRegionInfo" : "0 is not in any region. Bytes before following region: 4511674368\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10ceab000-10d807000 [ 9584K] r-x\/r-x SM=COW ...\/MacOS\/REAPER",
"exception" : {"codes":"0x000000000000000d, 0x0000000000000000","rawCodes":[13,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subty pe":"UNKNOWN_0xD at 0x0000000000000000"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicat or":"Segmentation fault: 11","byProc":"exc handler","byPid":64988},
"vmregioninfo" : "0 is not in any region. Bytes before following region: 4511674368\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10ceab000-10d807000 [ 9584K] r-x\/r-x SM=COW ...\/MacOS\/REAPER",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0, "task_for_pid":0},"system":{"thread_create":0,"thr ead_set_state":0,"task_for_pid":0},"targeted":{"th read_create":0,"thread_set_state":0,"task_for_pid" :0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{" bytes":[0,190,235,255,255,255,76,137,239,76,137,242,255,21 ,138,222,8,0,77,137,108,36,120,73,139,4,36,76,137, 231,255,80,16,184,1,0,0,0,233,158,0,0,0,129,251,17 ,1,0,0,116,127,129,251,19,1,0,0,15,133,138,0,0,0,7 3,139,4,36,76,137,231,68,137,254,255,80,32,235,121 ,131,251,78,117,118,73,139,4,36,76,137,231,76,137, 246,76,137,242,255,80,48,235,98,65,139,68,36,12,65 ,137,70,24,65,139,68,36,16,65,137,70,28,235,78,73, 131,255,1,116,72,73,139,4,36,76,137,231,255,80,72, 235,60,76,137,231,232,113,21,0,0,15,182,192,235,49 ,65,15,191,214,65,193,254,16,73,139,4,36,76,137,23 1,76,137,254,68,137,241,255,80,56,235,21,65,15,183 ,247,65,193,239,16,73,139,4,36,76,137],"offset":96}},"frames":[{"imageOffset":1357372,"symbol":"Dialog::Proc(HWND __*, unsigned int, unsigned long, long)","symbolLocation":236,"imageIndex":0},{"imag eOffset":5219548,"symbol":"SwellDialogDefaultWindo wProc(HWND__*, unsigned int, unsigned long, long)","symbolLocation":444,"imageIndex":1},{"imag eOffset":5209070,"symbol":"-[REAPERSwell_hwnd tableView:willDisplayCell:forTableColumn:row:]","symbolLocation":302,"imageIndex":1},{"imageOffs et":3713694,"symbol":"-[NSTableView _delegateWillDisplayCell:forColumn:row:]","symbolLocation":104,"imageIndex":2},{"imageOffs et":2947443,"symbol":"-[NSTableView preparedCellAtColumn:row:]","symbolLocation":1835,"imageIndex":2},{"imageOff set":2945341,"symbol":"-[NSTableView _drawContentsAtRow:column:withCellFrame:]","symbolLocation":42,"imageIndex":2},{"imageOffse t":2944445,"symbol":"-[NSTableView drawRow:clipRect:]","symbolLocation":1638,"imageIndex":2},{"imageOff set":2942008,"symbol":"-[NSTableView drawRowIndexes:clipRect:]","symbolLocation":707,"imageIndex":2},{"imageOffs et":2465705,"symbol":"-[NSTableView drawRect:]","symbolLocation":1670,"imageIndex":2},{"imageOff set":1622740,"symbol":"_NSViewDrawRect","symbolLoc ation":121,"imageIndex":2},{"imageOffset":9901891, "symbol":"-[NSView _recursive:displayRectIgnoringOpacity:inContext:st opAtLayerBackedViews:]","symbolLocation":1810,"imageIndex":2},{"imageOff set":1620480,"symbol":"-[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:]","symbolLocation":753,"imageIndex":2},{"imageOffs et":143947,"symbol":"CABackingStoreUpdate_","symbo lLocation":576,"imageIndex":3},{"imageOffset":5511 53,"symbol":"invocation function for block in CA::Layer::display_()","symbolLocation":53,"imageI ndex":3},{"imageOffset":140054,"symbol":"-[CALayer _display]","symbolLocation":2275,"imageIndex":3},{"imageOff set":1619541,"symbol":"-[_NSBackingLayer display]","symbolLocation":462,"imageIndex":2},{"imageOffs et":1062893,"symbol":"-[_NSViewBackingLayer display]","symbolLocation":554,"imageIndex":2},{"imageOffs et":135880,"symbol":"CA::Layer::display_if_needed( CA::Transaction*)","symbolLocation":900,"imageInde x":3},{"imageOffset":1681626,"symbol":"CA::Context ::commit_transaction(CA::Transaction*, double, double*)","symbolLocation":648,"imageIndex":3},{"i mageOffset":8473,"symbol":"CA::Transaction::commit ()","symbolLocation":725,"imageIndex":3},{"imageOf fset":1690335,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":285,"imageIndex":2 },{"imageOffset":10176991,"symbol":"___NSRunLoopOb serverCreateWithHandler_block_invoke","symbolLocat ion":41,"imageIndex":2},{"imageOffset":520370,"sym bol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CA LLBACK_FUNCTION__","symbolLocation":23,"imageIndex ":4},{"imageOffset":520154,"symbol":"__CFRunLoopDo Observers","symbolLocation":482,"imageIndex":4},{" imageOffset":517472,"symbol":"__CFRunLoopRun","sym bolLocation":870,"imageIndex":4},{"imageOffset":51 4944,"symbol":"CFRunLoopRunSpecific","symbolLocati on":560,"imageIndex":4},{"imageOffset":194406,"sym bol":"RunCurrentEventLoopInMode","symbolLocation": 292,"imageIndex":5},{"imageOffset":193430,"symbol" :"ReceiveNextEventCommon","symbolLocation":199,"im ageIndex":5},{"imageOffset":193203,"symbol":"_Bloc kUntilNextEventMatchingListInModeWithFilter","symb olLocation":70,"imageIndex":5},{"imageOffset":2537 47,"symbol":"_DPSNextEvent","symbolLocation":909," imageIndex":2},{"imageOffset":249268,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:deque ue:]","symbolLocation":1219,"imageIndex":2},{"imageOff set":193527,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":2},{"imageOffs et":13351,"symbol":"NSApplicationMain","symbolLoca tion":817,"imageIndex":2},{"imageOffset":25360,"sy mbol":"start","symbolLocation":2432,"imageIndex":6 }],"id":1683131,"triggered":true,"threadState":{"r13 ":{"value":140699201376256},"rax":{"value":1729382 2569102704640},"rflags":{"value":66118},"cpu":{"va lue":2},"r14":{"value":140701837101368},"rsi":{"va lue":140701837101368},"r8":{"value":10555312833508 8},"cr2":{"value":4844519424},"rdx":{"value":14070 1837101368},"r10":{"value":4521851232,"symbolLocat ion":0,"symbol":"OBJC_CLASS_$_REAPERSwell_hwnd"}," r9":{"value":0},"r15":{"value":212},"rbx":{"value" :78},"trap":{"value":13},"err":{"value":0},"r11":{ "value":4516889984,"symbolLocation":0,"symbol" :"-[REAPERSwell_hwnd getSwellUserData]"},"rip":{"value":4647757372,"matchesCrashFrame":1 },"rbp":{"value":140701837101216},"rsp":{"value":1 40701837101168},"r12":{"value":140699212149584},"r cx":{"value":76},"flavor":"x86_THREAD_STATE","rdi" :{"value":140699212149584}},"name":"reaper"},{"id" :1683142,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":1683143,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":1683156,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":1683160,"name":"com.apple.NSEventThread"," frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":629 80,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34357,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6312,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":52 3486,"symbol":"__CFRunLoopServiceMachPort","symbol Location":145,"imageIndex":4},{"imageOffset":51796 2,"symbol":"__CFRunLoopRun","symbolLocation":1360, "imageIndex":4},{"imageOffset":514944,"symbol":"CF RunLoopRunSpecific","symbolLocation":560,"imageInd ex":4},{"imageOffset":1696409,"symbol":"_NSEventTh read","symbolLocation":132,"imageIndex":2},{"image Offset":25177,"symbol":"_pthread_start","symbolLoc ation":125,"imageIndex":7},{"imageOffset":7291,"sy mbol":"thread_start","symbolLocation":15,"imageInd ex":7}]},{"id":1683175,"frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":629 80,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34357,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6312,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":75 264,"symbol":"XServerMachPort::ReceiveMessage(int& , void*, int&)","symbolLocation":94,"imageIndex":9},{"image Offset":277447,"symbol":"MIDIProcess::MIDIInPortTh read::Run()","symbolLocation":105,"imageIndex":9}, {"imageOffset":179520,"symbol":"XThread::RunHelper (void*)","symbolLocation":10,"imageIndex":9},{"ima geOffset":184243,"symbol":"CAPThread::Entry(CAPThr ead*)","symbolLocation":77,"imageIndex":9},{"image Offset":25177,"symbol":"_pthread_start","symbolLoc ation":125,"imageIndex":7},{"imageOffset":7291,"sy mbol":"thread_start","symbolLocation":15,"imageInd ex":7}]},{"id":1683185,"name":"*\/video","frames":[{"imageOffset":16362,"symbol":"__semwait_signal"," symbolLocation":10,"imageIndex":8},{"imageOffset": 68426,"symbol":"nanosleep","symbolLocation":196,"i mageIndex":10},{"imageOffset":68224,"symbol":"usle ep","symbolLocation":53,"imageIndex":10},{"imageOf fset":126200,"symbol":"videoDecodeThread(void*)"," symbolLocation":476,"imageIndex":11},{"imageOffset ":5430537,"symbol":"__threadproc(void*)","symbolLo cation":25,"imageIndex":1},{"imageOffset":25177,"s ymbol":"_pthread_start","symbolLocation":125,"imag eIndex":7},{"imageOffset":7291,"symbol":"thread_st art","symbolLocation":15,"imageIndex":7}]},{"id":1683192,"name":"caulk.messenger.shared:17" ,"frames":[{"imageOffset":5438,"symbol":"semaphore_wait_trap" ,"symbolLocation":10,"imageIndex":8},{"imageOffset ":116984,"symbol":"caulk::mach::semaphore::wait_or _error()","symbolLocation":16,"imageIndex":12},{"i mageOffset":9828,"symbol":"caulk::concurrent::deta ils::worker_thread::run()","symbolLocation":36,"im ageIndex":12},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread: :attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker _thread*> > >(void*)","symbolLocation":41,"imageIndex":12},{"i mageOffset":25177,"symbol":"_pthread_start","symbo lLocation":125,"imageIndex":7},{"imageOffset":7291 ,"symbol":"thread_start","symbolLocation":15,"imag eIndex":7}]},{"id":1683235,"name":"com.apple.audio.IOThread.c lient","frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","sym bolLocation":10,"imageIndex":8},{"imageOffset":629 80,"symbol":"mach_msg2_internal","symbolLocation": 82,"imageIndex":8},{"imageOffset":34357,"symbol":" mach_msg_overwrite","symbolLocation":723,"imageInd ex":8},{"imageOffset":6312,"symbol":"mach_msg","sy mbolLocation":19,"imageIndex":8},{"imageOffset":32 11313,"symbol":"HALB_MachPort::SendSimpleMessageWi thSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":111,"imageIndex":13},{"imag eOffset":1978974,"symbol":"HALC_ProxyIOContext::IO WorkLoop()","symbolLocation":4058,"imageIndex":13} ,{"imageOffset":1973380,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":80,"imageIndex":13},{"image Offset":3606344,"symbol":"HALB_IOThread::Entry(voi d*)","symbolLocation":72,"imageIndex":13},{"imageO ffset":25177,"symbol":"_pthread_start","symbolLoca tion":125,"imageIndex":7},{"imageOffset":7291,"sym bol":"thread_start","symbolLocation":15,"imageInde x":7}]},{"id":1683257,"name":"*\/mediaafx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1255527,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1559,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683258,"name":"*\/mediaafx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1255527,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1559,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683259,"name":"*\/mediaafx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1255527,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1559,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683260,"name":"*\/mediaafx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1255527,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":1559,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683261,"name":"*\/livefx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257069,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3101,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683262,"name":"*\/livefx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257069,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3101,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683263,"name":"*\/livefx","frames":[{"imageOffset":16666,"symbol":"__psynch_cvwait","s ymbolLocation":10,"imageIndex":8},{"imageOffset":2 6646,"symbol":"_pthread_cond_wait","symbolLocation ":1296,"imageIndex":7},{"imageOffset":5430069,"sym bol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":741,"imageIndex":1},{"image Offset":1257069,"symbol":"WorkerThreadInst::thread Proc(void*)","symbolLocation":3101,"imageIndex":1} ,{"imageOffset":5430537,"symbol":"__threadproc(voi d*)","symbolLocation":25,"imageIndex":1},{"imageOf fset":25177,"symbol":"_pthread_start","symbolLocat ion":125,"imageIndex":7},{"imageOffset":7291,"symb ol":"thread_start","symbolLocation":15,"imageIndex ":7}]},{"id":1683266,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]},{"id":1683336,"frames":[{"imageOffset":41690,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213248," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":14},{"imageOffset":189409,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":14},{"imageOff set":189834,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":14},{"imageOffset":150692,"s ymbol":"curl_easy_perform","symbolLocation":290,"i mageIndex":14},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]},{"id":1683337,"frames":[{"imageOffset":41690,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213248," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":14},{"imageOffset":189409,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":14},{"imageOff set":189834,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":14},{"imageOffset":150692,"s ymbol":"curl_easy_perform","symbolLocation":290,"i mageIndex":14},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]},{"id":1683338,"frames":[{"imageOffset":41690,"symbol":"__select","symbolLo cation":10,"imageIndex":8},{"imageOffset":213248," symbol":"Curl_poll","symbolLocation":495,"imageInd ex":14},{"imageOffset":189409,"symbol":"multi_wait ","symbolLocation":756,"imageIndex":14},{"imageOff set":189834,"symbol":"curl_multi_poll","symbolLoca tion":26,"imageIndex":14},{"imageOffset":150692,"s ymbol":"curl_easy_perform","symbolLocation":290,"i mageIndex":14},{"imageOffset":1364664,"symbol":"Do wnload::run()","symbolLocation":840,"imageIndex":0 },{"imageOffset":1669021,"symbol":"WorkerThread::r un()","symbolLocation":301,"imageIndex":0},{"image Offset":1675806,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1: :unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct > >, void (WorkerThread::*)(), WorkerThread*> >(void*)","symbolLocation":62,"imageIndex":0},{"im ageOffset":25177,"symbol":"_pthread_start","symbol Location":125,"imageIndex":7},{"imageOffset":7291, "symbol":"thread_start","symbolLocation":15,"image Index":7}]},{"id":1683357,"queue":"com.apple.root.user-interactive-qos","frames":[{"imageOffset":5462,"symbol":"semaphore_timedwait_ trap","symbolLocation":10,"imageIndex":8},{"imageO ffset":12149,"symbol":"_dispatch_sema4_timedwait", "symbolLocation":72,"imageIndex":15},{"imageOffset ":13231,"symbol":"_dispatch_semaphore_wait_slow"," symbolLocation":58,"imageIndex":15},{"imageOffset" :10336603,"symbol":"__22-[NSCGSLocalFence set]_block_invoke_2","symbolLocation":147,"imageIndex" :2},{"imageOffset":13604,"symbol":"CA::Transaction ::run_commit_handlers(CATransactionPhase)","symbol Location":98,"imageIndex":3},{"imageOffset":168186 5,"symbol":"CA::Context::commit_transaction(CA::Tr ansaction*, double, double*)","symbolLocation":887,"imageIndex":3},{"i mageOffset":8473,"symbol":"CA::Transaction::commit ()","symbolLocation":725,"imageIndex":3},{"imageOf fset":562888,"symbol":"NSPerformVisuallyAtomicChan ge","symbolLocation":154,"imageIndex":2},{"imageOf fset":4556556,"symbol":"__30-[NSAnimation _runInNewThread]_block_invoke","symbolLocation":80,"imageIndex":2} ,{"imageOffset":6139,"symbol":"_dispatch_call_bloc k_and_release","symbolLocation":12,"imageIndex":15 },{"imageOffset":10820,"symbol":"_dispatch_client_ callout","symbolLocation":8,"imageIndex":15},{"ima geOffset":75766,"symbol":"_dispatch_root_queue_dra in","symbolLocation":683,"imageIndex":15},{"imageO ffset":77389,"symbol":"_dispatch_worker_thread2"," symbolLocation":160,"imageIndex":15},{"imageOffset ":11421,"symbol":"_pthread_wqthread","symbolLocati on":256,"imageIndex":7},{"imageOffset":7271,"symbo l":"start_wqthread","symbolLocation":15,"imageInde x":7}]},{"id":1683370,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","sym bolLocation":0,"imageIndex":7}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 4646400000,
"size" : 1888256,
"uuid" : "78fb6ad9-8147-3cf9-93e0-792e849cbc27",
"path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reapack-x86_64.dylib",
"name" : "reaper_reapack-x86_64.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4511674368,
"CFBundleShortVersionString" : "6.73.0_0652cd2u",
"CFBundleIdentifier" : "com.cockos.reaper",
"size" : 9814016,
"uuid" : "46139e3c-412e-3b21-a85a-d47aa319ac8d",
"path" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
"name" : "REAPER",
"CFBundleVersion" : "6.73.0_0652cd2u"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703650746368,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 16809984,
"uuid" : "00f4aa78-a19f-3a8e-9650-9f90b7beefd6",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.30.116"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703727902720,
"CFBundleShortVersionString" : "1.11",
"CFBundleIdentifier" : "com.apple.QuartzCore",
"size" : 3481596,
"uuid" : "7ee71304-11f0-30e3-a736-16a19555fed7",
"path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
"name" : "QuartzCore",
"CFBundleVersion" : "1042.24.1"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 140703598792704,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4825088,
"uuid" : "beb5fc0b-7196-3c1d-a59a-f62ada98f592",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.300"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703759826944,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3112958,
"uuid" : "db45022f-3922-35b3-9a06-377f66ed0fbe",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703595036672,
"size" : 609392,
"uuid" : "bb7a0970-8c62-3dce-a7a2-5cec9c501f11",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703598391296,
"size" : 49144,
"uuid" : "5920e36f-53ec-33f0-b675-8ae48b58418c",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703598153728,
"size" : 237560,
"uuid" : "7c3dcc95-9f42-3c7c-8796-476ff67b9cf7",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703999795200,
"CFBundleShortVersionString" : "2.0",
"CFBundleIdentifier" : "com.apple.audio.midi.CoreMIDI",
"size" : 454646,
"uuid" : "020d42ad-39c0-3666-ab51-3f5704515410",
"path" : "\/System\/Library\/Frameworks\/CoreMIDI.framework\/Versions\/A\/CoreMIDI",
"name" : "CoreMIDI",
"CFBundleVersion" : "88"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703597137920,
"size" : 561152,
"uuid" : "376f7cb7-6dd2-3e00-976f-77dd755bdb0d",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4638777344,
"size" : 933888,
"uuid" : "30272b3e-2809-3dcd-8ca0-bd0f19c7bb2b",
"path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_video.dylib",
"name" : "reaper_video.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703757070336,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.audio.caulk",
"size" : 155648,
"uuid" : "66bba3ca-bce1-32f8-8269-99fac92469fc",
"path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
"name" : "caulk"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703632039936,
"CFBundleShortVersionString" : "5.0",
"CFBundleIdentifier" : "com.apple.audio.CoreAudio",
"size" : 7462910,
"uuid" : "97a3cd09-7112-376c-9613-7f38d4cf8c41",
"path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
"name" : "CoreAudio",
"CFBundleVersion" : "5.0"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703960694784,
"size" : 462840,
"uuid" : "70a0a24d-5945-3be2-9f9d-c045b2261088",
"path" : "\/usr\/lib\/libcurl.4.dylib",
"name" : "libcurl.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703596834816,
"size" : 290804,
"uuid" : "6282e528-6a67-334b-accf-1f8fd89369bd",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
}
],
"sharedCache" : {
"base" : 140703594430464,
"size" : 21474836480,
"uuid" : "ea7f9772-219e-3ece-a4d9-20aeee3bc80f"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=799.3M resident=0K(0%) swapped_out_or_unallocated=799.3M(100%)\nWritable regions: Total=657.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=657.4M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 384K 3 \nActivity Tracing 256K 1 \nCG backing stores 720K 4 \nCG image 2436K 41 \nCG raster data 564K 2 \nColorSync 236K 27 \nCoreAnimation 15.1M 152 \nCoreGraphics 20K 3 \nCoreUI image data 1760K 29 \nFoundation 16K 1 \nImage IO 28K 7 \nKernel Alloc Once 8K 1 \nMALLOC 218.0M 129 \nMALLOC guard page 32K 8 \nMALLOC_LARGE (reserved) 15.4M 2 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 22 \nStack 18.7M 22 \nVM_ALLOCATE 1468K 46 \nVM_ALLOCATE (reserved) 124K 1 reserved VM address space (unallocated)\n__CTF 756 1 \n__DATA 34.6M 603 \n__DATA_CONST 38.0M 359 \n__DATA_DIRTY 1757K 214 \n__FONT_DATA 2352 1 \n__LINKEDIT 187.6M 34 \n__OBJC_RO 65.4M 1 \n__OBJC_RW 1988K 2 \n__TEXT 611.7M 612 \ndyld private memory 256K 1 \nmapped file 213.8M 50 \nshared memory 820K 26 \n=========== ======= ======= \nTOTAL 1.8G 2406 \nTOTAL, minus reserved VM space 1.4G 2406 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "reaper",
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "62fe74515312cd4599bd3c80",
"factorPackIds" : {
"MYRIAD_BOOSTS" : "62fe74805312cd4599bd3c81"
},
"deploymentId" : 240000006
},
{
"rolloutId" : "5ffde50ce2aacd000d47a95f",
"factorPackIds" : {

},
"deploymentId" : 240000234
}
],
"experiments" : [

]
}
}

Model: MacBookPro14,1, BootROM 499.40.2.0.0, 2 processors, Dual-Core Intel Core i5, 2.3 GHz, 8 GB, SMC 2.43f11
Graphics: Intel Iris Plus Graphics 640, Intel Iris Plus Graphics 640, Built-In
Display: Color LCD, 2560 x 1600 Retina, MirrorOn, Online
Display: D24f4-J01, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOn, Online
Memory Module: BANK 0/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
Memory Module: BANK 1/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1764)
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
PCI Card: Universal Audio Apollo Twin MkII - DUO, Other Multimedia, Thunderbolt@133,0,0
USB Device: USB30Bus
USB Device: USB2.0 Hub
USB Device: USB-C Digital AV Multiport Adapter
USB Device: USB3.1 Hub
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.5
Thunderbolt Device: Apollo Twin MkII, Universal Audio, Inc., 3, 7.1
skylar_battles is offline   Reply With Quote
Old 01-10-2023, 03:56 AM   #1155
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,029
Default

Hi cfillion, i was wondering if Reapack is working correct lately? I have enabled the option to install new packages when synchronizing, but seems that it doesn't install new scripts and i have to browse them manually.
Vagelis is offline   Reply With Quote
Old 01-10-2023, 03:59 AM   #1156
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 5,250
Default

Depends on the package. Pre-releases (version numbers containing letters) don't get automatically installed (unless the "bleeding edge" mode is also enabled).
cfillion is offline   Reply With Quote
Old 01-10-2023, 04:04 AM   #1157
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,029
Default

Quote:
Originally Posted by cfillion View Post
Depends on the package. Pre-releases (version numbers containing letters) don't get automatically installed (unless the "bleeding edge" mode is also enabled).
Ok yes i was testing a pre-release version now, but i think i had the same problem yesterday with latest release, i synchronized Reapack and i couldn't find some actions proposed by another user so i had to search them manually to install. Will do some more tests and report if happens the same again, thanks.
Vagelis is offline   Reply With Quote
Old 01-14-2023, 06:03 AM   #1158
Hypex
Human being with feelings
 
Join Date: Mar 2015
Location: Australia
Posts: 455
Default Proposed work around for installing depends

Hi there.


I was reading through all the tags and found a possible though limited way of satisfying depends. And that's through the @provides tag. If a package depends on a function library this would be an easy way to provide it.


Of course, it would be best when used from a separate repository of the same developer, so all files are installed from the same location. From ReaTeam or another location should work. But wouldn't be recommended.


It could be used to provide and install a limited set of dependant files. The question is if a file is already installed of the same version. It wouldn't be efficient to reinstall it but I don't know if checks for existing duplicate files.
Hypex is offline   Reply With Quote
Old 01-16-2023, 10:19 AM   #1159
drsamjoseph
Human being with feelings
 
Join Date: Jan 2023
Location: india
Posts: 26
Default REAPACK ERROR

I am getting this error on MacBook air m1, i installed it once, it worked fine but once accidentally i deleted everything in reaper source folder and reaper app too, after installing the latest version now, the Repack doesn't install any repositories from GitHub.

timed out error appears every time, need help, thanks
Attached Images
File Type: jpg reapack error.jpg (204.9 KB, 275 views)
drsamjoseph is offline   Reply With Quote
Old 01-19-2023, 02:28 AM   #1160
ktm
Human being with feelings
 
Join Date: Jul 2020
Posts: 64
Default

Quote:
Originally Posted by cfillion View Post
Still working on this one. Your report has been very helpful, directing to exactly what happens. I need to figure out how... (Hard without macOS 13 to directly analyze on.)

EDIT: Here's a possible fix based on a very incomplete understanding of the root cause. Does it still crash?
https://ci.appveyor.com/api/buildjob...k-x86_64.dylib
This solves the issue for me on MacOS 10.14.6
Thanks!
ktm is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:10 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.