GithubHelp home page GithubHelp logo

nvui's People

Contributors

avimitin avatar fpereira1 avatar indianboy42 avatar mattfbacon avatar rohit-px2 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  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  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  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  avatar  avatar  avatar  avatar

nvui's Issues

Core dump: Assertion `editor_area' failed

Hello,

I tried to build the package on Archlinux.

Build is fine (with the fix 56c4577 ), but at start up there is a crash:

./nvui
nvui: nvui/src/cursor.cpp:37: Cursor::Cursor(EditorArea*): Assertion `editor_area' failed.
zsh: abort (core dumped) ./nvui

I can provide versions of libraries if needed :)

Thanks a lot and have a nice day!

Weird font issue

I don't have a config, just stock nvim.

image

Platform: Manjaro Linux

Rendering issues: command line renders below screen

image

Just off the bat, this is what nvui looks like when I open it.

For starters, it's confused by my taskbar placement and hides the title bar behind it; this is remedied by using the Windows+Arrow keys of course.

Secondly, the correct font is not used; it renders a non-monospaced font. I have a ginit.vim, but nvui hasn't read any of it. How do I get it to read my configuration? I know that the problem stems from not having a monospace font (#32), but I've set a monospace font in configuration.

Speaking of setting, for some reason I can't see the status line no matter what. This means I can't see commands; they are below the window.

demonstration.mp4

(Sorry about the recording; I just used the Powerpoint screen recorder. I captured the entirety of the nvui screen for sure.)

Now, I can set guifont to some fallback like Consolas after I get into the gui. And I'm sure I could set the window to open to whatever position I want it (just need to figure out where to configure it, or use the terminal). However, I still wouldn't be able to see the command line. Do you have any idea why this occurs? It occurs even with init.vim and ginit.vim empty.

I am on Windows 10, with neovim 0.5.0.

Crashes when opening help doc (:h nvui-*)

OS: MacOS
Latest Release

I ran the executable with this commands --ext_multigrid --ext_popupmenu --ext_hlstate but when I try the :h nvui-titlebar it crashes
Screenshot
2021-09-27_01-17-33

Nvui crashes after a second

I downloaded the zip file and extracted it into a separate folder. When running bin/nvui, a black window pops up which closes itself after a second.

When running from the terminal, I get this output:

./nvui
terminate called after throwing an instance of 'msgpack::v1::type_error'
  what():  std::bad_cast
fish: “./nvui” terminated by signal SIGABRT (Abort)

I am running Pop!_OS 21.04 x86_64.

Thanks!

Problem with CJK Font rendering

image

The upper window is nvui and the lower window is the terminal. What I expect is the font rendered in the terminal output.

I am using the latest commit to build the nvui. The rendering of the Chinese font has shifted down a little. Also, all the word lose their bottom part and don't align with English.

My font setting: vim.cmd [[set guifont=FiraCode\ Nerd\ Font\ Mono:h12,Source\ Han\ Sans\ CN,Apple\ Color\ Emoji]]

Spacing issues on macOS

There are weird blank spots and alignment issues on macOS that I haven't seen using the same config on different (G)UIs:

Near the end of a line: there's text not showing, as you can see where my cursor is:
Screen Shot 2021-09-22 at 15 49 07

Here there are weird spaces before the :: chars:
Screen Shot 2021-09-22 at 15 50 14

Here there's one space before and after the = sign. Also, the word actually reads "URL" and the cursor is on the R - but it's overlapping the L, so you see two R's.
Screen Shot 2021-09-22 at 15 50 58

And here's the telescope UI:
Screen Shot 2021-09-22 at 15 52 44

Crash when maximize nvui window with `msgpack::v1::type_error` error on MacOS

It from today's build downloaded from github build action

Full error report:

Process:               nvui [36692]
Path:                  /Users/USER/*/nvui
Identifier:            nvui
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        fish [35347]
Responsible:           kitty [2887]
User ID:               502

Date/Time:             2021-09-30 13:17:07.513 +1000
OS Version:            Mac OS X 10.15.7 (19H1419)
Report Version:        12
Bridge OS Version:     5.5 (18P4759a)
Anonymous UUID:        C2B1BB08-DD9D-EAF9-B3B3-2060E4B1FA6F


Time Awake Since Boot: 14000 seconds

System Integrity Protection: enabled

Crashed Thread:        5

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

Application Specific Information:
abort() called
terminating with uncaught exception of type msgpack::v1::type_error: std::bad_cast

Thread 0:: Dispatch queue: com.apple.main-thread
0   nvui                          	0x000000010be12c91 QCALayerBackingStore::ensureBackBuffer() + 81
1   nvui                          	0x000000010be129d8 QCALayerBackingStore::beginPaint(QRegion const&) + 248
2   nvui                          	0x000000010b90742b QBackingStore::beginPaint(QRegion const&) + 187
3   nvui                          	0x000000010ba9b78a QWidgetRepaintManager::paintAndFlush() + 4474
4   nvui                          	0x000000010ba9bd22 QWidgetRepaintManager::sync() + 274
5   nvui                          	0x000000010bac7a8e QWidget::event(QEvent*) + 1646
6   nvui                          	0x000000010bbc5774 QMainWindow::event(QEvent*) + 276
7   nvui                          	0x000000010ba8e4c6 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 262
8   nvui                          	0x000000010ba8f872 QApplication::notify(QObject*, QEvent*) + 466
9   nvui                          	0x000000010b66d836 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 166
10  nvui                          	0x000000010b66e6d3 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 803
11  nvui                          	0x000000010be32dd2 QCocoaEventDispatcherPrivate::processPostedEvents() + 322
12  nvui                          	0x000000010be334d8 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 40
13  com.apple.CoreFoundation      	0x00007fff2f7735e2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
14  com.apple.CoreFoundation      	0x00007fff2f773581 __CFRunLoopDoSource0 + 103
15  com.apple.CoreFoundation      	0x00007fff2f77339b __CFRunLoopDoSources0 + 209
16  com.apple.CoreFoundation      	0x00007fff2f7720ca __CFRunLoopRun + 927
17  com.apple.CoreFoundation      	0x00007fff2f7716ce CFRunLoopRunSpecific + 462
18  com.apple.HIToolbox           	0x00007fff2e39dabd RunCurrentEventLoopInMode + 292
19  com.apple.HIToolbox           	0x00007fff2e39d7d5 ReceiveNextEventCommon + 584
20  com.apple.HIToolbox           	0x00007fff2e39d579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
21  com.apple.AppKit              	0x00007fff2c9e6669 _DPSNextEvent + 883
22  com.apple.AppKit              	0x00007fff2c9e4eb0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
23  com.apple.AppKit              	0x00007fff2c9d6bbe -[NSApplication run] + 658
24  nvui                          	0x000000010be322b4 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2516
25  nvui                          	0x000000010b669807 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 471
26  nvui                          	0x000000010b66ddd2 QCoreApplication::exec() + 130
27  nvui                          	0x000000010c23ced3 main + 6339
28  libdyld.dylib                 	0x00007fff69839cc9 start + 1

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

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

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

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff6997b81e read + 10
1   nvui                          	0x000000010c209e7e boost::process::detail::posix::basic_pipe<char, std::__1::char_traits<char> >::read(char*, int) + 46
2   nvui                          	0x000000010c205e51 Nvim::read_error_sync() + 129
3   nvui                          	0x000000010c21683e void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, std::__1::__bind<void (Nvim::*)(), Nvim*> > >(void*) + 62
4   libsystem_pthread.dylib       	0x00007fff69a3e109 _pthread_start + 148
5   libsystem_pthread.dylib       	0x00007fff69a39b8b thread_start + 15

Thread 5 Crashed:
0   libsystem_kernel.dylib        	0x00007fff6998133a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff69a3de60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff69908808 abort + 120
3   libc++abi.dylib               	0x00007fff66b65458 abort_message + 231
4   libc++abi.dylib               	0x00007fff66b568a7 demangling_terminate_handler() + 238
5   libobjc.A.dylib               	0x00007fff686935b1 _objc_terminate() + 104
6   libc++abi.dylib               	0x00007fff66b64887 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff66b671a2 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27
8   libc++abi.dylib               	0x00007fff66b67169 __cxa_throw + 113
9   nvui                          	0x000000010c209231 Nvim::read_output_sync() + 12945
10  nvui                          	0x000000010c21683e void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, std::__1::__bind<void (Nvim::*)(), Nvim*> > >(void*) + 62
11  libsystem_pthread.dylib       	0x00007fff69a3e109 _pthread_start + 148
12  libsystem_pthread.dylib       	0x00007fff69a39b8b thread_start + 15

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	0x00007fff69a39b68 start_wqthread + 0

Thread 14:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff6997adfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6997b170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2f773785 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff2f772252 __CFRunLoopRun + 1319
4   com.apple.CoreFoundation      	0x00007fff2f7716ce CFRunLoopRunSpecific + 462
5   com.apple.AppKit              	0x00007fff2cb87ea4 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff69a3e109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff69a39b8b thread_start + 15

Thread 5 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000700009941000  rcx: 0x00007000099406d8  rdx: 0x0000000000000000
  rdi: 0x000000000000a50b  rsi: 0x0000000000000006  rbp: 0x0000700009940700  rsp: 0x00007000099406d8
   r8: 0x00007000099405a0   r9: 0x0000700009940770  r10: 0x0000700009941000  r11: 0x0000000000000246
  r12: 0x000000000000a50b  r13: 0x0000003000000008  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6998133a  rfl: 0x0000000000000246  cr2: 0x000000010e025460
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10b4d7000 -        0x10e0c2613 +nvui (0) <04EF156A-2B5C-3972-9A58-707C538A5AA1> /Users/USER/*/nvui
       0x10e5ee000 -        0x10e5f1047  libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib
       0x11cdbc000 -        0x11ce4e267  dyld (750.7) <0191F040-B591-3082-B8D9-498DC11D3BB5> /usr/lib/dyld
    0x7fff22ea5000 -     0x7fff2311affc  com.apple.AMDRadeonX6000MTLDriver (3.10.22 - 3.1.0) <1D6C5482-399F-35BA-AB69-943E17BDF1E4> /System/Library/Extensions/AMDRadeonX6000MTLDriver.bundle/Contents/MacOS/AMDRadeonX6000MTLDriver
    0x7fff280f2000 -     0x7fff284f1ff1  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.7.18 - 14.0.7) <139EC6F8-4675-3EFE-ABCE-7139B9A25035> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2af8c000 -     0x7fff2af90ffb  com.apple.agl (3.3.3 - AGL-3.3.3) <CDC14585-934E-32C4-B454-436898CE6DC7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff2b379000 -     0x7fff2b379fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2b37a000 -     0x7fff2b390fef  libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2b391000 -     0x7fff2b9e7fff  com.apple.vImage (8.1 - 524.2.1) <EA6F5FF2-7A1B-35D5-A5A3-D2B3386ECB75> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2b9e8000 -     0x7fff2bc4fff7  libBLAS.dylib (1303.60.1) <C6C2D42F-7456-3DBF-8BE2-9AA06EFC78FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2bc50000 -     0x7fff2c123fef  libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2c124000 -     0x7fff2c4bffff  libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2c4c0000 -     0x7fff2c4d5fec  libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2c4d6000 -     0x7fff2c4dbff3  libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2c4dc000 -     0x7fff2c54cfff  libSparse.dylib (103) <B8A10D0C-4577-343D-B310-A3E81265D107> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2c54d000 -     0x7fff2c55ffef  libSparseBLAS.dylib (1303.60.1) <B147FEF6-A0DB-3830-BF06-45BEC58DB576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2c560000 -     0x7fff2c737fd7  libvDSP.dylib (735.140.1) <D63DC0A5-B8B4-3562-A574-E73BC3B57407> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2c738000 -     0x7fff2c7fafef  libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2c7fb000 -     0x7fff2c7fbfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <F6C5613D-2284-342B-9160-9731F78B4DE5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2c7fc000 -     0x7fff2c85bff0  com.apple.Accounts (113 - 113) <E2438070-30AB-3B89-AE63-1E485B92D108> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2c9a5000 -     0x7fff2d763ff4  com.apple.AppKit (6.9 - 1894.60.105) <EFD4BCCB-5702-339D-8963-F999F00D4A1C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2d7b3000 -     0x7fff2d7b3fff  com.apple.ApplicationServices (48 - 50) <3CA9C96C-D3A3-3B9A-9752-A1DD6F5CAF1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2d7b4000 -     0x7fff2d81ffff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2d8b8000 -     0x7fff2d8f6ff0  libFontRegistry.dylib (274.0.5.1) <F3461C05-0370-359B-9F03-5C1C1F7763EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2d951000 -     0x7fff2d980fff  com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2d981000 -     0x7fff2d985ffb  com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2da1f000 -     0x7fff2da76ffa  com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2da77000 -     0x7fff2da85fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2da86000 -     0x7fff2dacbffa  com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2dacc000 -     0x7fff2dad6ff7  com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2dad7000 -     0x7fff2dae4ffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2dae5000 -     0x7fff2dbc6ff2  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A13B1F42-F90D-3B4C-9C43-1B64F7B24161> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2dbc8000 -     0x7fff2dbc8fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <2B357611-1DB5-3DC4-83D1-012D7E298631> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2df5f000 -     0x7fff2e2edffa  com.apple.CFNetwork (1128.1 - 1128.1) <04F37E21-8AC6-35BF-8D2C-8ED954B09026> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2e369000 -     0x7fff2e369fff  com.apple.Carbon (160 - 162) <F9100DDC-35C3-3CE0-9454-F8B2C8AAD48F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2e36a000 -     0x7fff2e36dff3  com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2e36e000 -     0x7fff2e662ff3  com.apple.HIToolbox (2.1.1 - 994.6) <EAF2DAC3-66B1-30BF-AF10-72DDA90D1044> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2e663000 -     0x7fff2e666ff3  com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2e667000 -     0x7fff2e66cff7  com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2e66d000 -     0x7fff2e66dfff  com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2e66e000 -     0x7fff2e688ffa  com.apple.openscripting (1.7 - 185.1) <B6E28747-5FC7-3461-8A71-864A969ED022> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2e6a9000 -     0x7fff2e6a9fff  com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2e6aa000 -     0x7fff2e6acff7  com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2e6ad000 -     0x7fff2e6b3fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2e85b000 -     0x7fff2e951fff  com.apple.ColorSync (4.13.0 - 3394.9) <A126406C-DA38-3FFE-8B25-BB9859EFD159> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2ec3c000 -     0x7fff2f145ffb  com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2f198000 -     0x7fff2f1d0fff  com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2f1d1000 -     0x7fff2f5bbfe8  com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2f5bc000 -     0x7fff2f6eeff6  com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2f6ef000 -     0x7fff2fb70ffe  com.apple.CoreFoundation (6.9 - 1678.101) <3E2C5D2D-BA55-3A20-86C4-9A4DA0295072> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2fb72000 -     0x7fff301e7fe8  com.apple.CoreGraphics (2.0 - 1355.24) <D708084E-A81E-3040-ABE8-9871E14F4715> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff301f5000 -     0x7fff30550ff0  com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff30ad9000 -     0x7fff30ad9fff  com.apple.CoreServices (1069.28 - 1069.28) <72D55A31-EFDB-3E6B-8B12-E91E059A4540> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff30ada000 -     0x7fff30b5ffff  com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff30b60000 -     0x7fff30e41ff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <BE379206-99FA-30CD-8391-2708473A633F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff30e42000 -     0x7fff30e8fffd  com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff30e90000 -     0x7fff30e98ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <FC84DB48-A3CE-30F7-A918-B3587731ACC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff30e99000 -     0x7fff310d4fff  com.apple.LaunchServices (1069.28 - 1069.28) <C8A1268A-ADA9-31E9-A5FE-63C15A4B5D3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff310d5000 -     0x7fff3116dff9  com.apple.Metadata (10.7.0 - 2076.7.1) <3FBA1665-4F76-3403-9C87-E120D53D40FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3116e000 -     0x7fff3119bfff  com.apple.CoreServices.OSServices (1069.28 - 1069.28) <1F3E8B56-E660-332C-9D01-E517729EA970> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3119c000 -     0x7fff31203fff  com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff31204000 -     0x7fff31228ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3154d000 -     0x7fff31704ffc  com.apple.CoreText (643.1.5.7 - 643.1.5.7) <34D12C1B-541D-3796-BDD8-D40EE509CD5F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff31705000 -     0x7fff31749ffb  com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3174a000 -     0x7fff317d7ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff31a6e000 -     0x7fff31a74fff  com.apple.DiskArbitration (2.7 - 2.7) <3C4C5E39-0F17-394F-AD6F-07E60728B7A4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff31c69000 -     0x7fff31d97ff6  com.apple.FileProvider (304.1 - 304.1) <E8BB1D4B-05D6-386C-865C-F8C750CEC308> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff31daf000 -     0x7fff32174ff7  com.apple.Foundation (6.9 - 1678.101) <3C4F5EDA-E6D2-398D-A0FF-8B16200BC0CC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff321e1000 -     0x7fff32231ff7  com.apple.GSS (4.0 - 2.0) <95568BAB-7F1A-3E1C-BD5A-78A8B4338EDA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3236e000 -     0x7fff32482ff3  com.apple.Bluetooth (7.0.6 - 7.0.6f8) <F9CE3F4C-A834-32F1-BFFE-42A4A6F0CC95> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff324e8000 -     0x7fff3258cff3  com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3258e000 -     0x7fff3259fffb  com.apple.IOSurface (269.11 - 269.11) <BCD744D4-E17E-3C2E-B69C-F69C789892E9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3261e000 -     0x7fff3277cff6  com.apple.ImageIO.framework (3.3.0 - 1976.12.2) <B489F690-5FD0-3D13-B29B-BE1ED87C64ED> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3277d000 -     0x7fff32780fff  libGIF.dylib (1976.12.2) <60ABACE9-AE94-3743-AD8B-ECE9D0D52706> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff32781000 -     0x7fff3283afe7  libJP2.dylib (1976.12.2) <02724619-5E31-3130-B85D-C68462991C39> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3283b000 -     0x7fff3285efe3  libJPEG.dylib (1976.12.2) <44A6D894-D152-3448-A296-F8A50C2E539F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff32adb000 -     0x7fff32af5fef  libPng.dylib (1976.12.2) <65C0C116-0074-36B5-98A6-CEDD4D0A45A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff32af6000 -     0x7fff32af7fff  libRadiance.dylib (1976.12.2) <C1F6AD71-6D14-3EAF-8EB0-9DEACDBAB9E7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff32af8000 -     0x7fff32b3efff  libTIFF.dylib (1976.12.2) <FA7ED93A-9BAC-3DAC-9B99-C060BF6326ED> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff340a0000 -     0x7fff340b2ff3  com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff340b3000 -     0x7fff340b3fff  libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff34c6a000 -     0x7fff34d34fff  com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff34d51000 -     0x7fff34d8eff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff34d8f000 -     0x7fff34e19fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <B424FE0C-6E90-3BFA-A6E7-DD86C735AE90> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff34e1a000 -     0x7fff34e3fff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff34e40000 -     0x7fff34e55ffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <CAA5A368-DB71-34F6-AEF9-27A8BC298F53> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff34e56000 -     0x7fff34fb4ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff34fb5000 -     0x7fff35004ff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B0B591F8-6875-351E-867F-8EB3CD38CD52> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff35005000 -     0x7fff35006ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <F2921F9A-3041-3495-878D-64134267B847> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff360b3000 -     0x7fff360bfffe  com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff360c0000 -     0x7fff36217ff3  com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff38c49000 -     0x7fff38ca1fff  com.apple.opencl (3.5 - 3.5) <BEE2BF96-BB35-3444-9BCE-46CBAD05EC2E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff38ca2000 -     0x7fff38cbefff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff38cbf000 -     0x7fff38ccaffd  com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff39630000 -     0x7fff39632fff  libCVMSPluginSupport.dylib (17.10.22) <2A3CAB2E-CF43-36BF-BDB1-343D7E92D71B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff39633000 -     0x7fff39638fff  libCoreFSCache.dylib (176.20) <A9877F89-92E9-3139-BEF4-C45B2A5F3B76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff39639000 -     0x7fff3963dfff  libCoreVMClient.dylib (176.20) <9741DE63-28A6-3B0C-858D-9D653355F1AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3963e000 -     0x7fff39646ff7  libGFXShared.dylib (17.10.22) <C8ABDE91-E05F-341A-BBB0-0C583F6AA91F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff39647000 -     0x7fff39651fff  libGL.dylib (17.10.22) <F9B81B8B-659F-3182-89A3-DC1F06D5BF86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff39652000 -     0x7fff39686ff7  libGLImage.dylib (17.10.22) <999AA7FA-C130-37AA-843B-4662A4F68DD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3981c000 -     0x7fff39858fff  libGLU.dylib (17.10.22) <0E15537A-03FB-32DF-B850-5D3E25DA4627> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3a294000 -     0x7fff3a2a3ff7  com.apple.opengl (17.10.22 - 17.10.22) <251345CF-9DE1-342A-8710-2543AEA59B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3b261000 -     0x7fff3b4e4ffb  com.apple.QuartzCore (1.11 - 841.6) <3EB993C4-261C-36C6-9C86-64A9B73EA2D4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3c068000 -     0x7fff3c3b3ff9  com.apple.security (7.0 - 59306.140.11) <3B46FC31-708A-3526-B888-BB7C1A9FBD98> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3c3b4000 -     0x7fff3c43cffb  com.apple.securityfoundation (6.0 - 55236.60.1) <954B6238-07CB-3357-BC4F-AE827DD3F9E3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3c46b000 -     0x7fff3c46fff8  com.apple.xpc.ServiceManagement (1.0 - 1) <055976F5-69DF-3846-B7CC-D72FA09D1A98> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3d11b000 -     0x7fff3d195ff7  com.apple.SystemConfiguration (1.19 - 1.19) <D3494EFE-F392-379E-B21C-0F1B094ECE77> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41105000 -     0x7fff411cafe7  com.apple.APFS (1412.141.2 - 1412.141.2) <100E8447-2563-3E1C-8B65-5A3910CD55AD> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff422df000 -     0x7fff422e0ff1  com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4287a000 -     0x7fff42897ff4  com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff428ec000 -     0x7fff428faff7  com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff42d76000 -     0x7fff42d9affb  com.apple.framework.Apple80211 (13.0 - 1610.1) <D94E03E8-4C38-3B2F-8DF4-473ACC5A7D71> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff43058000 -     0x7fff43067fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff43166000 -     0x7fff43171ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff431b3000 -     0x7fff431fbff7  com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff435ea000 -     0x7fff4360cfff  com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff436cb000 -     0x7fff436cefff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff43768000 -     0x7fff43777ff9  com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4430b000 -     0x7fff4454cff8  com.apple.audio.AudioToolboxCore (1.0 - 1104.100) <C08CD275-A9F4-3BC2-8040-C29330B3AB68> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff44550000 -     0x7fff4466cfff  com.apple.AuthKit (1.0 - 1) <DC1A27C5-0172-3C72-9B24-06996D0B6207> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff44829000 -     0x7fff44832ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <A6877DAD-8F47-363C-983A-DC8DDE83B7B5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff44833000 -     0x7fff448d4ff5  com.apple.backup.framework (1.11.7 - 1298.7.1) <C9DC35FA-E69F-3C64-9519-494126096337> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff448d5000 -     0x7fff44961ff6  com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff44a63000 -     0x7fff44a9fff7  com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4561f000 -     0x7fff4566efff  com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4651b000 -     0x7fff4652bffb  com.apple.CommonAuth (4.0 - 2.0) <24F1A864-0FA1-39CE-8A26-52E8C078FD33> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4653f000 -     0x7fff46556fff  com.apple.commonutilities (8.0 - 900) <F4C97244-E5D8-3F7D-8D94-4B6841C5A4EC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff47083000 -     0x7fff470a4ff4  com.apple.analyticsd (1.0 - 1) <687E74F6-27EE-39FF-8005-4B6083E247BA> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4763b000 -     0x7fff4764bff3  com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff47c8c000 -     0x7fff47cf6ff0  com.apple.CoreNLP (1.0 - 213) <E70E2505-8078-324E-BAE1-01A2DA980E2C> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff48124000 -     0x7fff4812cff8  com.apple.CorePhoneNumbers (1.0 - 1) <E4DAD514-0B3B-3E0B-8AEA-39B320FAAF03> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff48b19000 -     0x7fff48b3cfff  com.apple.CoreSVG (1.0 - 129.3) <F38189F9-C8F9-3D62-9D5F-3F520FB81724> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff48b3d000 -     0x7fff48b70fff  com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff48b71000 -     0x7fff48b9fffd  com.apple.CSStore (1069.28 - 1069.28) <533A2D3E-B20F-3711-811D-4AD078437898> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff490c4000 -     0x7fff4915aff7  com.apple.CoreSymbolication (11.4 - 64535.33.2) <955BD339-F593-3A70-8C08-71989480CC93> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff491f2000 -     0x7fff4931eff6  com.apple.coreui (2.1 - 609.4) <D8DA588B-CC17-339D-8D96-03B15100AE4C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4931f000 -     0x7fff494d8ffa  com.apple.CoreUtils (6.2.4 - 624.7) <A74A1C65-6695-3F57-B703-0DEDE13E66C1> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff49612000 -     0x7fff49625ff1  com.apple.CrashReporterSupport (10.13 - 15016.1) <D584FFA6-32C5-328B-BE77-2C256B2B116C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff496de000 -     0x7fff496f0ff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff496f1000 -     0x7fff496f6fff  com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff49780000 -     0x7fff497faff0  com.apple.datadetectorscore (8.0 - 659) <B1534796-1000-3520-A641-A97A4AC5D39B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff49846000 -     0x7fff49883ff8  com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff49884000 -     0x7fff49a0cff6  com.apple.desktopservices (1.14.6 - 1281.6.1) <C2355E6B-C5F7-3E39-B778-B117BD4652C6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4b3cd000 -     0x7fff4b7e8ff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4be87000 -     0x7fff4bfbdffc  libFontParser.dylib (277.2.6.8) <CEF2BBCB-E520-3B2E-85F7-4B2565ED4B18> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff4bfbe000 -     0x7fff4bff2fff  libTrueTypeScaler.dylib (277.2.6.8) <4D7463BE-7831-3A60-8010-223293D3B232> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff4c056000 -     0x7fff4c066ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <69BBF689-9AC2-3B8E-8EDD-6B083BF583F4> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff4f547000 -     0x7fff4f548fff  libmetal_timestamp.dylib (902.14.11) <C29C7125-A894-3718-8E1D-249C53BCC0B8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff50c02000 -     0x7fff50c08fff  com.apple.GPUWrangler (5.2.7 - 5.2.7) <FA34760B-4E5C-3A18-A6C3-DBA68F9D1220> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff50f27000 -     0x7fff50f4dff1  com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5207b000 -     0x7fff52089ffb  com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff52228000 -     0x7fff522e6ff4  com.apple.Heimdal (4.0 - 2.0) <D621CBD1-DC73-32BC-A9C0-A9C289832005> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff54468000 -     0x7fff54471ffe  com.apple.IOAccelMemoryInfo (1.0 - 1) <ECAB1FBF-4756-3437-8C72-0F89294510CA> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff54472000 -     0x7fff5447aff5  com.apple.IOAccelerator (438.7.4 - 438.7.4) <3C973800-3AE0-3908-9922-EFBC57C3F5B2> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff54487000 -     0x7fff5449efff  com.apple.IOPresentment (47.10 - 37) <C97340B5-C71D-32CC-A519-30A5D7184BD3> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff54826000 -     0x7fff54871ff1  com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff54a2f000 -     0x7fff54a36ff9  com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff54cc3000 -     0x7fff54ce2ffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <42DEA6AF-7D35-37CC-A943-8CAEF0C482FF> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff54e17000 -     0x7fff54ee5ffd  com.apple.LanguageModeling (1.0 - 215.1) <C456087D-5B3A-390E-A665-862FA284C59C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff54ee6000 -     0x7fff54f2efff  com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff54f35000 -     0x7fff54f3aff3  com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff562a3000 -     0x7fff562effff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7.1) <4B5178DD-3F75-3508-BDE9-BF5BCA0FD66F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff562f0000 -     0x7fff563c1ffa  com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff565f5000 -     0x7fff56613fff  com.apple.MobileKeyBag (2.0 - 1.0) <D5FA7041-297F-3ADC-8C7A-6EAAAB82EB68> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff56876000 -     0x7fff568a6ff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff56da6000 -     0x7fff56db0fff  com.apple.NetAuth (6.2 - 6.2) <B0C03C41-87A3-352B-B130-96E1A6F94B47> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff577c7000 -     0x7fff57812ffb  com.apple.OTSVG (1.0 - 643.1.5.7) <2F7D0C6A-6D8C-351C-8305-31D83D71893A> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff58a30000 -     0x7fff58a3bff2  com.apple.PerformanceAnalysis (1.243.3 - 243.3) <7B2C4193-68D7-3B95-ACA3-0FDD33A74D45> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff58a3c000 -     0x7fff58a64ffb  com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5b424000 -     0x7fff5b43dffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5b89d000 -     0x7fff5b8c6ff1  com.apple.RemoteViewServices (2.0 - 148) <D3AAC2BE-3423-3F18-9654-E35F1DD8DDB3> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5ba2b000 -     0x7fff5ba66ff0  com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff5d347000 -     0x7fff5d34aff5  com.apple.SecCodeWrapper (4.0 - 448.100.6) <C4BF691D-A09E-37E8-A6CC-1145B79B8722> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff5d4bd000 -     0x7fff5d5e4fff  com.apple.Sharing (1526.37 - 1526.37) <CBDA0ADD-F1E7-3B06-9118-C5E183F0D3D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5e9f9000 -     0x7fff5eceffff  com.apple.SkyLight (1.600.0 - 451.6) <489A2996-E719-346E-BACE-DCCDB5E00553> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5f53c000 -     0x7fff5f54affb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff5fd7e000 -     0x7fff5fd87ff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) <C3D66901-7E31-3FDB-BD7A-441EB0520D1D> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff6003e000 -     0x7fff6004eff3  com.apple.TCC (1.0 - 1) <520B2095-42EF-3837-99D3-393CA377ADBA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff60573000 -     0x7fff60639ff0  com.apple.TextureIO (3.10.9 - 3.10.9) <EEDAB753-329A-396A-8119-5BEDF7DB5A56> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff60809000 -     0x7fff60a61ff0  com.apple.UIFoundation (1.0 - 662) <EC55B9E5-7E62-380A-9AB1-FC7BEF663653> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff616fe000 -     0x7fff6171effc  com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff624ca000 -     0x7fff625b5ff2  com.apple.ViewBridge (468 - 468) <E35C7CF5-DE95-3B39-ACB8-A3C72C785E8F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6275b000 -     0x7fff6275cfff  com.apple.WatchdogClient.framework (1.0 - 67.120.2) <FFA17DA1-F6DD-34D3-A708-1F73C8BA7EA7> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6338c000 -     0x7fff6338fffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <D459D628-58C5-39A6-B7E8-B691CBEECEC1> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff63409000 -     0x7fff63417ff5  com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff63759000 -     0x7fff6375bff3  com.apple.loginsupport (1.0 - 1) <540BB904-0A51-3B37-A436-969D24CD28AC> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6375c000 -     0x7fff6376fffd  com.apple.login (3.0 - 3.0) <4483035E-7BEB-3CEB-AC1B-A765FBC12678> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff6623f000 -     0x7fff66272ffa  libAudioToolboxUtility.dylib (1104.100) <BF879AA5-26B5-3F7F-9721-E97194BBFA43> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff66279000 -     0x7fff662adfff  libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
    0x7fff662b0000 -     0x7fff662bafff  libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
    0x7fff66346000 -     0x7fff66348ff7  libDiagnosticMessagesClient.dylib (112) <C94F3B7B-1854-38EB-9778-834501C53B3F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6638e000 -     0x7fff66545ffb  libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
    0x7fff6656c000 -     0x7fff66572ff3  libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
    0x7fff66654000 -     0x7fff6665bfff  libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
    0x7fff6668a000 -     0x7fff666aaff7  libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
    0x7fff6681c000 -     0x7fff6681dfff  libSystem.B.dylib (1281.100.1) <B6B1DAD9-40C3-39BE-89D3-1F8C9692A7A3> /usr/lib/libSystem.B.dylib
    0x7fff668aa000 -     0x7fff668abfff  libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
    0x7fff668c3000 -     0x7fff668d9fff  libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
    0x7fff6690e000 -     0x7fff66980ff7  libarchive.2.dylib (72.140.2) <F9EA2883-5D5C-3FA6-B3F8-C5031BF88ABD> /usr/lib/libarchive.2.dylib
    0x7fff66981000 -     0x7fff66a1afe5  libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
    0x7fff66a1e000 -     0x7fff66a1eff3  libauto.dylib (187) <B6124448-7690-34AE-8939-ED84AAC630CE> /usr/lib/libauto.dylib
    0x7fff66ae4000 -     0x7fff66af4ffb  libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
    0x7fff66af5000 -     0x7fff66b01fff  libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
    0x7fff66b02000 -     0x7fff66b54fff  libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
    0x7fff66b55000 -     0x7fff66b6affb  libc++abi.dylib (902) <E692F14F-C65E-303B-9921-BB7E97D77855> /usr/lib/libc++abi.dylib
    0x7fff66b6b000 -     0x7fff66b6bfff  libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
    0x7fff66b6c000 -     0x7fff66b7dfff  libcmph.dylib (8) <E72A20DB-2E86-378D-A237-EB9A1370F989> /usr/lib/libcmph.dylib
    0x7fff66b7e000 -     0x7fff66b95fd7  libcompression.dylib (87.1) <F7A596B4-FCCC-3181-AD01-CC985095113D> /usr/lib/libcompression.dylib
    0x7fff66e6f000 -     0x7fff66e85ff7  libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
    0x7fff66e86000 -     0x7fff66e87fff  libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff67444000 -     0x7fff674a3ff7  libcups.2.dylib (483.8) <A5424908-1508-35AF-B218-7A976BEABCBA> /usr/lib/libcups.2.dylib
    0x7fff675ad000 -     0x7fff675adfff  libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
    0x7fff675ae000 -     0x7fff675c8ff7  libexpat.1.dylib (19.60.3) <4FD5D517-B4C8-365B-A2C0-D998A624D5A0> /usr/lib/libexpat.1.dylib
    0x7fff675d6000 -     0x7fff675d8fff  libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
    0x7fff675e7000 -     0x7fff675ecfff  libgermantok.dylib (24) <D2AE5AC0-EDCE-3216-B8C9-CF59292A545F> /usr/lib/libgermantok.dylib
    0x7fff675ed000 -     0x7fff675f6ff7  libheimdal-asn1.dylib (564.140.7) <45E5B8EE-93E9-31FC-9A4D-E96AF618BABA> /usr/lib/libheimdal-asn1.dylib
    0x7fff675f7000 -     0x7fff676e7fff  libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
    0x7fff676e8000 -     0x7fff6793ffff  libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
    0x7fff67959000 -     0x7fff6795afff  liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
    0x7fff6795b000 -     0x7fff67973ff3  liblzma.5.dylib (16) <C131EF18-2CDD-3271-8A30-A8760D4FE166> /usr/lib/liblzma.5.dylib
    0x7fff6798b000 -     0x7fff67a32ff7  libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
    0x7fff67a33000 -     0x7fff67c95ff1  libmecabra.dylib (883.11) <E31DE74D-1B88-377F-ACD3-D789D29C3AE7> /usr/lib/libmecabra.dylib
    0x7fff68002000 -     0x7fff68031fff  libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
    0x7fff68161000 -     0x7fff685ddff5  libnetwork.dylib (1880.120.4) <BA294A54-F309-398D-B308-F97032AFF555> /usr/lib/libnetwork.dylib
    0x7fff6867e000 -     0x7fff686b1fde  libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
    0x7fff686c4000 -     0x7fff686c8fff  libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
    0x7fff686cb000 -     0x7fff68701fff  libpcap.A.dylib (89.120.2) <86DAA475-805A-3E01-86C5-6CAE4D1D9BC6> /usr/lib/libpcap.A.dylib
    0x7fff68785000 -     0x7fff6879dfff  libresolv.9.dylib (67.40.1) <C57EDFEF-D36A-310B-8D14-8C68A625B1E8> /usr/lib/libresolv.9.dylib
    0x7fff6879f000 -     0x7fff687e3ff7  libsandbox.1.dylib (1217.141.6) <1B5B5733-BAD1-3FB6-BA75-2AC4FDCCE7CE> /usr/lib/libsandbox.1.dylib
    0x7fff687f7000 -     0x7fff687f8ff7  libspindump.dylib (281.3) <AE8C1AE9-5CBC-332F-BBE8-370A2A19FED6> /usr/lib/libspindump.dylib
    0x7fff687f9000 -     0x7fff689e3ff7  libsqlite3.dylib (308.6) <33057143-AB4E-348B-9650-98BC48866F34> /usr/lib/libsqlite3.dylib
    0x7fff68c34000 -     0x7fff68c37ffb  libutil.dylib (57) <F01467F6-23A7-37EE-A170-33CE1577B41D> /usr/lib/libutil.dylib
    0x7fff68c38000 -     0x7fff68c45ff7  libxar.1.dylib (425.2) <EE964412-9E25-30B3-BCC0-CCEFBCC8094B> /usr/lib/libxar.1.dylib
    0x7fff68c4b000 -     0x7fff68d2dfff  libxml2.2.dylib (33.9) <B72D22CE-3429-3217-A8DD-5C9D2077C980> /usr/lib/libxml2.2.dylib
    0x7fff68d31000 -     0x7fff68d59fff  libxslt.1.dylib (16.12) <42938E5F-5FE9-3265-8D10-1D1115BC5402> /usr/lib/libxslt.1.dylib
    0x7fff68d5a000 -     0x7fff68d6cff3  libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
    0x7fff6961b000 -     0x7fff69620ff3  libcache.dylib (83) <AF488D13-9E89-35E0-B078-BE37CC5B8586> /usr/lib/system/libcache.dylib
    0x7fff69621000 -     0x7fff6962cfff  libcommonCrypto.dylib (60165.120.1) <C7912BE5-993E-3581-B2A0-6AABDC8C5562> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6962d000 -     0x7fff69634fff  libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff69635000 -     0x7fff6963eff7  libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
    0x7fff6963f000 -     0x7fff696d1fdb  libcorecrypto.dylib (866.140.2) <E9AAA2A6-D0D4-328A-BEA2-4DC5E513BA30> /usr/lib/system/libcorecrypto.dylib
    0x7fff697de000 -     0x7fff6981eff0  libdispatch.dylib (1173.100.2) <CD9C059C-91D9-30E8-8926-5B9CD0D5D4F5> /usr/lib/system/libdispatch.dylib
    0x7fff6981f000 -     0x7fff69855fff  libdyld.dylib (750.7) <AB99C9EE-7127-3451-89AB-339F8F2CEE61> /usr/lib/system/libdyld.dylib
    0x7fff69856000 -     0x7fff69856ffb  libkeymgr.dylib (30) <DB3337BE-01CA-3425-BD0C-87774FC0CDC0> /usr/lib/system/libkeymgr.dylib
    0x7fff69857000 -     0x7fff69863ff3  libkxld.dylib (6153.141.40.1) <7C1BE75F-51A9-3717-BB4D-FD3A3388E060> /usr/lib/system/libkxld.dylib
    0x7fff69864000 -     0x7fff69864ff7  liblaunch.dylib (1738.140.3) <E2CFD17D-F36C-3734-8F37-16798799EF9E> /usr/lib/system/liblaunch.dylib
    0x7fff69865000 -     0x7fff6986aff7  libmacho.dylib (959.0.1) <AA613A9C-961A-3B67-B696-4622FA59FC4E> /usr/lib/system/libmacho.dylib
    0x7fff6986b000 -     0x7fff6986dff3  libquarantine.dylib (110.40.3) <F234E51D-FD0B-3EE4-B679-AE3EE9C536C3> /usr/lib/system/libquarantine.dylib
    0x7fff6986e000 -     0x7fff6986fff7  libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
    0x7fff69870000 -     0x7fff69887ff3  libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
    0x7fff69888000 -     0x7fff69888ff7  libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
    0x7fff69889000 -     0x7fff69910fff  libsystem_c.dylib (1353.100.4) <BCD3F031-4A3F-32CF-AB9A-D6EE7A7499D4> /usr/lib/system/libsystem_c.dylib
    0x7fff69911000 -     0x7fff69914ffb  libsystem_configuration.dylib (1061.141.2) <393137B7-3631-3450-B6F4-95EECD3ADDFF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff69915000 -     0x7fff69918fff  libsystem_coreservices.dylib (114.1) <72857ADA-AA97-398B-B089-F50B2E89064B> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff69919000 -     0x7fff69921fff  libsystem_darwin.dylib (1353.100.4) <19242BF1-BAF6-3DF0-AAD3-93E3E0870DBE> /usr/lib/system/libsystem_darwin.dylib
    0x7fff69922000 -     0x7fff69929fff  libsystem_dnssd.dylib (1096.100.3) <EBB4C2C2-E031-3094-B40A-E67BF261D295> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6992a000 -     0x7fff6992bffb  libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6992c000 -     0x7fff69979ff7  libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
    0x7fff6997a000 -     0x7fff699a6ff7  libsystem_kernel.dylib (6153.141.40.1) <383B8E9D-B065-3F56-A3DA-B38564280249> /usr/lib/system/libsystem_kernel.dylib
    0x7fff699a7000 -     0x7fff699eefff  libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
    0x7fff699ef000 -     0x7fff69a16fff  libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
    0x7fff69a17000 -     0x7fff69a24ffb  libsystem_networkextension.dylib (1095.140.2) <F06C65C5-2CBE-313C-96E1-A09240F9FE57> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff69a25000 -     0x7fff69a2eff7  libsystem_notify.dylib (241.100.2) <FA22F928-D91B-3AA5-96BB-3186AC0FB264> /usr/lib/system/libsystem_notify.dylib
    0x7fff69a2f000 -     0x7fff69a37fef  libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
    0x7fff69a38000 -     0x7fff69a42fff  libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
    0x7fff69a43000 -     0x7fff69a47ff3  libsystem_sandbox.dylib (1217.141.6) <ACACC5C9-CE29-394C-87AD-3AF5FDDA942E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff69a48000 -     0x7fff69a4afff  libsystem_secinit.dylib (62.100.2) <F80872AA-E1FD-3D7E-8729-467656EC6561> /usr/lib/system/libsystem_secinit.dylib
    0x7fff69a4b000 -     0x7fff69a52ffb  libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff69a53000 -     0x7fff69a69ff2  libsystem_trace.dylib (1147.120.1) <BC141783-66D9-3137-A783-211B38E49ADB> /usr/lib/system/libsystem_trace.dylib
    0x7fff69a6b000 -     0x7fff69a70ff7  libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
    0x7fff69a71000 -     0x7fff69aa6ffe  libxpc.dylib (1738.140.3) <8DA7D88F-AE2F-3BCF-8426-8D041E57A9AA> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 1812195
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=602.4M resident=0K(0%) swapped_out_or_unallocated=602.4M(100%)
Writable regions: Total=227.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=227.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 2200K        2 
CG image                            48K        3 
CoreAnimation                      220K       10 
CoreGraphics                         8K        1 
CoreImage                           24K        2 
CoreUI image data                  892K        8 
Dispatch continuations            24.0M        1 
Foundation                           4K        1 
Kernel Alloc Once                   28K        2 
MALLOC                           164.9M       89 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)           19.7M        1         reserved VM address space (unallocated)
STACK GUARD                       56.1M       15 
Stack                             15.1M       16 
VM_ALLOCATE                         84K        8 
__DATA                            23.4M      273 
__DATA_CONST                       388K        2 
__FONT_DATA                          4K        1 
__LINKEDIT                       392.3M        5 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           210.1M      271 
__UNICODE                          564K        1 
mapped file                      486.1M       71 
shared memory                      652K       18 
===========                     =======  ======= 
TOTAL                              1.4G      816 
TOTAL, minus reserved VM space     1.4G      816 


