Skip to main content
Bugs
1y ago

How to post a bug

  1. Explain what's not working in detail.

  2. Tell us what browser/desktop app/OS/runtime you're using.

  3. Include a screenshot, video, code snippet, or a .rev backup file.

0 replies
K
22h ago

Impossible to design something with Layout outlines in editor

I’m unable to attach the image here, but I want to create an outline with thin values and an inner feather. However, I’m unable to do so because the black outlines of the layout feature overlap it.

1 reply
K
22h ago

Paste Styles do not work.

I can see the "Copied Style" notification, but can do with it nothing.

1 reply
V
23h ago

React Native - Methods not working

I've been trying to get rive methods working with a web asset

My code is basically below, however nothing happens when I press my button. I can see the asset rendering but not moving

import Rive, { RiveRef } from 'rive-react-native';


function App() {
  const riveRef = React.useRef<RiveRef>(null);

  const handlePlay = () => { riveRef.current?.play() };

  return (
    <>
      <Rive ref={riveRef} url="https://public.rive.app/community/runtime-files/2195-4346-avatar-pack-use-case.riv" autoplay={false} artboardName="Avatar 1"
            stateMachineName="avatar" />
      <Button onPress={handlePlay} title="Play">
    </>
  );
}

0 replies
t
2d ago

Option + Align tool is not working on Bitmap assets

I found that Option + Align short cuts are not working on Bitmap based files (png, jpg ..)

so I use Freeze tools instead. but i hope this is fixed soon.

thx.

0 replies
C
2d ago

Copying a file in another project makes text "disappear"

Rive version 0.8.2511, Desktop app on MacOS 15.3


I have a very simple file, with just an artboard and a textfield.

If I copy this file in the same project (Personal Files), nothing weird happens.

But if I copy the same file in another project, the text field flattens to a height of 0, and the text seems to have... disappeared. Still shows up in the "Text run", has normal properties, but nothing on the screen.

3 replies
K
5d ago

Inactive layer becomes visible

When the main group's visibility is toggled, an invisible layer unexpectedly becomes visible. While this might be acceptable in simple scenes, it poses issues in complex scenes by revealing layers that were intended to remain hidden. If there's a specific rationale behind this behavior, I'd appreciate an explanation.

0 replies
A
5d ago

Zooming feels really bad

Sorry if this should go in feature requests, but this feels so weird to me that it seems like a bug.

When I zoom in on the web version of Rive Editor, it seems to only ever double or half my resolution. Furthermore, whenever I zoom out (Ctrl + one tick back on the scroll wheel) it zooms all the way out to 5%.

What I would prefer is that when I hold Ctrl and scroll in, it scrolls in at 10% increments. So instead of going from 100% to 200% to 400%, it should go from 100% to 110% to 120% (or by a user-defined increment). Then, when I zoom out it should undo the increment instead of zooming out all the way to 5%.

2 replies
D
5d ago

Feathering not working for webflow .riv imports

Hello! I know this is a new feature, but all of my .riv file imports to webflow using vector feathering lose all feathering properties once uploaded. Is there a fix for this?

1 reply
6d ago

Problem with X position being misaligned when putting a Shape in a Group

This is a bug that occurs quite frequently, and it is inconvenient because the X position is misaligned when putting Shape in Group.

0 replies
6d ago

"Welcome to Rive" guide pop up is stuck on my screen

On Chrome pc browser and desktop app (windows 11 pro)

I'm new to rive and recieved this welcome guide pop up. On browser i cannot press Next on the "switch between workplaces" pop up. The link of the images under it is activated and takes me to the "animation mixing" page.

On windows desktop app it gets stuck on the first pop up, and Next is unclickable.

1 reply
8d ago

Rive crashed when placing a nested dartboard

Here is the crash report…

-------------------------------------

Translated Report (Full Report Below)

-------------------------------------

Process: Rive [8035]

Path: /Applications/Rive.app/Contents/MacOS/Rive

Identifier: app.rive.editor

Version: 0.8.2495 (2482)

Code Type: X86-64 (Native)

Parent Process: launchd [1]

User ID: 501

Date/Time: 2025-02-13 12:49:30.4029 -0700

OS Version: macOS 15.3 (24D60)

Report Version: 12

Bridge OS Version: 9.3 (22P3051)

Anonymous UUID: 2D07B46C-B966-01C4-3100-D5EFDC6D2750

Sleep/Wake UUID: 3A6C349E-1003-4471-A54B-5D2802171150

Time Awake Since Boot: 59000 seconds

Time Since Wake: 1792 seconds

System Integrity Protection: enabled

Crashed Thread: 1 io.flutter.ui

Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

Exception Codes: 0x0000000000000001, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11

Terminating Process: exc handler [8035]

VM Region Info: 0 is not in any region. Bytes before following region: 4373970944

REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL

UNUSED SPACE AT START

--->

__TEXT 104b58000-104b60000 [ 32K] r-x/r-x SM=COW /Applications/Rive.app/Contents/MacOS/Rive

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

0 libsystem_kernel.dylib 0x7ff805c3df0e mach_msg2_trap + 10

1 libsystem_kernel.dylib 0x7ff805c4c5fa mach_msg2_internal + 84

2 libsystem_kernel.dylib 0x7ff805c45016 mach_msg_overwrite + 649

3 libsystem_kernel.dylib 0x7ff805c3e1ff mach_msg + 19

4 CoreFoundation 0x7ff805d65de2 __CFRunLoopServiceMachPort + 143

5 CoreFoundation 0x7ff805d6480f __CFRunLoopRun + 1393

6 CoreFoundation 0x7ff805d63c6e CFRunLoopRunSpecific + 550

7 HIToolbox 0x7ff81156b413 RunCurrentEventLoopInMode + 292

8 HIToolbox 0x7ff811570d63 ReceiveNextEventCommon + 501

9 HIToolbox 0x7ff811571029 _BlockUntilNextEventMatchingListInModeWithFilter + 66

10 AppKit 0x7ff8096c6b33 _DPSNextEvent + 902

11 AppKit 0x7ff80a11b8b8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1290

12 AppKit 0x7ff8096b7aa9 -[NSApplication run] + 610

13 AppKit 0x7ff80968ad34 NSApplicationMain + 823

14 Rive 0x104b5d3cc 0x104b58000 + 21452

15 dyld 0x7ff8058f02cd start + 1805

Thread 1 Crashed:: io.flutter.ui

0 rive_native 0x1066df15a rive::StateMachineInstance::StateMachineInstance(rive::StateMachine const*, rive::ArtboardInstance*) + 842

1 rive_native 0x1065c6455 riveArtboardStateMachineAt + 85

2 App 0x115b3267b 0x115a83000 + 718459

3 App 0x115b3261e 0x115a83000 + 718366

4 App 0x115b2d0ab 0x115a83000 + 696491

5 App 0x1161bfd8b 0x115a83000 + 7589259

6 App 0x115d52799 0x115a83000 + 2946969

7 App 0x115acc663 0x115a83000 + 300643

8 App 0x115ce17fc 0x115a83000 + 2484220

9 App 0x115db3faf 0x115a83000 + 3346351

10 App 0x115af57fa 0x115a83000 + 468986

11 App 0x115b2b384 0x115a83000 + 689028

12 App 0x115db3e10 0x115a83000 + 3345936

13 App 0x11618c3fd 0x115a83000 + 7377917

14 App 0x1161adc60 0x115a83000 + 7515232

15 App 0x1161d49f0 0x115a83000 + 7674352

16 App 0x115c3ff5a 0x115a83000 + 1822554

17 App 0x115c3fbd9 0x115a83000 + 1821657

18 App 0x115c3fade 0x115a83000 + 1821406

19 App 0x115c3f4e7 0x115a83000 + 1819879

20 App 0x116539967 0x115a83000 + 11233639

21 App 0x1165398ef 0x115a83000 + 11233519

22 App 0x115af9aff 0x115a83000 + 486143

23 App 0x115af9bd6 0x115a83000 + 486358

24 App 0x116481d69 0x115a83000 + 10481001

25 App 0x1164a0a04 0x115a83000 + 10607108

26 App 0x115ad7433 0x115a83000 + 345139

27 App 0x115ad8935 0x115a83000 + 350517

28 App 0x115ad88bb 0x115a83000 + 350395

29 App 0x115ad95cb 0x115a83000 + 353739

30 App 0x115a88e21 0x115a83000 + 24097

31 FlutterMacOS 0x10583fd55 0x104ec7000 + 9932117

32 FlutterMacOS 0x1058403bd 0x104ec7000 + 9933757

33 FlutterMacOS 0x1059bbf98 0x104ec7000 + 11489176

34 FlutterMacOS 0x10572ba71 0x104ec7000 + 8800881

35 FlutterMacOS 0x10576ebea 0x104ec7000 + 9075690

36 FlutterMacOS 0x1057c238f 0x104ec7000 + 9417615

37 FlutterMacOS 0x1056eeda6 0x104ec7000 + 8551846

