Coder Social home page Coder Social logo

freifunkmuc / jitsi-meet-electron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jitsi/jitsi-meet-electron

26.0 5.0 10.0 6.93 MB

Jitsi Meet desktop application powered by :electron:

License: Apache License 2.0

JavaScript 99.77% HTML 0.23%
hacktoberfest

jitsi-meet-electron's Introduction

Freifunk Meet Electron

Desktop application for [Jitsi] built with Electron.

Features

  • End-to-End Encryption support (BETA)
  • Works with any Jitsi Meet deployment
  • Builtin auto-updates
  • Screensharing (Windows, Mac, X11 only. Not supported under Wayland, see known issues below)
  • Remote control (currently disabled due to security issues)
  • Always-On-Top window
  • Support for deeplinks such as jitsi-meet://myroom (will open myroom on the configured Jitsi instance) or jitsi-meet://jitsi.mycompany.com/myroom (will open myroom on the Jitsi instance running on jitsi.mycompany.com)

Installation

Download our latest release and you're off to the races!

Windows macOS GNU/Linux (AppImage) GNU/Linux (Deb)
Download Download x64_64 arm64 x86_64 arm64

NOTE: The GNU/Linux builds are 64-bit only.

WinGet (Windows)

For Windows user, you can install the application using the following command in PowerShell:

winget install --id freifunkMUC.FreifunkMeet

Homebrew (macOS)

For macOS user, you can install the application using the following command:

brew install --cask freifunkMUC/freifunkmeet/freifunk-meet

Development

If you want to hack on this project, here is how you do it.

Show building instructions

Installing dependencies

Install Node.js 16 first (or if you use nvm, switch to Node.js 16 by running nvm use).

Extra dependencies for Windows
npm install --global --production windows-build-tools
Extra dependencies for GNU/Linux

X11, PNG, and zlib development packages are necessary. On Debian-like systems, they can be installed as follows:

sudo apt install libx11-dev zlib1g-dev libpng-dev libxtst-dev

Install all required packages:

npm install

Starting in development mode

npm start

The debugger tools are available when running in dev mode, and can be activated with keyboard shortcuts as defined here.

They can also be displayed automatically with the application --show-dev-tools command line flag, or with the SHOW_DEV_TOOLS environment variable as shown:

SHOW_DEV_TOOLS=true npm start

Building the production distribution

npm run dist

Working with jitsi-meet-electron-sdk

jitsi-meet-electron-sdk is a helper package which implements many features such as remote control and the always-on-top window. If new features are to be added or tested, running with a local version of these utils is very handy.

By default, the @jitsi/electron-sdk is build from npm. The default dependency path in package.json is:

"@jitsi/electron-sdk": "^3.0.0"

To work with a local copy, you must change the path to:

"@jitsi/electron-sdk": "file:///Users/name/jitsi-meet-electron-sdk-copy",

To build the project, you must force it to take the sources, as npm update will not do it.

npm install @jitsi/electron-sdk --force

NOTE: Also check the jitsi-meet-electron-sdk README to see how to configure your environment.

Publishing

  1. Create release branch: git checkout -b release-1-2-3, replacing 1-2-3 with the desired release version
  2. Increment the version: npm version patch, replacing patch with minor or major as required
  3. Push release branch to github: git push -u origin release-1-2-3
  4. Create PR: gh pr create
  5. Once PR is reviewed and ready to merge, create draft Github release: gh release create v1.2.3 --draft --title 1.2.3, replacing v1.2.3 and 1.2.3 with the desired release version
  6. Merge PR
  7. Github action will build binaries and attach to the draft release
  8. Test binaries from draft release
  9. If all tests are fine, publish draft release

Known issues

Windows

A warning that the app is unsigned will show up upon first install. This is expected.

macOS

On macOS Catalina, a warning will be displayed on first install. The app won't open unless "open" is pressed. This dialog is only shown once.

GNU/Linux

  • If you can't execute the file directly after downloading it, try running chmod u+x ./jitsi-meet-x86_64.AppImage

  • Under wayland, screensharing is currently buggy:

    • Sharing a full screen is not possible
    • When trying to start screensharing under wayland, 2 permission popups will show up. First a pipewire based system selector, then a jitsi internal selector. Select an application window in the first selector and then the same in the jitsi internal selector. Sharing application windows works via this, sharing a full screen unfortunately not.
  • On Ubuntu 22.04, the AppImage will fail with a fuse error (as the AppImage uses libfuse2, while 22.04 comes with libfuse3 by default):

    dlopen(): error loading libfuse.so.2
    

    To fix this, install libfuse2 as follows:

    sudo apt install libfuse2
    
  • If you experience a blank page after jitsi server upgrades, try removing the local cache files:

    rm -rf ~/.config/Jitsi\ Meet/
    
NOTE for old GNU/Linux distributions

You might get the following error:

FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your
distribution maintainer.

If you do, please install NSS (example for Debian or Ubuntu):

sudo apt-get install libnss3

Translations

The JSON files are for all the strings inside the application, and can be translated here.

New translations require the addition of a line in index.js.

Localize desktop file on linux requires the addition of a line in package.json. Please search for Comment[hu] as an example to help add your translation of the English string Jitsi Meet Desktop App for your language.

License

Apache 2. See the LICENSE file.

Community

Jitsi is built by a large community of developers. If you want to participate, please join the community forum.

jitsi-meet-electron's People

Contributors

akshitkrnagpal avatar andrei-gavrilescu avatar ark74 avatar awlx avatar csett86 avatar damencho avatar dependabot[bot] avatar emcho avatar gabiborlea avatar goliathlabs avatar horymury avatar hristoterezov avatar imdatceleste avatar jallamsetty1 avatar jrie avatar kempu avatar kovalevartem avatar krombel avatar miwie avatar ovari avatar quitrk avatar rogeriomq avatar rudrasen2 avatar saghul avatar shinice avatar t0biii avatar tallted avatar thttg avatar ujdhesa avatar virtuacoplenny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jitsi-meet-electron's Issues

Errors w/ sleep on Mac popped up again

I know you fixed something around this, but @zagy just got this on 2.0.4:

Uncaught Exception:
Error: Object has been destroyed
    at PowerMonitor.<anonymous> (/Applications/FreifunkMeet.app/Contents/Resources/app.asar/node_modules/jitsi-meet-electron-utils/powermonitor/main.js:22:29)
    at PowerMonitor.emit (events.js:210:5)

app.allowRendererProcessReuse is deprecated in Electron 9 Trisquel_etiona/Ubuntu_18.04

Hi, every time I run the app, I get this error. Is it a problem with the program or the distribution? It also refers to this issue.
Sorry, but I don't have enough knowledge.

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397

electron/electron#18397

copy/paste link no longer working

Hi again,

Since I compiled the latest version earlier today everything is working fine except for copy/pasting the meeting link.

Just as before, when you click to share the link it turns green and says link copied.

But then when you go to paste the link the clipboard is empty.

Tested on windows 10 and Macbook pro running Big Sur. Perhaps electron 12 introduced some change?

macOS: helper crash, no way to ask for camera permissions

I don't see a way to give the app camera permissions on macOS. It doesn't ask, just complain. It doesn't appear in the privacy settings with a checkmark that I could check or anything.

Crash:
Process: FreifunkMeet Helper (Plugin) [43599]
Path: /Applications/FreifunkMeet.app/Contents/Frameworks/FreifunkMeet Helper (Plugin).app/Contents/MacOS/FreifunkMeet Helper (Plugin)
Identifier: FreifunkMeet Helper (Plugin)
Version: 2.0.11
Code Type: X86-64 (Native)
Parent Process: FreifunkMeet [43520]
Responsible: FreifunkMeet [43520]
User ID: 501

Date/Time: 2020-05-20 17:44:18.233 +0200
OS Version: Mac OS X 10.15.4 (19E287)
Report Version: 12
Bridge OS Version: 4.4 (17P4281)
Anonymous UUID: 25720A49-0E1F-1028-0A95-AF0A739D5C54

Time Awake Since Boot: 440000 seconds

System Integrity Protection: enabled

Crashed Thread: 1 Dispatch queue: com.apple.root.default-qos

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

Termination Reason: Namespace TCC, Code 0x0