How to run nvim with specific arguments?

This might be a nood question, but right now im trying to run nvui with those arguments:

nvim -u ~/.local/share/lunarvim/lvim/init.lua

and it doesn't work. How to pass arguments to neovim?

Square brackets and curly brackets Italian Keyboard not work

Thanks for your amazing application.

When i try to insert Square brackets in insert mode (Italian keyboard), i press [AltGr è] to insert [ and [AltGr +] to insert ]

But not work same problem for curly brackets that a press [ctrl-alt-shift è] and [ctrl-alt-shift +]

numtab keys are not grabbed

My keyboard layout is: it_IT.
In insert mode numeric all keys from numpad are ignored.
In normal mode too:
for example this vimrc configuration is affected:
nmap <Leader><k1> <Leader>1
[<Leader>1] is working
[<Leader><k1>] not

Crashes with error message "what(): std::bad_cast"

Upon running the 0.1.1 release linux-x64 binary, a window is created but it promptly crashes with the message:

terminate called after throwing an instance of 'msgpack::v1::type_error'
  what():  std::bad_cast
Aborted (core dumped)

I ran valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all on it: valgrind.log

Here's an additional thing valgrind that weren't included in the log:

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
If that is not possible, in Qt 5 you must at least reimplement
QCoreApplication::notify() and catch all exceptions there.