38 FlutterMacOS 0x1056e9379 0x104ec7000 + 8528761

39 FlutterMacOS 0x10571151b 0x104ec7000 + 8693019

40 FlutterMacOS 0x104f4225a 0x104ec7000 + 504410

41 FlutterMacOS 0x104f4a10c 0x104ec7000 + 536844

42 CoreFoundation 0x7ff805d7e70e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20

43 CoreFoundation 0x7ff805d7e2bc __CFRunLoopDoTimer + 801

44 CoreFoundation 0x7ff805d7dee8 __CFRunLoopDoTimers + 285

45 CoreFoundation 0x7ff805d64b73 __CFRunLoopRun + 2261

46 CoreFoundation 0x7ff805d63c6e CFRunLoopRunSpecific + 550

47 FlutterMacOS 0x104f4a35d 0x104ec7000 + 537437

48 FlutterMacOS 0x104f42085 0x104ec7000 + 503941

49 FlutterMacOS 0x104f49369 0x104ec7000 + 533353

50 FlutterMacOS 0x104f48f26 0x104ec7000 + 532262

51 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

52 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 2:: io.flutter.raster

0 libsystem_kernel.dylib 0x7ff805c3df0e mach_msg2_trap + 10

1 libsystem_kernel.dylib 0x7ff805c4c5fa mach_msg2_internal + 84

2 libsystem_kernel.dylib 0x7ff805c45016 mach_msg_overwrite + 649

3 libsystem_kernel.dylib 0x7ff805c3e1ff mach_msg + 19

4 CoreFoundation 0x7ff805d65de2 __CFRunLoopServiceMachPort + 143

5 CoreFoundation 0x7ff805d6480f __CFRunLoopRun + 1393

6 CoreFoundation 0x7ff805d63c6e CFRunLoopRunSpecific + 550

7 FlutterMacOS 0x104f4a35d 0x104ec7000 + 537437

8 FlutterMacOS 0x104f42085 0x104ec7000 + 503941

9 FlutterMacOS 0x104f49369 0x104ec7000 + 533353

10 FlutterMacOS 0x104f48f26 0x104ec7000 + 532262

11 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

12 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 3:: io.flutter.io

0 libsystem_kernel.dylib 0x7ff805c3df0e mach_msg2_trap + 10

1 libsystem_kernel.dylib 0x7ff805c4c5fa mach_msg2_internal + 84

2 libsystem_kernel.dylib 0x7ff805c45016 mach_msg_overwrite + 649

3 libsystem_kernel.dylib 0x7ff805c3e1ff mach_msg + 19

4 CoreFoundation 0x7ff805d65de2 __CFRunLoopServiceMachPort + 143

5 CoreFoundation 0x7ff805d6480f __CFRunLoopRun + 1393

6 CoreFoundation 0x7ff805d63c6e CFRunLoopRunSpecific + 550

7 FlutterMacOS 0x104f4a35d 0x104ec7000 + 537437

8 FlutterMacOS 0x104f42085 0x104ec7000 + 503941

9 FlutterMacOS 0x104f49369 0x104ec7000 + 533353

10 FlutterMacOS 0x104f48f26 0x104ec7000 + 532262

11 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

12 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 4:: io.worker.1

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 FlutterMacOS 0x104f0bcd4 0x104ec7000 + 281812

3 FlutterMacOS 0x104f3d093 0x104ec7000 + 483475

4 FlutterMacOS 0x104f3dd4c 0x104ec7000 + 486732

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 5:: io.worker.2

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 FlutterMacOS 0x104f0bcd4 0x104ec7000 + 281812

3 FlutterMacOS 0x104f3d093 0x104ec7000 + 483475

4 FlutterMacOS 0x104f3dd4c 0x104ec7000 + 486732

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 6:: io.worker.3

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 FlutterMacOS 0x104f0bcd4 0x104ec7000 + 281812

3 FlutterMacOS 0x104f3d093 0x104ec7000 + 483475

4 FlutterMacOS 0x104f3dd4c 0x104ec7000 + 486732

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 7:: io.worker.4

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 FlutterMacOS 0x104f0bcd4 0x104ec7000 + 281812

3 FlutterMacOS 0x104f3d093 0x104ec7000 + 483475

4 FlutterMacOS 0x104f3dd4c 0x104ec7000 + 486732

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 8:: dart:io EventHandler

0 libsystem_kernel.dylib 0x7ff805c42bfa kevent + 10

1 FlutterMacOS 0x105783c48 0x104ec7000 + 9161800

2 FlutterMacOS 0x1057a8f23 0x104ec7000 + 9314083

3 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

4 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 9:: com.apple.NSEventThread

0 libsystem_kernel.dylib 0x7ff805c3df0e mach_msg2_trap + 10

1 libsystem_kernel.dylib 0x7ff805c4c5fa mach_msg2_internal + 84

2 libsystem_kernel.dylib 0x7ff805c45016 mach_msg_overwrite + 649

3 libsystem_kernel.dylib 0x7ff805c3e1ff mach_msg + 19

4 CoreFoundation 0x7ff805d65de2 __CFRunLoopServiceMachPort + 143

5 CoreFoundation 0x7ff805d6480f __CFRunLoopRun + 1393

6 CoreFoundation 0x7ff805d63c6e CFRunLoopRunSpecific + 550

7 AppKit 0x7ff80981c06d _NSEventThread + 127

8 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

9 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 10:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1066ff81b rive::gpu::BackgroundShaderCompiler::threadMain() + 251

4 rive_native 0x1067009d3 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (rive::gpu::BackgroundShaderCompiler::*)(), rive::gpu::BackgroundShaderCompiler*>>(void*) + 67

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 11:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 12:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 13:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 14:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 15:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a8d std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 93

3 rive_native 0x1067aee77 rive::ScriptingWorkspace::workThread() + 249

4 rive_native 0x1067b97cb void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*) + 43

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 16:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a8d std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 93

3 rive_native 0x1067b90ac rive::ScriptingWorkspace::workCompletedThread() + 326

4 rive_native 0x1067b97cb void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*) + 43

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 17:: caulk.messenger.shared:17

0 libsystem_kernel.dylib 0x7ff805c3de8a semaphore_wait_trap + 10

1 caulk 0x7ff811087c9d caulk::semaphore::timed_wait(double) + 151

2 caulk 0x7ff811087bc8 caulk::concurrent::details::worker_thread::run() + 30

3 caulk 0x7ff81108790a 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 0x7ff805c7f253 pthreadstart + 99

5 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 18:: caulk.messenger.shared:high

0 libsystem_kernel.dylib 0x7ff805c3de8a semaphore_wait_trap + 10

1 caulk 0x7ff811087c9d caulk::semaphore::timed_wait(double) + 151

2 caulk 0x7ff811087bc8 caulk::concurrent::details::worker_thread::run() + 30

3 caulk 0x7ff81108790a 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 0x7ff805c7f253 pthreadstart + 99

5 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 19:: caulk::deferred_logger

0 libsystem_kernel.dylib 0x7ff805c3de8a semaphore_wait_trap + 10

1 caulk 0x7ff811087c9d caulk::semaphore::timed_wait(double) + 151

2 caulk 0x7ff811087bc8 caulk::concurrent::details::worker_thread::run() + 30

3 caulk 0x7ff81108790a 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 0x7ff805c7f253 pthreadstart + 99

5 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 20:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 21:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 22:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 23:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 rive_native 0x1067b9c05 rive::TaskScheduler::pop() + 67

4 rive_native 0x1067b9b45 rive::TaskScheduler::workerFunction() + 49

5 rive_native 0x1067b9ab5 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*) + 45

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 24:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a8d std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 93

3 rive_native 0x1067aee77 rive::ScriptingWorkspace::workThread() + 249

4 rive_native 0x1067b97cb void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*) + 43

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 25:

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7a8 pthreadcond_wait + 1193

2 libc++.1.dylib 0x7ff805bc3a8d std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 93

3 rive_native 0x1067b90ac rive::ScriptingWorkspace::workCompletedThread() + 326

4 rive_native 0x1067b97cb void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*) + 43

5 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

6 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 26:: DartWorker

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7d9 pthreadcond_wait + 1242

2 FlutterMacOS 0x1058c39b6 0x104ec7000 + 10471862

3 FlutterMacOS 0x1058492cf 0x104ec7000 + 9970383

4 FlutterMacOS 0x1059037bd 0x104ec7000 + 10733501

5 FlutterMacOS 0x105903b61 0x104ec7000 + 10734433

6 FlutterMacOS 0x1058c2eae 0x104ec7000 + 10469038

7 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

8 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 27:: DartWorker

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7d9 pthreadcond_wait + 1242

2 FlutterMacOS 0x1058c39b6 0x104ec7000 + 10471862

3 FlutterMacOS 0x10590396f 0x104ec7000 + 10733935

4 FlutterMacOS 0x105903b61 0x104ec7000 + 10734433

