Zoom Join Meeting crashing in version 5.12.0-2.11229 and above

Hi Team,

I am using method zoommeeting.JoinMeetingWithoutLogin to join meeting.
The code signed build for macOS is crashing when join meeting method is called. The crash is seen in versions v5.12.0-2.11229 and above.

Before upgrading Zoom SDK version Previous version I was using is v5.10.3.6470, v5.11.11.10564 the same scenario is working fine.

Which Electron Meeting SDK version?
Electron version v19.0.0
Node Js version v18.12.0
electron-builder version v23.6.0
macOS version macOS 11.2.3
Processor 8-Core Intel Core i9

To Reproduce
Steps to reproduce the behavior:

  1. Create a Release code signed build with electron-builder
  2. Join meeting without login

Application Crash with log below

Date/Time: 2023-01-12 17:02:37.790 +0530
OS Version: macOS 11.2.3 (20D91)
Report Version: 12
Bridge OS Version: 5.2 (18P4347)
Time Awake Since Boot: 130000 seconds
System Integrity Protection: enabled
Crashed Thread: 57 Dispatch queue: com.apple.root.default-qos
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Thread 57 Crashed:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x00007fff204f7792 __abort_with_payload + 10
1 libsystem_kernel.dylib 0x00007fff204f91d9 abort_with_payload_wrapper_internal + 80
2 libsystem_kernel.dylib 0x00007fff204f920b abort_with_payload + 9
3 com.apple.TCC 0x00007fff24d6d1b4 TCC_CRASHING_DUE_TO_PRIVACY_VIOLATION + 163
4 com.apple.TCC 0x00007fff24d6d9e6 __TCCAccessRequest_block_invoke.128 + 498
5 com.apple.TCC 0x00007fff24d6b60a __tccd_send_message_block_invoke + 573
6 libxpc.dylib 0x00007fff2024eab8 _xpc_connection_reply_callout + 36
7 libxpc.dylib 0x00007fff2024ea40 _xpc_connection_call_reply_async + 69
8 libdispatch.dylib 0x00007fff2035f831 _dispatch_client_callout3 + 8
9 libdispatch.dylib 0x00007fff20378010 _dispatch_mach_msg_async_reply_invoke + 375
10 libdispatch.dylib 0x00007fff2036f564 _dispatch_kevent_worker_thread + 1390
11 libsystem_pthread.dylib 0x00007fff205074e1 _pthread_wqthread + 386
12 libsystem_pthread.dylib 0x00007fff20506467 start_wqthread + 15

NOTE:
This problem is replicated every time after creating the release build running directly without code signing the same is working fine.

Thanks,
Nirav Desai

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.