Blurry text rendering on macOS Monterey

I follow the instructions wrote in the wiki and build it on my own machine, the output in the terminal seems ok

image

except the warnings but I believe it's because the system version is too new

but the program's appearance isn't good, the whole UI seems runs in low resolution

image

and I don't know if it's the way I use it wrong or something, what I expected to see is use nvui filename and it will open up a instance and let me modify the file, but what happened is it just create a instance but doesn't open the file I want, I have to drag the file into the instance or open it in the instance by some plugin's help

image

image

Cursor jumps when resizing or moving

Huge thanks for a quick response and an amazing app, but there seems to be a little usability problem. Cursor jumps to top left when moving. Window width/height becomes 2x when resizing from right or bottom. No problem when using win button.

simplescreenrecorder-2021-09-09_21.06.13.mp4

Distro: arch
Desktop: KDE
WM: KWin
Binary Source: GitHub releases (couldn't build: cmake's taking forever)

No problem when using win button.

Arch package (AUR)

Someone should create an AUR package for nvui. Please let me know if someone does.

Render/Font Issue

This is basically with no configuration, just starting it..

simplescreenrecorder-2021-08-30_16.55.17.mp4

Can't trigger fcitx

My system information

Linux 5.13.12-arch1-1 x86_64 GNU/Linux