5 FlutterMacOS 0x1058c2eae 0x104ec7000 + 10469038

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 28:: DartWorker

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7d9 pthreadcond_wait + 1242

2 FlutterMacOS 0x1058c39b6 0x104ec7000 + 10471862

3 FlutterMacOS 0x10590396f 0x104ec7000 + 10733935

4 FlutterMacOS 0x105903b61 0x104ec7000 + 10734433

5 FlutterMacOS 0x1058c2eae 0x104ec7000 + 10469038

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 29:: DartWorker

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7d9 pthreadcond_wait + 1242

2 FlutterMacOS 0x1058c39b6 0x104ec7000 + 10471862

3 FlutterMacOS 0x10590396f 0x104ec7000 + 10733935

4 FlutterMacOS 0x105903b61 0x104ec7000 + 10734433

5 FlutterMacOS 0x1058c2eae 0x104ec7000 + 10469038

6 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

7 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 30:

0 libsystem_pthread.dylib 0x7ff805c7abcc start_wqthread + 0

Thread 31:

0 libsystem_pthread.dylib 0x7ff805c7abcc start_wqthread + 0

Thread 32:

0 libsystem_pthread.dylib 0x7ff805c7abcc start_wqthread + 0

Thread 33:: CVDisplayLink

0 libsystem_kernel.dylib 0x7ff805c40aaa __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x7ff805c7f7d9 pthreadcond_wait + 1242

2 CoreVideo 0x7ff80f4e18fd CVDisplayLink::waitUntil(unsigned long long) + 375

3 CoreVideo 0x7ff80f4e0876 CVDisplayLink::runIOThread() + 526

4 libsystem_pthread.dylib 0x7ff805c7f253 pthreadstart + 99

5 libsystem_pthread.dylib 0x7ff805c7abef thread_start + 15

Thread 1 crashed with X86 Thread State (64-bit):

rax: 0x0000600001f8a640 rbx: 0x0000600000945080 rcx: 0x0000000000000000 rdx: 0x00007f82ab965200

rdi: 0x00000000e6d8f84a rsi: 0x0000000000000000 rbp: 0x0000700000a364c0 rsp: 0x0000700000a363e0

r8: 0x0000000000000043 r9: 0x00000000000002fd r10: 0x00000000001ff800 r11: 0x0000000000000010

r12: 0x00007f81ce4626b8 r13: 0x00007f81ce462658 r14: 0x0000000000000001 r15: 0x0000000000000060

rip: 0x00000001066df15a rfl: 0x0000000000010206 cr2: 0x0000000000000000

Logical CPU: 8

Error Code: 0x00000004 (no mapping for user data read)

Trap Number: 14

Thread 1 instruction stream:

42 10 0f 11 02 66 c7 42-40 00 00 48 89 4a 44 66 B....f.B@..H.JDf

c7 42 4c 00 00 48 c7 42-50 00 00 00 00 c7 42 58 .BL..H.BP.....BX

00 00 00 00 48 83 c2 60-48 39 c2 75 c9 48 8b 75 ....H..`H9.u.H.u

c0 4c 89 ae 90 00 00 00-45 31 ff 45 31 f6 0f 1f .L......E1.E1...

84 00 00 00 00 00 4f 8d-24 2f 4a 8b 1c f3 48 8b ......O.$/J...H.

56 10 4b 89 74 3d 00 4b-89 54 3d 10 48 8b 73 40 V.K.t=.K.T=.H.s@

[48]8b 06 48 8d bd 40 ff-ff ff ff 50 58 48 8b 85 H..H..@....PXH.. <==

40 ff ff ff 4b 89 44 3d-18 4b 89 5c 3d 08 48 8b @...K.D=.K.\=.H.

73 48 4c 89 e7 e8 ec da-ff ff e8 49 c1 30 00 89 sHL........I.0..

c7 e8 0a c6 30 00 48 8b-75 c0 49 ff c6 4c 3b b6 ....0.H.u.I..L;.

88 00 00 00 73 20 4c 8b-ae 90 00 00 00 48 8b 45 ....s L......H.E

c8 48 8b 58 28 49 83 c7-60 eb 8b 4c 89 e6 4d 89 .H.X(I..`..L..M.

Binary Images:

0x104b58000 - 0x104b5ffff app.rive.editor (0.8.2495) <843d5432-6dca-3fdd-a474-671cdb274e45> /Applications/Rive.app/Contents/MacOS/Rive

0x104d33000 - 0x104d86fff org.sparkle-project.Sparkle (2.3.0) <2aa76c72-900c-3629-b58d-a6297fe94a1e> /Applications/Rive.app/Contents/Frameworks/Sparkle.framework/Versions/B/Sparkle

0x104baf000 - 0x104bb6fff org.cocoapods.app-links (1.0.0) <aa6d0099-288e-3e24-8f23-c783ba01fece> /Applications/Rive.app/Contents/Frameworks/app_links.framework/Versions/A/app_links

0x104bcb000 - 0x104bd2fff org.cocoapods.app-menu (1.0.0) <3ef8b83c-6c93-3da8-b25b-4bf4e1848df5> /Applications/Rive.app/Contents/Frameworks/app_menu.framework/Versions/A/app_menu

0x104b71000 - 0x104b7cfff org.cocoapods.auto-updater (0.0.1) <0c841a9e-9b2e-3e72-ab52-d900ddd70e30> /Applications/Rive.app/Contents/Frameworks/auto_updater.framework/Versions/A/auto_updater

0x104c31000 - 0x104c3cfff org.cocoapods.bitsdojo-window-macos (0.0.1) <133096db-2168-358f-8024-1b144b8c7233> /Applications/Rive.app/Contents/Frameworks/bitsdojo_window_macos.framework/Versions/A/bitsdojo_window_macos

0x104be7000 - 0x104beefff org.cocoapods.connectivity-plus (0.0.1) <447b9311-3571-331c-ab4a-c2bf171fb36a> /Applications/Rive.app/Contents/Frameworks/connectivity_plus.framework/Versions/A/connectivity_plus

0x104b95000 - 0x104b9cfff org.cocoapods.cursor (0.0.1) <c9142831-aabb-3567-8275-beef046a84a2> /Applications/Rive.app/Contents/Frameworks/cursor.framework/Versions/A/cursor

0x104cb2000 - 0x104cbdfff org.cocoapods.desktop-drop (0.0.1) <45e11475-08f2-3997-aa38-0a9a7a05f6a7> /Applications/Rive.app/Contents/Frameworks/desktop_drop.framework/Versions/A/desktop_drop

0x104c55000 - 0x104c64fff org.cocoapods.file-selector-macos (0.0.1) <cfe373df-2097-3ea9-a08a-d7d6bc2c72d2> /Applications/Rive.app/Contents/Frameworks/file_selector_macos.framework/Versions/A/file_selector_macos

0x104c0b000 - 0x104c12fff org.cocoapods.path-provider-foundation (0.0.1) <6f6bbf94-ca1b-3e4b-864b-5913222346f9> /Applications/Rive.app/Contents/Frameworks/path_provider_foundation.framework/Versions/A/path_provider_foundation

0x104c89000 - 0x104c90fff org.cocoapods.platform-proxy (0.0.1) <17c186e4-0814-3768-bb89-1fbbfe4e628e> /Applications/Rive.app/Contents/Frameworks/platform_proxy.framework/Versions/A/platform_proxy

0x104e13000 - 0x104e1afff org.cocoapods.restart (0.0.1) <e0be50fe-8578-3c61-86ed-af715b2f436a> /Applications/Rive.app/Contents/Frameworks/restart.framework/Versions/A/restart

0x104e2f000 - 0x104e3afff org.cocoapods.rich-clipboard-macos (0.0.1) <985b90c6-94e0-352f-b82c-a064d684d585> /Applications/Rive.app/Contents/Frameworks/rich_clipboard_macos.framework/Versions/A/rich_clipboard_macos

0x106484000 - 0x106ab3fff org.cocoapods.rive-native (0.0.1) <f4d52286-80dd-37ea-83f2-13fd53f591e1> /Applications/Rive.app/Contents/Frameworks/rive_native.framework/Versions/A/rive_native

0x104e57000 - 0x104e62fff org.cocoapods.shared-preferences-foundation (0.0.1) <eebd85cf-d792-3bbd-8723-ed38e7cf0e46> /Applications/Rive.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/A/shared_preferences_foundation

0x104e7b000 - 0x104e86fff org.cocoapods.shortcuts (0.0.1) <1e1fb4a4-e931-39b4-bc8a-d72bbb3bcf98> /Applications/Rive.app/Contents/Frameworks/shortcuts.framework/Versions/A/shortcuts

0x104e9f000 - 0x104eaafff org.cocoapods.url-launcher-macos (0.0.1) <29758750-0524-3b90-9c2e-b773b8afe11a> /Applications/Rive.app/Contents/Frameworks/url_launcher_macos.framework/Versions/A/url_launcher_macos