Thread 0:: CrUtilityMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff673ee836 __open_nocancel + 10
1 libsystem_c.dylib 0x00007fff673250a9 __opendir2$INODE64 + 49
2 com.apple.CoreFoundation 0x00007fff2d2f92a6 _CFIterateDirectory + 80
3 com.apple.CoreFoundation 0x00007fff2d2f8ef9 _CFBundleGetBundleVersionForURL + 337
4 com.apple.CoreFoundation 0x00007fff2d403cb1 _CFBundleCreate + 221
5 com.apple.CoreFoundation 0x00007fff2d3d251d CFBundleCreateBundlesFromDirectory + 106
6 com.apple.CoreMedia 0x00007fff2e51cb36 registryCacheAddPath + 215
7 com.apple.CoreMedia 0x00007fff2e51ca26 FigRegistryAddSearchPathWithOptions + 73
8 com.apple.CoreMediaIO 0x00007fff2e6173bc CMIOUnitRegistryBuildOnce + 147
9 libsystem_pthread.dylib 0x00007fff674ad7e5 __pthread_once_handler + 65
10 libsystem_platform.dylib 0x00007fff674a2ec7 _os_once_callout + 18
11 libsystem_pthread.dylib 0x00007fff674ad793 pthread_once + 74
12 com.apple.CoreMediaIO 0x00007fff2e616d13 CMIOUnitCreateFromDescription + 87
13 com.apple.CoreMediaIO 0x00007fff2e608455 CMIOUnitNodeInfo::Open() + 59
14 com.apple.CoreMediaIO 0x00007fff2e5f9cf2 CMIOGraph::CreateNode(unsigned int, unsigned int, OpaqueCMIOUnit*, CMIOUnitDescription const&, void const*, int&) + 174
15 com.apple.CoreMediaIO 0x00007fff2e5f9b1f CMIOGraphCreateNode + 323
16 com.apple.avfoundation 0x00007fff28bbf3d8 -[AVCaptureDeviceInput addInputUnitsForInputPort:toGraph:ofCaptureSession:error:] + 496
17 com.apple.avfoundation 0x00007fff28bbf091 -[AVCaptureSession _buildGraphUnitsForInputPort:error:] + 743
18 com.apple.avfoundation 0x00007fff28b92e9e -[AVCaptureSession _buildAndRunGraph] + 731
19 com.apple.avfoundation 0x00007fff28b984d3 -[AVCaptureSession _setRunning:] + 228
20 com.apple.avfoundation 0x00007fff28b98385 -[AVCaptureSession startRunning] + 90
21 com.github.Electron.framework 0x00000001137afa1c v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 36652508
22 com.github.Electron.framework 0x00000001137b34f9 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 36667577
23 com.github.Electron.framework 0x0000000111f53c78 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 11110456
24 com.github.Electron.framework 0x00000001108f5a47 ElectronInitializeICUandStartNode + 12974839
25 com.github.Electron.framework 0x00000001127ff0b6 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20200566
26 com.github.Electron.framework 0x0000000112804dde v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20224414
27 com.github.Electron.framework 0x0000000112804654 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20222484
28 com.github.Electron.framework 0x00000001127fc11f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20188383
29 com.github.Electron.framework 0x00000001127fca21 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20190689
30 com.github.Electron.framework 0x000000011281526e v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 20291118
31 com.github.Electron.framework 0x00000001124e4d2f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16947439
32 com.github.Electron.framework 0x00000001124f4f0a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17013450
33 com.github.Electron.framework 0x00000001124f4c99 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17012825
34 com.github.Electron.framework 0x0000000112545851 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17343505
35 com.github.Electron.framework 0x0000000112540fea v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17324970
36 com.github.Electron.framework 0x000000011254511f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17341663
37 com.apple.CoreFoundation 0x00007fff2d365f12 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
38 com.apple.CoreFoundation 0x00007fff2d365eb1 __CFRunLoopDoSource0 + 103
39 com.apple.CoreFoundation 0x00007fff2d365ccb __CFRunLoopDoSources0 + 209
40 com.apple.CoreFoundation 0x00007fff2d3649fa __CFRunLoopRun + 927
41 com.apple.CoreFoundation 0x00007fff2d363ffe CFRunLoopRunSpecific + 462
42 com.apple.Foundation 0x00007fff2f9f82a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
43 com.github.Electron.framework 0x0000000112545d71 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17344817
44 com.github.Electron.framework 0x0000000112544ad2 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17340050
45 com.github.Electron.framework 0x00000001124f5493 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17014867
46 com.github.Electron.framework 0x00000001124cc8a3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16847971
47 com.github.Electron.framework 0x0000000111fb1db5 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 11495797
48 com.github.Electron.framework 0x000000011173e339 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 2633465
49 com.github.Electron.framework 0x0000000113cc0878 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 41964600
50 com.github.Electron.framework 0x00000001109bf404 ElectronInitializeICUandStartNode + 13800628
51 com.github.Electron.framework 0x000000010fc95f14 ElectronMain + 84
52 meet.ffmuc.net.helper.Plugin 0x000000010fc498a5 0x10fc48000 + 6309
53 libdyld.dylib 0x00007fff672accc9 start + 1

Thread 1 Crashed:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x00007fff6740dad6 __abort_with_payload + 10
1 libsystem_kernel.dylib 0x00007fff6740f3df abort_with_payload_wrapper_internal + 80
2 libsystem_kernel.dylib 0x00007fff6740f411 abort_with_payload + 9
3 com.apple.TCC 0x00007fff5dafd59f CRASHING_DUE_TO_PRIVACY_VIOLATION + 163
4 com.apple.TCC 0x00007fff5dafb531 __TCCAccessRequest_block_invoke.114 + 500
5 com.apple.TCC 0x00007fff5dafba58 __tccd_send_message_block_invoke + 231
6 libxpc.dylib 0x00007fff674f228f _xpc_connection_reply_callout + 36
7 libxpc.dylib 0x00007fff674f2217 _xpc_connection_call_reply_async + 69
8 libdispatch.dylib 0x00007fff672536c2 _dispatch_client_callout3 + 8
9 libdispatch.dylib 0x00007fff6726a15d _dispatch_mach_msg_async_reply_invoke + 369
10 libdispatch.dylib 0x00007fff672625f9 _dispatch_kevent_worker_thread + 1316
11 libsystem_pthread.dylib 0x00007fff674ada85 _pthread_wqthread + 362
12 libsystem_pthread.dylib 0x00007fff674acb77 start_wqthread + 15

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

Thread 3:: ThreadPoolServiceThread
0 libsystem_kernel.dylib 0x00007fff673f6b96 kevent64 + 10
1 com.github.Electron.framework 0x00000001125553c1 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17407873
2 com.github.Electron.framework 0x0000000112555256 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17407510
3 com.github.Electron.framework 0x00000001124f5493 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17014867
4 com.github.Electron.framework 0x00000001124cc8a3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16847971
5 com.github.Electron.framework 0x00000001124fdcf4 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17049780
6 com.github.Electron.framework 0x000000011250d974 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17114420
7 com.github.Electron.framework 0x000000011253f987 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17319239
8 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
9 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 4:: ThreadPoolForegroundWorker
0 libsystem_kernel.dylib 0x00007fff673eddfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff673ee170 mach_msg + 60
2 com.github.Electron.framework 0x000000011254a4c3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17363075
3 com.github.Electron.framework 0x0000000112506b28 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17086184
4 com.github.Electron.framework 0x00000001125071f8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17087928
5 com.github.Electron.framework 0x0000000112507094 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17087572
6 com.github.Electron.framework 0x000000011253f987 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17319239
7 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 5:: ThreadPoolBackgroundWorker
0 libsystem_kernel.dylib 0x00007fff673eddfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff673ee170 mach_msg + 60
2 com.github.Electron.framework 0x000000011254a4c3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17363075
3 com.github.Electron.framework 0x0000000112506b28 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17086184
4 com.github.Electron.framework 0x00000001125071f8 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17087928
5 com.github.Electron.framework 0x0000000112507004 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17087428
6 com.github.Electron.framework 0x000000011253f987 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17319239
7 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 6:: Chrome_ChildIOThread
0 libsystem_kernel.dylib 0x00007fff673f6b96 kevent64 + 10
1 com.github.Electron.framework 0x00000001125553c1 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17407873
2 com.github.Electron.framework 0x0000000112555256 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17407510
3 com.github.Electron.framework 0x00000001124f5493 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17014867
4 com.github.Electron.framework 0x00000001124cc8a3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 16847971
5 com.github.Electron.framework 0x000000011250d974 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17114420
6 com.github.Electron.framework 0x000000011253f987 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 17319239
7 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 7:: AMCP Logging Spool
0 libsystem_kernel.dylib 0x00007fff673ede36 semaphore_wait_trap + 10
1 com.apple.audio.caulk 0x00007fff60e86b16 caulk::mach::semaphore::wait() + 16
2 com.apple.audio.caulk 0x00007fff60e869b2 caulk::semaphore::timed_wait(double) + 106
3 com.apple.audio.caulk 0x00007fff60e867c4 caulk::concurrent::details::worker_thread::run() + 30
4 com.apple.audio.caulk 0x00007fff60e861e4 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread* > >(void) + 45
5 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
6 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 8:
0 libsystem_kernel.dylib 0x00007fff673ede36 semaphore_wait_trap + 10
1 com.apple.audio.caulk 0x00007fff60e86b16 caulk::mach::semaphore::wait() + 16
2 com.apple.audio.caulk 0x00007fff60e869b2 caulk::semaphore::timed_wait(double) + 106
3 com.apple.audio.caulk 0x00007fff60e867c4 caulk::concurrent::details::worker_thread::run() + 30
4 com.apple.audio.caulk 0x00007fff60e861e4 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread* > >(void) + 45
5 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
6 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 9:
0 libsystem_kernel.dylib 0x00007fff673ede4e semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x00007fff67253b6b _dispatch_sema4_timedwait + 76
2 libdispatch.dylib 0x00007fff67253f97 _dispatch_semaphore_wait_slow + 58
3 libdispatch.dylib 0x00007fff67261795 _dispatch_worker_thread + 284
4 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
5 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 10:
0 libsystem_kernel.dylib 0x00007fff673ede4e semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x00007fff67253b6b _dispatch_sema4_timedwait + 76
2 libdispatch.dylib 0x00007fff67253f97 _dispatch_semaphore_wait_slow + 58
3 libdispatch.dylib 0x00007fff67261795 _dispatch_worker_thread + 284
4 libsystem_pthread.dylib 0x00007fff674b1109 _pthread_start + 148
5 libsystem_pthread.dylib 0x00007fff674acb8b thread_start + 15

Thread 1 crashed with X86 Thread State (64-bit):
rax: 0x0000000002000209 rbx: 0x0000000000000000 rcx: 0x0000700002eb56b8 rdx: 0x00007f8768604688
rdi: 0x000000000000000b rsi: 0x0000000000000000 rbp: 0x0000700002eb5700 rsp: 0x0000700002eb56b8
r8: 0x00007f87686046bc r9: 0x0000000000000000 r10: 0x0000000000000021 r11: 0x0000000000000246
r12: 0x0000000000000021 r13: 0x00007f8768604688 r14: 0x0000000000000000 r15: 0x000000000000000b
rip: 0x00007fff6740dad6 rfl: 0x0000000000000246 cr2: 0x00007f8765e1e000

Logical CPU: 0
Error Code: 0x02000209
Trap Number: 133