Issue I met

I am a Chinese user. And I used fcitx as the Chinese input method. However, I can't trigger the input panel like other neovim GUI or the TUI when I am using the nvui.

  • Normal behavior in terminal

image

  • In nvui

    It just outputs English nor creates the fcitx input panel.

My fcitx version:

fcitx version: 4.2.9.7

[Question] how to use `<Ctrl-` or `<D-` key

Not sure if those keys were remapped.
By default <CTRL-R>* will paste from register* But it does not seem to be working.
Also in mac <Command> key (WIN key in windows) does not work.
Are there anything missing from default config in MacOS?

Resize didn't work

Steps to achieve this

Followed the build steps in the wiki
When snapping to the edge of the screen, it maintains its size, and when trying to resize using the edges, no luck either except the log in the terminal.
image

On MacOS

Opening Chadtree results in an error

Opening Chadtree causes this error for me

terminate called after throwing an instance of 'msgpack::v1::insufficient_bytes'
  what():  insufficient bytes
[1]    3544750 abort (core dumped)  

Some rendering issues

I just tried the newest release on Windows 10. Here are some issues, I can't experiment further after that:

  • Font is broken
  • The status bar is lost
  • Is there any way I can speed up the animation?
    Otherwise, it's nice, looking for improvement
    image

Check if running inside nvui