0x104ec7000 - 0x105b1cfff io.flutter.flutter-macos (1.0) <4c4c44dc-5555-3144-a1cf-5e0bfa8e2346> /Applications/Rive.app/Contents/Frameworks/FlutterMacOS.framework/Versions/A/FlutterMacOS

0x10a2de000 - 0x10a2eafff libobjc-trampolines.dylib (*) <6cd1b595-3b5f-3166-9a4f-5abfb45b87eb> /usr/lib/libobjc-trampolines.dylib

0x115a83000 - 0x116cdefff io.flutter.flutter.app (1.0) <02408eb3-4d3b-3e58-ac61-bfbe6587f816> /Applications/Rive.app/Contents/Frameworks/App.framework/Versions/A/App

0x136900000 - 0x136a44fff com.apple.audio.units.Components (1.14) <d45baf6b-bdb1-3f52-9b15-c055dd9f46b0> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

0x7ff805c3d000 - 0x7ff805c78fff libsystem_kernel.dylib (*) <c214d771-f6a3-30be-b657-b4e0cb81c9df> /usr/lib/system/libsystem_kernel.dylib

0x7ff805cea000 - 0x7ff806187fe2 com.apple.CoreFoundation (6.9) <404c409f-d28c-309d-ade3-f0ee6f1ca33d> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7ff81147c000 - 0x7ff811758ff5 com.apple.HIToolbox (2.1.1) <0d3fd4c1-55be-30b9-aa97-225609c52278> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

0x7ff809686000 - 0x7ff80ab80ff7 com.apple.AppKit (6.9) <e3f76bb8-4950-3c7a-8aa7-8516a93aeeb9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x7ff8058ea000 - 0x7ff805975c7f dyld (*) <f2913392-361a-304f-b30d-486be5639e2d> /usr/lib/dyld

0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

0x7ff805c79000 - 0x7ff805c84fff libsystem_pthread.dylib (*) <2b452c39-67e1-3f73-87ca-5e07d5f1e90d> /usr/lib/system/libsystem_pthread.dylib

0x7ff805ba8000 - 0x7ff805c24ffb libc++.1.dylib (*) <8323bbd6-c37a-33d4-bd4e-d12bc3b17415> /usr/lib/libc++.1.dylib

0x7ff811086000 - 0x7ff8110a9fff com.apple.audio.caulk (1.0) <f63e19d9-7ba1-3630-95cc-64ebd540564c> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk

0x7ff80f4de000 - 0x7ff80f531ff3 com.apple.CoreVideo (1.8) <4c43d0cb-212f-3d44-a845-946c57af1251> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

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

-----------

Full Report

-----------

{"app_name":"Rive","timestamp":"2025-02-13 12:49:41.00 -0700","app_version":"0.8.2495","slice_uuid":"843d5432-6dca-3fdd-a474-671cdb274e45","build_version":"2482","platform":1,"bundleID":"app.rive.editor","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.3 (24D60)","roots_installed":0,"name":"Rive","incident_id":"9FB84926-EB05-42A8-B72C-0EFA33881F2E"}

{

"uptime" : 59000,

"procRole" : "Foreground",

"version" : 2,

"userID" : 501,

"deployVersion" : 210,

"modelCode" : "iMacPro1,1",

"coalitionID" : 8334,

"osVersion" : {

"train" : "macOS 15.3",

"build" : "24D60",

"releaseType" : "User"

},

"captureTime" : "2025-02-13 12:49:30.4029 -0700",

"codeSigningMonitor" : 0,

"incident" : "9FB84926-EB05-42A8-B72C-0EFA33881F2E",

"pid" : 8035,

"cpuType" : "X86-64",

"roots_installed" : 0,

"bug_type" : "309",

"procLaunch" : "2025-02-13 12:22:49.7061 -0700",

"procStartAbsTime" : 57845431747854,

"procExitAbsTime" : 59446118232053,

"procName" : "Rive",

"procPath" : "\/Applications\/Rive.app\/Contents\/MacOS\/Rive",

"bundleInfo" : {"CFBundleShortVersionString":"0.8.2495","CFBundleVersion":"2482","CFBundleIdentifier":"app.rive.editor"},

"storeInfo" : {"deviceIdentifierForVendor":"C2AF0496-DC4F-50AE-BC55-0253BA805B2F","thirdParty":true},

"parentProc" : "launchd",

"parentPid" : 1,

"coalitionName" : "app.rive.editor",

"crashReporterKey" : "2D07B46C-B966-01C4-3100-D5EFDC6D2750",

"codeSigningID" : "app.rive.editor",

"codeSigningTeamID" : "NJ3JMFUNS9",

"codeSigningFlags" : 570520337,

"codeSigningValidationCategory" : 6,

"codeSigningTrustLevel" : 4294967295,

"bootSessionUUID" : "0B0D283B-8A78-46CA-8FF2-306721B9D8AF",

"wakeTime" : 1792,

"bridgeVersion" : {"build":"22P3051","train":"9.3"},

"sleepWakeUUID" : "3A6C349E-1003-4471-A54B-5D2802171150",

"sip" : "enabled",

"vmRegionInfo" : "0 is not in any region. Bytes before following region: 4373970944\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 104b58000-104b60000 [ 32K] r-x\/r-x SM=COW \/Applications\/Rive.app\/Contents\/MacOS\/Rive",

"exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"},

"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":8035},

"vmregioninfo" : "0 is not in any region. Bytes before following region: 4373970944\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 104b58000-104b60000 [ 32K] r-x\/r-x SM=COW \/Applications\/Rive.app\/Contents\/MacOS\/Rive",

"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},

"faultingThread" : 1,