Binary Images:
0x10fc48000 - 0x10fc81fff +meet.ffmuc.net.helper.Plugin (2.0.11) /Applications/FreifunkMeet.app/Contents/Frameworks/FreifunkMeet Helper (Plugin).app/Contents/MacOS/FreifunkMeet Helper (Plugin)
0x10fc93000 - 0x116e1bf2f +com.github.Electron.framework (9.0.0) <258290F3-CDD7-3F0B-B95B-AF1B4CE30548> /Applications/FreifunkMeet.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
0x117746000 - 0x1179e4fff +libffmpeg.dylib (0) /Applications/FreifunkMeet.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
0x117db8000 - 0x117dd3fff +com.github.Squirrel (1.0 - 1) /Applications/FreifunkMeet.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
0x117e01000 - 0x117e64ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/FreifunkMeet.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
0x117edf000 - 0x117ef3fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/FreifunkMeet.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
0x11c214000 - 0x11c256ff7 com.apple.cmio.DAL.VDC-4 (810.0 - 248.40.1) <9B84FCEF-328C-3B3A-BA20-B2FBFE735A6F> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
0x11c27c000 - 0x11c284ffb com.apple.iokit.IOUSBLib (900.4.2 - 900.4.2) <84F3AE4E-EAA3-3C71-A001-DB3B9F480510> /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0x11e758000 - 0x11e7e9eff dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
0x7fff28b8e000 - 0x7fff28d89ffb com.apple.avfoundation (2.0 - 1841.57) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff28d8a000 - 0x7fff28e56ffe com.apple.audio.AVFAudio (1.0 - 415.72) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff28f76000 - 0x7fff28f76fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8BE0965F-6A6A-35B0-89D0-F0A75835C2CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff28f8e000 - 0x7fff295e4fef com.apple.vImage (8.1 - 524.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff295e5000 - 0x7fff2984cff7 libBLAS.dylib (1303.60.1) <4E980D6B-4B3A-33D6-B52C-AFC7D120D11A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff2984d000 - 0x7fff29d20fef libBNNS.dylib (144.100.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff29d21000 - 0x7fff2a0bcfff libLAPACK.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2a0bd000 - 0x7fff2a0d2fec libLinearAlgebra.dylib (1303.60.1) <79CB28C5-F811-3EAF-AD8E-7D7D879FE662> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff2a0d3000 - 0x7fff2a0d8ff3 libQuadrature.dylib (7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2a0d9000 - 0x7fff2a149fff libSparse.dylib (103) <8C55F5F2-6AE3-393C-B2FF-22B8CFCBD7FC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff2a14a000 - 0x7fff2a15cfef libSparseBLAS.dylib (1303.60.1) <08F6D629-5DAC-3A99-B261-2B6095DD38B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2a15d000 - 0x7fff2a334fd7 libvDSP.dylib (735.100.4) <0744F29B-F822-3571-9B4A-B592146D4E03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff2a335000 - 0x7fff2a3f7fef libvMisc.dylib (735.100.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2a3f8000 - 0x7fff2a3f8fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <66282197-81EE-316F-978E-EF1471551DEF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2a3f9000 - 0x7fff2a458ff0 com.apple.Accounts (113 - 113) <4B85E422-169E-396D-898A-DD1A7715EC6D> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff2a5a2000 - 0x7fff2b361ff5 com.apple.AppKit (6.9 - 1894.40.150) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff2b3b1000 - 0x7fff2b3b1fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff2b3b2000 - 0x7fff2b41dfff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <6AA4BBCC-43AF-3EBF-8EB5-7916A3B563AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2b4b6000 - 0x7fff2b4f4ff0 libFontRegistry.dylib (274.0.4.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2b54f000 - 0x7fff2b57efff com.apple.ATSUI (1.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2b57f000 - 0x7fff2b583ffb com.apple.ColorSyncLegacy (4.13.0 - 1) <2359E2CD-8FCE-32D7-AF76-F4D9A3D9D9F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2b61d000 - 0x7fff2b674ffa com.apple.HIServices (1.22 - 675.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2b675000 - 0x7fff2b683fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <1603F2CC-DC51-3E15-B6B5-0A9F9AB0C045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2b684000 - 0x7fff2b6c9ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <525E8A4B-297B-3CAC-8A4A-6C7E211D7A21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2b6ca000 - 0x7fff2b6d4ff7 com.apple.QD (4.0 - 413) <1EAEF5BC-D649-3E42-87BC-43CCEE4D5274> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2b6d5000 - 0x7fff2b6e2ffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2b6e3000 - 0x7fff2b7c4ffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <4222CBDF-D637-30DB-BA45-C6E222BABB24> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2b7c6000 - 0x7fff2b7c6fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <73D89D5E-05D5-3F64-BE02-2B2ED6AD6C03> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff2bb59000 - 0x7fff2bee7ffd com.apple.CFNetwork (1125.2 - 1125.2) <1D4D81F7-FC48-3588-87FC-481E2586E345> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff2bf63000 - 0x7fff2bf63fff com.apple.Carbon (160 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff2bf64000 - 0x7fff2bf67ff3 com.apple.CommonPanels (1.2.6 - 101) <63261921-DD00-312E-AFD1-C099E1984725> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff2bf68000 - 0x7fff2c25cff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff2c25d000 - 0x7fff2c260ff3 com.apple.help (1.3.8 - 71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff2c261000 - 0x7fff2c266ff7 com.apple.ImageCapture (9.0 - 1600.60.4.2) <63FE9A8C-A7C6-3ABD-AA1D-EA1BC6613C39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff2c267000 - 0x7fff2c267fff com.apple.ink.framework (10.15 - 227) <90518F56-AD8A-3627-905A-16E2B8640F87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff2c268000 - 0x7fff2c282ffa com.apple.openscripting (1.7 - 185.1) <718C485A-4167-3A26-B2CD-6C42B5B36D01> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff2c2a3000 - 0x7fff2c2a3fff com.apple.print.framework.Print (15 - 271) <29384C24-6667-3BAA-992A-DAD809D6387E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff2c2a4000 - 0x7fff2c2a6ff7 com.apple.securityhi (9.0 - 55008) <478C57A9-D5A5-3951-B289-DA5323E9044A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff2c2a7000 - 0x7fff2c2adfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2c2ae000 - 0x7fff2c446ffa com.apple.cloudkit.CloudKit (867 - 867) <4E84CB31-D94A-3665-81BD-6AF7E0BB1867> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff2c447000 - 0x7fff2c447fff com.apple.Cocoa (6.11 - 23) <37E98F4D-1D78-3F22-BDC0-59DC0B9B3A3E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff2c455000 - 0x7fff2c54bfff com.apple.ColorSync (4.13.0 - 3394.7) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2c836000 - 0x7fff2cd3fffb com.apple.audio.CoreAudio (5.0 - 5.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff2cd92000 - 0x7fff2cdcafff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff2cdcb000 - 0x7fff2d1b5fe8 com.apple.CoreData (120 - 977.3) <9A33F390-687F-3EE2-8293-4E564A164469> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff2d1b6000 - 0x7fff2d2e1ffe com.apple.CoreDisplay (1.0 - 186.5.25) <53F750C6-947A-39AE-984E-41939B858A68> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2d2e2000 - 0x7fff2d761ffb com.apple.CoreFoundation (6.9 - 1675.129) <9E632A1E-9622-33D6-BCCE-23AC16DAA6B7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2d763000 - 0x7fff2ddd7fe0 com.apple.CoreGraphics (2.0 - 1355.13) <54528FE3-21A7-3F64-B7AA-F6B95394488D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff2dde5000 - 0x7fff2e140ff0 com.apple.CoreImage (15.0.0 - 940.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff2e141000 - 0x7fff2e1aaff0 com.apple.corelocation (2394.0.22 - 2394.0.22) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff2e1ab000 - 0x7fff2e1fbff6 com.apple.audio.midi.CoreMIDI (1.10 - 88) <1A30B3DF-94F0-31BE-ADFA-DA58E93D6FBD> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff2e1fe000 - 0x7fff2e500ff2 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff2e501000 - 0x7fff2e5ddff4 com.apple.CoreMedia (1.0 - 2612.58.4.6) <301A075B-022D-3F28-AE2C-7F280CCF1F51> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff2e5de000 - 0x7fff2e640ffe com.apple.CoreMediaIO (1000.0 - 5125.6) <11F1EB21-E366-3AEE-8012-D72DEEAC4D3C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff2e6ca000 - 0x7fff2e6cafff com.apple.CoreServices (1069.22 - 1069.22) <888FE7B9-CE6C-3C7C-BA33-63364462228A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff2e6cb000 - 0x7fff2e750fff com.apple.AE (838.1 - 838.1) <2BAB1B88-C198-3D20-8DA3-056E66510E7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff2e751000 - 0x7fff2ea32ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff2ea33000 - 0x7fff2ea80ffd com.apple.DictionaryServices (1.2 - 323.6) <11513ED9-8B4B-39BB-A6B2-AA6AA0A2DF72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2ea81000 - 0x7fff2ea89ff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff2ea8a000 - 0x7fff2ecc3ffc com.apple.LaunchServices (1069.22 - 1069.22) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff2ecc4000 - 0x7fff2ed5cff1 com.apple.Metadata (10.7.0 - 2076.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff2ed5d000 - 0x7fff2ed8afff com.apple.CoreServices.OSServices (1069.22 - 1069.22) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2ed8b000 - 0x7fff2edf2fff com.apple.SearchKit (1.4.1 - 1.4.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2edf3000 - 0x7fff2ee17ff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff2f074000 - 0x7fff2f13bffc com.apple.CoreTelephony (113 - 7549) <73AB1DBA-D993-3766-B110-323F132FAB58> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
0x7fff2f13c000 - 0x7fff2f2f3ffc com.apple.CoreText (643.1.4.4 - 643.1.4.4) <5D4EA236-DC1B-3772-95C5-7F4B6CFEAF84> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff2f2f4000 - 0x7fff2f338ffb com.apple.CoreVideo (1.8 - 344.3) <8507ED54-43C3-3E5B-BC74-512FE510BF8D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff2f339000 - 0x7fff2f3c6ffc com.apple.framework.CoreWLAN (13.0 - 1601.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff2f3fd000 - 0x7fff2f43dff5 com.apple.CryptoTokenKit (1.0 - 1) <89B9F9E1-5343-3EE9-9642-87E2D949FFEA> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
0x7fff2f582000 - 0x7fff2f58dff7 com.apple.DirectoryService.Framework (10.15 - 220.40.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff2f58e000 - 0x7fff2f638ff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff2f65d000 - 0x7fff2f663fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff2f855000 - 0x7fff2f980ffa com.apple.FileProvider (276 - 276) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff2f995000 - 0x7fff2f997ff3 com.apple.ForceFeedback (1.0.6 - 1.0.6) <792A7279-43AA-3057-B8B5-6F2722DF6720> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x7fff2f998000 - 0x7fff2fd5dff8 com.apple.Foundation (6.9 - 1675.129) <9A74FA97-7F7B-3929-B381-D9514B1E4754> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff2fdca000 - 0x7fff2fe1aff7 com.apple.GSS (4.0 - 2.0) <16DE732E-4A48-3C8A-BD61-8AF810F3A48C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2fe1b000 - 0x7fff2fe43ff4 com.apple.GameController (1.0 - 1) <4157DEAE-6948-3974-9BCF-6037563F2986> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff2ff57000 - 0x7fff3006bff3 com.apple.Bluetooth (7.0.4 - 7.0.4f6) <9003721F-8543-3A21-BF11-2A981614F481> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff300d1000 - 0x7fff30175ff3 com.apple.framework.IOKit (2.0.2 - 1726.100.16) <3D8BA34A-AAF7-3AF2-9B5B-189AC4755404> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff30177000 - 0x7fff30188ffb com.apple.IOSurface (269.11 - 269.11) <887CD3FD-1BB8-3BB7-B7F8-6A0BA4B3AEAE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff301a6000 - 0x7fff30206ff7 com.apple.ImageCaptureCore (1.0 - 1600.60.4.2) <47AD8B27-A38D-3A6A-B3F1-2770A8CF7EB3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff30207000 - 0x7fff30363fee com.apple.ImageIO.framework (3.3.0 - 1976.3.4.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff30364000 - 0x7fff30367fff libGIF.dylib (1976.3.4.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff30368000 - 0x7fff30421fff libJP2.dylib (1976.3.4.4) <43672561-0E75-3A32-B428-697C6DA13BD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff30422000 - 0x7fff30445fe3 libJPEG.dylib (1976.3.4.4) <52DC775B-CAB5-32B7-AC86-D9AAF7851BE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff306c1000 - 0x7fff306dbfef libPng.dylib (1976.3.4.4) <0B79BE68-50CD-3C99-9CF4-2396CD203EF8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff306dc000 - 0x7fff306ddfff libRadiance.dylib (1976.3.4.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff306de000 - 0x7fff30727ffb libTIFF.dylib (1976.3.4.4) <0419D70A-E156-3B5D-A8B0-33BA29B54A08> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff30740000 - 0x7fff30bcfff8 com.apple.Intents (1.0 - 1) <04636FBB-7F57-381D-BF5C-58DACE6B4A43> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
0x7fff30bd2000 - 0x7fff31c71fe9 com.apple.JavaScriptCore (15609 - 15609.1.20.111.8) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff31c89000 - 0x7fff31c9bff3 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff31c9c000 - 0x7fff31c9cfff libHeimdalProxy.dylib (77) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff31c9d000 - 0x7fff31cd3ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <2920B2CC-7480-37E4-A7C5-BF58D1D6276A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff31de7000 - 0x7fff31e09ffc com.apple.CoreAuthentication.SharedUtils (1.0 - 693.100.21) /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
0x7fff31e0a000 - 0x7fff31e20ffe com.apple.LocalAuthentication (1.0 - 693.100.21) /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
0x7fff3202e000 - 0x7fff32038ffb com.apple.MediaAccessibility (1.0 - 125.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3204c000 - 0x7fff32103ff1 com.apple.MediaPlayer (1.0 - 1.0) <74DF946F-09C6-3053-BED6-EB83374261AE> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
0x7fff32104000 - 0x7fff3284fffd com.apple.MediaToolbox (1.0 - 2612.58.4.6) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff32851000 - 0x7fff3291bfff com.apple.Metal (212.5.15 - 212.5.15) <2CBB178E-434E-31D3-BAE2-ED3EA801D4BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff3291d000 - 0x7fff32937ff5 com.apple.MetalKit (141.2 - 141.2) <72334BFA-7EB7-31F2-AB42-A3D66FF53451> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff32938000 - 0x7fff32975ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <5DF84B7A-9DD0-36DB-8686-D669CDA93D59> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff32976000 - 0x7fff32a00fe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff32a01000 - 0x7fff32a26ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <1E4FE6EF-6D42-3439-835C-F4F20B05E0F5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff32a27000 - 0x7fff32a3cffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <8F8F0C2E-C4EC-3418-A06A-42B8280DDC9D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff32a3d000 - 0x7fff32b9bffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <6BEFB262-2538-3A12-9E9F-A7CF94D2B68A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff32b9c000 - 0x7fff32bebff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <4D352B8E-97D8-34FA-B2AF-3AB4E3149E2E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff32bec000 - 0x7fff32bedff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <07F3B58C-F362-35F2-9A79-F38015A78DDA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff33c74000 - 0x7fff33c80ffe com.apple.NetFS (6.0 - 4.0) <7A96A8FE-17F3-3850-8E81-9DDDC5A48DDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff33c81000 - 0x7fff33dd8ff3 com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff33dd9000 - 0x7fff34038ff7 com.apple.NetworkExtension (1.0 - 1) /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
0x7fff36809000 - 0x7fff36861fff com.apple.opencl (3.5 - 3.5) <3F0E363C-9380-3226-A4D1-67E740079AAD> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff36862000 - 0x7fff3687efff com.apple.CFOpenDirectory (10.15 - 220.40.1) <58835104-9E7A-32E8-862B-530CE899C9B4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff3687f000 - 0x7fff3688affd com.apple.OpenDirectory (10.15 - 220.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff371f0000 - 0x7fff371f2fff libCVMSPluginSupport.dylib (17.10.22) <65052150-BEFD-38D8-A789-560C2FB1644A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff371f3000 - 0x7fff371f8fff libCoreFSCache.dylib (176.11) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff371f9000 - 0x7fff371fdfff libCoreVMClient.dylib (176.11) <29D2B5C2-CBFF-308A-ADD8-A559B760C494> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff371fe000 - 0x7fff37206ff7 libGFXShared.dylib (17.10.22) <7FF5455A-3D5D-33D2-9C41-A51ABE53CE66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff37207000 - 0x7fff37211fff libGL.dylib (17.10.22) <08450555-3BC8-3457-8F5E-E2BBE895C0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff37212000 - 0x7fff37246ff7 libGLImage.dylib (17.10.22) <5182EE22-2914-30E0-A87D-C38F345F695B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff373dc000 - 0x7fff37418fff libGLU.dylib (17.10.22) <2FE69FE7-B60D-3D05-824B-CD4958E2C7B8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff37e54000 - 0x7fff37e63ff7 com.apple.opengl (17.10.22 - 17.10.22) <4E9C4B23-6D44-3804-AFF8-84C3B060E8F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff38015000 - 0x7fff38108ff8 com.apple.PDFKit (1.0 - 835.6) <8C1A9D1F-8563-3563-A44B-2168F1BBC73B> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff38109000 - 0x7fff38220ff9 com.apple.PencilKit (1.0 - 1) <5B2098EE-671A-35D3-AA04-04222E2CFA51> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff384c1000 - 0x7fff384c7ff6 com.apple.PushKit (1.0 - 1) <9C6298EB-D3BB-351C-9EB2-8EBB86EC5EE3> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
0x7fff385e8000 - 0x7fff3882eff7 com.apple.imageKit (3.0 - 1081) <8E987D0B-D19B-3740-8EAF-865E71F6BD3D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff3882f000 - 0x7fff38ceefff com.apple.QuartzComposer (5.1 - 378) <4F12AAA2-6D2B-378F-A9ED-F86E0C3867CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff38cef000 - 0x7fff38d14ffc com.apple.quartzfilters (1.10.0 - Tag) <0787E515-8FBF-3F28-ADEC-1AB655785FD0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff38d15000 - 0x7fff38e1fff7 com.apple.QuickLookUIFramework (5.0 - 906.2) <3AC6282E-1B48-34D1-876E-6ABDF4C6C5B7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff38e20000 - 0x7fff38e20fff com.apple.quartzframework (1.5 - 23) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff38e21000 - 0x7fff390a3ff2 com.apple.QuartzCore (1.11 - 840.18) <16502545-A0F3-3367-929B-DD80A6440226> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff390a4000 - 0x7fff390fdff5 com.apple.QuickLookFramework (5.0 - 906.2) <56BE172A-8762-3A61-999A-230781937BCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff390fe000 - 0x7fff39133ffc com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff39604000 - 0x7fff3961cff0 com.apple.SafariServices.framework (15609 - 15609.1.20.111.8) <0750CC9F-F8E8-3F55-BA25-A4553130B638> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff39c24000 - 0x7fff39f6dff1 com.apple.security (7.0 - 59306.101.1) <430E04FE-F068-3476-9CA2-72CB5F040D1F> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff39f6e000 - 0x7fff39ff6ffb com.apple.securityfoundation (6.0 - 55236.60.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff39ff7000 - 0x7fff3a024ff7 com.apple.securityinterface (10.0 - 55139.100.1) <64A937FE-AF16-3E4E-A988-B3C6916CD7F7> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff3a025000 - 0x7fff3a029ff8 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff3a35d000 - 0x7fff3a37aff9 com.apple.StoreKit (1.0 - 1) <2EE7D4BB-4FAE-3AA1-993E-27CEF00B45A5> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
0x7fff3acd4000 - 0x7fff3ad42ff7 com.apple.SystemConfiguration (1.19 - 1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff3af0b000 - 0x7fff3af40ff2 com.apple.UserNotifications (1.0 - ???) <5D9AF9BD-5A3F-3805-B94E-280BF0E02F54> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
0x7fff3afc1000 - 0x7fff3b344ff4 com.apple.VideoToolbox (1.0 - 2612.58.4.6) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff3ec9f000 - 0x7fff3ed64ff7 com.apple.APFS (1412.101.1 - 1412.101.1) <2F5A48FB-9788-3A24-87FE-C1B7DDBC8A07> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff3f6ad000 - 0x7fff3f75effe com.apple.accounts.AccountsDaemon (113 - 113) <42F80252-2CFD-3704-8390-CD182FDB6491> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
0x7fff3fe71000 - 0x7fff3fe72ff1 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff402c0000 - 0x7fff4040bff5 com.apple.AnnotationKit (1.0 - 325.8) <46E422E4-E51A-3E68-9333-19FC8C1A93D1> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff4040c000 - 0x7fff40429ff4 com.apple.AppContainer (4.0 - 448.100.6) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff4047e000 - 0x7fff4048cff7 com.apple.AppSandbox (4.0 - 448.100.6) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4048f000 - 0x7fff404edff5 com.apple.AppStoreDaemon (1.0 - 1) <475E0665-9D55-3D55-96C6-52F17204F8F5> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon
0x7fff40876000 - 0x7fff408dbff7 com.apple.AppSupport (1.0.0 - 29) <6F8049D2-B017-3DD3-986E-519E2BE07F03> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
0x7fff40907000 - 0x7fff4092bffb com.apple.framework.Apple80211 (13.0 - 1602.3) <7D1A08A0-27B0-3F53-BFC4-A2A482B055A0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff40be9000 - 0x7fff40bf8fd7 com.apple.AppleFSCompression (119.100.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff40cf7000 - 0x7fff40d02ff7 com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff40d03000 - 0x7fff40d43ff1 com.apple.AppleIDSSOAuthentication (1.0 - 1) <5D26AF50-D536-341B-8256-039B86B74730> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
0x7fff40d44000 - 0x7fff40d8cff7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff40d9e000 - 0x7fff41142ffe com.apple.AppleMediaServices (1.0 - 1) <5CE187D7-42DB-37EE-8CFF-E996503B3D45> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices
0x7fff4114f000 - 0x7fff41174ffb com.apple.aps.framework (4.0 - 4.0) <0B30938A-3D9A-368D-831A-B249DF07E6E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff41175000 - 0x7fff41179ff7 com.apple.AppleSRP (5.0 - 1) <815E832D-9F21-3BBA-BA03-674473A324E3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff4117a000 - 0x7fff4119cfff com.apple.applesauce (1.0 - 16.25) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4125b000 - 0x7fff4125effb com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <52444963-7A5E-36C8-BAAA-FFF8A0D14612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4125f000 - 0x7fff412afff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff412f8000 - 0x7fff41307ff9 com.apple.AssertionServices (1.0 - 223.100.31) <2DA45CD2-C755-397C-977C-F4C6435A1272> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff41849000 - 0x7fff41c44ff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff41e9a000 - 0x7fff420daff0 com.apple.audio.AudioToolboxCore (1.0 - 1104.80) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff420de000 - 0x7fff421faff3 com.apple.AuthKit (1.0 - 1) <0A3A05D4-0795-35B8-8729-4BF252D52E60> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff423b7000 - 0x7fff423c0ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <2088BC70-5329-3390-A851-C4ECF654047C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff423c1000 - 0x7fff42462ff5 com.apple.backup.framework (1.11.4 - 1298.4.19) <1F848C06-11E3-3D85-8358-7E37AD2BE9D7> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff42463000 - 0x7fff424efff6 com.apple.BaseBoard (466.3 - 466.3) <1EFE4339-9393-3B15-8DC9-2BE9B03F3062> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff425c0000 - 0x7fff425f0ffa com.apple.BoardServices (1.0 - 466.3) <275081C1-A1ED-39F6-9B21-9D4B60BB8C8F> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
0x7fff425f1000 - 0x7fff4262dff7 com.apple.bom (14.0 - 219.2) <4B7C18B2-1E51-376E-9D6A-CE3F58D2AE53> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4274b000 - 0x7fff42782ff5 com.apple.C2 (1.3 - 495) /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
0x7fff431a9000 - 0x7fff431f8fff com.apple.ChunkingLibrary (307 - 307) <4A5C3E8E-1E95-3363-8A78-CCD55770F064> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff44069000 - 0x7fff44079ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4408d000 - 0x7fff440a4fff com.apple.commonutilities (8.0 - 900) <1E6CE910-4B06-3704-A47D-06337A6F0992> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff447aa000 - 0x7fff44b7ffc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <5BF7FDC2-E106-3E73-B950-2A0DDE2CA11F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff44b80000 - 0x7fff44badff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <4BD22FB9-F5F7-35E5-AAD6-CF92706C9816> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff44bd0000 - 0x7fff44befffc com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff44cf8000 - 0x7fff44d6efff com.apple.corebrightness (1.0 - 1) <10CCC8E4-B762-3AD7-A18B-DBD6CF6922FD> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff44eea000 - 0x7fff44ef5ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <98645544-C8EB-3E85-AC67-2A047A05E503> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff44ef6000 - 0x7fff45101ff9 com.apple.CoreDuet (1.0 - 1) <26744EDE-E48B-39EE-8EDF-75AB09FF574E> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff45102000 - 0x7fff4514fff3 com.apple.coreduetcontext (1.0 - 1) <91D144A3-0F77-34DD-B33D-487C1C41C54F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
0x7fff45150000 - 0x7fff45160ffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) <7E293F10-84E1-3A09-8F1F-6784D1864685> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff45163000 - 0x7fff45165fff com.apple.CoreDuetDebugLogging (1.0 - 1) <6B53E397-5677-342B-9E49-72853B73FDE8> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff45176000 - 0x7fff45186ff3 com.apple.CoreEmoji (1.0 - 107) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff4533c000 - 0x7fff45489fff com.apple.CoreHandwriting (161 - 1.2) <8EE651B7-9ACC-30FE-822D-C2BD0FFCF472> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff457c6000 - 0x7fff45830ff0 com.apple.CoreNLP (1.0 - 213) <687A4C31-A307-3255-83BE-9B123971FF62> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff45af3000 - 0x7fff45b7bffe com.apple.CorePDF (4.0 - 518.4.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff45c5e000 - 0x7fff45c66ff8 com.apple.CorePhoneNumbers (1.0 - 1) <17E6A3B0-A181-3295-8B19-E139EDF12E4B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff46653000 - 0x7fff46676fff com.apple.CoreSVG (1.0 - 129) <53213F48-F888-3EBE-AE30-E9303E9B712C> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff466ab000 - 0x7fff466d9ffd com.apple.CSStore (1069.22 - 1069.22) <39E431F9-3584-34DF-A64D-C5895AA72068> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff46bfd000 - 0x7fff46c93ff7 com.apple.CoreSymbolication (11.4 - 64535.33.1) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff46d2b000 - 0x7fff46e57ff6 com.apple.coreui (2.1 - 609.4) <55EACF17-86EA-3F6E-A2CF-AF2F08C5F295> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff46e58000 - 0x7fff4700eff5 com.apple.CoreUtils (6.2 - 620.34) <172FC306-619F-3451-9BCA-F0B0D0B58EFD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff47148000 - 0x7fff4715bff1 com.apple.CrashReporterSupport (10.13 - 15016) <8AB4A416-A174-386B-8A96-5F16EAA3FCDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff47214000 - 0x7fff47226ff8 com.apple.framework.DFRFoundation (1.0 - 252.40.1) <852E7EE8-EC39-3CFF-9605-9F971F7BCED5> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff47227000 - 0x7fff4722cfff com.apple.DSExternalDisplay (3.1 - 380) <61597AB3-7E66-339D-A709-50D4F9B3D8E9> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff472b6000 - 0x7fff47330ff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff4737c000 - 0x7fff473b9ff8 com.apple.DebugSymbols (194 - 194) <0406F803-6865-370E-9D32-01EF177B5E7A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff473ba000 - 0x7fff47541ff2 com.apple.desktopservices (1.14.4 - 1281.4.19) <82777143-A900-33D0-BCFA-2511C89C9EAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff477cb000 - 0x7fff47893ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff47894000 - 0x7fff47965ff6 com.apple.DiskManagement (13.0 - 1648.100.1) <32121503-F7B3-33E4-BAB0-314D97CDF295> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff47966000 - 0x7fff4796aff1 com.apple.DisplayServicesFW (3.1 - 380) <0E9DB70C-B7B0-3914-B203-BA13DCF69C9E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff479c4000 - 0x7fff479e8ff9 com.apple.DuetActivityScheduler (1.0 - 1) <9E7A184D-142D-39C2-802B-A1B5EEF67738> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
0x7fff47a12000 - 0x7fff47a47ff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <8502740F-167A-3864-8F4C-CB1916CE6458> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff47a48000 - 0x7fff47a4cff9 com.apple.EFILogin (2.0 - 2) <6230668A-F2C2-3BFC-A965-CAB00821BCE6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff4857f000 - 0x7fff48594ff2 com.apple.Engram (1.0 - 1) <0C526FF7-5F37-34F9-9BA8-407DEE806C5F> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
0x7fff48595000 - 0x7fff48bffff9 com.apple.vision.EspressoFramework (1.0 - 188.4) <3B6124CE-8741-3223-BB31-B781FF9CE48D> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff48eda000 - 0x7fff492f5ff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff49986000 - 0x7fff49abdffc libFontParser.dylib (277.2.4.2) /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff49b57000 - 0x7fff49b67ff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <5A0F87CA-81C0-3444-B958-AAC7BD4319BC> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff4e6f9000 - 0x7fff4e6fffff com.apple.GPUWrangler (5.1.16 - 5.1.16) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff4ea1e000 - 0x7fff4ea44ff1 com.apple.GenerationalStorage (2.0 - 314) <54182052-9E17-3A2A-8943-8915E6D319CE> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff4ea5d000 - 0x7fff4fa47ffc com.apple.GeoServices (1.0 - 1624.24.10.29.41) <95D0D6FA-31F1-3DE2-86D7-6C0304079D00> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff4fb73000 - 0x7fff4fb81ffb com.apple.GraphVisualizer (1.0 - 100.1) <7289AEE6-C577-3D89-A99E-98551218EB7D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff4fbea000 - 0x7fff4fbf7ff9 com.apple.HID (1.0 - 1) /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
0x7fff4fd21000 - 0x7fff4fddfff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff51579000 - 0x7fff51677ffe com.apple.ids (10.0 - 1000) <66E56A39-EF51-3622-9DAF-67CDB76571C4> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff51678000 - 0x7fff517b3ff2 com.apple.idsfoundation (10.0 - 1000) <5B6A802A-B147-3259-A7ED-254CB5697A92> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff51dd0000 - 0x7fff51e30ff2 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff51f60000 - 0x7fff51f68ff5 com.apple.IOAccelerator (438.4.5 - 438.4.5) <4B2F1D11-C36B-3C48-9934-8A973348A966> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff51f75000 - 0x7fff51f8bfff com.apple.IOPresentment (1.0 - 37) <2FE66352-4CF9-3F79-944D-053E2AD451D6> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff52313000 - 0x7fff5235eff1 com.apple.IconServices (438.3 - 438.3) <2431AD46-37B8-367F-A1DC-119C781B1453> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff524fb000 - 0x7fff52509fff com.apple.IntentsFoundation (1.0 - 1) <8B3D3F36-5399-32F9-843C-E54D3DF1FFF4> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
0x7fff5251c000 - 0x7fff52523ffa com.apple.InternationalSupport (1.0 - 45.2) <296B6979-342E-35B8-A58B-B0797DFBA789> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff527b0000 - 0x7fff527cfffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff52904000 - 0x7fff529d2ffd com.apple.LanguageModeling (1.0 - 215.1) <3FAF1700-F7D4-3F92-88AA-A3920702B8BB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff529d3000 - 0x7fff52a1bfff com.apple.Lexicon-framework (1.0 - 72) <212D02CE-11BC-3C7F-BDFD-DF1A0C4017EE> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff52a22000 - 0x7fff52a27ff3 com.apple.LinguisticData (1.0 - 353.18) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff52a4e000 - 0x7fff52a72ffe com.apple.locationsupport (2394.0.22 - 2394.0.22) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
0x7fff52acb000 - 0x7fff52ad0ff7 com.apple.LoginUICore (4.0 - 4.0) <49975B17-B54D-338D-AA55-D2AA825D4FC9> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff532bf000 - 0x7fff532c2fff com.apple.Mangrove (1.0 - 25) <9490A0D4-5EF9-3FDA-B048-A71BE3A17096> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5347f000 - 0x7fff5347fff5 com.apple.marco (10.0 - 1000) <9DE7A1B7-CE7A-3D43-BFB9-82FD2DF7C3C8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff53480000 - 0x7fff534a6ffc com.apple.MarkupUI (1.0 - 325.8) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff5352b000 - 0x7fff535b5ff8 com.apple.MediaExperience (1.0 - 1) /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff535b6000 - 0x7fff535e9fff com.apple.MediaKit (16 - 923) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff536ae000 - 0x7fff53a43ff6 com.apple.MediaRemote (1.0 - 1) <4E30AD80-C612-30CC-85C7-7B98EF4C3FA9> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fff53a44000 - 0x7fff53a80ffc com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fff53d8e000 - 0x7fff53ddafff com.apple.spotlight.metadata.utilities (1.0 - 2076.3) /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff53ddb000 - 0x7fff53eacffa com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff540df000 - 0x7fff540fdfff com.apple.MobileKeyBag (2.0 - 1.0) <0837C5C4-A860-387C-8F31-9A4627A3132F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff541c9000 - 0x7fff5435fffd com.apple.Montreal (1.0 - 121.1) <87D77C55-8176-3288-B0AF-6DFD2BD99C8C> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff54360000 - 0x7fff54390ff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <0AA68A0D-23F6-3628-A93F-8F8018B84920> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5488f000 - 0x7fff54899fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5495b000 - 0x7fff54977ff0 com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff55006000 - 0x7fff55008ffe com.apple.OAuth (25 - 25) <9CFA9387-699A-33B4-AC6F-99695666DF6D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff552a4000 - 0x7fff552efffb com.apple.OTSVG (1.0 - 643.1.4.4) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff564f7000 - 0x7fff56502ff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff56503000 - 0x7fff5652bffb com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff57fa4000 - 0x7fff57fd4ff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff57fff000 - 0x7fff58012ffc com.apple.PowerLog (1.0 - 1) /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff58e8e000 - 0x7fff58ee8ff6 com.apple.ProtectedCloudStorage (1.0 - 1) <9ACFED11-E9B3-3F24-88AE-294F68189AF1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff58ee9000 - 0x7fff58f02ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <05BE7640-A9FD-3963-8199-E60DE3C37A7E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff59014000 - 0x7fff59017ff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) <8587B366-9FC2-377B-B9A6-180941032C42> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff59018000 - 0x7fff5903bff0 com.apple.quicklook.QuickLookSupport (1.0 - 1) <33987A17-0281-32D0-85EF-2EC2D9F9D2BB> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
0x7fff59082000 - 0x7fff590fbff3 com.apple.Rapport (1.9.5 - 195.2) <9B131F28-080B-370D-A6FD-BDF3F20DED98> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
0x7fff59361000 - 0x7fff5938aff1 com.apple.RemoteViewServices (2.0 - 148) <680F9F89-C44B-3AB3-B9EA-155B41B7295A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff594ef000 - 0x7fff5952aff0 com.apple.RunningBoardServices (1.0 - 223.100.31) <28C26D68-F1F5-3ADC-832B-AF63336F35FB> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff5ae07000 - 0x7fff5ae0aff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) <87710569-BCB4-37C1-B56D-F0EB89863A78> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff5af7d000 - 0x7fff5b0a4ff1 com.apple.Sharing (1526.14 - 1526.14) <8D0C1BC4-5133-399B-9EFC-74CAEF4FA389> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff5b11c000 - 0x7fff5b13cff5 com.apple.sidecar-core (1.0 - 209.40.4) <90141C89-DFE8-3989-8427-EB95AA3FDE0E> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x7fff5b13d000 - 0x7fff5b14fff0 com.apple.sidecar-ui (1.0 - 209.40.4) /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x7fff5c4b7000 - 0x7fff5c7adfff com.apple.SkyLight (1.600.0 - 450.9) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff5cffa000 - 0x7fff5d008ffb com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <4678A6DB-D56E-393F-90BD-5AF4F3664440> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff5d83a000 - 0x7fff5d843ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.100.26) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff5d8b4000 - 0x7fff5d8deffc com.apple.framework.SystemAdministration (1.0 - 1.0) <12180CB1-BA85-3D65-BEAA-39477203113B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff5daf9000 - 0x7fff5db09ff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff5e02c000 - 0x7fff5e0f2ff0 com.apple.TextureIO (3.10.9 - 3.10.9) <362C5815-6A2B-3CA8-B577-C5D4978EF981> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff5e27a000 - 0x7fff5e27bfff com.apple.TrustEvaluationAgent (2.0 - 33) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff5e2b3000 - 0x7fff5e50bff0 com.apple.UIFoundation (1.0 - 661.2) <27837A1C-A833-3F99-B8D8-84A583EEA523> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff5e5a2000 - 0x7fff5e5a8ffe com.apple.URLFormatting (119 - 119.17) /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff5f17e000 - 0x7fff5f19effc com.apple.UserManagement (1.0 - 1) <6F223C62-641C-3F7E-BE20-B0C9F19709C7> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff5ff4a000 - 0x7fff60034ff8 com.apple.ViewBridge (464.1 - 464.1) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff601da000 - 0x7fff601dbfff com.apple.WatchdogClient.framework (1.0 - 67.101.1) <1D6C2858-0A09-380E-8718-14131D9A0FE1> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff60566000 - 0x7fff605a1fff libAWDSupport.dylib (949) <42B592FB-5600-3062-8B56-7D94396E873B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff605a2000 - 0x7fff60882ff7 libAWDSupportFramework.dylib (3541) <7BDEF2E7-3ACB-3777-A84D-35DD5A9AB09D> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff60883000 - 0x7fff60894fff libprotobuf-lite.dylib (3541) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff60895000 - 0x7fff608eeffb libprotobuf.dylib (3541) <40872F70-D56D-3FD9-88EC-A953422DA946> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff608ef000 - 0x7fff60933ff6 com.apple.awd (1.0 - 949) <0767A365-B79E-3C97-8C02-34FF7A675663> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff60e07000 - 0x7fff60e0affa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff60e84000 - 0x7fff60e92ff5 com.apple.audio.caulk (1.0 - 32.3) /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff611d4000 - 0x7fff611d6ff3 com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff611d7000 - 0x7fff611eaffd com.apple.login (3.0 - 3.0) <8FAC178E-0C61-3E48-844A-CB4446CC7BC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6121c000 - 0x7fff61228ffd com.apple.perfdata (1.0 - 51.100.6) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff63ca8000 - 0x7fff63cb4ff9 libAudioStatistics.dylib (1104.80) <9ED11599-1BB1-34B2-A4A2-CD69989DE9EA> /usr/lib/libAudioStatistics.dylib
0x7fff63cb5000 - 0x7fff63ce8ffa libAudioToolboxUtility.dylib (1104.80) /usr/lib/libAudioToolboxUtility.dylib
0x7fff63cef000 - 0x7fff63d23fff libCRFSuite.dylib (48) /usr/lib/libCRFSuite.dylib
0x7fff63d26000 - 0x7fff63d30fff libChineseTokenizer.dylib (34) /usr/lib/libChineseTokenizer.dylib
0x7fff63d31000 - 0x7fff63db9fff libCoreStorage.dylib (551) <96B61D43-3196-34E2-964A-41A44D2E8FF2> /usr/lib/libCoreStorage.dylib
0x7fff63dbc000 - 0x7fff63dbeff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff63e04000 - 0x7fff63fbbffb libFosl_dynamic.dylib (100.4) <68038226-8CAA-36B5-B5D6-510F900B318D> /usr/lib/libFosl_dynamic.dylib
0x7fff63fe2000 - 0x7fff63fe8ff3 libIOReport.dylib (54) /usr/lib/libIOReport.dylib
0x7fff640ca000 - 0x7fff640d1fff libMatch.1.dylib (36) <815A4553-4763-369F-A77C-62663A586D60> /usr/lib/libMatch.1.dylib
0x7fff64100000 - 0x7fff64120fff libMobileGestalt.dylib (826.100.27) <4B771C86-0CB7-3B06-8F41-5A40DDF66D72> /usr/lib/libMobileGestalt.dylib
0x7fff641a0000 - 0x7fff6427dff7 libSMC.dylib (20) <8EDBE07C-A4C7-356C-9D80-524FA08BB465> /usr/lib/libSMC.dylib
0x7fff64292000 - 0x7fff64293fff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib
0x7fff64294000 - 0x7fff6431fff7 libTelephonyUtilDynamic.dylib (5017.1) <78480078-F0A7-343F-A088-857C7CA607F3> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff64320000 - 0x7fff64321fff libThaiTokenizer.dylib (3) /usr/lib/libThaiTokenizer.dylib
0x7fff64339000 - 0x7fff6434ffff libapple_nghttp2.dylib (1.39.2) <268F4E3E-95DC-35FB-82DC-5B0D1855A676> /usr/lib/libapple_nghttp2.dylib
0x7fff64384000 - 0x7fff643f6ff7 libarchive.2.dylib (72.100.1) <65E0870E-02AB-365D-84F9-5800B5BB69FC> /usr/lib/libarchive.2.dylib
0x7fff643f7000 - 0x7fff64490fe5 libate.dylib (3.0.1) <4477640F-CC1B-3825-B877-69508F367E3D> /usr/lib/libate.dylib
0x7fff64494000 - 0x7fff64494ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff6455a000 - 0x7fff6456affb libbsm.0.dylib (60.100.1) /usr/lib/libbsm.0.dylib
0x7fff6456b000 - 0x7fff64577fff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib
0x7fff64578000 - 0x7fff645cafff libc++.1.dylib (902.1) <08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
0x7fff645cb000 - 0x7fff645e0ffb libc++abi.dylib (902) <1C880020-396D-3F91-BE27-5A09A9239F68> /usr/lib/libc++abi.dylib
0x7fff645e1000 - 0x7fff645e1fff libcharset.1.dylib (59) <4E63BA25-04A3-329A-923D-251155C03F30> /usr/lib/libcharset.1.dylib
0x7fff645e2000 - 0x7fff645f3fff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff645f4000 - 0x7fff6460bfd7 libcompression.dylib (87) <7F258A06-E01D-32D2-9CD2-6B2931DA5DA7> /usr/lib/libcompression.dylib
0x7fff648e5000 - 0x7fff648fbff7 libcoretls.dylib (167) /usr/lib/libcoretls.dylib
0x7fff648fc000 - 0x7fff648fdfff libcoretls_cfhelpers.dylib (167) <2E542A2B-7730-33EE-9B3B-154B08608AA6> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff64da0000 - 0x7fff64ea4fef libcrypto.44.dylib (47.100.4) <43F8C181-A40F-3917-9599-8B313709FB88> /usr/lib/libcrypto.44.dylib
0x7fff64ea7000 - 0x7fff64eb2fff libcsfde.dylib (551) /usr/lib/libcsfde.dylib
0x7fff64eba000 - 0x7fff64f19ff7 libcups.2.dylib (483.6) /usr/lib/libcups.2.dylib
0x7fff64f1b000 - 0x7fff64f82ff7 libcurl.4.dylib (118.100.2) <7FFC9973-32BF-3956-A9E6-6AD9DDA7F331> /usr/lib/libcurl.4.dylib
0x7fff65025000 - 0x7fff65025fff libenergytrace.dylib (21) /usr/lib/libenergytrace.dylib
0x7fff65026000 - 0x7fff6503efff libexpat.1.dylib (19.60.2) <1ED53818-578C-3D17-8761-68792CCAD685> /usr/lib/libexpat.1.dylib
0x7fff6504c000 - 0x7fff6504efff libfakelink.dylib (149.1) /usr/lib/libfakelink.dylib
0x7fff6505d000 - 0x7fff65062fff libgermantok.dylib (24) <8091F952-B592-38E3-982B-7DEA0A44E211> /usr/lib/libgermantok.dylib
0x7fff65063000 - 0x7fff6506cff7 libheimdal-asn1.dylib (564.100.1) <2D639331-43CF-331F-98F4-CDF41990A468> /usr/lib/libheimdal-asn1.dylib
0x7fff6506d000 - 0x7fff6515dfff libiconv.2.dylib (59) <9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib
0x7fff6515e000 - 0x7fff653b5fff libicucore.A.dylib (64260.0.1) /usr/lib/libicucore.A.dylib
0x7fff653cf000 - 0x7fff653d0fff liblangid.dylib (133) /usr/lib/liblangid.dylib
0x7fff653d1000 - 0x7fff653e9ff3 liblzma.5.dylib (16) <0AA1EB11-A433-327E-B8DB-7395CFF06554> /usr/lib/liblzma.5.dylib
0x7fff65401000 - 0x7fff654a8ff7 libmecab.dylib (883.10) <13136C11-8763-37BA-AEB2-676092798DAA> /usr/lib/libmecab.dylib
0x7fff654a9000 - 0x7fff6570bfe1 libmecabra.dylib (883.10) <6AC22857-F528-35CE-94A9-D70F6F766C15> /usr/lib/libmecabra.dylib
0x7fff65a78000 - 0x7fff65aa7fff libncurses.5.4.dylib (57) <6BD6F430-C8B3-39D8-87B5-2C16E6578FD5> /usr/lib/libncurses.5.4.dylib
0x7fff65bd7000 - 0x7fff66052ff5 libnetwork.dylib (1880.100.30) <9519B6F8-44E2-3F53-B995-1527C5333240> /usr/lib/libnetwork.dylib
0x7fff66053000 - 0x7fff6606afff libnetworkextension.dylib (1095.100.29) <258054A5-D52D-334E-BC63-9F6C97044790> /usr/lib/libnetworkextension.dylib
0x7fff660f2000 - 0x7fff66125fde libobjc.A.dylib (787.1) <20AC082F-2DB7-3974-A2D4-8C5E01787584> /usr/lib/libobjc.A.dylib
0x7fff66126000 - 0x7fff66127ff7 libodfde.dylib (26) <19038C81-D1E7-360B-8539-34935F0EB91A> /usr/lib/libodfde.dylib
0x7fff66138000 - 0x7fff6613cfff libpam.2.dylib (25.100.1) /usr/lib/libpam.2.dylib
0x7fff6613f000 - 0x7fff66175ff7 libpcap.A.dylib (89.100.1) <171BAAB0-A5C8-32C5-878E-83D46073BF8C> /usr/lib/libpcap.A.dylib
0x7fff661b5000 - 0x7fff661c3ff9 libperfcheck.dylib (37.100.2) /usr/lib/libperfcheck.dylib
0x7fff661c4000 - 0x7fff661c7ff3 libpmenergy.dylib (214.100.2) <4AE50196-D308-37FB-AEF5-9720208DE8A5> /usr/lib/libpmenergy.dylib
0x7fff661c8000 - 0x7fff661cafff libpmsample.dylib (214.100.2) <6FA0AC26-DDFF-3ECB-BE59-5F90539E33C4> /usr/lib/libpmsample.dylib
0x7fff661f9000 - 0x7fff66211fff libresolv.9.dylib (67.40.1) <92A522F9-95E2-35EE-A8AD-FC8DEE6B2C1F> /usr/lib/libresolv.9.dylib
0x7fff66213000 - 0x7fff66257ff7 libsandbox.1.dylib (1217.101.2) <5E362637-203E-3170-B988-1C470A6B0642> /usr/lib/libsandbox.1.dylib
0x7fff66258000 - 0x7fff6626aff7 libsasl2.2.dylib (213) <33B1445F-99CC-33EF-8DE8-A8AA9F6D5843> /usr/lib/libsasl2.2.dylib
0x7fff6626b000 - 0x7fff6626cff7 libspindump.dylib (281.3) <16F53AD2-1839-37BF-A2F5-92253FE4AF1A> /usr/lib/libspindump.dylib
0x7fff6626d000 - 0x7fff66457ff7 libsqlite3.dylib (308.4) /usr/lib/libsqlite3.dylib
0x7fff6654b000 - 0x7fff66578ffb libssl.46.dylib (47.100.4) /usr/lib/libssl.46.dylib
0x7fff665fa000 - 0x7fff6662bff7 libtidy.A.dylib (17.1) <7D90FD01-2B95-3342-A64B-6B55F43415A5> /usr/lib/libtidy.A.dylib
0x7fff666a8000 - 0x7fff666abffb libutil.dylib (57) <07ED7CF0-1744-3386-B8B2-0DDBD446999E> /usr/lib/libutil.dylib
0x7fff666ac000 - 0x7fff666b9ff7 libxar.1.dylib (425.2) <625F24E1-1A0F-3301-9F99-F0F3DADE0287> /usr/lib/libxar.1.dylib
0x7fff666bf000 - 0x7fff667a1ff7 libxml2.2.dylib (33.3) <24147A90-E3EB-3926-BFB0-5F0FC9F706E2> /usr/lib/libxml2.2.dylib
0x7fff667a5000 - 0x7fff667cdfff libxslt.1.dylib (16.9) <8C8648B1-F2CA-38EA-A409-D6F19715C6E6> /usr/lib/libxslt.1.dylib
0x7fff667ce000 - 0x7fff667e0ff3 libz.1.dylib (76) <6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib
0x7fff6708e000 - 0x7fff67093ff3 libcache.dylib (83) <5F90FFCE-403B-3724-991D-BA32401D99C5> /usr/lib/system/libcache.dylib
0x7fff67094000 - 0x7fff6709ffff libcommonCrypto.dylib (60165) /usr/lib/system/libcommonCrypto.dylib
0x7fff670a0000 - 0x7fff670a7fff libcompiler_rt.dylib (101.2) /usr/lib/system/libcompiler_rt.dylib
0x7fff670a8000 - 0x7fff670b1ff7 libcopyfile.dylib (166.40.1) <1A5270B5-0D97-35DA-9296-4F4A428BC6A2> /usr/lib/system/libcopyfile.dylib
0x7fff670b2000 - 0x7fff67144fe3 libcorecrypto.dylib (866.100.30) /usr/lib/system/libcorecrypto.dylib
0x7fff67251000 - 0x7fff67291ff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff67292000 - 0x7fff672c8fff libdyld.dylib (750.5) /usr/lib/system/libdyld.dylib
0x7fff672c9000 - 0x7fff672c9ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff672ca000 - 0x7fff672d6ff3 libkxld.dylib (6153.101.6) <77282DCB-83D6-3199-874E-9A4A0FD7D4F3> /usr/lib/system/libkxld.dylib
0x7fff672d7000 - 0x7fff672d7ff7 liblaunch.dylib (1738.100.39) /usr/lib/system/liblaunch.dylib
0x7fff672d8000 - 0x7fff672ddff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff672de000 - 0x7fff672e0ff3 libquarantine.dylib (110.40.3) <51E0304F-AB11-3BF7-99DC-BB916CC9088B> /usr/lib/system/libquarantine.dylib
0x7fff672e1000 - 0x7fff672e2ff7 libremovefile.dylib (48) <078F29AB-26BA-3493-BCAA-E1E75A187521> /usr/lib/system/libremovefile.dylib
0x7fff672e3000 - 0x7fff672faff3 libsystem_asl.dylib (377.60.2) <0F1BAC19-2AE0-3F8E-9B90-AACF819B2BF7> /usr/lib/system/libsystem_asl.dylib
0x7fff672fb000 - 0x7fff672fbff7 libsystem_blocks.dylib (74) <32224AFF-C06F-3279-B753-097194EDEF49> /usr/lib/system/libsystem_blocks.dylib
0x7fff672fc000 - 0x7fff67383fff libsystem_c.dylib (1353.100.2) <4F5EED22-4D46-3F04-8C64-C492CDAD70EB> /usr/lib/system/libsystem_c.dylib
0x7fff67384000 - 0x7fff67387ffb libsystem_configuration.dylib (1061.101.1) <2A2C778D-07EB-35C7-A954-8BF8FD74BD75> /usr/lib/system/libsystem_configuration.dylib
0x7fff67388000 - 0x7fff6738bfff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib
0x7fff6738c000 - 0x7fff67394fff libsystem_darwin.dylib (1353.100.2) /usr/lib/system/libsystem_darwin.dylib
0x7fff67395000 - 0x7fff6739cfff libsystem_dnssd.dylib (1096.100.3) <7C690DF5-E119-33FB-85CD-9EFC67A36E40> /usr/lib/system/libsystem_dnssd.dylib
0x7fff6739d000 - 0x7fff6739effb libsystem_featureflags.dylib (17) <415D83EF-084C-3485-B757-53001870EA94> /usr/lib/system/libsystem_featureflags.dylib
0x7fff6739f000 - 0x7fff673ecff7 libsystem_info.dylib (538) <17049D3F-C798-3651-B391-1551FC699D3E> /usr/lib/system/libsystem_info.dylib
0x7fff673ed000 - 0x7fff67419ff7 libsystem_kernel.dylib (6153.101.6) /usr/lib/system/libsystem_kernel.dylib
0x7fff6741a000 - 0x7fff67461fff libsystem_m.dylib (3178) <74741FA8-5C29-3241-9046-4FC91C6A6D4A> /usr/lib/system/libsystem_m.dylib
0x7fff67462000 - 0x7fff67489fff libsystem_malloc.dylib (283.100.5) <97833239-2F83-3AEB-A426-0593997C8A54> /usr/lib/system/libsystem_malloc.dylib
0x7fff6748a000 - 0x7fff67497ffb libsystem_networkextension.dylib (1095.100.29) /usr/lib/system/libsystem_networkextension.dylib
0x7fff67498000 - 0x7fff674a1ff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff674a2000 - 0x7fff674aafef libsystem_platform.dylib (220.100.1) <6EF12F34-C33F-36BF-9A9A-2A35EA19EFE0> /usr/lib/system/libsystem_platform.dylib
0x7fff674ab000 - 0x7fff674b5fff libsystem_pthread.dylib (416.100.3) /usr/lib/system/libsystem_pthread.dylib
0x7fff674b6000 - 0x7fff674baff3 libsystem_sandbox.dylib (1217.101.2) /usr/lib/system/libsystem_sandbox.dylib
0x7fff674bb000 - 0x7fff674bdfff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff674be000 - 0x7fff674c5ffb libsystem_symptoms.dylib (1238.100.26) <487B92DE-45F9-39F9-A478-89BBD478157D> /usr/lib/system/libsystem_symptoms.dylib
0x7fff674c6000 - 0x7fff674dcff2 libsystem_trace.dylib (1147.100.8) /usr/lib/system/libsystem_trace.dylib
0x7fff674de000 - 0x7fff674e3ff7 libunwind.dylib (35.4) /usr/lib/system/libunwind.dylib
0x7fff674e4000 - 0x7fff67519ffe libxpc.dylib (1738.100.39) <32B0E31E-9DA3-328B-A962-BC9591B93537> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4382141
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=791.2M resident=0K(0%) swapped_out_or_unallocated=791.2M(100%)
Writable regions: Total=308.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=308.0M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 24.0M 1
Kernel Alloc Once 8K 1
MALLOC 116.1M 35
MALLOC guard page 24K 4
MALLOC_MEDIUM (reserved) 120.0M 1 reserved VM address space (unallocated)
Mach message 8K 2
STACK GUARD 56.0M 11
Stack 43.1M 11
VM_ALLOCATE 128K 3
__DATA 49.8M 401
__DATA_CONST 36K 3
__FONT_DATA 4K 1
__LINKEDIT 392.3M 10
__OBJC_RO 32.2M 1
__OBJC_RW 1892K 2
__TEXT 398.8M 390
__UNICODE 564K 1
mapped file 42.4M 8
shared memory 176K 7
=========== ======= =======
TOTAL 1.2G 894
TOTAL, minus reserved VM space 1.1G 894

High CPU usage

Hi,
I was happily testing your version of jitsi-meet app since you are making a great job in updating it.

I wanted to give some feedback on my experience.

I have always used in my tests linux mint 19.3.

With a x230 laptop I got on videocalls the 40% less usage of the CPU compared to using the browser.

With a T460s laptop, on videocalls, I got 180% of CPU usage, while disabling the video immediately led to 130% usage (I didn't tested on the browser yet).

Do you have any suggestion on how to better test performances?

trying to build latest binary throws an error: Can't resolve 'cli-truncate'

Hi,

I decided to update from a previous version and after a fresh git clone, npm install and then npm run dist I get the following error:

ERROR in ./node_modules/electron-context-menu/index.js
Module not found: Error: Can't resolve 'cli-truncate' in '/home/jitsi-meet/node_modules/electron-context-menu'
@ ./node_modules/electron-context-menu/index.js 3:20-43
@ ./main.js

I wasn't getting this error when I last complied a few weeks ago.

Any idea what's changed and is breaking compilation?

Thanks

Desktop sharing: not switching back to camera

Desktop sharing works- After the desktop sharing is finished, the jitsi-meet-electron is not switching back to the camera. Only restarting the jitsi-meet-electron solves the problem.

(Version 2.0.4 on Windows 10)

Freifunk-meet not available in brew cask

When I tried to install the tool via brew cask the following error occurred:

โ‹Š> ~ brew cask install freifunk-meet
Error: Cask 'freifunk-meet' is unavailable: No Cask with this name exists.

pass parameters on start

Would it be possible to pass the jitsi server and the conference name as parameters when starting the linux app/program from command line or script?

error in v2021.11.4 under MacOS

This Issue tracker is only for reporting bugs and tracking code related issues.

Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.

Description

I have updated the app to v2021.11.4. After the update, the following error shows up and the app does not start.
I have deleted the app incl. Library Folder entries and reinstalled the app manually -> same error.

Current behavior

A JavaScript error occurred in the main process

Uncaught Exception:
Error: dlopen(/Applications/FreifunkMeet.app/Contents/Resources/app-x64.asar.unpacked/node_modules/@jitsi/electron-sdk/build/Release/sourceId2Coordinates.node, 0x0001): tried: '/Applications/FreifunkMeet.app/Contents/Resources/app-x64.asar.unpacked/node_modules/@jitsi/electron-sdk/build/Release/sourceId2Coordinates.node' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h')), '/usr/lib/sourceId2Coordinates.node' (no such file)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1138:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object. (/Applications/FreifunkMeet.app/Contents/Resources/app-x64.asar/node_modules/@jitsi/electron-sdk/node_addons/sourceId2Coordinates/index.js:2:7)
at Module._compile (internal/modules/cjs/loader.js:1078:30)

Expected Behavior

normal working app

Possible Solution


Steps to reproduce

install v2021.11.4.

Environment details

iMac 2019, MacOS 12.01

.AppImage not working on Debian 9

Hallo,

I just downloaded the .AppImage File v 2.0.7, added x permission (chmod +x) and doubled clicked but it seems not to start.

When starting it with command line i get:
alex@debian:~/Downloads$ ./ffmuc-meet-x86_64.AppImage
[4983:0413/111932.564804:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_ffmuc-hCjVIX/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap

P.S.: The procedure is the same I always use for .AppImage files. .DEB is working fine

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.