Sorry for such a dumb question but:

How to check if my .vimrc is executed by nvui? has('gui_running') returns 0. Also tried searching (/) help for check but didn't found anything.

crash after running an output-heavy process in the terminal

When opening a terminal (using :term) and running an output-heavy application, after a while nvui crashes.
The terminal where i started it from then says:

terminate called after throwing an instance of 'msgpack::v1::insufficient_bytes'
  what():  insufficient bytes

abort (core dumped)

[feature request] built in workspace function

Is it possible to manage multiple nvim instances, each instance contains an individual session. This can help me jump between each project without closing or opening a new nvui window.

I've tried mksession and some session managers. They can jump between session but I can't open a brand new workspace. I have to open file, clean up buffer and save session before I swich
between those sessions. That's putting the cart before the horse.

I've seen goneovim did it: https://github.com/akiyosi/goneovim#workspaces. Don't know if it is possible to add this feature in nvui because I really love it.

Thanks for your contribution.

Call to non-constexpr function cause build failed

Run build on the latest commit and the git tag v0.1.3, cmake throw this error:

$ cmake --build build --target nvui --config Release

[ 57%] Building CXX object CMakeFiles/nvui.dir/src/input.cpp.o
....../nvui/src/input.cpp: In function ‘std::string convertKey(const QKeyEvent&)’:
....../nvui/src/input.cpp:244:37: error: call to non-‘constexpr’ function ‘const mapped_type& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::at(const key_type&) const [with _Key = int; _Tp = std::basic_string_view<char>; _Hash = std::hash<int>; _Pred = std::equal_to<int>; _Alloc = std::allocator<std::pair<const int, std::basic_string_view<char> > >; std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::mapped_type = std::basic_string_view<char>; std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::key_type = int]’
  244 |     return fmt::format(keypadKeys.at(key), mod_prefix(mod));
      |                        ~~~~~~~~~~~~~^~~~~