"threads" : [{"id":811010,"threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":31915901976576},"r9":{"value":31915901976576},"r15":{"value":31915901976576},"rbx":{"value":140701974815344},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703225339662},"rbp":{"value":140701974815184},"rsp":{"value":140701974815080},"r12":{"value":4294967295},"rcx":{"value":140701974815080},"flavor":"x86_THREAD_STATE","rdi":{"value":140701974815344}},"queue":"com.apple.main-thread","frames":[{"imageOffset":3854,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":62970,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":22},{"imageOffset":32790,"symbol":"mach_msg_overwrite","symbolLocation":649,"imageIndex":22},{"imageOffset":4607,"symbol":"mach_msg","symbolLocation":19,"imageIndex":22},{"imageOffset":507362,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":23},{"imageOffset":501775,"symbol":"__CFRunLoopRun","symbolLocation":1393,"imageIndex":23},{"imageOffset":498798,"symbol":"CFRunLoopRunSpecific","symbolLocation":550,"imageIndex":23},{"imageOffset":979987,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":24},{"imageOffset":1002851,"symbol":"ReceiveNextEventCommon","symbolLocation":501,"imageIndex":24},{"imageOffset":1003561,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":66,"imageIndex":24},{"imageOffset":265011,"symbol":"_DPSNextEvent","symbolLocation":902,"imageIndex":25},{"imageOffset":11098296,"symbol":"-[NSApplication(NSEventRouting) nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1290,"imageIndex":25},{"imageOffset":203433,"symbol":"-[NSApplication run]","symbolLocation":610,"imageIndex":25},{"imageOffset":19764,"symbol":"NSApplicationMain","symbolLocation":823,"imageIndex":25},{"imageOffset":21452,"imageIndex":0},{"imageOffset":25293,"symbol":"start","symbolLocation":1805,"imageIndex":26}]},{"triggered":true,"id":811076,"instructionState":{"instructionStream":{"bytes":[66,16,15,17,2,102,199,66,64,0,0,72,137,74,68,102,199,66,76,0,0,72,199,66,80,0,0,0,0,199,66,88,0,0,0,0,72,131,194,96,72,57,194,117,201,72,139,117,192,76,137,174,144,0,0,0,69,49,255,69,49,246,15,31,132,0,0,0,0,0,79,141,36,47,74,139,28,243,72,139,86,16,75,137,116,61,0,75,137,84,61,16,72,139,115,64,72,139,6,72,141,189,64,255,255,255,255,80,88,72,139,133,64,255,255,255,75,137,68,61,24,75,137,92,61,8,72,139,115,72,76,137,231,232,236,218,255,255,232,73,193,48,0,137,199,232,10,198,48,0,72,139,117,192,73,255,198,76,59,182,136,0,0,0,115,32,76,139,174,144,0,0,0,72,139,69,200,72,139,88,40,73,131,199,96,235,139,76,137,230,77,137],"offset":96}},"name":"io.flutter.ui","threadState":{"r13":{"value":140195488212568},"rax":{"value":105553149339200},"rflags":{"value":66054},"cpu":{"value":8},"r14":{"value":1},"rsi":{"value":0},"r8":{"value":67},"cr2":{"value":0},"rdx":{"value":140199201231360},"r10":{"value":2095104},"r9":{"value":765},"r15":{"value":96},"rbx":{"value":105553125986432},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":16},"rip":{"value":4402835802,"matchesCrashFrame":1},"rbp":{"value":123145313019072},"rsp":{"value":123145313018848},"r12":{"value":140195488212664},"rcx":{"value":0},"flavor":"x86THREAD_STATE","rdi":{"value":3872979018}},"frames":[{"imageOffset":2470234,"symbol":"rive::StateMachineInstance::StateMachineInstance(rive::StateMachine const*, rive::ArtboardInstance*)","symbolLocation":842,"imageIndex":14},{"imageOffset":1320021,"symbol":"riveArtboardStateMachineAt","symbolLocation":85,"imageIndex":14},{"imageOffset":718459,"imageIndex":20},{"imageOffset":718366,"imageIndex":20},{"imageOffset":696491,"imageIndex":20},{"imageOffset":7589259,"imageIndex":20},{"imageOffset":2946969,"imageIndex":20},{"imageOffset":300643,"imageIndex":20},{"imageOffset":2484220,"imageIndex":20},{"imageOffset":3346351,"imageIndex":20},{"imageOffset":468986,"imageIndex":20},{"imageOffset":689028,"imageIndex":20},{"imageOffset":3345936,"imageIndex":20},{"imageOffset":7377917,"imageIndex":20},{"imageOffset":7515232,"imageIndex":20},{"imageOffset":7674352,"imageIndex":20},{"imageOffset":1822554,"imageIndex":20},{"imageOffset":1821657,"imageIndex":20},{"imageOffset":1821406,"imageIndex":20},{"imageOffset":1819879,"imageIndex":20},{"imageOffset":11233639,"imageIndex":20},{"imageOffset":11233519,"imageIndex":20},{"imageOffset":486143,"imageIndex":20},{"imageOffset":486358,"imageIndex":20},{"imageOffset":10481001,"imageIndex":20},{"imageOffset":10607108,"imageIndex":20},{"imageOffset":345139,"imageIndex":20},{"imageOffset":350517,"imageIndex":20},{"imageOffset":350395,"imageIndex":20},{"imageOffset":353739,"imageIndex":20},{"imageOffset":24097,"imageIndex":20},{"imageOffset":9932117,"imageIndex":18},{"imageOffset":9933757,"imageIndex":18},{"imageOffset":11489176,"imageIndex":18},{"imageOffset":8800881,"imageIndex":18},{"imageOffset":9075690,"imageIndex":18},{"imageOffset":9417615,"imageIndex":18},{"imageOffset":8551846,"imageIndex":18},{"imageOffset":8528761,"imageIndex":18},{"imageOffset":8693019,"imageIndex":18},{"imageOffset":504410,"imageIndex":18},{"imageOffset":536844,"imageIndex":18},{"imageOffset":608014,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":23},{"imageOffset":606908,"symbol":"__CFRunLoopDoTimer","symbolLocation":801,"imageIndex":23},{"imageOffset":605928,"symbol":"__CFRunLoopDoTimers","symbolLocation":285,"imageIndex":23},{"imageOffset":502643,"symbol":"__CFRunLoopRun","symbolLocation":2261,"imageIndex":23},{"imageOffset":498798,"symbol":"CFRunLoopRunSpecific","symbolLocation":550,"imageIndex":23},{"imageOffset":537437,"imageIndex":18},{"imageOffset":503941,"imageIndex":18},{"imageOffset":533353,"imageIndex":18},{"imageOffset":532262,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811077,"name":"io.flutter.raster","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":160541582557184},"r9":{"value":160541582557184},"r15":{"value":160541582557184},"rbx":{"value":123145315131376},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703225339662},"rbp":{"value":123145315131216},"rsp":{"value":123145315131112},"r12":{"value":4294967295},"rcx":{"value":123145315131112},"flavor":"x86_THREAD_STATE","rdi":{"value":123145315131376}},"frames":[{"imageOffset":3854,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":62970,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":22},{"imageOffset":32790,"symbol":"mach_msg_overwrite","symbolLocation":649,"imageIndex":22},{"imageOffset":4607,"symbol":"mach_msg","symbolLocation":19,"imageIndex":22},{"imageOffset":507362,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":23},{"imageOffset":501775,"symbol":"__CFRunLoopRun","symbolLocation":1393,"imageIndex":23},{"imageOffset":498798,"symbol":"CFRunLoopRunSpecific","symbolLocation":550,"imageIndex":23},{"imageOffset":537437,"imageIndex":18},{"imageOffset":503941,"imageIndex":18},{"imageOffset":533353,"imageIndex":18},{"imageOffset":532262,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811078,"name":"io.flutter.io","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":162740605812736},"r9":{"value":162740605812736},"r15":{"value":162740605812736},"rbx":{"value":123145317240816},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703225339662},"rbp":{"value":123145317240656},"rsp":{"value":123145317240552},"r12":{"value":4294967295},"rcx":{"value":123145317240552},"flavor":"x86_THREAD_STATE","rdi":{"value":123145317240816}},"frames":[{"imageOffset":3854,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":62970,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":22},{"imageOffset":32790,"symbol":"mach_msg_overwrite","symbolLocation":649,"imageIndex":22},{"imageOffset":4607,"symbol":"mach_msg","symbolLocation":19,"imageIndex":22},{"imageOffset":507362,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":23},{"imageOffset":501775,"symbol":"__CFRunLoopRun","symbolLocation":1393,"imageIndex":23},{"imageOffset":498798,"symbol":"CFRunLoopRunSpecific","symbolLocation":550,"imageIndex":23},{"imageOffset":537437,"imageIndex":18},{"imageOffset":503941,"imageIndex":18},{"imageOffset":533353,"imageIndex":18},{"imageOffset":532262,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811079,"name":"io.worker.1","threadState":{"r13":{"value":87960930243584},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145317781504},"rsi":{"value":87960930243584},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":20480},"r10":{"value":0},"r9":{"value":160},"r15":{"value":20480},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145317781024},"rsp":{"value":123145317780872},"r12":{"value":0},"rcx":{"value":123145317780872},"flavor":"x86_THREAD_STATE","rdi":{"value":140199174640600}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":281812,"imageIndex":18},{"imageOffset":483475,"imageIndex":18},{"imageOffset":486732,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811080,"name":"io.worker.2","threadState":{"r13":{"value":89060441871616},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145318318080},"rsi":{"value":89060441871616},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":20736},"r10":{"value":0},"r9":{"value":160},"r15":{"value":20736},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145318317600},"rsp":{"value":123145318317448},"r12":{"value":0},"rcx":{"value":123145318317448},"flavor":"x86_THREAD_STATE","rdi":{"value":140199174640600}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":281812,"imageIndex":18},{"imageOffset":483475,"imageIndex":18},{"imageOffset":486732,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811081,"name":"io.worker.3","threadState":{"r13":{"value":90159953499648},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145318854656},"rsi":{"value":90159953499648},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":20992},"r10":{"value":0},"r9":{"value":160},"r15":{"value":20992},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145318854176},"rsp":{"value":123145318854024},"r12":{"value":0},"rcx":{"value":123145318854024},"flavor":"x86_THREAD_STATE","rdi":{"value":140199174640600}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":281812,"imageIndex":18},{"imageOffset":483475,"imageIndex":18},{"imageOffset":486732,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811082,"name":"io.worker.4","threadState":{"r13":{"value":86861418615552},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145319391232},"rsi":{"value":86861418615552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":20224},"r10":{"value":0},"r9":{"value":160},"r15":{"value":20224},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145319390752},"rsp":{"value":123145319390600},"r12":{"value":0},"rcx":{"value":123145319390600},"flavor":"x86_THREAD_STATE","rdi":{"value":140199174640600}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":281812,"imageIndex":18},{"imageOffset":483475,"imageIndex":18},{"imageOffset":486732,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811083,"name":"dart:io EventHandler","threadState":{"r13":{"value":123145320451392},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":105553126572056},"rsi":{"value":0},"r8":{"value":16},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":123145320451392},"r9":{"value":123145320450336},"r15":{"value":14},"rbx":{"value":105553126572032},"trap":{"value":133},"err":{"value":33554795},"r11":{"value":582},"rip":{"value":140703225359354},"rbp":{"value":123145320451952},"rsp":{"value":123145320450328},"r12":{"value":123145320450336},"rcx":{"value":123145320450328},"flavor":"x86_THREAD_STATE","rdi":{"value":12}},"frames":[{"imageOffset":23546,"symbol":"kevent","symbolLocation":10,"imageIndex":22},{"imageOffset":9161800,"imageIndex":18},{"imageOffset":9314083,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811087,"name":"com.apple.NSEventThread","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":243022134509568},"r9":{"value":243022134509568},"r15":{"value":243022134509568},"rbx":{"value":123145320984688},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703225339662},"rbp":{"value":123145320984528},"rsp":{"value":123145320984424},"r12":{"value":4294967295},"rcx":{"value":123145320984424},"flavor":"x86_THREAD_STATE","rdi":{"value":123145320984688}},"frames":[{"imageOffset":3854,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":62970,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":22},{"imageOffset":32790,"symbol":"mach_msg_overwrite","symbolLocation":649,"imageIndex":22},{"imageOffset":4607,"symbol":"mach_msg","symbolLocation":19,"imageIndex":22},{"imageOffset":507362,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":23},{"imageOffset":501775,"symbol":"__CFRunLoopRun","symbolLocation":1393,"imageIndex":23},{"imageOffset":498798,"symbol":"CFRunLoopRunSpecific","symbolLocation":550,"imageIndex":23},{"imageOffset":1663085,"symbol":"_NSEventThread","symbolLocation":127,"imageIndex":25},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":811098,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":2603035,"symbol":"rive::gpu::BackgroundShaderCompiler::threadMain()","symbolLocation":251,"imageIndex":14},{"imageOffset":2607571,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (rive::gpu::BackgroundShaderCompiler::*)(), rive::gpu::BackgroundShaderCompiler*>>(void*)","symbolLocation":67,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":36288178692608},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145327366144},"rsi":{"value":36288178692608},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8448},"r10":{"value":0},"r9":{"value":160},"r15":{"value":8448},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145327365440},"rsp":{"value":123145327365288},"r12":{"value":0},"rcx":{"value":123145327365288},"flavor":"x86_THREAD_STATE","rdi":{"value":140199175767608}}},{"id":815537,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":4294967552},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145309843456},"rsi":{"value":4294967552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145309843168},"rsp":{"value":123145309843016},"r12":{"value":0},"rcx":{"value":123145309843016},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787440}}},{"id":815538,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":512},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145323646976},"rsi":{"value":512},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145323646688},"rsp":{"value":123145323646536},"r12":{"value":0},"rcx":{"value":123145323646536},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787440}}},{"id":815539,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":768},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145339596800},"rsi":{"value":768},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145339596512},"rsp":{"value":123145339596360},"r12":{"value":0},"rcx":{"value":123145339596360},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787440}}},{"id":815540,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":1024},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145363996672},"rsi":{"value":1024},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145363996384},"rsp":{"value":123145363996232},"r12":{"value":0},"rcx":{"value":123145363996232},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787440}}},{"id":815541,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113293,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":93,"imageIndex":29},{"imageOffset":3321463,"symbol":"rive::ScriptingWorkspace::workThread()","symbolLocation":249,"imageIndex":14},{"imageOffset":3364811,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*)","symbolLocation":43,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":11923108389346560},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145364533248},"rsi":{"value":11923108389346560},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145364533008},"rsp":{"value":123145364532856},"r12":{"value":99999000},"rcx":{"value":123145364532856},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787192}}},{"id":815542,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113293,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":93,"imageIndex":29},{"imageOffset":3362988,"symbol":"rive::ScriptingWorkspace::workCompletedThread()","symbolLocation":326,"imageIndex":14},{"imageOffset":3364811,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*)","symbolLocation":43,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":11915411807950336},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145365069824},"rsi":{"value":11915411807950336},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145365069584},"rsp":{"value":123145365069432},"r12":{"value":99998000},"rcx":{"value":123145365069432},"flavor":"x86_THREAD_STATE","rdi":{"value":140198914787144}}},{"id":815893,"name":"caulk.messenger.shared:17","threadState":{"r13":{"value":0},"rax":{"value":14},"rflags":{"value":515},"cpu":{"value":0},"r14":{"value":105553140189040},"rsi":{"value":105553163921792},"r8":{"value":105553163921792},"cr2":{"value":0},"rdx":{"value":10},"r10":{"value":0},"r9":{"value":25},"r15":{"value":0},"rbx":{"value":105553140188929},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":515},"rip":{"value":140703225339530},"rbp":{"value":123145325780848},"rsp":{"value":123145325780808},"r12":{"value":0},"rcx":{"value":123145325780808},"flavor":"x86_THREAD_STATE","rdi":{"value":84523}},"frames":[{"imageOffset":3722,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":7325,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":151,"imageIndex":30},{"imageOffset":7112,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":30,"imageIndex":30},{"imageOffset":6410,"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":30},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":815894,"name":"caulk.messenger.shared:high","threadState":{"r13":{"value":0},"rax":{"value":14},"rflags":{"value":515},"cpu":{"value":0},"r14":{"value":105553140187168},"rsi":{"value":76411},"r8":{"value":4294967295},"cr2":{"value":0},"rdx":{"value":76411},"r10":{"value":16},"r9":{"value":0},"r15":{"value":0},"rbx":{"value":105553140187137},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":515},"rip":{"value":140703225339530},"rbp":{"value":123145327902576},"rsp":{"value":123145327902536},"r12":{"value":0},"rcx":{"value":123145327902536},"flavor":"x86_THREAD_STATE","rdi":{"value":130639}},"frames":[{"imageOffset":3722,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":7325,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":151,"imageIndex":30},{"imageOffset":7112,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":30,"imageIndex":30},{"imageOffset":6410,"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":30},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":815930,"name":"caulk::deferred_logger","threadState":{"r13":{"value":0},"rax":{"value":14},"rflags":{"value":515},"cpu":{"value":0},"r14":{"value":105553138032792},"rsi":{"value":105553126670081},"r8":{"value":105553126670081},"cr2":{"value":0},"rdx":{"value":7},"r10":{"value":1},"r9":{"value":22},"r15":{"value":0},"rbx":{"value":105553138032641},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":515},"rip":{"value":140703225339530},"rbp":{"value":123145328439152},"rsp":{"value":123145328439112},"r12":{"value":0},"rcx":{"value":123145328439112},"flavor":"x86_THREAD_STATE","rdi":{"value":108291}},"frames":[{"imageOffset":3722,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":22},{"imageOffset":7325,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":151,"imageIndex":30},{"imageOffset":7112,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":30,"imageIndex":30},{"imageOffset":6410,"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":30},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":817324,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":4294967552},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145325244416},"rsi":{"value":4294967552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145325244128},"rsp":{"value":123145325243976},"r12":{"value":0},"rcx":{"value":123145325243976},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886960}}},{"id":817325,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":512},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145326317568},"rsi":{"value":512},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145326317280},"rsp":{"value":123145326317128},"r12":{"value":0},"rcx":{"value":123145326317128},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886960}}},{"id":817326,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":768},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145339047936},"rsi":{"value":768},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145339047648},"rsp":{"value":123145339047496},"r12":{"value":0},"rcx":{"value":123145339047496},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886960}}},{"id":817327,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113156,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":29},{"imageOffset":3365893,"symbol":"rive::TaskScheduler::pop()","symbolLocation":67,"imageIndex":14},{"imageOffset":3365701,"symbol":"rive::TaskScheduler::workerFunction()","symbolLocation":49,"imageIndex":14},{"imageOffset":3365557,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, rive::TaskScheduler::TaskScheduler(unsigned int)::'lambda'()>>(void*)","symbolLocation":45,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":1024},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145365606400},"rsi":{"value":1024},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145365606112},"rsp":{"value":123145365605960},"r12":{"value":0},"rcx":{"value":123145365605960},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886960}}},{"id":817328,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113293,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":93,"imageIndex":29},{"imageOffset":3321463,"symbol":"rive::ScriptingWorkspace::workThread()","symbolLocation":249,"imageIndex":14},{"imageOffset":3364811,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*)","symbolLocation":43,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":10413478924058624},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145367203840},"rsi":{"value":10413478924058624},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145367203600},"rsp":{"value":123145367203448},"r12":{"value":99999000},"rcx":{"value":123145367203448},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886712}}},{"id":817329,"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26536,"symbol":"_pthread_cond_wait","symbolLocation":1193,"imageIndex":28},{"imageOffset":113293,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":93,"imageIndex":29},{"imageOffset":3362988,"symbol":"rive::ScriptingWorkspace::workCompletedThread()","symbolLocation":326,"imageIndex":14},{"imageOffset":3364811,"symbol":"void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(void*), rive::ScriptingWorkspace*>>(void*)","symbolLocation":43,"imageIndex":14},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}],"threadState":{"r13":{"value":10416777458942720},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145367740416},"rsi":{"value":10416777458942720},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703225350826},"rbp":{"value":123145367740176},"rsp":{"value":123145367740024},"r12":{"value":99999000},"rcx":{"value":123145367740024},"flavor":"x86_THREAD_STATE","rdi":{"value":140199183886664}}},{"id":828812,"name":"DartWorker","threadState":{"r13":{"value":671805899695104},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":156672},"rsi":{"value":671805899695104},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":156416},"r10":{"value":0},"r9":{"value":160},"r15":{"value":156416},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703225350826},"rbp":{"value":123145329498640},"rsp":{"value":123145329498488},"r12":{"value":0},"rcx":{"value":123145329498488},"flavor":"x86_THREAD_STATE","rdi":{"value":140199175847576}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26585,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":28},{"imageOffset":10471862,"imageIndex":18},{"imageOffset":9970383,"imageIndex":18},{"imageOffset":10733501,"imageIndex":18},{"imageOffset":10734433,"imageIndex":18},{"imageOffset":10469038,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":832919,"name":"DartWorker","threadState":{"r13":{"value":30695066119770112},"rax":{"value":4},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":7147520},"rsi":{"value":30695066119770112},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":7146752},"r10":{"value":0},"r9":{"value":160},"r15":{"value":7146752},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703225350826},"rbp":{"value":123145322048096},"rsp":{"value":123145322047944},"r12":{"value":0},"rcx":{"value":123145322047944},"flavor":"x86_THREAD_STATE","rdi":{"value":140198632508744}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26585,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":28},{"imageOffset":10471862,"imageIndex":18},{"imageOffset":10733935,"imageIndex":18},{"imageOffset":10734433,"imageIndex":18},{"imageOffset":10469038,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":832977,"name":"DartWorker","threadState":{"r13":{"value":30693966608142080},"rax":{"value":4},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":7147264},"rsi":{"value":30693966608142080},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":7146496},"r10":{"value":0},"r9":{"value":160},"r15":{"value":7146496},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703225350826},"rbp":{"value":123145331620448},"rsp":{"value":123145331620296},"r12":{"value":0},"rcx":{"value":123145331620296},"flavor":"x86_THREAD_STATE","rdi":{"value":140198632508744}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26585,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":28},{"imageOffset":10471862,"imageIndex":18},{"imageOffset":10733935,"imageIndex":18},{"imageOffset":10734433,"imageIndex":18},{"imageOffset":10469038,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":832978,"name":"DartWorker","threadState":{"r13":{"value":30696165631398144},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":7147776},"rsi":{"value":30696165631398144},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":7147008},"r10":{"value":0},"r9":{"value":160},"r15":{"value":7147008},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703225350826},"rbp":{"value":123145332681312},"rsp":{"value":123145332681160},"r12":{"value":0},"rcx":{"value":123145332681160},"flavor":"x86_THREAD_STATE","rdi":{"value":140198632508744}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26585,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":28},{"imageOffset":10471862,"imageIndex":18},{"imageOffset":10733935,"imageIndex":18},{"imageOffset":10734433,"imageIndex":18},{"imageOffset":10469038,"imageIndex":18},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]},{"id":832990,"frames":[{"imageOffset":7116,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":28}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":69831},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145336987648},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145337510784},"rbx":{"value":123145337511936},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703225588684},"rbp":{"value":0},"rsp":{"value":123145337511936},"r12":{"value":1982472},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145337511936}}},{"id":832993,"frames":[{"imageOffset":7116,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":28}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":24459},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145340145664},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145340668792},"rbx":{"value":123145340669952},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703225588684},"rbp":{"value":0},"rsp":{"value":123145340669952},"r12":{"value":5193733},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145340669952}}},{"id":833004,"frames":[{"imageOffset":7116,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":28}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":169275},"r8":{"value":409602},"cr2":{"value":0},"rdx":{"value":123145346048000},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145346571128},"rbx":{"value":123145346572288},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703225588684},"rbp":{"value":0},"rsp":{"value":123145346572288},"r12":{"value":5193734},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145346572288}}},{"id":833520,"name":"CVDisplayLink","threadState":{"r13":{"value":9193021016943104},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":2140672},"rsi":{"value":9193021016943104},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":2140416},"r10":{"value":0},"r9":{"value":65704},"r15":{"value":2140416},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703225350826},"rbp":{"value":123145308769760},"rsp":{"value":123145308769608},"r12":{"value":24316075},"rcx":{"value":123145308769608},"flavor":"x86_THREAD_STATE","rdi":{"value":140199210975352}},"frames":[{"imageOffset":15018,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":22},{"imageOffset":26585,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":28},{"imageOffset":14589,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":375,"imageIndex":31},{"imageOffset":10358,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":526,"imageIndex":31},{"imageOffset":25171,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":28},{"imageOffset":7151,"symbol":"thread_start","symbolLocation":15,"imageIndex":28}]}],

"usedImages" : [

{

"source" : "P",

"arch" : "x86_64",

"base" : 4373970944,

"CFBundleShortVersionString" : "0.8.2495",

"CFBundleIdentifier" : "app.rive.editor",

"size" : 32768,

"uuid" : "843d5432-6dca-3fdd-a474-671cdb274e45",

"path" : "\/Applications\/Rive.app\/Contents\/MacOS\/Rive",

"name" : "Rive",

"CFBundleVersion" : "2482"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4375916544,

"CFBundleShortVersionString" : "2.3.0",

"CFBundleIdentifier" : "org.sparkle-project.Sparkle",

"size" : 344064,

"uuid" : "2aa76c72-900c-3629-b58d-a6297fe94a1e",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/Sparkle.framework\/Versions\/B\/Sparkle",

"name" : "Sparkle",

"CFBundleVersion" : "2021"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374327296,

"CFBundleShortVersionString" : "1.0.0",

"CFBundleIdentifier" : "org.cocoapods.app-links",

"size" : 32768,

"uuid" : "aa6d0099-288e-3e24-8f23-c783ba01fece",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/app_links.framework\/Versions\/A\/app_links",

"name" : "app_links",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374441984,

"CFBundleShortVersionString" : "1.0.0",

"CFBundleIdentifier" : "org.cocoapods.app-menu",

"size" : 32768,

"uuid" : "3ef8b83c-6c93-3da8-b25b-4bf4e1848df5",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/app_menu.framework\/Versions\/A\/app_menu",

"name" : "app_menu",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374073344,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.auto-updater",

"size" : 49152,

"uuid" : "0c841a9e-9b2e-3e72-ab52-d900ddd70e30",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/auto_updater.framework\/Versions\/A\/auto_updater",

"name" : "auto_updater",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374859776,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.bitsdojo-window-macos",

"size" : 49152,

"uuid" : "133096db-2168-358f-8024-1b144b8c7233",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/bitsdojo_window_macos.framework\/Versions\/A\/bitsdojo_window_macos",

"name" : "bitsdojo_window_macos",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374556672,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.connectivity-plus",

"size" : 32768,

"uuid" : "447b9311-3571-331c-ab4a-c2bf171fb36a",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/connectivity_plus.framework\/Versions\/A\/connectivity_plus",

"name" : "connectivity_plus",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374220800,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.cursor",

"size" : 32768,

"uuid" : "c9142831-aabb-3567-8275-beef046a84a2",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/cursor.framework\/Versions\/A\/cursor",

"name" : "cursor",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4375388160,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.desktop-drop",

"size" : 49152,

"uuid" : "45e11475-08f2-3997-aa38-0a9a7a05f6a7",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/desktop_drop.framework\/Versions\/A\/desktop_drop",

"name" : "desktop_drop",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4375007232,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.file-selector-macos",

"size" : 65536,

"uuid" : "cfe373df-2097-3ea9-a08a-d7d6bc2c72d2",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/file_selector_macos.framework\/Versions\/A\/file_selector_macos",

"name" : "file_selector_macos",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4374704128,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.path-provider-foundation",

"size" : 32768,

"uuid" : "6f6bbf94-ca1b-3e4b-864b-5913222346f9",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/path_provider_foundation.framework\/Versions\/A\/path_provider_foundation",

"name" : "path_provider_foundation",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4375220224,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.platform-proxy",

"size" : 32768,

"uuid" : "17c186e4-0814-3768-bb89-1fbbfe4e628e",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/platform_proxy.framework\/Versions\/A\/platform_proxy",

"name" : "platform_proxy",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4376834048,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.restart",

"size" : 32768,

"uuid" : "e0be50fe-8578-3c61-86ed-af715b2f436a",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/restart.framework\/Versions\/A\/restart",

"name" : "restart",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4376948736,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.rich-clipboard-macos",

"size" : 49152,

"uuid" : "985b90c6-94e0-352f-b82c-a064d684d585",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/rich_clipboard_macos.framework\/Versions\/A\/rich_clipboard_macos",

"name" : "rich_clipboard_macos",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4400365568,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.rive-native",

"size" : 6488064,

"uuid" : "f4d52286-80dd-37ea-83f2-13fd53f591e1",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/rive_native.framework\/Versions\/A\/rive_native",

"name" : "rive_native",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4377112576,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.shared-preferences-foundation",

"size" : 49152,

"uuid" : "eebd85cf-d792-3bbd-8723-ed38e7cf0e46",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/shared_preferences_foundation.framework\/Versions\/A\/shared_preferences_foundation",

"name" : "shared_preferences_foundation",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4377260032,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.shortcuts",

"size" : 49152,

"uuid" : "1e1fb4a4-e931-39b4-bc8a-d72bbb3bcf98",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/shortcuts.framework\/Versions\/A\/shortcuts",

"name" : "shortcuts",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4377407488,

"CFBundleShortVersionString" : "0.0.1",

"CFBundleIdentifier" : "org.cocoapods.url-launcher-macos",

"size" : 49152,

"uuid" : "29758750-0524-3b90-9c2e-b773b8afe11a",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/url_launcher_macos.framework\/Versions\/A\/url_launcher_macos",

"name" : "url_launcher_macos",

"CFBundleVersion" : "1"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4377571328,

"CFBundleShortVersionString" : "1.0",

"CFBundleIdentifier" : "io.flutter.flutter-macos",

"size" : 12935168,

"uuid" : "4c4c44dc-5555-3144-a1cf-5e0bfa8e2346",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/FlutterMacOS.framework\/Versions\/A\/FlutterMacOS",

"name" : "FlutterMacOS",

"CFBundleVersion" : "1.0"

},

{

"source" : "P",

"arch" : "x86_64h",

"base" : 4465745920,

"size" : 53248,

"uuid" : "6cd1b595-3b5f-3166-9a4f-5abfb45b87eb",

"path" : "\/usr\/lib\/libobjc-trampolines.dylib",

"name" : "libobjc-trampolines.dylib"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 4658311168,

"CFBundleShortVersionString" : "1.0",

"CFBundleIdentifier" : "io.flutter.flutter.app",

"size" : 19251200,

"uuid" : "02408eb3-4d3b-3e58-ac61-bfbe6587f816",

"path" : "\/Applications\/Rive.app\/Contents\/Frameworks\/App.framework\/Versions\/A\/App",

"name" : "App",

"CFBundleVersion" : "1.0"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 5210374144,

"CFBundleShortVersionString" : "1.14",

"CFBundleIdentifier" : "com.apple.audio.units.Components",

"size" : 1331200,

"uuid" : "d45baf6b-bdb1-3f52-9b15-c055dd9f46b0",

"path" : "\/System\/Library\/Components\/CoreAudio.component\/Contents\/MacOS\/CoreAudio",

"name" : "CoreAudio",

"CFBundleVersion" : "1.14"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703225335808,

"size" : 245760,

"uuid" : "c214d771-f6a3-30be-b657-b4e0cb81c9df",

"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",

"name" : "libsystem_kernel.dylib"

},

{

"source" : "P",

"arch" : "x86_64h",

"base" : 140703226044416,

"CFBundleShortVersionString" : "6.9",

"CFBundleIdentifier" : "com.apple.CoreFoundation",

"size" : 4841443,

"uuid" : "404c409f-d28c-309d-ade3-f0ee6f1ca33d",

"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",

"name" : "CoreFoundation",

"CFBundleVersion" : "3302.1.400"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703418531840,

"CFBundleShortVersionString" : "2.1.1",

"CFBundleIdentifier" : "com.apple.HIToolbox",

"size" : 3002358,

"uuid" : "0d3fd4c1-55be-30b9-aa97-225609c52278",

"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",

"name" : "HIToolbox"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703286452224,

"CFBundleShortVersionString" : "6.9",

"CFBundleIdentifier" : "com.apple.AppKit",

"size" : 21999608,

"uuid" : "e3f76bb8-4950-3c7a-8aa7-8516a93aeeb9",

"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",

"name" : "AppKit",

"CFBundleVersion" : "2575.40.6"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703221850112,

"size" : 572544,

"uuid" : "f2913392-361a-304f-b30d-486be5639e2d",

"path" : "\/usr\/lib\/dyld",

"name" : "dyld"

},

{

"size" : 0,

"source" : "A",

"base" : 0,

"uuid" : "00000000-0000-0000-0000-000000000000"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703225581568,

"size" : 49152,

"uuid" : "2b452c39-67e1-3f73-87ca-5e07d5f1e90d",

"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",

"name" : "libsystem_pthread.dylib"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703224725504,

"size" : 511996,

"uuid" : "8323bbd6-c37a-33d4-bd4e-d12bc3b17415",

"path" : "\/usr\/lib\/libc++.1.dylib",

"name" : "libc++.1.dylib"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703414378496,

"CFBundleShortVersionString" : "1.0",

"CFBundleIdentifier" : "com.apple.audio.caulk",

"size" : 147456,

"uuid" : "f63e19d9-7ba1-3630-95cc-64ebd540564c",

"path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",

"name" : "caulk"

},

{

"source" : "P",

"arch" : "x86_64",

"base" : 140703385378816,

"CFBundleShortVersionString" : "1.8",

"CFBundleIdentifier" : "com.apple.CoreVideo",

"size" : 344052,

"uuid" : "4c43d0cb-212f-3d44-a845-946c57af1251",

"path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",

"name" : "CoreVideo",

"CFBundleVersion" : "672.10"

}

],

"sharedCache" : {

"base" : 140703221100544,

"size" : 25769803776,

"uuid" : "c831b32d-ac59-39e3-bf9c-2a9d43d3d5a3"

},

"legacyInfo" : {

"threadTriggered" : {

"name" : "io.flutter.ui"

}

},

"logWritingSignature" : "26a5499a3583dc95fb8a643bed831477ca6070b8",

"trialInfo" : {

"rollouts" : [

{

"rolloutId" : "5f72dc58705eff005a46b3a9",

"factorPackIds" : {

},

"deploymentId" : 240000015

},

{

"rolloutId" : "67181b10c68c361a728c7cfa",

"factorPackIds" : {

},

"deploymentId" : 240000004

}

],

"experiments" : [

]

}

}

Model: iMacPro1,1, BootROM 2069.80.3.0.0 (iBridge: 22.16.13051.0.0,0), 18 processors, 18-Core Intel Xeon W, 2.3 GHz, 256 GB, SMC

Graphics: Radeon Pro Vega 64X, Radeon Pro Vega 64X, PCIe, 16 GB

Display: iMac, Retina 5K (5120 x 2880), Main, MirrorOff, Online

Memory Module: NODE 1/CPU1_DIMM_A0, 64 GB, DDR4, 2666 MHz, Micron, 72ASS8G72LZ-2G9D3

Memory Module: NODE 1/CPU1_DIMM_B0, 64 GB, DDR4, 2666 MHz, Micron, 72ASS8G72LZ-2G9D3

Memory Module: NODE 1/CPU1_DIMM_C0, 64 GB, DDR4, 2666 MHz, Micron, 72ASS8G72LZ-2G9D3

Memory Module: NODE 1/CPU1_DIMM_D0, 64 GB, DDR4, 2666 MHz, Micron, 72ASS8G72LZ-2G9D3

AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 26 2024 22:09:35 version 9.30.514.0.32.5.94 FWID 01-47278712

AirPort:

Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports

Network Service: Ethernet, Ethernet, en0

Network Service: Wi-Fi, AirPort, en1

USB Device: PSSD T7

USB Device: PSSD T7

USB Device: USB30Bus

USB Device: Magic Trackpad

USB Device: HP LaserJet M14-M17

USB Device: T2Bus

USB Device: Headset

USB Device: Ambient Light Sensor

USB Device: FaceTime HD Camera (Built-in)

USB Device: Apple T2 Controller

Thunderbolt Bus: iMac Pro, Apple Inc., 41.5

Thunderbolt Bus: iMac Pro, Apple Inc., 41.5

0 replies
9d ago

Animate offset property on dashed stroke

Animating this seems to disable its visibility in the publish or share window.

3 replies
V
15d ago

Redundant embedded fonts

I have a file I created by first importing Figma frames (without outlined text.) Now I have a 5MB file with 6 fonts showing up in the assets panel which are all same (Inter). I tried exporting them as referenced fonts which helps, but the file is to be used with Webflow and there is no clue about using the assetLoader with Webflow for loading assets.

I'm using Macbook Air M2 (2022) 16GB RAM, 512GB SSD. Rive version BETA 0.8.2409 R.

Here's a Drive folder which has the Rive backup file and a screenshot of the issue https://drive.google.com/drive/folders/1SPkBlzFtVv9WmvAuYkBIkBkUo61h92sl?usp=sharing

Also, why is there no option to included screenshots and a backup file to support the thread xO?

1 reply
J
21d ago

bug with `rive.stateMachineInputs` method in Web (JS/React) Runtime SDK

In a React 18 app I am not able to get a useful result from calling rive.stateMachineInputs(stateMachineName) .

I am using @rive-app/react-canvas and have tested versions "4.17.8" and "4.17.10" (latest as of Jan 31, 2025).

In the SDK source, I noticed the syntax for stateMachineInputs was different than another method which is working fine, stateMachineNames . There is no get specified for stateMachineInputs . Could this be the reason for the bug?

The nature of the bug actually crashes in the vite (5.4.11) dev server, but only returns undefined in production builds.

Update 1: A code example demonstrating the issue:
Update 2: It's fixed! Before reading the inputs, I needed to activate the state machine by passing its name to the rive react component.
Update 3: It stopped working!?

4 replies
S
22d ago

Timeline not rendering

When attempting to render my "main timeline", the render is placed in the queue, has reached almost 5% and then disappears from the queue and from completed. I don't get an error message nor can I see what is happening with the render. Is there a way to send you my backup file. I can't seem to upload it here.

Thanks

2 replies
K
22d ago

DEL Button not working

The app isn't responding to DEL button for deleteing elements. This is happening after the recent update

3 replies