1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
|
Zoom launch fails 2023
This has been an issue for quite a while now, but there was a workaround which I will explain below.
To reproduce: (assuming pi-apps is installed on an ARM64 OS - I'm using the 4k pagesize kernel on a Pi5 running PiOS Bookworm)
```
~/pi-apps/manage install 'Zoom'
export BOX64_LD_LIBRARY_PATH="${BOX64_LD_LIBRARY_PATH}:${HOME}/zoom/Qt/lib:${HOME}/zoom/cef:${HOME}/zoom/x64_libs"
cd ~/zoom
box64 ./zoom --no-sandbox
```
The output: (click to expand)
<details>
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Params database has 44 entries
Box64 with Dynarec v0.2.7 cb63cdcd built on Dec 26 2023 06:17:19
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 53 Env var
BOX64 LIB PATH: /home/pi/zoom/Qt/lib/:/home/pi/zoom/cef/:/home/pi/zoom/x64_libs/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/home/pi/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
Looking for ./zoom
Zoom detected, Trying to use system libturbojpeg if possible
argv[1]="--no-sandbox"
Rename process to "zoom"
Using emulated /home/pi/zoom/cef/libcef.so
libcef detected, using malloc_hack_2
Using emulated /home/pi/zoom/cef/libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libxcb-xfixes.so.0
Using native(wrapped) libxcb-shape.so.0
Using native(wrapped) libxcb-shm.so.0
Using native(wrapped) libxcb-randr.so.0
Using native(wrapped) libxcb-image.so.0
Using native(wrapped) libxcb-keysyms.so.1
Using native(wrapped) libxcb-xtest.so.0
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgbm.so.1
Using native(wrapped) libdrm.so.2
Using native(wrapped) libdbus-1.so.3
Using emulated /home/pi/zoom/Qt/lib/libQt5QuickWidgets.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Quick.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Svg.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Widgets.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5X11Extras.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Gui.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Qml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Network.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5DBus.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Xml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Core.so.5
Using native(wrapped) libGL.so.1
Using native(wrapped) libpthread.so.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libcups.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libasound.so.2
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e50 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e80 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c9151e8 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916498 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916640 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916648 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916650 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916658 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c917780 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Weak Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b338 (0xc12bdd6)
Warning: Weak Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b360 (0xc12be26)
Warning: Weak Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b480 (0xc12c066)
Warning: Weak Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b520 (0xc12c1a6)
Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b898 (0xc12c896)
Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a0 (0xc12c8a6)
Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a8 (0xc12c8b6)
Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8b0 (0xc12c8c6)
Warning: Weak Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91c498 (0xc12e096)
Using emulated /home/pi/zoom/Qt/lib/libQt5QmlModels.so.5
Using native(wrapped) libz.so.1
Using native(wrapped) libgssapi_krb5.so.2
Using emulated /home/pi/zoom/Qt/lib/libicui18n.so.56
Using emulated /home/pi/zoom/Qt/lib/libicuuc.so.56
Using emulated /home/pi/zoom/Qt/lib/libicudata.so.56
Using native(wrapped) libgthread-2.0.so.0
Warning: Global Symbol _ZN9__gnu_cxx21zoneinfo_dir_overrideEv not found, cannot apply R_X86_64_GLOB_DAT @0x3f1924e268 ((nil)) in /lib/x86_64-linux-gnu/libstdc++.so.6
Warning: Global Symbol _ZTHN4absl13cord_internal17cordz_next_sampleE not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4790 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_dump not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4ea8 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_flush not found, cannot apply R_X86_64_GLOB_DAT @0x10bdede98 ((nil)) in /home/pi/zoom/zoom
Error: Symbol getservbyname_r not found, cannot apply R_X86_64_JUMP_SLOT @0x10bddde38 (0x7d8916) in /home/pi/zoom/zoom
Look for pthread_yield in loaded elfs
Found symbol with version GLIBC_2.17, value = 0x7f8e890bc0
No PulseAudio daemon running, or not running as session daemon.
Class App Lib Possible Culprit Flags
resip::Connection 656 656
resip::Data 36 36
resip::DnsResult 1080 1080
resip::Headers 1 1
resip::MsgHeaderScanner 40 40
resip::SipMessage 5224 5224
resip::TransportSelector 896 896
resip::Tuple 128 128
resip::UdpTransport 1144 1144
resip::GenericIPAddress 28 28
zoom started.
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Params database has 44 entries
Box64 with Dynarec v0.2.7 cb63cdcd built on Dec 26 2023 06:17:19
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 53 Env var
BOX64 LIB PATH: /home/pi/zoom/Qt/lib/:/home/pi/zoom/cef/:/home/pi/zoom/x64_libs/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/home/pi/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
Looking for /home/pi/zoom/zoom
Zoom detected, Trying to use system libturbojpeg if possible
argv[1]="--type=zygote"
argv[2]="--no-zygote-sandbox"
argv[3]="--disable-seccomp-filter-sandbox"
argv[4]="--no-sandbox"
argv[5]="--locales-dir-path=/home/pi/zoom/cef/locales"
argv[6]="--log-severity=error"
argv[7]="--resources-dir-path=/home/pi/zoom/cef"
argv[8]="--user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.190 Safari/537.36"
argv[9]="--lang=en-US"
argv[10]="--user-data-dir=/home/pi/.zoom/data/cefcache"
argv[11]="--log-file=/home/pi/.zoom/data/cefcache/cef.log"
argv[12]="--bridge-obj-name=CefViewClient"
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Rename process to "zoom"
Running on Cortex-A76 with 4 Cores
Params database has 44 entries
Box64 with Dynarec v0.2.7 cb63cdcd built on Dec 26 2023 06:17:19
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 53 Env var
BOX64 LIB PATH: /home/pi/zoom/Qt/lib/:/home/pi/zoom/cef/:/home/pi/zoom/x64_libs/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/home/pi/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
Looking for /home/pi/zoom/zoom
Zoom detected, Trying to use system libturbojpeg if possible
argv[1]="--type=zygote"
argv[2]="--disable-seccomp-filter-sandbox"
argv[3]="--no-sandbox"
argv[4]="--locales-dir-path=/home/pi/zoom/cef/locales"
argv[5]="--log-severity=error"
argv[6]="--resources-dir-path=/home/pi/zoom/cef"
argv[7]="--user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.190 Safari/537.36"
argv[8]="--lang=en-US"
argv[9]="--user-data-dir=/home/pi/.zoom/data/cefcache"
argv[10]="--log-file=/home/pi/.zoom/data/cefcache/cef.log"
argv[11]="--bridge-obj-name=CefViewClient"
Rename process to "zoom"
Using emulated /home/pi/zoom/cef/libcef.so
libcef detected, using malloc_hack_2
Using emulated /home/pi/zoom/cef/libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libxcb-xfixes.so.0
Using native(wrapped) libxcb-shape.so.0
Using native(wrapped) libxcb-shm.so.0
Using native(wrapped) libxcb-randr.so.0
Using native(wrapped) libxcb-image.so.0
Using native(wrapped) libxcb-keysyms.so.1
Using native(wrapped) libxcb-xtest.so.0
Using emulated /home/pi/zoom/cef/libcef.so
libcef detected, using malloc_hack_2
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXext.so.6
Using emulated /home/pi/zoom/cef/libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libxcb.so.1
Using native(wrapped) libxcb-xfixes.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libxcb-shape.so.0
Using native(wrapped) libxcb-shm.so.0
Using native(wrapped) libxcb-randr.so.0
Using native(wrapped) libgbm.so.1
Using native(wrapped) libdrm.so.2
Using native(wrapped) libxcb-image.so.0
Using native(wrapped) libxcb-keysyms.so.1
Using native(wrapped) libxcb-xtest.so.0
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libdbus-1.so.3
Using emulated /home/pi/zoom/Qt/lib/libQt5QuickWidgets.so.5
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using emulated /home/pi/zoom/Qt/lib/libQt5Quick.so.5
Using native(wrapped) libgbm.so.1
Using native(wrapped) libdrm.so.2
Using native(wrapped) libdbus-1.so.3
Using emulated /home/pi/zoom/Qt/lib/libQt5QuickWidgets.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Quick.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Svg.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Widgets.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Svg.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Widgets.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5X11Extras.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5X11Extras.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Gui.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Gui.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Qml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Qml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Network.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Network.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5DBus.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5DBus.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Xml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Xml.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Core.so.5
Using emulated /home/pi/zoom/Qt/lib/libQt5Core.so.5
Using native(wrapped) libGL.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) libGL.so.1
Using native(wrapped) libpthread.so.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libnss3.so
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libcups.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libcups.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libexpat.so.1
Using native(wrapped) libxkbcommon.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libasound.so.2
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libasound.so.2
Using native(wrapped) libatspi.so.0
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e50 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e80 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c9151e8 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916498 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e50 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916640 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c913e80 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916648 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916650 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c9151e8 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916658 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916498 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c917780 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916640 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916648 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916650 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c916658 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Global Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_GLOB_DAT @0x3f0c917780 ((nil)) in /home/pi/zoom/cef/libcef.so
Warning: Weak Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b338 (0xc12bdd6)
Warning: Weak Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b360 (0xc12be26)
Warning: Weak Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b480 (0xc12c066)
Warning: Weak Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b520 (0xc12c1a6)
Warning: Weak Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b338 (0xc12bdd6)
Warning: Weak Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b360 (0xc12be26)
Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b898 (0xc12c896)
Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a0 (0xc12c8a6)
Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a8 (0xc12c8b6)
Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8b0 (0xc12c8c6)
Warning: Weak Symbol _ZTHN10openscreen8internal20ScopedTraceOperation7traces_E not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b480 (0xc12c066)
Warning: Weak Symbol _ZTHN15partition_alloc8internal14g_thread_cacheE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b520 (0xc12c1a6)
Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b898 (0xc12c896)
Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a0 (0xc12c8a6)
Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8a8 (0xc12c8b6)
Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91b8b0 (0xc12c8c6)
Warning: Weak Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91c498 (0xc12e096)
Warning: Weak Symbol _ZTHN3re25hooks7contextE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f0c91c498 (0xc12e096)
Using emulated /home/pi/zoom/Qt/lib/libQt5QmlModels.so.5
Using native(wrapped) libz.so.1
Using native(wrapped) libgssapi_krb5.so.2
Using emulated /home/pi/zoom/Qt/lib/libQt5QmlModels.so.5
Using emulated /home/pi/zoom/Qt/lib/libicui18n.so.56
Using native(wrapped) libz.so.1
Using native(wrapped) libgssapi_krb5.so.2
Using emulated /home/pi/zoom/Qt/lib/libicui18n.so.56
Using emulated /home/pi/zoom/Qt/lib/libicuuc.so.56
Using emulated /home/pi/zoom/Qt/lib/libicudata.so.56
Using native(wrapped) libgthread-2.0.so.0
Using emulated /home/pi/zoom/Qt/lib/libicuuc.so.56
Using emulated /home/pi/zoom/Qt/lib/libicudata.so.56
Using native(wrapped) libgthread-2.0.so.0
Warning: Global Symbol _ZN9__gnu_cxx21zoneinfo_dir_overrideEv not found, cannot apply R_X86_64_GLOB_DAT @0x3f1924e268 ((nil)) in /lib/x86_64-linux-gnu/libstdc++.so.6
Warning: Global Symbol _ZN9__gnu_cxx21zoneinfo_dir_overrideEv not found, cannot apply R_X86_64_GLOB_DAT @0x3f1924e268 ((nil)) in /lib/x86_64-linux-gnu/libstdc++.so.6
Warning: Global Symbol _ZTHN4absl13cord_internal17cordz_next_sampleE not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4790 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_dump not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4ea8 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_flush not found, cannot apply R_X86_64_GLOB_DAT @0x10bdede98 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol _ZTHN4absl13cord_internal17cordz_next_sampleE not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4790 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_dump not found, cannot apply R_X86_64_GLOB_DAT @0x10bde4ea8 ((nil)) in /home/pi/zoom/zoom
Warning: Global Symbol __gcov_flush not found, cannot apply R_X86_64_GLOB_DAT @0x10bdede98 ((nil)) in /home/pi/zoom/zoom
Error: Symbol getservbyname_r not found, cannot apply R_X86_64_JUMP_SLOT @0x10bddde38 (0x7d8916) in /home/pi/zoom/zoom
Error: Symbol getservbyname_r not found, cannot apply R_X86_64_JUMP_SLOT @0x10bddde38 (0x7d8916) in /home/pi/zoom/zoom
Look for pthread_yield in loaded elfs
Found symbol with version GLIBC_2.17, value = 0x7f85d50bc0
Look for pthread_yield in loaded elfs
Found symbol with version GLIBC_2.17, value = 0x7fb63d0bc0
No PulseAudio daemon running, or not running as session daemon.
No PulseAudio daemon running, or not running as session daemon.
Class App Lib Possible Culprit Flags
resip::Connection 656 656
resip::Data 36 36
resip::DnsResult 1080 1080
resip::Headers 1 1
resip::MsgHeaderScanner 40 40
resip::SipMessage 5224 5224
resip::TransportSelector 896 896
resip::Tuple 128 128
resip::UdpTransport 1144 1144
resip::GenericIPAddress 28 28
Class App Lib Possible Culprit Flags
resip::Connection 656 656
resip::Data 36 36
resip::DnsResult 1080 1080
resip::Headers 1 1
resip::MsgHeaderScanner 40 40
resip::SipMessage 5224 5224
resip::TransportSelector 896 896
resip::Tuple 128 128
resip::UdpTransport 1144 1144
resip::GenericIPAddress 28 28
zoom started.
zoom started.
Using emulated /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc60 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc68 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc70 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc78 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd310 (0x10c5636)
Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd318 (0x10c5646)
Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd320 (0x10c5656)
Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd328 (0x10c5666)
Using emulated /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc60 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc68 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc70 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x3f210ccc78 ((nil)) in /home/pi/.zoom/data/cefcache/WidevineCdm/4.10.2710.0/_platform_specific/linux_x64/libwidevinecdm.so
Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd310 (0x10c5636)
Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd318 (0x10c5646)
Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd320 (0x10c5656)
Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x3f210cd328 (0x10c5666)
Using native(wrapped) libudev.so.1
Using native(wrapped) libpci.so.3
Using emulated /home/pi/zoom/cef/libGLESv2.so
Warning: Global Symbol _ZTHN2gl20gCurrentValidContextE not found, cannot apply R_X86_64_GLOB_DAT @0x3f25612f68 ((nil)) in /home/pi/zoom/cef/libGLESv2.so
Warning: Global Symbol _ZTHN3egl14gCurrentThreadE not found, cannot apply R_X86_64_GLOB_DAT @0x3f25612f98 ((nil)) in /home/pi/zoom/cef/libGLESv2.so
Warning: Weak Symbol _ZTHN2gl20gCurrentValidContextE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f25613038 (0x5dc756)
Warning: Weak Symbol _ZTHN3egl14gCurrentThreadE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f25613510 (0x5dd106)
Using emulated /home/pi/zoom/cef/libEGL.so
Using native(wrapped) libvulkan.so
Using native(wrapped) libX11-xcb.so.1
Client: Breakpad is using Single Client Mode! client fd = -1
Using emulated /home/pi/zoom/Qt/plugins/platforms/libqwayland-generic.so
Using emulated /home/pi/zoom/Qt/plugins/platforms/../../lib/libQt5WaylandClient.so.5
Using native(wrapped) libwayland-cursor.so.0
Using native(wrapped) libwayland-client.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpci.so.3
538235|SIGILL @0x3f2109e290 (???(0x3f2109e290)) (x64pc=0x380140/???:"???", rsp=0x10cfce4f8, stack=0x10c7d0000:0x10cfd0000 own=(nil) fp=0x79e63c90), for accessing 0x3f2109e290 (code=1/prot=45), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=0x1065d6a20
RSP-0x20:0x0000000079e63c90 RSP-0x18:0x0000000079b1ed10 RSP-0x10:0x00000000799f7aa0 RSP-0x08:0x00000000000001ea
RSP+0x00:0x0000003f21075fb2 RSP+0x08:0x000000010cfce530 RSP+0x10:0x0000000079b1ed10 RSP+0x18:0x0000000079e54210
RAX:0x0000000000000000 RCX:0x0000000000000000 RDX:0x0000000000000000 RBX:0x0000000079e54200
RSP:0x000000010cfce4f8 RBP:0x0000000079e63c90 RSI:0x0000000035828ee8 RDI:0x0000000079e54480
R8:0x0000000000000001 R9:0x0000000074cd8bb8 R10:0x000000007994d48a R11:0x0000003f1843da40
R12:0x0000000079b1ed10 R13:0x0000000079e54210 R14:0x0000003f139e58e0 R15:0x000000010cfce730
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 opcode=41 57 41 56 49 89 CF 41 (CC 53 43 B0 15)
Using native(wrapped) libva.so.2
Using native(wrapped) libva-x11.so.2
Using native(wrapped) libva-drm.so.2
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
538235|Double SIGILL (code=1, pc=0x3f2109e290, addr=0x3f2109e290, prot=45)!
538442|BOX64: Warning, calling Signal 4 function handler SIG_DFL
Unhandled signal caught, aborting
NativeBT: ./zoom() [0x34a1166c]
NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0x7f8e96f7bc]
NativeBT: /lib/aarch64-linux-gnu/libc.so.6(+0x809d0) [0x7f8e7e09d0]
NativeBT: /lib/aarch64-linux-gnu/libc.so.6(gsignal+0x1c) [0x7f8e79a76c]
NativeBT: /lib/aarch64-linux-gnu/libc.so.6(abort+0xf0) [0x7f8e7874bc]
NativeBT: ./zoom() [0x34a0fde4]
NativeBT: ./zoom() [0x34a104b4]
NativeBT: ./zoom() [0x34a12194]
NativeBT: [0x7f8827c538]
EmulatedBT: /home/pi/zoom/cef/libcef.so+61723ad [0x3f061723ad]
EmulatedBT: /home/pi/zoom/cef/libcef.so+61723b9 [0x3f061723b9]
EmulatedBT: /home/pi/zoom/cef/libcef.so+6057b98 [0x3f06057b98]
EmulatedBT: /home/pi/zoom/cef/libcef.so+605784f [0x3f0605784f]
EmulatedBT: /home/pi/zoom/cef/libcef.so+5f8c3fd [0x3f05f8c3fd]
EmulatedBT: ??? [0x10f36ead0]
EmulatedBT: ??? [(nil)]
538442|SIGABRT @0x7f8e7e09d0 (???(/lib/aarch64-linux-gnu/libc.so.6+0x809d0)) (x64pc=0x3f061723ad//home/pi/zoom/cef/libcef.so:"???", rsp=0x10f36e378, stack=0x10eb70000:0x10f370000 own=0x10eb70000 fp=0x10f36e9d0), for accessing 0x3e80008367b (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
RSP-0x20:0xaaaaaaaaaaaaaaaa RSP-0x18:0xaaaaaaaaaaaaaaaa RSP-0x10:0xaaaaaaaaaaaaaaaa RSP-0x08:0xaaaaaaaaaaaaaaaa
RSP+0x00:0xaaaaaaaaaaaaaaaa RSP+0x08:0xaaaaaaaaaaaaaaaa RSP+0x10:0xaaaaaaaaaaaaaaaa RSP+0x18:0xaaaaaaaa00000002
RAX:0x000000015de2b240 RCX:0x0000000000000000 RDX:0x0000000000000000 RBX:0x000000015de2b240
RSP:0x000000010f36e378 RBP:0x000000010f36e9d0 RSI:0x000000015de2b240 RDI:0x000000010f36e9c8
R8:0x0000000000000000 R9:0x0000000000000000 R10:0xffffffff88df587f R11:0x000000007720a788
R12:0x0000000000000000 R13:0x000000000000000f R14:0x0000003f0c34c7b0 R15:0x000000015de2b240
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053
Aborted
pi@raspberrypi:~/zoom $
```
</details>
The workaround: It seems that I encountered this issue long ago, but at the time it was easily solved by launching Zoom with this command instead: `box64 ./ZoomLauncher`. However, `box64 ./ZoomLauncher` no longer works: after a small amount of output, it will exit back to the command line without any error or non-zero exit code.
Here is the output from running `box64 ./ZoomLauncher`:
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Params database has 44 entries
Box64 with Dynarec v0.2.7 cb63cdcd built on Dec 26 2023 06:17:19
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 53 Env var
BOX64 LIB PATH: /home/pi/zoom/Qt/lib/:/home/pi/zoom/cef/:/home/pi/zoom/x64_libs/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/home/pi/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
Looking for ./ZoomLauncher
Rename process to "ZoomLauncher"
Using native(wrapped) libpthread.so.0
Using native(wrapped) libglib-2.0.so.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using native(wrapped) libm.so.6
Warning: Global Symbol _ZN9__gnu_cxx21zoneinfo_dir_overrideEv not found, cannot apply R_X86_64_GLOB_DAT @0x3f0024e268 ((nil)) in /lib/x86_64-linux-gnu/libstdc++.so.6
```
TL;DR Zoom cannot launch anymore. I am unsure if a box64 update broke functionality, or if an update to Zoom is the cause of the issue. I am hoping that with this information, you @ptitSeb can find an easy fix.
|