compilation terminated due to -Wfatal-errors.
make[3]: *** [CMakeFiles/nvui.dir/build.make:160: CMakeFiles/nvui.dir/src/input.cpp.o] Error 1
make[2]: *** [CMakeFiles/Makefile2:583: CMakeFiles/nvui.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:590: CMakeFiles/nvui.dir/rule] Error 2

Trouble building on Windows

When I follow the windows build instructions, I see the following error message:

PS C:\Users\duryanro\nvui> cmake -B build . -DCMAKE_TOOLCHAIN_FILE=.\vcpkg\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -G Ninja
CMake Error at CMakeLists.txt:37 (find_package):
  Could not find a package configuration file provided by "msgpack" with any
  of the following names:

    msgpackConfig.cmake
    msgpack-config.cmake

  Add the installation prefix of "msgpack" to CMAKE_PREFIX_PATH or set
  "msgpack_DIR" to a directory containing one of the above files.  If
  "msgpack" provides a separate development package or SDK, be sure it has
  been installed.

It's my understanding that vcpkg should handle installing dependencies like msgpack for me - are the build instructions missing a step?

I have the vcpkg git submodule cloned (I cloned nvui with recursive submodules like the instructions say)

Thanks! Excited to see how this compares to Neovide, once I can get it building :)

terminate called after throwing an instance of 'msgpack::v1::insufficient_bytes'

Hi I am suddenly having a strange issue whenever I try open nvui

terminate called after throwing an instance of 'msgpack::v1::insufficient_bytes'
  what():  insufficient bytes
fish: Job 2, 'nvui' terminated by signal SIGABRT (Abort)

The strange thing is, this only happens if I dont load a session on startup (actually the loading is done by a plugin). So in a new directory, nvui can't launch, but if I launch nvim and then save a session, then I can open by nvui

Use native frame

On i3wm Linux, nvui launches with this frame:

image

I want it to launch with the regular/native i3 frame.

image

Provide a fully-fledged release

I use bin which allows installing and easy updating binary files from Github. But I cannot install nvui with it because there is no releases/latest page:

https://api.github.com/repos/rohit-px2/nvui/releases/latest

Compile error caused by a missing argument in a print statement

I tried to build the project on ArchLinux with g++ (GCC) 11.1.0 using cmake . and make. I got following error:

In file included from /home/tomas/code/nvui/src/nvim.cpp:15:
/usr/include/fmt/core.h: In member function ‘void Nvim::send_response(uint64_t, msgpack::v2::object, msgpack::v2::object)’:
/home/tomas/code/nvui/src/nvim.cpp:486:15:   in ‘constexpr’ expansion of ‘fmt::v8::basic_format_string<char>("Could not send response. Msgid: {}\012")’
/usr/include/fmt/core.h:2845:40:   in ‘constexpr’ expansion of ‘fmt::v8::detail::parse_format_string<true, char, fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler> >(((fmt::v8::basic_format_string<char>*)this)->fmt::v8::basic_format_string<char>::str_, fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler>(fmt::v8::basic_string_view<char>(((const char*)s)), (fmt::v8::detail::error_handler(), fmt::v8::detail::error_handler())))’
/usr/include/fmt/core.h:2430:36:   in ‘constexpr’ expansion of ‘fmt::v8::detail::parse_replacement_field<char, fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler>&>(p, end, (* & handler))’
/usr/include/fmt/core.h:2361:51:   in ‘constexpr’ expansion of ‘(& handler)->fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler>::on_arg_id()’
/usr/include/fmt/core.h:2692:70:   in ‘constexpr’ expansion of ‘((fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler>*)this)->fmt::v8::detail::format_string_checker<char, fmt::v8::detail::error_handler>::context_.fmt::v8::detail::compile_parse_context<char, fmt::v8::detail::error_handler>::next_arg_id()’
/usr/include/fmt/core.h:2467:40: error: ‘constexpr void fmt::v8::basic_format_parse_context<Char, ErrorHandler>::on_error(const char*) [with Char = char; ErrorHandler = fmt::v8::detail::error_handler]’ called in a constant expression
 2467 |     if (id >= num_args_) this->on_error("argument not found");
      |                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:679:22: note: ‘constexpr void fmt::v8::basic_format_parse_context<Char, ErrorHandler>::on_error(const char*) [with Char = char; ErrorHandler = fmt::v8::detail::error_handler]’ is not usable as a ‘constexpr’ function because:
  679 |   FMT_CONSTEXPR void on_error(const char* message) {
      |                      ^~~~~~~~
/usr/include/fmt/core.h:680:27: error: call to non-‘constexpr’ function ‘void fmt::v8::detail::error_handler::on_error(const char*)’
  680 |     ErrorHandler::on_error(message);
      |     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/fmt/format.h:2825,
                 from /usr/include/fmt/core.h:3000,
                 from /home/tomas/code/nvui/src/nvim.cpp:15:
/usr/include/fmt/format-inl.h:2552:15: note: ‘void fmt::v8::detail::error_handler::on_error(const char*)’ declared here
 2552 | FMT_FUNC void detail::error_handler::on_error(const char* message) {
      |               ^~~~~~
make[2]: *** [CMakeFiles/nvui_test.dir/build.make:174: CMakeFiles/nvui_test.dir/src/nvim.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:323: CMakeFiles/nvui_test.dir/all] Error 2
make: *** [Makefile:101: all] Error 2

It looks like there is a reference in the format string without any variable passed:

fmt::print("Could not send response. Msgid: {}\n");

I tried removing {} from the format string, the compilation finished without it.

Launch frameless

How can I make nvui always launch frameless? I was thinking run :NvimFrameless v:false in my init.lua (btw its a bit confusing that frameless false will hide the titlebar (making it frameless), maybe it shouldbe NvuiTitlebar v:false or NvuiFrameless v:true to hide the titlebar).

But I think a better solution would be a command line argument

Crashes with error message

Platform:- Manjaro
NVUI run command:- nvui --ext_cmdline --ext_multigrid --ext_hlstate=false
Built NVUI commit:- commit 5acbe5b85a70662e70ab12cd17a9b81c8b7142ae (HEAD -> exception_insufficient_bytes)
Just happened while using the app. Did not notice that I was doing anything significant at the time.

terminate called after throwing an instance of 'boost::process::process_error'
  what():  Bad address
[1]    4161628 abort (core dumped)  ./nvui --ext_cmdline --ext_multigrid --ext_hlstate=false

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.