Giter Club home page Giter Club logo

krom's People

Contributors

addaleax avatar aduh95 avatar apapirovski avatar bnoordhuis avatar bridgear avatar cjihrig avatar danbev avatar indutny avatar isaacs avatar jasnell avatar joyeecheung avatar lpinca avatar mhdawson avatar mscdex avatar mylesborins avatar piscisaureus avatar refack avatar richardlau avatar ronag avatar rvagg avatar ry avatar sam-github avatar shigeki avatar targos avatar tjfontaine avatar tniessen avatar tootallnate avatar trevnorris avatar trott avatar vsemozhetbyt 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

Watchers

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

krom's Issues

Gamepad input not working on Linux

When running this attached minimal Kha project in HTML5 debug mode the input from gamepads are working fine, however when running the same project in Krom debug no input is registered.

Testing using git master version of Kha in Kode Studio 17.9.1 on Arch Linux.

Tested with an old USB gamepad that is supported by the kernel, as well as a wireless Xbox 360 controller using xboxdrv. Same result on both controllers, work fine in HTML5 but not in Krom.

Access to dom in krom?

We have a electron/nwjs type app that does both dom and webgl calls. Just curious if that would be possible in Krom

  1. I assume the krom.exe has removed all DOM stuff and is only the webgl portion of Chakra?
  2. Could it be easily re-added/made in custom compile?

graphics2 clear() fails with Krom debug in Kodestudio 17.1

With a newly init'd kha project in Kodestudio 17.1:

function render(framebuffer: Framebuffer): Void {		
    
    // This fails to clear Red with Krom Debug,
    // resulting in a 'hollow' window.
    
    var g = framebuffer.g2;  // G2
    g.begin();
    g.clear(kha.Color.Red);
    g.end();

    // The above is equivalent to this g4 usage
    // without setting depth in clear():

    // var g = framebuffer.g4;  // G4
    // g.begin();
    // g.clear(kha.Color.Red);
    // g.end();

    // G4 with clear depth works:

    // var g = framebuffer.g4;  // G4
    // g.begin();
    // g.clear(kha.Color.Green, 1.0);
    // g.end();
}

No issue with Html5 Debug.
Using Kodestudio-linux64.

krom_load_sound(): Invalid address specified to RtlValidateHeap

When loading a sound in Krom via kha.Assets.loadSound(), there is an error in main.cpp line 1369 (permalink):

HEAP[Krom.exe]: Invalid address specified to RtlValidateHeap( 000001F6EF450000, 00007FF6D986C9D0 )
Krom.exe has triggered a breakpoint.

The sound pointer is at address 0x00007ff6d986ca00, which is similar to the second address in RtlValidateHeap above.

Some answer on stackoverflow suggested that these errors happen if an address is freed that wasn't returned by any allocation call, so I watched the sound pointer inside of kinc_a1_sound_create() for value changes. Visual Studio then breaks in main.cpp line 1355, but the sound pointer still points to the same address, so I'm not sure why this happens. The pointer seems to be the same from it's creation until its memory is freed, so I'm not sure if this is the issue.

Then I tried to use kinc_a1_sound_destroy() like it is done in Armorcore, and even though this solves the error, the application will then run into an endless loop somewhere in Krom's kha.LoaderImpl.loadSoundFromDescription(), at least the done() callback is never called even though Krom.loadSound() finishes executing.

Using:

  • Latest Krom from master (0f4120c), changed convert_vertex_data() to make things run (this needs an update to account for the new vertex formats!)
  • Latest Kha from master (Kode/Kha@3351b5a), no modified submodules, only some additional trace() calls to see what is executed when.
  • VS 2022 (v143 platform toolset), Debug x64. The same happened before on VS2019
  • Windows 10
  • Running Krom with --sound parameter to enable sound

onCut & onCopy write "null" (string) into clipboard if the callback is null

When using the Krom backend for Kha, "null" is written (as a string) into the clipboard when the cut/copy callbacks are null (which is the default value). Instead, nothing should happen, the current clipboard value should remain.

I tried to localize the problem but I couldn't solve it.

I assumed that some code in Kore or Kinc was wrong and did not handle a null value, but running the VS debugger showed that the JSValueRef arguments of krom_set_cut_copy_paste_callback() are not null, although JSValueRef can hold a null value according to the documentation.

So I tried changing the types of [cut/copy]Listener in System.hx from Void -> String to Null<Void -> String> (also in the definition of notifyOnCutCopyPaste() and in Krom.hx) because compiling with @:nullSafety(Strict) led to warnings.
This had no success, only the warnings are gone now.

Unable to print exception message

This is continuation of the chakra-core/ChakraCore#5660.

Suggested solution:

Okay, we investigated some more (thanks @MSLaguana and @irinayat-MS) and the issue is that your output binaries don't include the ChakraCore string resources, so when constructing an exception the program fails to find the string. When we build ChakraCore.dll, we include jserr.gen: the vcxproj creates a .rc2 file, and then another file includes it. In order to access any strings from rterrors.h you'll need to do something similar.

[CRASH REPORT] - 15-12-16

this is a crash i get all the time with krom on a new project, it doesnt even let me start the code.
simple enough project, using mouse to move character around the screen.

no video or anything like that being used. only images for now, but do have assets in the folder

Process:               Krom [22586]
Path:                  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
Identifier:            com.ktxsoftware.Krom
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        Kode Studio Helper [22562]
Responsible:           Krom [22586]
User ID:               501

Date/Time:             2016-12-15 17:49:37.913 +0000
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        8D43EBA1-C82D-8792-C966-E62FC622DEFF


Time Awake Since Boot: 24000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0:
--> 
    __TEXT                 000000010cc3b000-000000010cc99000 [  376K] r-x/rwx SM=COW  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libv8.dylib                   	0x000000010ccdab47 v8::Function::ScriptId() const + 7
1   com.ktxsoftware.Krom          	0x000000010cc4046b 0x10cc3b000 + 21611
2   com.ktxsoftware.Krom          	0x000000010cc51c96 0x10cc3b000 + 93334
3   com.ktxsoftware.Krom          	0x000000010cc40219 0x10cc3b000 + 21017
4   com.ktxsoftware.Krom          	0x000000010cc4ecc0 0x10cc3b000 + 81088
5   com.apple.Foundation          	0x00007fffb037bf46 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1094
6   com.apple.Foundation          	0x00007fffb037ba82 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
7   com.ktxsoftware.Krom          	0x000000010cc4ec7d 0x10cc3b000 + 81021
8   com.ktxsoftware.Krom          	0x000000010cc3c7e4 0x10cc3b000 + 6116

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffc3fdf4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc40c7791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc40c71ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffc3fdf4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc40c7791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc40c71ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffc3fdf4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc40c7791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc40c71ed start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffc3fdf4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc40c75fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffc40c71ed start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffc3fdf4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc40c7791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc40c71ed start_wqthread + 13

Thread 6:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffc3fd73c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010d853027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010d83a6d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010d83f51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010d854a47 0x10d84b000 + 39495
5   libsystem_pthread.dylib       	0x00007fffc40c7aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffc40c79f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffc40c71fd thread_start + 13

Thread 7:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffc3fd73c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010d853027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010d83a6d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010d83f51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010d854a47 0x10d84b000 + 39495
5   libsystem_pthread.dylib       	0x00007fffc40c7aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffc40c79f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffc40c71fd thread_start + 13

Thread 8:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffc3fd73c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010d853027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010d83a6d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010d83f51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010d854a47 0x10d84b000 + 39495
5   libsystem_pthread.dylib       	0x00007fffc40c7aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffc40c79f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffc40c71fd thread_start + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fffc3fdee8a __recvfrom + 10
1   com.ktxsoftware.Krom          	0x000000010cc3d333 0x10cc3b000 + 9011
2   com.ktxsoftware.Krom          	0x000000010cc4edd2 0x10cc3b000 + 81362
3   libsystem_pthread.dylib       	0x00007fffc40c7aab _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fffc40c79f7 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fffc40c71fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010d743e50  rbx: 0x00007faed974d4e0  rcx: 0x00007fff52fc4358  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x00007fff52fc4380  rbp: 0x00007fff52fc4360  rsp: 0x00007fff52fc4350
   r8: 0x0000000000000020   r9: 0x00007faed96721b0  r10: 0x0000000119cec100  r11: 0x000000010ccdab40
  r12: 0x000000010d55c820  r13: 0x00007faeda081200  r14: 0x0000000000000000  r15: 0x00007faed982ee00
  rip: 0x000000010ccdab47  rfl: 0x0000000000010202  cr2: 0x0000000000000000
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10cc3b000 -        0x10cc98ff7 +com.ktxsoftware.Krom (1.0 - 1) <64C278FA-2FB3-338E-AA85-F1F686C093A9> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
       0x10ccb4000 -        0x10d70cff7 +libv8.dylib (0) <81A66C21-39CE-3120-865E-B9122E69F809> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8.dylib
       0x10d837000 -        0x10d840ff7 +libv8_libplatform.dylib (0) <80300853-42FB-3653-8AAE-F050D999C148> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libplatform.dylib
       0x10d84b000 -        0x10d859fff +libv8_libbase.dylib (0) <90DF8ABB-B47F-3004-BD30-7A2FA4D4A365> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libbase.dylib
       0x10d866000 -        0x10da0efff +libicui18n.dylib (0) <53D1F174-3908-3C68-9BD8-4B09851922AA> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicui18n.dylib
       0x10daa9000 -        0x10dbcafff +libicuuc.dylib (0) <61693C15-2569-38EF-AD25-8997D918AF81> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicuuc.dylib
       0x10dd1f000 -        0x10dd49ffb  GLRendererFloat (13.0.10) <91FFF901-0388-3FF0-B89B-9A0D2E992F13> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x1103d4000 -        0x1103ebffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x110952000 -        0x110af8fff  GLEngine (13.0.10) <BCEDD508-5670-307C-ACC0-4B4740CE6D85> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x110b36000 -        0x110cacffb  libGLProgrammability.dylib (13.0.10) <96C3D0DF-73EB-3CEF-9527-03FA8C403546> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x110f64000 -        0x1114b2ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.22.25 - 10.2.2) <42D3E466-D8C0-36E7-98B7-EB798A078D4B> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x119cad000 -        0x119cea267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
    0x7fffab465000 -     0x7fffab465fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffab47e000 -     0x7fffab997feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffab998000 -     0x7fffabb08ff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffabb09000 -     0x7fffabb1dffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffabb1e000 -     0x7fffabf14fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffabf15000 -     0x7fffabf2bfff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffabf2c000 -     0x7fffabf32fff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffabf33000 -     0x7fffabf47ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffabf48000 -     0x7fffac0cffe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffac0d0000 -     0x7fffac182ffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffac183000 -     0x7fffac183fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffac443000 -     0x7fffad214ff7  com.apple.AppKit (6.9 - 1504.76) <AF99A491-3175-362D-B313-074A3F87E49A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffad226000 -     0x7fffad226fff  com.apple.ApplicationServices (48 - 48) <A29F0B74-33C1-3062-B68D-12BC3881C399> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffad227000 -     0x7fffad295ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffad32f000 -     0x7fffad45efff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffad45f000 -     0x7fffad4a9fff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffad506000 -     0x7fffad539ff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffad5a5000 -     0x7fffad64fff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffad650000 -     0x7fffad6a0ff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffad6a1000 -     0x7fffad6b0ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffad6b1000 -     0x7fffad6fefff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffad6ff000 -     0x7fffad73afff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffad73b000 -     0x7fffad746ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffad747000 -     0x7fffad957fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffad958000 -     0x7fffad958fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffadac1000 -     0x7fffade94ff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffadeb3000 -     0x7fffae1bbff7  com.apple.HIToolbox (2.1.1 - 856.11) <11F1BAA6-547C-37CB-88DE-6C4B698AFF37> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffae1c6000 -     0x7fffae25dff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffae27e000 -     0x7fffae284ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffae363000 -     0x7fffae363fff  com.apple.Cocoa (6.11 - 22) <6A3C97E3-3905-3767-978F-C2E4C3899CD2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffae4a3000 -     0x7fffae533ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffae534000 -     0x7fffae547fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffae548000 -     0x7fffae842feb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffae843000 -     0x7fffae8cffff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffae8d0000 -     0x7fffaed6afff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffaed6b000 -     0x7fffaf3edfff  com.apple.CoreGraphics (2.0 - 1070.13) <C6E5A0EC-CEEE-3834-B37C-E5CF9EECDD52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffaf3ee000 -     0x7fffaf630fff  com.apple.CoreImage (12.2.0 - 451.2.6) <FA735717-BE82-397E-B0DC-71D83682D2F7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffaf795000 -     0x7fffaf795fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffaf796000 -     0x7fffaf7e7fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffaf7e8000 -     0x7fffafac3ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffafac4000 -     0x7fffafaf7fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffafaf8000 -     0x7fffafb00ffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffafb01000 -     0x7fffafc6dff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffafc6e000 -     0x7fffafd1efff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffafd1f000 -     0x7fffafd7efff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffafd7f000 -     0x7fffafdeffff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffafdf0000 -     0x7fffafe36ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffafec3000 -     0x7fffb000fff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffb0010000 -     0x7fffb0045fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffb0046000 -     0x7fffb00b7ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffb01b6000 -     0x7fffb01bbfff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffb034a000 -     0x7fffb06f1ff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffb071d000 -     0x7fffb074efff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffb080e000 -     0x7fffb08b1ffb  com.apple.Bluetooth (5.0.2 - 5.0.2f4) <D4B76B20-7777-39C9-8365-FC0C0DE17AB0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffb08b2000 -     0x7fffb0947ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffb0948000 -     0x7fffb094effb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffb09a0000 -     0x7fffb0af9fef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffb0afa000 -     0x7fffb0afefff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffb0aff000 -     0x7fffb0befff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffb0bf0000 -     0x7fffb0c13ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffb0c14000 -     0x7fffb0c3bff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffb0c3c000 -     0x7fffb0c3eff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffb0c3f000 -     0x7fffb0c98ff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffb1868000 -     0x7fffb1881ff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffb207f000 -     0x7fffb20d7fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffb29ab000 -     0x7fffb29b3fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffb2b88000 -     0x7fffb2b90ff7  libcldcpuengine.dylib (2.8.5) <6AFCDCF5-7788-3EFC-B761-6C31DBF205A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffb2d59000 -     0x7fffb2da7ff3  com.apple.opencl (2.8.6 - 2.8.6) <85574B12-CEED-373A-808E-B4BC7907AC7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffb2da8000 -     0x7fffb2dc1ffb  com.apple.CFOpenDirectory (10.12 - 194) <292FCA26-B2E4-37F8-BC8C-8369ACD3345A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffb2dc2000 -     0x7fffb2dcdff7  com.apple.OpenDirectory (10.12 - 194) <399F4633-97CE-3560-BB3C-1E30E9604878> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffb2dce000 -     0x7fffb2dd0fff  libCVMSPluginSupport.dylib (13.0.10) <06D7F8EC-1D2B-38C2-B3FE-7D39185370BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffb2dd1000 -     0x7fffb2dd4ff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffb2dd5000 -     0x7fffb2dd8fff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffb2dd9000 -     0x7fffb2de1ffb  libGFXShared.dylib (13.0.10) <0257924D-0226-306C-817B-6B624AD8C80F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffb2de2000 -     0x7fffb2dedfff  libGL.dylib (13.0.10) <9BDE83C8-D820-34AB-ADBB-89394EE706FB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffb2dee000 -     0x7fffb2e2afe7  libGLImage.dylib (13.0.10) <38CB2689-C869-31A4-BECB-2E4F91F1FD1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffb2fa2000 -     0x7fffb2fe2ff3  libGLU.dylib (13.0.10) <0303130B-3A1D-37C3-BEA5-0A2154C842D3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffb394a000 -     0x7fffb3958fff  com.apple.opengl (13.0.10 - 13.0.10) <7F1E35F8-F0D1-389B-B8CC-E06E02714005> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffb4675000 -     0x7fffb4870ff7  com.apple.QuartzCore (1.11 - 449.41.15) <32D80183-DCE4-34A7-AA46-DD1DE0DAA859> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffb4dd6000 -     0x7fffb50f5fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffb50f6000 -     0x7fffb516cff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffb5196000 -     0x7fffb5199ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffb5520000 -     0x7fffb5591ff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffb7bf4000 -     0x7fffb7c16ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffb7c17000 -     0x7fffb7c26fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffb7d17000 -     0x7fffb7da297f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffb81c7000 -     0x7fffb8245fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffb8ecb000 -     0x7fffb8ef2ffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffb981b000 -     0x7fffb9824ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffb9f44000 -     0x7fffb9f54fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffba237000 -     0x7fffba267ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffba4f7000 -     0x7fffba581fff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffba582000 -     0x7fffba6c0fd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffba6c1000 -     0x7fffba771ff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffba7c1000 -     0x7fffba826ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffba827000 -     0x7fffba834ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffba8a6000 -     0x7fffba8b0ff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffba8e6000 -     0x7fffba95dff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffba99a000 -     0x7fffba9d9fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffba9da000 -     0x7fffbaaebfff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffbadcf000 -     0x7fffbb200ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffbc555000 -     0x7fffbc555fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffbc562000 -     0x7fffbc56dff3  libGPUSupportMercury.dylib (13.0.10) <99773A80-8B47-33F7-9406-96DC530FB586> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffbc821000 -     0x7fffbc83dff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffbcf3b000 -     0x7fffbcfb1fff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffbd5d4000 -     0x7fffbd5dbffb  com.apple.IOAccelerator (289.27 - 289.27) <61C7765B-EE2E-36E1-B51C-FFA13A657711> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffbd5dd000 -     0x7fffbd5f1ff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffbd5f2000 -     0x7fffbd614fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffbd6f7000 -     0x7fffbd8adfff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffbe171000 -     0x7fffbe1eaff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffbe36c000 -     0x7fffbe394fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <BA3D9226-2672-3039-A105-C2639A7E22F2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffbe443000 -     0x7fffbe44dfff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffbecc9000 -     0x7fffbed0aff7  com.apple.PerformanceAnalysis (1.145 - 145) <2D5D4A56-5F67-3BBB-9AAC-95FAC199877C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffbf3ad000 -     0x7fffbf3c7fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffbf3e1000 -     0x7fffbf404ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffc0102000 -     0x7fffc017fff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffc01a0000 -     0x7fffc03fffe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffc05e0000 -     0x7fffc05ecff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffc0cd5000 -     0x7fffc0d41ff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffc113b000 -     0x7fffc1141ff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffc11d0000 -     0x7fffc1398ff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffc140c000 -     0x7fffc140dfff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffc140e000 -     0x7fffc159eff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffc25be000 -     0x7fffc25c0ffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffc2615000 -     0x7fffc2630ff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fffc2631000 -     0x7fffc263cfff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fffc26ce000 -     0x7fffc26cfff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffc26d0000 -     0x7fffc28e3fff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fffc2907000 -     0x7fffc2907fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffc2908000 -     0x7fffc290cff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fffc290d000 -     0x7fffc290eff3  libSystem.B.dylib (1238) <FF55E335-37C3-3567-9415-A3A1473775F5> /usr/lib/libSystem.B.dylib
    0x7fffc297a000 -     0x7fffc29a5ffb  libarchive.2.dylib (41.30.3) <19B93FE5-4386-38C8-963F-7DBDAB96FEBA> /usr/lib/libarchive.2.dylib
    0x7fffc29a6000 -     0x7fffc2a22fc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fffc2a26000 -     0x7fffc2a26ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fffc2a27000 -     0x7fffc2a37ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffc2a38000 -     0x7fffc2a46ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fffc2a47000 -     0x7fffc2a9dff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fffc2a9e000 -     0x7fffc2ac8fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fffc2ac9000 -     0x7fffc2ad9ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffc2ada000 -     0x7fffc2aeffc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fffc2af0000 -     0x7fffc2af0ff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fffc2af1000 -     0x7fffc2af2ff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffc2bac000 -     0x7fffc2c91ff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffc2e2f000 -     0x7fffc2e82ff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fffc2efd000 -     0x7fffc2efdfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffc2f0d000 -     0x7fffc2f12ff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fffc2f13000 -     0x7fffc3005ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffc3006000 -     0x7fffc322bffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fffc3231000 -     0x7fffc3232fff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fffc3233000 -     0x7fffc324cffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffc324d000 -     0x7fffc3263ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fffc3264000 -     0x7fffc350bff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fffc353e000 -     0x7fffc35b7ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fffc35b8000 -     0x7fffc3988d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fffc398b000 -     0x7fffc398ffff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffc3990000 -     0x7fffc39c0ff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fffc39de000 -     0x7fffc39faffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffc3a4a000 -     0x7fffc3b92fe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fffc3c87000 -     0x7fffc3c94fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fffc3c98000 -     0x7fffc3d87ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fffc3d88000 -     0x7fffc3db1fff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fffc3db2000 -     0x7fffc3dc3ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffc3dd2000 -     0x7fffc3dd6ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fffc3dd7000 -     0x7fffc3de2ff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fffc3de3000 -     0x7fffc3deafff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fffc3deb000 -     0x7fffc3df3fff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fffc3df4000 -     0x7fffc3e77fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fffc3e78000 -     0x7fffc3eaafff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fffc3eab000 -     0x7fffc3eb0ff3  libdyld.dylib (421.2) <E5A2414F-2480-3BB2-BE94-176119A80876> /usr/lib/system/libdyld.dylib
    0x7fffc3eb1000 -     0x7fffc3eb1ffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fffc3eb2000 -     0x7fffc3ebeffb  libkxld.dylib (3789.31.2) <524D7C3D-73EB-3F62-ADB1-9DFBACB95924> /usr/lib/system/libkxld.dylib
    0x7fffc3ebf000 -     0x7fffc3ebffff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fffc3ec0000 -     0x7fffc3ec5fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fffc3ec6000 -     0x7fffc3ec8ff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fffc3ec9000 -     0x7fffc3ecaffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fffc3ecb000 -     0x7fffc3ee3ff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fffc3ee4000 -     0x7fffc3ee4ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fffc3ee5000 -     0x7fffc3f72fef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fffc3f73000 -     0x7fffc3f76ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fffc3f77000 -     0x7fffc3f7afff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffc3f7b000 -     0x7fffc3f93ff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fffc3f94000 -     0x7fffc3f9afff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffc3f9b000 -     0x7fffc3fc4ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fffc3fc5000 -     0x7fffc3fe7ff7  libsystem_kernel.dylib (3789.31.2) <FCEEBBD4-DF66-34D8-A32F-4F8C8E814E40> /usr/lib/system/libsystem_kernel.dylib
    0x7fffc3fe8000 -     0x7fffc402ffe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fffc4030000 -     0x7fffc404eff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fffc404f000 -     0x7fffc40a6ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fffc40a7000 -     0x7fffc40b0ff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffc40b1000 -     0x7fffc40baff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fffc40bb000 -     0x7fffc40c3fe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fffc40c4000 -     0x7fffc40ceff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fffc40cf000 -     0x7fffc40d2ff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffc40d3000 -     0x7fffc40d4fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fffc40d5000 -     0x7fffc40dcfff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffc40dd000 -     0x7fffc40fdff7  libsystem_trace.dylib (518.30.7) <5BD4ECD4-75CA-38EA-AF5C-B481C15955F8> /usr/lib/system/libsystem_trace.dylib
    0x7fffc40fe000 -     0x7fffc4103ffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fffc4104000 -     0x7fffc412dff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /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: 13394
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=262.4M resident=0K(0%) swapped_out_or_unallocated=262.4M(100%)
Writable regions: Total=127.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=127.9M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 12.3M        2 
CG image                             4K        2 
CoreUI image data                  436K        3 
CoreUI image file                  120K        3 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            87.4M       27 
MALLOC guard page                   48K        9 
Memory Tag 255                   522.4M       42 
Memory Tag 255 (reserved)            8K        3         reserved VM address space (unallocated)
STACK GUARD                       56.0M       11 
Stack                             12.1M       11 
VM_ALLOCATE                         40K        9 
__DATA                            20.5M      211 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       115.2M       14 
__TEXT                           147.2M      210 
__UNICODE                          556K        2 
mapped file                       41.0M        7 
shared memory                      372K       10 
===========                     =======  ======= 
TOTAL                              1.0G      565 
TOTAL, minus reserved VM space     1.0G      565 

Model: MacBookPro11,1, BootROM MBP111.0138.B18, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.171.68.1a4)
Bluetooth: Version 5.0.2f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: iPad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

krom won't start on linux

When trying to run a new project with Krom I get this error :
Error: Couldn't wait on 127.0.0.1:7000
If I try to run it a second time, I get the following after a few seconds :

Haxe compilation server stopped.
******** Unhandled error in debug adapter - Unhandled promise rejection: 
{
  "id": 2010,
  "format": "Cannot connect to runtime process, timeout after {_timeout} ms - (reason: {_error}).",
  "variables": {
    "_error": "Cannot connect to the target: connect ECONNREFUSED 127.0.0.1:9224",
    "_timeout": "10000"
  }
}

cant build on Linux: error: no member named 'setTextureCompareMode'

On Ubuntu 18.10 i believe i have all necessary libs

clang: warning: -lXi: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument] ../../Sources/main.cpp:1406:20: error: no member named 'setTextureCompareMode' in namespace 'Kore::Graphics4' Kore::Graphics4::setTextureCompareMode(*unit, enabled); ~~~~~~~~~~~~~~~~~^ ../../Sources/main.cpp:1415:20: error: no member named 'setCubeMapCompareMode' in namespace 'Kore::Graphics4' Kore::Graphics4::setCubeMapCompareMode(*unit, enabled); ~~~~~~~~~~~~~~~~~^

macOS: reliable crash on debugging

On macOS, Krom always crashes for me when started from inside Kode Studio and then quitting (i.e. Krom crashes when closing its window/closing the app).

I didn't manage to get a crash report/stack trace for this (though trying hard).

The reasons seems to be debugging. If I disable debugging by removing '--debug', port.toString() from the launch command line in KodeStudio.app/Contents/Resources/app/extensions/krom-debug/out/chromeDebugAdapter.js, things work fine.

Also, strangely, if I run with debug flags from the command line with some bogus port (e.g. mykrom/macos/Krom.app/Contents/MacOS/Krom myproject/build/krom --debug 8080), there's no crash on quitting Krom.

The main annoyance with this is that macOS will ask on every new start of Krom, if you really want to launch it, as it crashed last time.

createRenderTarget crashes

Segmentation fault: 11

var img:Image;
...
this.img = Image.createRenderTarget(20, 20);
var g = this.img.g2;
g.begin(true, 0xff000000);
g.fillCircle(20, 20, 20);
g.end();

Without fillCircle: -[_MTLCommandEncoder dealloc]:75: failed assertion `Command encoder released without endEncoding'

Without this block works, but crashes with krom --watch arg on Empty project.
macos 10.14.6

Build fails on Windows 10 Visual Studio 2019

Windows SDK 10.0.19041.0

Creating library C:\krom\Krom\Kinc\build\x64\Debug\Kinc.lib and object C:\krom\Krom\Kinc\build\x64\Debug\Kinc.exp
1>System.obj : error LNK2019: unresolved external symbol kickstart referenced in function WinMain
1>C:\krom\Krom\Kinc\build\x64\Debug\Kinc.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project "Kinc.vcxproj" -- FAILED

Build fails on Arch Linux

After pulling repository recursively and building per the README, clang fails with four errors.

Log: https://gist.github.com/5Mixer/15b33e3e7874bf4459600427345832a9

Building a project with publicly published binaries gives the following GLSL error: https://gist.github.com/5Mixer/9f909965b4dc4ce32298847cbe4ac5bc
In that case, the window opens however images appear incorrectly (in both texture and location).

When building the project with VS Code, compilation appears without apparent errors, however no window opens.

Building errors/warnings

Hello,

I'm having issues trying to build with Visual Studio 2017. I've tried with toolkit 141 and 140 and I get errors and warnings with both. Here's a list of 9 errors and 35 warnings, this was with toolkit 140.
krom_errors.txt

krom update

Hello,
from kode studio the message Krom uses API version 1 but Kha targets API version 2. Please update Krom.
but how update Krom
Regards
Nicolas Prochazka

Sprites not showing up

fontsmissingmaingame

To Replicate:
Download/Clone from https://github.com/jrdoughty/Kha-examples and Open Kode Studio in the GrowYourHoard folder. Compile to HTML5 and Krom, click top 'button' to see the difference.

Machine Details:
Ubuntu 16.04 LTS
Engine: Kha2d
Kode Studio 16.11.1 (using bundled kha)
AMD FX 8350 Eight Core Processor
Radeon HD 7870
16GB Memory

Can't buildโ€”Win10, VS2017, x64

Hey, I can't get Chakra to build under Windows 10 with VS2017 (haven't tried other systems).

In the Chakra.Backend project I get a ton of errors:

E1907 unknown attribute "guard"

which I think then leads to:

LNK2001	unresolved external symbol "void __cdecl ChakraBinaryAutoSystemInfoInit(class AutoSystemInfo *)" (?ChakraBinaryAutoSystemInfoInit@@YAXPEAVAutoSystemInfo@@@Z)
LNK1120 1 unresolved externals

Any ideas?

Thanks!

Does Krom worker in Browser?

Debugging in Kode it works great but when pointing browser to compiled file I receive
SystemImpl.hx:93 Uncaught ReferenceError: Krom is not defined at Function.kha_SystemImpl.init (SystemImpl.hx:93) at Function.kha_System.init (System.hx:26) at Function.Main.main (Main.hx:15) at ControllerBuilder.hx:7 kha_SystemImpl.init @ SystemImpl.hx:93 kha_System.init @ System.hx:26 Main.main @ Main.hx:15 (anonymous) @ ControllerBuilder.hx:7

Could not build on linux

Build failed for master branch.

log

node Kinc/make --compiler clang --compile
kincfile found.
Creating Linux project files.
Compiling shader 1 of 10 (g1.frag).
Compiling shader 2 of 10 (g1.vert).
Compiling shader 3 of 10 (painter-colored.frag).
Compiling shader 4 of 10 (painter-colored.vert).
Compiling shader 5 of 10 (painter-image.frag).
Compiling shader 6 of 10 (painter-image.vert).
Compiling shader 7 of 10 (painter-text.frag).
Compiling shader 8 of 10 (painter-text.vert).
Compiling shader 9 of 10 (painter-video.frag).
Compiling shader 10 of 10 (painter-video.vert).
Compiling...
clang++  -O2 -I./ -I../../Chakra/Build/prebuilt/Linux -I../../Chakra/lib/Common -I../../Chakra/lib/Common/PlaceHolder -I../../Chakra/lib/Runtime -I../../Chakra/lib/Runtime/ByteCode -I../../Chakra/lib/Runtime/Math -I../../Chakra/lib/Jsrt -I../../Chakra/lib/Parser -I../../Chakra/lib/Backend -I../../Chakra/lib/WasmReader -I../../Chakra/lib/wabt/chakra -I../../Chakra/lib/Backend/amd64 -I../../Chakra/lib -I../../Chakra/lib/Runtime/Debug -I../../Chakra/lib/Runtime/Base -I../../Chakra/bin/ChakraCore -I../../Chakra/bin/NativeTests -I../../Chakra/bin/External -I../../Chakra/lib/Runtime/PlatformAgnostic -I../../Chakra/lib/Common/Memory -I../../Chakra/lib/Runtime/Language -I../../Chakra/lib/wabt -I../../Chakra/lib/wabt/chakra/windows -I../../Chakra/pal -I../../Chakra/pal/inc -I../../Chakra/pal/inc/rt -I../../Chakra/pal/src/include -I../../Kinc/Sources -I../../Kinc/Backends/System/Linux/Sources -I../../Kinc/Backends/System/POSIX/Sources -I../../Kinc/Backends/Graphics4/OpenGL/Sources -I../../Kinc/Backends/Graphics5/G5onG4/Sources -I../../Kinc/Backends/Audio3/A3onA2/Sources  -DUNICODE -DNOMINMAX -DUSE_EDGEMODE_JSRT -DCOM_STDMETHOD_CAN_THROW -DUSE_STATIC_RUNTIMELIB -D_CHAKRACOREBUILD -DTARGET_64 -DPLATFORM_UNIX -DFEATURE_PAL -DPLATFORM_UNIX=1 -D_M_X64 -D_M_AMD64 -D_AMD64_ -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__STDC_WANT_LIB_EXT1__=1 -DCLANG_HAS_DISABLE_TAIL_CALLS=1 -DBIT64=1 -DSTACK_ALIGN=16 -DLP64COMPATIBLE=1 -DFEATURE_PAL=1 -DPIC=1 -D_FILE_OFFSET_BITS=64 -D_WIN64=1 -DNO_PAL_MINMAX -D_ENABLE_DYNAMIC_THUNKS=1 -D__LINUX__=1 -DLINUX64 -DKORE_G1 -DKORE_G2 -DKORE_G3 -DKORE_A1 -DKORE_A2 -DKORE_LINUX -DKORE_OPENGL -DKORE_POSIX -DKORE_G4 -DKORE_G5 -DKORE_G5ONG4 -DKORE_A3  -fno-omit-frame-pointer -fdelayed-template-parsing -msse4.2 -fasm-blocks -fms-extensions -fwrapv -fPIC -std=gnu++11 -fdiagnostics-color=always -Wno-invalid-token-paste -Wno-return-type -Wno-address-of-temporary -fno-builtin -fstack-protector -Wno-unused-value -Wno-microsoft-template -Wno-invalid-offsetof -Wno-microsoft-sealed -Wno-inconsistent-missing-override  -c ../../Sources/main.cpp -o main.o -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama -lXi
clang  -O2 -I./ -I../../Chakra/Build/prebuilt/Linux -I../../Chakra/lib/Common -I../../Chakra/lib/Common/PlaceHolder -I../../Chakra/lib/Runtime -I../../Chakra/lib/Runtime/ByteCode -I../../Chakra/lib/Runtime/Math -I../../Chakra/lib/Jsrt -I../../Chakra/lib/Parser -I../../Chakra/lib/Backend -I../../Chakra/lib/WasmReader -I../../Chakra/lib/wabt/chakra -I../../Chakra/lib/Backend/amd64 -I../../Chakra/lib -I../../Chakra/lib/Runtime/Debug -I../../Chakra/lib/Runtime/Base -I../../Chakra/bin/ChakraCore -I../../Chakra/bin/NativeTests -I../../Chakra/bin/External -I../../Chakra/lib/Runtime/PlatformAgnostic -I../../Chakra/lib/Common/Memory -I../../Chakra/lib/Runtime/Language -I../../Chakra/lib/wabt -I../../Chakra/lib/wabt/chakra/windows -I../../Chakra/pal -I../../Chakra/pal/inc -I../../Chakra/pal/inc/rt -I../../Chakra/pal/src/include -I../../Kinc/Sources -I../../Kinc/Backends/System/Linux/Sources -I../../Kinc/Backends/System/POSIX/Sources -I../../Kinc/Backends/Graphics4/OpenGL/Sources -I../../Kinc/Backends/Graphics5/G5onG4/Sources -I../../Kinc/Backends/Audio3/A3onA2/Sources  -DUNICODE -DNOMINMAX -DUSE_EDGEMODE_JSRT -DCOM_STDMETHOD_CAN_THROW -DUSE_STATIC_RUNTIMELIB -D_CHAKRACOREBUILD -DTARGET_64 -DPLATFORM_UNIX -DFEATURE_PAL -DPLATFORM_UNIX=1 -D_M_X64 -D_M_AMD64 -D_AMD64_ -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__STDC_WANT_LIB_EXT1__=1 -DCLANG_HAS_DISABLE_TAIL_CALLS=1 -DBIT64=1 -DSTACK_ALIGN=16 -DLP64COMPATIBLE=1 -DFEATURE_PAL=1 -DPIC=1 -D_FILE_OFFSET_BITS=64 -D_WIN64=1 -DNO_PAL_MINMAX -D_ENABLE_DYNAMIC_THUNKS=1 -D__LINUX__=1 -DLINUX64 -DKORE_G1 -DKORE_G2 -DKORE_G3 -DKORE_A1 -DKORE_A2 -DKORE_LINUX -DKORE_OPENGL -DKORE_POSIX -DKORE_G4 -DKORE_G5 -DKORE_G5ONG4 -DKORE_A3  -std=c99-msse4.2 -fasm-blocks -fwrapv -fms-extensions -fdiagnostics-color=always -fPIC -fno-builtin -fstack-protector  -c ../../Sources/watcher_mac.c -o watcher_mac.o -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama -lXi
clang  -O2 -I./ -I../../Chakra/Build/prebuilt/Linux -I../../Chakra/lib/Common -I../../Chakra/lib/Common/PlaceHolder -I../../Chakra/lib/Runtime -I../../Chakra/lib/Runtime/ByteCode -I../../Chakra/lib/Runtime/Math -I../../Chakra/lib/Jsrt -I../../Chakra/lib/Parser -I../../Chakra/lib/Backend -I../../Chakra/lib/WasmReader -I../../Chakra/lib/wabt/chakra -I../../Chakra/lib/Backend/amd64 -I../../Chakra/lib -I../../Chakra/lib/Runtime/Debug -I../../Chakra/lib/Runtime/Base -I../../Chakra/bin/ChakraCore -I../../Chakra/bin/NativeTests -I../../Chakra/bin/External -I../../Chakra/lib/Runtime/PlatformAgnostic -I../../Chakra/lib/Common/Memory -I../../Chakra/lib/Runtime/Language -I../../Chakra/lib/wabt -I../../Chakra/lib/wabt/chakra/windows -I../../Chakra/pal -I../../Chakra/pal/inc -I../../Chakra/pal/inc/rt -I../../Chakra/pal/src/include -I../../Kinc/Sources -I../../Kinc/Backends/System/Linux/Sources -I../../Kinc/Backends/System/POSIX/Sources -I../../Kinc/Backends/Graphics4/OpenGL/Sources -I../../Kinc/Backends/Graphics5/G5onG4/Sources -I../../Kinc/Backends/Audio3/A3onA2/Sources  -DUNICODE -DNOMINMAX -DUSE_EDGEMODE_JSRT -DCOM_STDMETHOD_CAN_THROW -DUSE_STATIC_RUNTIMELIB -D_CHAKRACOREBUILD -DTARGET_64 -DPLATFORM_UNIX -DFEATURE_PAL -DPLATFORM_UNIX=1 -D_M_X64 -D_M_AMD64 -D_AMD64_ -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__STDC_WANT_LIB_EXT1__=1 -DCLANG_HAS_DISABLE_TAIL_CALLS=1 -DBIT64=1 -DSTACK_ALIGN=16 -DLP64COMPATIBLE=1 -DFEATURE_PAL=1 -DPIC=1 -D_FILE_OFFSET_BITS=64 -D_WIN64=1 -DNO_PAL_MINMAX -D_ENABLE_DYNAMIC_THUNKS=1 -D__LINUX__=1 -DLINUX64 -DKORE_G1 -DKORE_G2 -DKORE_G3 -DKORE_A1 -DKORE_A2 -DKORE_LINUX -DKORE_OPENGL -DKORE_POSIX -DKORE_G4 -DKORE_G5 -DKORE_G5ONG4 -DKORE_A3   -c ../../Chakra/pal/src/arch/i386/context2.S -o context2.o -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama -lXi
clang  -O2 -I./ -I../../Chakra/Build/prebuilt/Linux -I../../Chakra/lib/Common -I../../Chakra/lib/Common/PlaceHolder -I../../Chakra/lib/Runtime -I../../Chakra/lib/Runtime/ByteCode -I../../Chakra/lib/Runtime/Math -I../../Chakra/lib/Jsrt -I../../Chakra/lib/Parser -I../../Chakra/lib/Backend -I../../Chakra/lib/WasmReader -I../../Chakra/lib/wabt/chakra -I../../Chakra/lib/Backend/amd64 -I../../Chakra/lib -I../../Chakra/lib/Runtime/Debug -I../../Chakra/lib/Runtime/Base -I../../Chakra/bin/ChakraCore -I../../Chakra/bin/NativeTests -I../../Chakra/bin/External -I../../Chakra/lib/Runtime/PlatformAgnostic -I../../Chakra/lib/Common/Memory -I../../Chakra/lib/Runtime/Language -I../../Chakra/lib/wabt -I../../Chakra/lib/wabt/chakra/windows -I../../Chakra/pal -I../../Chakra/pal/inc -I../../Chakra/pal/inc/rt -I../../Chakra/pal/src/include -I../../Kinc/Sources -I../../Kinc/Backends/System/Linux/Sources -I../../Kinc/Backends/System/POSIX/Sources -I../../Kinc/Backends/Graphics4/OpenGL/Sources -I../../Kinc/Backends/Graphics5/G5onG4/Sources -I../../Kinc/Backends/Audio3/A3onA2/Sources  -DUNICODE -DNOMINMAX -DUSE_EDGEMODE_JSRT -DCOM_STDMETHOD_CAN_THROW -DUSE_STATIC_RUNTIMELIB -D_CHAKRACOREBUILD -DTARGET_64 -DPLATFORM_UNIX -DFEATURE_PAL -DPLATFORM_UNIX=1 -D_M_X64 -D_M_AMD64 -D_AMD64_ -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__STDC_WANT_LIB_EXT1__=1 -DCLANG_HAS_DISABLE_TAIL_CALLS=1 -DBIT64=1 -DSTACK_ALIGN=16 -DLP64COMPATIBLE=1 -DFEATURE_PAL=1 -DPIC=1 -D_FILE_OFFSET_BITS=64 -D_WIN64=1 -DNO_PAL_MINMAX -D_ENABLE_DYNAMIC_THUNKS=1 -D__LINUX__=1 -DLINUX64 -DKORE_G1 -DKORE_G2 -DKORE_G3 -DKORE_A1 -DKORE_A2 -DKORE_LINUX -DKORE_OPENGL -DKORE_POSIX -DKORE_G4 -DKORE_G5 -DKORE_G5ONG4 -DKORE_A3   -c ../../Chakra/pal/src/arch/i386/debugbreak.S -o debugbreak.o -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama -lXi
clangclang: clang: : warningwarning: -lasound: 'linker' input unused [-Wunused-command-line-argument]
warning: -lasound: 'linker' input unused [-Wunused-command-line-argument]clang
: warning: -ldl: 'linker' input unused [-Wunused-command-line-argument]
clang: warningclang: : -lGL: 'linker' input unused [-Wunused-command-line-argument]
warning: clang: -ldl: 'linker' input unused [-Wunused-command-line-argument]warning: 
-lX11: 'linker' input unused [-Wunused-command-line-argument]
clangclang: : warningwarning: : -lXinerama: 'linker' input unused [-Wunused-command-line-argument]
clang: warning-lGL: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lX11: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXinerama: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXi: 'linker' input unused [-Wunused-command-line-argument]: 
-lXi: 'linker' input unused [-Wunused-command-line-argument]
: -lasound: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -ldl: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lGL: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lX11: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXinerama: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXi: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lasound: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -ldl: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lGL: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lX11: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXinerama: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -lXi: 'linker' input unused [-Wunused-command-line-argument]
clangclang: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
error: invalid value 'c99-msse4.2' in '-std=c99-msse4.2'
note: use 'c89', 'c90', or 'iso9899:1990' for 'ISO C 1990' standard
note: use 'iso9899:199409' for 'ISO C 1990 with amendment 1' standard
note: use 'gnu89' or 'gnu90' for 'ISO C 1990 with GNU extensions' standard
note: use 'c99' or 'iso9899:1999' for 'ISO C 1999' standard
note: use 'gnu99' for 'ISO C 1999 with GNU extensions' standard
note: use 'c11' or 'iso9899:2011' for 'ISO C 2011' standard
note: use 'gnu11' for 'ISO C 2011 with GNU extensions' standard
note: use 'c17', 'iso9899:2017', 'c18', or 'iso9899:2018' for 'ISO C 2017' standard
note: use 'gnu17' or 'gnu18' for 'ISO C 2017 with GNU extensions' standard
note: use 'c2x' for 'Working Draft for ISO C2x' standard
note: use 'gnu2x' for 'Working Draft for ISO C2x with GNU extensions' standard
makefile:32: ะพัˆะธะฑะบะฐ ะฒั‹ะฟะพะปะฝะตะฝะธั ั€ะตั†ะตะฟั‚ะฐ ะดะปั ั†ะตะปะธ ยซwatcher_mac.oยป
make: *** [watcher_mac.o] ะžัˆะธะฑะบะฐ 1
make: *** ะžะถะธะดะฐะฝะธะต ะทะฐะฒะตั€ัˆะตะฝะธั ะทะฐะดะฐะฝะธะนโ€ฆ
../../Sources/main.cpp:3139:39: warning: multi-character character constant [-Wmultichar]
                                        size_t first = line.find_last_of(' = ');
                                                                         ^
../../Sources/main.cpp:3144:39: warning: multi-character character constant [-Wmultichar]
                                        size_t first = line.find_last_of(' = ');
                                                                         ^
../../Sources/main.cpp:3155:24: warning: multi-character character constant [-Wmultichar]
                                        first = line.find('var') + 1;
                                                          ^
../../Sources/main.cpp:3287:22: error: no member named 'count' in namespace 'std'
                                brackets += std::count(line.begin(), line.end(), '{');
                                            ~~~~~^
../../Sources/main.cpp:3288:22: error: no member named 'count' in namespace 'std'
                                brackets -= std::count(line.begin(), line.end(), '}');
                                            ~~~~~^
../../Sources/main.cpp:3322:22: error: no member named 'count' in namespace 'std'
                                brackets += std::count(line.begin(), line.end(), '{');
                                            ~~~~~^
../../Sources/main.cpp:3323:22: error: no member named 'count' in namespace 'std'
                                brackets -= std::count(line.begin(), line.end(), '}');
                                            ~~~~~^
../../Sources/main.cpp:3356:22: error: no member named 'count' in namespace 'std'
                                brackets += std::count(line.begin(), line.end(), '{');
                                            ~~~~~^
../../Sources/main.cpp:3357:22: error: no member named 'count' in namespace 'std'
                                brackets -= std::count(line.begin(), line.end(), '}');
                                            ~~~~~^
../../Sources/main.cpp:3139:39: warning: implicit conversion from 'int' to 'char' changes value from 2112800 to 32 [-Wconstant-conversion]
                                        size_t first = line.find_last_of(' = ');
                                                            ~~~~~~~~~~~~ ^~~~~
../../Sources/main.cpp:3144:39: warning: implicit conversion from 'int' to 'char' changes value from 2112800 to 32 [-Wconstant-conversion]
                                        size_t first = line.find_last_of(' = ');
                                                            ~~~~~~~~~~~~ ^~~~~
../../Sources/main.cpp:3155:24: warning: implicit conversion from 'int' to 'char' changes value from 7758194 to 114 [-Wconstant-conversion]
                                        first = line.find('var') + 1;
                                                     ~~~~ ^~~~~
6 warnings and 6 errors generated.
makefile:17: error goal ยซmain.oยป
make: *** [main.o] Error 1
Compilation failed.

uname -a
Linux zealot 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux

clang --version
clang version 9.0.0-svn364966-1exp1+020190702204433.1332~1.gbpb44072 (trunk)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

[CRASH REPORT] 04-01-17

working on a game that does have touch input and mouse input enabled. but crashes right away using krom

Process:               Krom [1803]
Path:                  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
Identifier:            com.ktxsoftware.Krom
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        Kode Studio Helper [1788]
Responsible:           Krom [1803]
User ID:               501

Date/Time:             2017-01-04 10:36:40.535 +0000
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        8D43EBA1-C82D-8792-C966-E62FC622DEFF


Time Awake Since Boot: 850 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0:
--> 
    __TEXT                 000000010e3f2000-000000010e450000 [  376K] r-x/rwx SM=COW  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libv8.dylib                   	0x000000010e48bb47 v8::Function::ScriptId() const + 7
1   com.ktxsoftware.Krom          	0x000000010e3f746b 0x10e3f2000 + 21611
2   com.ktxsoftware.Krom          	0x000000010e408c96 0x10e3f2000 + 93334
3   com.ktxsoftware.Krom          	0x000000010e3f7219 0x10e3f2000 + 21017
4   com.ktxsoftware.Krom          	0x000000010e405cc0 0x10e3f2000 + 81088
5   com.apple.Foundation          	0x00007fffaa43df46 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1094
6   com.apple.Foundation          	0x00007fffaa43da82 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
7   com.ktxsoftware.Krom          	0x000000010e405c7d 0x10e3f2000 + 81021
8   com.ktxsoftware.Krom          	0x000000010e3f37e4 0x10e3f2000 + 6116

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffbe0a14e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffbe189791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffbe1891ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffbe0a14e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffbe189791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffbe1891ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffbe0a14e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffbe189791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffbe1891ed start_wqthread + 13

Thread 4:
0   libsystem_pthread.dylib       	0x00007fffbe1891e0 start_wqthread + 0

Thread 5:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffbe0993c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010effd027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010efe76d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010efec51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010effea47 0x10eff5000 + 39495
5   libsystem_pthread.dylib       	0x00007fffbe189aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffbe1899f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffbe1891fd thread_start + 13

Thread 6:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffbe0993c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010effd027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010efe76d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010efec51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010effea47 0x10eff5000 + 39495
5   libsystem_pthread.dylib       	0x00007fffbe189aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffbe1899f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffbe1891fd thread_start + 13

Thread 7:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fffbe0993c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010effd027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010efe76d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010efec51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010effea47 0x10eff5000 + 39495
5   libsystem_pthread.dylib       	0x00007fffbe189aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffbe1899f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffbe1891fd thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fffbe0a0e8a __recvfrom + 10
1   com.ktxsoftware.Krom          	0x000000010e3f4333 0x10e3f2000 + 9011
2   com.ktxsoftware.Krom          	0x000000010e405dd2 0x10e3f2000 + 81362
3   libsystem_pthread.dylib       	0x00007fffbe189aab _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fffbe1899f7 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fffbe1891fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010eef4e50  rbx: 0x00007fdaa7775920  rcx: 0x00007fff5180d368  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x00007fff5180d390  rbp: 0x00007fff5180d370  rsp: 0x00007fff5180d360
   r8: 0x0000000000000020   r9: 0x00007fdaa77793b0  r10: 0x000000010f23b100  r11: 0x000000010e48bb40
  r12: 0x000000010ed0d820  r13: 0x00007fdaa80b2400  r14: 0x0000000000000000  r15: 0x00007fdaa786b000
  rip: 0x000000010e48bb47  rfl: 0x0000000000010206  cr2: 0x0000000000000000
  
Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10e3f2000 -        0x10e44fff7 +com.ktxsoftware.Krom (1.0 - 1) <64C278FA-2FB3-338E-AA85-F1F686C093A9> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
       0x10e465000 -        0x10eebdff7 +libv8.dylib (0) <81A66C21-39CE-3120-865E-B9122E69F809> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8.dylib
       0x10efe4000 -        0x10efedff7 +libv8_libplatform.dylib (0) <80300853-42FB-3653-8AAE-F050D999C148> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libplatform.dylib
       0x10eff5000 -        0x10f003fff +libv8_libbase.dylib (0) <90DF8ABB-B47F-3004-BD30-7A2FA4D4A365> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libbase.dylib
       0x10f00e000 -        0x10f12ffff +libicuuc.dylib (0) <61693C15-2569-38EF-AD25-8997D918AF81> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicuuc.dylib
       0x10f1fc000 -        0x10f239267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
       0x10f287000 -        0x10f42ffff +libicui18n.dylib (0) <53D1F174-3908-3C68-9BD8-4B09851922AA> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicui18n.dylib
       0x11223c000 -        0x11278aff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.22.25 - 10.2.2) <42D3E466-D8C0-36E7-98B7-EB798A078D4B> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fffa5527000 -     0x7fffa5527fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffa5528000 -     0x7fffa553fffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffa5540000 -     0x7fffa5a59feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffa5a5a000 -     0x7fffa5bcaff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffa5bcb000 -     0x7fffa5bdfffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffa5be0000 -     0x7fffa5fd6fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffa5fd7000 -     0x7fffa5fedfff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffa5fee000 -     0x7fffa5ff4fff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffa5ff5000 -     0x7fffa6009ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffa600a000 -     0x7fffa6191fe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffa6192000 -     0x7fffa6244ffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffa6245000 -     0x7fffa6245fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffa6505000 -     0x7fffa72d6ff7  com.apple.AppKit (6.9 - 1504.76) <AF99A491-3175-362D-B313-074A3F87E49A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffa72e8000 -     0x7fffa72e8fff  com.apple.ApplicationServices (48 - 48) <A29F0B74-33C1-3062-B68D-12BC3881C399> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffa72e9000 -     0x7fffa7357ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffa73f1000 -     0x7fffa7520fff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffa7521000 -     0x7fffa756bfff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffa75c8000 -     0x7fffa75fbff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffa7667000 -     0x7fffa7711ff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffa7712000 -     0x7fffa7762ff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffa7763000 -     0x7fffa7772ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffa7773000 -     0x7fffa77c0fff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffa77c1000 -     0x7fffa77fcfff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffa77fd000 -     0x7fffa7808ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffa7809000 -     0x7fffa7a19fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffa7a1a000 -     0x7fffa7a1afff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffa7b83000 -     0x7fffa7f56ff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffa7f75000 -     0x7fffa827dff7  com.apple.HIToolbox (2.1.1 - 856.11) <11F1BAA6-547C-37CB-88DE-6C4B698AFF37> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffa8288000 -     0x7fffa831fff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffa8340000 -     0x7fffa8346ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffa8425000 -     0x7fffa8425fff  com.apple.Cocoa (6.11 - 22) <6A3C97E3-3905-3767-978F-C2E4C3899CD2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffa8565000 -     0x7fffa85f5ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffa85f6000 -     0x7fffa8609fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffa860a000 -     0x7fffa8904feb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffa8905000 -     0x7fffa8991fff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffa8992000 -     0x7fffa8e2cfff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffa8e2d000 -     0x7fffa94affff  com.apple.CoreGraphics (2.0 - 1070.13) <C6E5A0EC-CEEE-3834-B37C-E5CF9EECDD52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffa94b0000 -     0x7fffa96f2fff  com.apple.CoreImage (12.2.0 - 451.2.6) <FA735717-BE82-397E-B0DC-71D83682D2F7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffa9857000 -     0x7fffa9857fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffa9858000 -     0x7fffa98a9fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffa98aa000 -     0x7fffa9b85ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffa9b86000 -     0x7fffa9bb9fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffa9bba000 -     0x7fffa9bc2ffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffa9bc3000 -     0x7fffa9d2fff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffa9d30000 -     0x7fffa9de0fff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffa9de1000 -     0x7fffa9e40fff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffa9e41000 -     0x7fffa9eb1fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffa9eb2000 -     0x7fffa9ef8ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffa9f85000 -     0x7fffaa0d1ff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffaa0d2000 -     0x7fffaa107fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffaa108000 -     0x7fffaa179ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffaa278000 -     0x7fffaa27dfff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffaa40c000 -     0x7fffaa7b3ff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffaa7df000 -     0x7fffaa810fff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffaa8d0000 -     0x7fffaa973ffb  com.apple.Bluetooth (5.0.2 - 5.0.2f4) <D4B76B20-7777-39C9-8365-FC0C0DE17AB0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffaa974000 -     0x7fffaaa09ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffaaa0a000 -     0x7fffaaa10ffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffaaa62000 -     0x7fffaabbbfef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffaabbc000 -     0x7fffaabc0fff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffaabc1000 -     0x7fffaacb1ff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffaacb2000 -     0x7fffaacd5ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffaacd6000 -     0x7fffaacfdff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffaacfe000 -     0x7fffaad00ff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffaad01000 -     0x7fffaad5aff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffab92a000 -     0x7fffab943ff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffac141000 -     0x7fffac199fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffaca6d000 -     0x7fffaca75fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffacc4a000 -     0x7fffacc52ff7  libcldcpuengine.dylib (2.8.5) <6AFCDCF5-7788-3EFC-B761-6C31DBF205A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7ffface1b000 -     0x7ffface69ff3  com.apple.opencl (2.8.6 - 2.8.6) <85574B12-CEED-373A-808E-B4BC7907AC7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7ffface6a000 -     0x7ffface83ffb  com.apple.CFOpenDirectory (10.12 - 194) <292FCA26-B2E4-37F8-BC8C-8369ACD3345A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7ffface84000 -     0x7ffface8fff7  com.apple.OpenDirectory (10.12 - 194) <399F4633-97CE-3560-BB3C-1E30E9604878> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7ffface90000 -     0x7ffface92fff  libCVMSPluginSupport.dylib (13.0.10) <06D7F8EC-1D2B-38C2-B3FE-7D39185370BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7ffface93000 -     0x7ffface96ff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7ffface97000 -     0x7ffface9afff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7ffface9b000 -     0x7fffacea3ffb  libGFXShared.dylib (13.0.10) <0257924D-0226-306C-817B-6B624AD8C80F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffacea4000 -     0x7fffaceaffff  libGL.dylib (13.0.10) <9BDE83C8-D820-34AB-ADBB-89394EE706FB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffaceb0000 -     0x7fffaceecfe7  libGLImage.dylib (13.0.10) <38CB2689-C869-31A4-BECB-2E4F91F1FD1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffaceed000 -     0x7fffad063ffb  libGLProgrammability.dylib (13.0.10) <96C3D0DF-73EB-3CEF-9527-03FA8C403546> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffad064000 -     0x7fffad0a4ff3  libGLU.dylib (13.0.10) <0303130B-3A1D-37C3-BEA5-0A2154C842D3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffada0c000 -     0x7fffada1afff  com.apple.opengl (13.0.10 - 13.0.10) <7F1E35F8-F0D1-389B-B8CC-E06E02714005> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffada1b000 -     0x7fffadbc1fff  GLEngine (13.0.10) <BCEDD508-5670-307C-ACC0-4B4740CE6D85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fffadbc2000 -     0x7fffadbecffb  GLRendererFloat (13.0.10) <91FFF901-0388-3FF0-B89B-9A0D2E992F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fffae737000 -     0x7fffae932ff7  com.apple.QuartzCore (1.11 - 449.41.15) <32D80183-DCE4-34A7-AA46-DD1DE0DAA859> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffaee98000 -     0x7fffaf1b7fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffaf1b8000 -     0x7fffaf22eff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffaf258000 -     0x7fffaf25bff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffaf5e2000 -     0x7fffaf653ff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffb1cb6000 -     0x7fffb1cd8ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffb1cd9000 -     0x7fffb1ce8fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffb1dd9000 -     0x7fffb1e6497f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffb2289000 -     0x7fffb2307fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffb2f8d000 -     0x7fffb2fb4ffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffb38dd000 -     0x7fffb38e6ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffb4006000 -     0x7fffb4016fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffb42f9000 -     0x7fffb4329ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffb45b9000 -     0x7fffb4643fff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffb4644000 -     0x7fffb4782fd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffb4783000 -     0x7fffb4833ff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffb4883000 -     0x7fffb48e8ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffb48e9000 -     0x7fffb48f6ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffb4968000 -     0x7fffb4972ff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffb49a8000 -     0x7fffb4a1fff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffb4a5c000 -     0x7fffb4a9bfff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffb4a9c000 -     0x7fffb4badfff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffb4e91000 -     0x7fffb52c2ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffb6617000 -     0x7fffb6617fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffb6624000 -     0x7fffb662fff3  libGPUSupportMercury.dylib (13.0.10) <99773A80-8B47-33F7-9406-96DC530FB586> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffb68e3000 -     0x7fffb68ffff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffb6ffd000 -     0x7fffb7073fff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffb7696000 -     0x7fffb769dffb  com.apple.IOAccelerator (289.27 - 289.27) <61C7765B-EE2E-36E1-B51C-FFA13A657711> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffb769f000 -     0x7fffb76b3ff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffb76b4000 -     0x7fffb76d6fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffb77b9000 -     0x7fffb796ffff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffb8233000 -     0x7fffb82acff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffb842e000 -     0x7fffb8456fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <BA3D9226-2672-3039-A105-C2639A7E22F2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffb8505000 -     0x7fffb850ffff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffb8d8b000 -     0x7fffb8dccff7  com.apple.PerformanceAnalysis (1.145 - 145) <2D5D4A56-5F67-3BBB-9AAC-95FAC199877C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffb946f000 -     0x7fffb9489fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffb94a3000 -     0x7fffb94c6ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffba1c4000 -     0x7fffba241ff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffba262000 -     0x7fffba4c1fe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffba6a2000 -     0x7fffba6aeff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffbad97000 -     0x7fffbae03ff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffbb1fd000 -     0x7fffbb203ff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffbb292000 -     0x7fffbb45aff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffbb4ce000 -     0x7fffbb4cffff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffbb4d0000 -     0x7fffbb660ff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffbc680000 -     0x7fffbc682ffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffbc6d7000 -     0x7fffbc6f2ff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fffbc6f3000 -     0x7fffbc6fefff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fffbc790000 -     0x7fffbc791ff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffbc792000 -     0x7fffbc9a5fff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fffbc9c9000 -     0x7fffbc9c9fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffbc9ca000 -     0x7fffbc9ceff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fffbc9cf000 -     0x7fffbc9d0ff3  libSystem.B.dylib (1238) <FF55E335-37C3-3567-9415-A3A1473775F5> /usr/lib/libSystem.B.dylib
    0x7fffbca3c000 -     0x7fffbca67ffb  libarchive.2.dylib (41.30.3) <19B93FE5-4386-38C8-963F-7DBDAB96FEBA> /usr/lib/libarchive.2.dylib
    0x7fffbca68000 -     0x7fffbcae4fc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fffbcae8000 -     0x7fffbcae8ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fffbcae9000 -     0x7fffbcaf9ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffbcafa000 -     0x7fffbcb08ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fffbcb09000 -     0x7fffbcb5fff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fffbcb60000 -     0x7fffbcb8afff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fffbcb8b000 -     0x7fffbcb9bffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffbcb9c000 -     0x7fffbcbb1fc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fffbcbb2000 -     0x7fffbcbb2ff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fffbcbb3000 -     0x7fffbcbb4ff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffbcc6e000 -     0x7fffbcd53ff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffbcef1000 -     0x7fffbcf44ff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fffbcfbf000 -     0x7fffbcfbffff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffbcfcf000 -     0x7fffbcfd4ff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fffbcfd5000 -     0x7fffbd0c7ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffbd0c8000 -     0x7fffbd2edffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fffbd2f3000 -     0x7fffbd2f4fff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fffbd2f5000 -     0x7fffbd30effb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffbd30f000 -     0x7fffbd325ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fffbd326000 -     0x7fffbd5cdff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fffbd600000 -     0x7fffbd679ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fffbd67a000 -     0x7fffbda4ad97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fffbda4d000 -     0x7fffbda51fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffbda52000 -     0x7fffbda82ff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fffbdaa0000 -     0x7fffbdabcffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffbdb0c000 -     0x7fffbdc54fe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fffbdd49000 -     0x7fffbdd56fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fffbdd5a000 -     0x7fffbde49ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fffbde4a000 -     0x7fffbde73fff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fffbde74000 -     0x7fffbde85ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffbde94000 -     0x7fffbde98ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fffbde99000 -     0x7fffbdea4ff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fffbdea5000 -     0x7fffbdeacfff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fffbdead000 -     0x7fffbdeb5fff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fffbdeb6000 -     0x7fffbdf39fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fffbdf3a000 -     0x7fffbdf6cfff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fffbdf6d000 -     0x7fffbdf72ff3  libdyld.dylib (421.2) <E5A2414F-2480-3BB2-BE94-176119A80876> /usr/lib/system/libdyld.dylib
    0x7fffbdf73000 -     0x7fffbdf73ffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fffbdf74000 -     0x7fffbdf80ffb  libkxld.dylib (3789.31.2) <524D7C3D-73EB-3F62-ADB1-9DFBACB95924> /usr/lib/system/libkxld.dylib
    0x7fffbdf81000 -     0x7fffbdf81fff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fffbdf82000 -     0x7fffbdf87fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fffbdf88000 -     0x7fffbdf8aff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fffbdf8b000 -     0x7fffbdf8cffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fffbdf8d000 -     0x7fffbdfa5ff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fffbdfa6000 -     0x7fffbdfa6ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fffbdfa7000 -     0x7fffbe034fef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fffbe035000 -     0x7fffbe038ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fffbe039000 -     0x7fffbe03cfff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffbe03d000 -     0x7fffbe055ff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fffbe056000 -     0x7fffbe05cfff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffbe05d000 -     0x7fffbe086ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fffbe087000 -     0x7fffbe0a9ff7  libsystem_kernel.dylib (3789.31.2) <FCEEBBD4-DF66-34D8-A32F-4F8C8E814E40> /usr/lib/system/libsystem_kernel.dylib
    0x7fffbe0aa000 -     0x7fffbe0f1fe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fffbe0f2000 -     0x7fffbe110ff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fffbe111000 -     0x7fffbe168ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fffbe169000 -     0x7fffbe172ff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffbe173000 -     0x7fffbe17cff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fffbe17d000 -     0x7fffbe185fe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fffbe186000 -     0x7fffbe190ff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fffbe191000 -     0x7fffbe194ff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffbe195000 -     0x7fffbe196fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fffbe197000 -     0x7fffbe19efff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffbe19f000 -     0x7fffbe1bfff7  libsystem_trace.dylib (518.30.7) <5BD4ECD4-75CA-38EA-AF5C-B481C15955F8> /usr/lib/system/libsystem_trace.dylib
    0x7fffbe1c0000 -     0x7fffbe1c5ffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fffbe1c6000 -     0x7fffbe1efff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /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: 549
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=262.0M resident=0K(0%) swapped_out_or_unallocated=262.0M(100%)
Writable regions: Total=128.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=128.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 12.3M        2 
CG image                             4K        2 
CoreUI image data                  436K        3 
CoreUI image file                  120K        3 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            89.4M       28 
MALLOC guard page                   48K       10 
Memory Tag 255                   521.8M       41 
Memory Tag 255 (reserved)            8K        3         reserved VM address space (unallocated)
STACK GUARD                       56.0M       10 
Stack                             11.6M       10 
VM_ALLOCATE                         40K        8 
__DATA                            20.5M      211 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       114.7M       10 
__TEXT                           147.2M      210 
__UNICODE                          556K        2 
mapped file                       41.4M        7 
shared memory                      372K       10 
===========                     =======  ======= 
TOTAL                              1.0G      559 
TOTAL, minus reserved VM space     1.0G      559 

Model: MacBookPro11,1, BootROM MBP111.0138.B18, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.171.68.1a4)
Bluetooth: Version 5.0.2f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

GLSL compiler error on Linux

I am using Krom on Ubuntu 16.04 and get the following errors running any Armory example. There is a built example that you can test here.

GLSL compiler error: 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES

GLSL compiler error: 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES

GLSL linker error: error: linking with uncompiled shadererror: linking with uncompiled shader

The output from glxinfo | grep OpenGL:

OpenGL vendor string: X.Org
OpenGL renderer string: AMD MULLINS (DRM 2.50.0 / 4.13.0-32-lowlatency, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.8
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

As far as I understand it, the line, OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.8, means that my system should work with OpenGL up to version 4.5, but the error message is saying that GLSL 3.30 is not supported.

I found a similar issue on Stack Overflow that makes it sound like this might have something to do with Krom not requesting a Core Profile, but I don't really know much about this so I wouldn't know.

If this is too specific as it has to do with Armory games, you can close the issue. I have an open issue on the Armory project, armory3d/armory#500, but I think the issue might actually be Krom. Any help at all is appreciated. ๐Ÿ™‚

Image.fromEncodedBytes gets recycled before callback

This issue as been observed in this.

The issue does not appear when using Kore/kinc. When testing was done with Krom in debug mode(built with vscode2019) it was observed that the data seemed to be recycled or was junked by the Js engine before returning the data to haxe/js.

Tested making the data readable but this did not solve the issue as it's probably an issue with the js engine.

The issue is not only present in Krom, it also happens in Kromx, so maybe not the js engine's fault.

I have no idea where to look for now and a temporary solution was implemented in haxeui-kha. It is not ideal and so for long-term considerations we should fix this in Krom.

Shader Hot-reloading Fails on Linux

Environment

Archlinux
Kodestudio 17.1 (linux64) with bundled Kha (ebff2335d0f58a5b01ac50cb66737f4694ec73f3)

Steps to Reproduce

Using Kha from .../resources/app/extensions/kha/Kha
Creating Kha project.
Compiling shader 1 of 1 (shader.frag.glsl).
Compiling shader 1 of 8 (painter-colored.frag.glsl).
Compiling shader 2 of 8 (painter-colored.vert.glsl).
Compiling shader 3 of 8 (painter-image.frag.glsl).
Compiling shader 4 of 8 (painter-image.vert.glsl).
Compiling shader 5 of 8 (painter-text.frag.glsl).
Compiling shader 6 of 8 (painter-text.vert.glsl).
Compiling shader 7 of 8 (painter-video.frag.glsl).
Compiling shader 8 of 8 (painter-video.vert.glsl).
Done.
Recompiling shader.frag
Shader changed: shader_frag.
Reloading shader shader_frag.
******** Unhandled error in debug adapter: Error: ENOENT: no such file or directory, rename '.../ShaderEditor/build/krom/krom.js.temp' -> '.../ShaderEditor/build/krom/krom.js'
    at Error (native)
    at Object.fs.renameSync (fs.js:809:18)
    at ChildProcess.runHaxe (.../resources/app/extensions/kha/Kha/Tools/khamake/out/HaxeCompiler.js:100:24)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

Reproducing Outside Kodestudio

  • cd into /path/to/kodestudio/resources/app/extensions/krom/Krom/linux/
  • Run ./Krom /path/to/ShaderEditor/build/krom /path/to/ShaderEditor/build/krom-resources --watch
  • Make change to ShaderEditor/Sources/Shaders/shader.frag.glsl and save
  • From another shell, cd into ShaderEditor and rebuild: node /path/to/kodestudio/resources/app/extensions/kha/Kha/make.js -t krom
  • Observe Krom segfault
  • results of strace prob not helpful:
...
ioctl(6, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffc7598b320) = 0
ioctl(6, DRM_IOCTL_I915_GEM_SET_DOMAIN, 0x7ffc7598b3c0) = 0
ioctl(6, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffc7598b360) = 0
write(1, "Reloading shader shader_frag.\n", 30Reloading shader shader_frag.
) = 30
sendto(0, "\201~\0\211{\"method\":\"Log.entryAdded\",\""..., 141, 0, NULL, 0) = -1 ENOTSOCK (Socket operation on non-socket)
open("/home/pattern/repos/ShaderEditor/build/krom-resources//shader.frag.glsl", O_RDONLY) = 15
read(15, "#version 110\n#ifdef GL_ARB_shadi"..., 8191) = 410
read(15, "", 8191)                      = 0
close(15)                               = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV +++
Segmentation fault

Also tested

  • Hot reloading of project code seems to work OK. For example updating the body of a function called by render().

Cheers,
Brad

Krom does not render more than one image at a time on Windows

Hello! I am using the latest Kha and Krom on Windows 10.
I have tried pre-built binaries from the Krom_bin repo and building my own locally with exactly the same results as described below.

If I call drawSubImage with two different Asset.image arguments for each call, Kha only ever renders the first one.
The image asset files are .png format.

Here's some example code that I used to isolate the problem:
https://gist.github.com/smallfx/f45c1ae2ba47748f78841c9a4920f084

This seems like a very obvious issue, so I'm hesitant to think that it's an actual bug with Kha or Krom.
I'm using vscode with the kha extension pack and building for Krom via the green play button in the vscode debug menu.

Here is the result if I use two different images:
Screenshot 2020-11-03 142817

Here is the result if I use two of the same image:
Screenshot 2020-11-03 142848

Of note: if I call drawRect before the second image is drawn (location / size etc do not matter - it just needs to be called on the same context of course), it renders both of them perfectly fine.

[CRASH REPORT] 21-03-17

this was when testing an audio application made in kha, no samples, but processing them in kha. no reason why it should of crashed, as it just 'done it'

Process:               Krom [20137]
Path:                  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
Identifier:            com.ktxsoftware.Krom
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        Kode Studio Helper [20123]
Responsible:           Krom [20137]
User ID:               501

Date/Time:             2017-03-21 21:46:33.758 +0000
OS Version:            Mac OS X 10.12.3 (16D32)
Report Version:        12
Anonymous UUID:        8D43EBA1-C82D-8792-C966-E62FC622DEFF

Sleep/Wake UUID:       396BEC58-9226-4214-B434-462F09048B52

Time Awake Since Boot: 25000 seconds
Time Since Wake:       6400 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000004898
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x4898:
--> 
    __TEXT                 000000010e651000-000000010e6c2000 [  452K] r-x/rwx SM=COW  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libv8.dylib                   	0x000000010e6e3928 v8::HandleScope::Initialize(v8::Isolate*) + 88
1   libv8.dylib                   	0x000000010ef72b0c 0x10e6d9000 + 9018124
2   libv8.dylib                   	0x000000010ef72aa6 0x10e6d9000 + 9018022
3   libv8.dylib                   	0x000000010ef62cc9 0x10e6d9000 + 8953033
4   libv8.dylib                   	0x000000010ef84228 0x10e6d9000 + 9089576
5   libv8.dylib                   	0x000000010ef845fe 0x10e6d9000 + 9090558
6   libsystem_c.dylib             	0x00007fff8dcba178 __cxa_finalize_ranges + 332
7   libsystem_c.dylib             	0x00007fff8dcba4b2 exit + 55
8   com.ktxsoftware.Krom          	0x000000010e6564c7 0x10e651000 + 21703
9   com.ktxsoftware.Krom          	0x000000010e665f4b 0x10e651000 + 85835
10  com.apple.Foundation          	0x00007fff7a0f1f46 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1094
11  com.apple.Foundation          	0x00007fff7a0f1a82 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
12  com.ktxsoftware.Krom          	0x000000010e665eec 0x10e651000 + 85740
13  com.ktxsoftware.Krom          	0x000000010e6524e4 0x10e651000 + 5348

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff8dd544e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8de3c791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff8de3c1ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff8dd544e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8de3c791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff8de3c1ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff8dd544e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8de3c5fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fff8de3c1ed start_wqthread + 13

Thread 4:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff8dd4c3c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010f27a027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010f2606d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010f26551b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010f27ba47 0x10f272000 + 39495
5   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 5:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff8dd4c3c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010f27a027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010f2606d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010f26551b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010f27ba47 0x10f272000 + 39495
5   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 6:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff8dd4c3c6 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010f27a027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010f2606d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010f26551b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010f27ba47 0x10f272000 + 39495
5   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff8dd53e8a __recvfrom + 10
1   com.ktxsoftware.Krom          	0x000000010e653033 0x10e651000 + 8243
2   com.ktxsoftware.Krom          	0x000000010e666070 0x10e651000 + 86128
3   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff8dd544e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8de3c791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff8de3c1ed start_wqthread + 13

Thread 9:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fff8dd4c38a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8dd4b7d7 mach_msg + 55
2   com.apple.audio.CoreAudio     	0x00007fff78257f26 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3   com.apple.audio.CoreAudio     	0x00007fff78257e9c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio     	0x00007fff78254cee HALC_ProxyIOContext::IOWorkLoop() + 1198
5   com.apple.audio.CoreAudio     	0x00007fff78254667 HALC_ProxyIOContext::IOThreadEntry(void*) + 131
6   com.apple.audio.CoreAudio     	0x00007fff7825438b HALB_IOThread::Entry(void*) + 75
7   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
8   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
9   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 10:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff8dd4c38a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8dd4b7d7 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff786cec94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff786ce121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fff786cd974 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fff7634ca62 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fff8de3caab _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fff8de3c9f7 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fff8de3c1fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000107  rbx: 0x00007fa172023a00  rcx: 0x0000000000000000  rdx: 0x0000000000004f60
  rdi: 0x0000000000000108  rsi: 0x00007fa172023a00  rbp: 0x00007fff515ae160  rsp: 0x00007fff515ae140
   r8: 0x0000000000000009   r9: 0x0000000000000000  r10: 0x0000000000000001  r11: 0x000000000000000a
  r12: 0x00007fa17157cd60  r13: 0x0000000000000002  r14: 0x00007fff515ae170  r15: 0x0000000000000000
  rip: 0x000000010e6e3928  rfl: 0x0000000000010246  cr2: 0x0000000000004898
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10e651000 -        0x10e6c1ff7 +com.ktxsoftware.Krom (1.0 - 1) <55E440F7-71DB-35BC-952E-CA4BFD32F710> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
       0x10e6d9000 -        0x10f131ff7 +libv8.dylib (0) <81A66C21-39CE-3120-865E-B9122E69F809> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8.dylib
       0x10f25d000 -        0x10f266ff7 +libv8_libplatform.dylib (0) <80300853-42FB-3653-8AAE-F050D999C148> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libplatform.dylib
       0x10f272000 -        0x10f280fff +libv8_libbase.dylib (0) <90DF8ABB-B47F-3004-BD30-7A2FA4D4A365> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libbase.dylib
       0x10f290000 -        0x10f438fff +libicui18n.dylib (0) <53D1F174-3908-3C68-9BD8-4B09851922AA> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicui18n.dylib
       0x10f4d5000 -        0x10f5f6fff +libicuuc.dylib (0) <61693C15-2569-38EF-AD25-8997D918AF81> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicuuc.dylib
       0x1103bd000 -        0x1103fa267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
       0x11242a000 -        0x11242efff  com.apple.audio.AppleHDAHALPlugIn (278.56 - 278.56) <CDA14261-23B7-30CD-B27B-1459F5C70F9D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x112434000 -        0x112439fff +com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) <4BEFD040-641C-3502-877D-4E336ABDA86F> /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/BartenderAudioPlugIn
       0x112b80000 -        0x1130ceff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.22.29 - 10.2.2) <7FC0294C-B7AA-3247-9728-227622A83AEF> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x117bf1000 -        0x117c68fff  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.22.29 - 10.2.2) <320C9191-9ACF-3128-A131-B93E4EBFE265> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff751da000 -     0x7fff751dafff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff751db000 -     0x7fff751f2ffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff751f3000 -     0x7fff7570cfeb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff7570d000 -     0x7fff7587dff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff7587e000 -     0x7fff75892ffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff75893000 -     0x7fff75c89fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff75c8a000 -     0x7fff75ca0fff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff75ca1000 -     0x7fff75ca7fff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff75ca8000 -     0x7fff75cbcff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff75cbd000 -     0x7fff75e44fe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff75e45000 -     0x7fff75ef7ffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff75ef8000 -     0x7fff75ef8fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff761b8000 -     0x7fff76f8aff3  com.apple.AppKit (6.9 - 1504.81.100) <0CCB2E18-076E-3D8A-A777-A6E57EF2570A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff76f9c000 -     0x7fff76f9cfff  com.apple.ApplicationServices (48 - 48) <237200C2-28A6-3C19-B34B-53C953F8AE42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff76f9d000 -     0x7fff7700bff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff770a5000 -     0x7fff771d4fff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff771d5000 -     0x7fff7721ffff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7727c000 -     0x7fff772afff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7731b000 -     0x7fff773c5ff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff773c6000 -     0x7fff77416ff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff77417000 -     0x7fff77426ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff77427000 -     0x7fff77474fff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff77475000 -     0x7fff774b0fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff774b1000 -     0x7fff774bcff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff774bd000 -     0x7fff776cdfff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff776ce000 -     0x7fff776cefff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff77837000 -     0x7fff77c0aff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff77c29000 -     0x7fff77f31ff7  com.apple.HIToolbox (2.1.1 - 856.13) <98D5D2A7-55A6-31A7-9056-CC48EBB16654> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff77f3c000 -     0x7fff77fd3ff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff77ff4000 -     0x7fff77ffaff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff780d9000 -     0x7fff780d9fff  com.apple.Cocoa (6.11 - 22) <CF1AD0E9-2257-35FE-B719-760B58E405C9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff78219000 -     0x7fff782a9ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff782aa000 -     0x7fff782bdfff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff782be000 -     0x7fff785b8feb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff785b9000 -     0x7fff78645fff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff78646000 -     0x7fff78ae0fff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff78ae1000 -     0x7fff79163fff  com.apple.CoreGraphics (2.0 - 1070.13.2) <0685658F-21AE-31D9-8C9A-B92528CDFB59> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff79164000 -     0x7fff793a6fff  com.apple.CoreImage (12.2.0 - 451.3.1) <CDAD60F3-74F6-3EA5-A8B5-B42476E350FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff7950b000 -     0x7fff7950bfff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff7950c000 -     0x7fff7955dfff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7955e000 -     0x7fff79839ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff7983a000 -     0x7fff7986dfff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff7986e000 -     0x7fff79876ffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff79877000 -     0x7fff799e3ff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff799e4000 -     0x7fff79a94fff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff79a95000 -     0x7fff79af4fff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff79af5000 -     0x7fff79b65fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff79b66000 -     0x7fff79bacff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff79c39000 -     0x7fff79d85ff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff79d86000 -     0x7fff79dbbfff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff79dbc000 -     0x7fff79e2dffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff79f2c000 -     0x7fff79f31fff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7a0c0000 -     0x7fff7a467ff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7a493000 -     0x7fff7a4c4fff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff7a584000 -     0x7fff7a627ffb  com.apple.Bluetooth (5.0.3 - 5.0.3f1) <CCB4E097-1ED0-3439-8450-2B6EFFBC4608> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff7a628000 -     0x7fff7a6bdff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7a6be000 -     0x7fff7a6c4ffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7a716000 -     0x7fff7a86ffef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff7a870000 -     0x7fff7a874fff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff7a875000 -     0x7fff7a965ff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff7a966000 -     0x7fff7a989ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff7a98a000 -     0x7fff7a9b1ff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff7a9b2000 -     0x7fff7a9b4ff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff7a9b5000 -     0x7fff7aa0eff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7b5de000 -     0x7fff7b5f7ff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7bdf5000 -     0x7fff7be4dfff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff7c721000 -     0x7fff7c729fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff7c8fe000 -     0x7fff7c906ff7  libcldcpuengine.dylib (2.8.5) <341EBC48-CCF4-3292-9097-F61715AC573E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff7cacf000 -     0x7fff7cb1dff3  com.apple.opencl (2.8.6 - 2.8.6) <553BFCCA-5ACB-3DB0-B958-4BF2DE91838F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7cb1e000 -     0x7fff7cb37ffb  com.apple.CFOpenDirectory (10.12 - 194) <88E97774-6767-3A01-808B-C923F9310E20> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff7cb38000 -     0x7fff7cb43ff7  com.apple.OpenDirectory (10.12 - 194) <0E4E32DD-6592-3860-9793-BAED6915AE0D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff7cb44000 -     0x7fff7cb46fff  libCVMSPluginSupport.dylib (13.0.10) <43D037C3-9254-3601-9F5B-CD637D517758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff7cb47000 -     0x7fff7cb4aff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff7cb4b000 -     0x7fff7cb4efff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff7cb4f000 -     0x7fff7cb57ffb  libGFXShared.dylib (13.0.10) <52E92D3C-25EA-31F9-9885-DC0D886D9143> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff7cb58000 -     0x7fff7cb63fff  libGL.dylib (13.0.10) <B40728B5-13D2-3423-9C39-885B1098698D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff7cb64000 -     0x7fff7cba0fe7  libGLImage.dylib (13.0.10) <3E856113-9217-3B13-98AD-4D0D356931B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff7cba1000 -     0x7fff7cd17ffb  libGLProgrammability.dylib (13.0.10) <4C3FD24A-1C43-343E-8EBA-BE1FDCE3F74C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff7cd18000 -     0x7fff7cd58ff3  libGLU.dylib (13.0.10) <BBCAA457-BA34-3D13-8845-803C63960E08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff7d6c0000 -     0x7fff7d6cefff  com.apple.opengl (13.0.10 - 13.0.10) <B11A2E1B-4B1D-3ECD-BADA-3508BE5775BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff7d6cf000 -     0x7fff7d875fff  GLEngine (13.0.10) <62CCEC13-1EB3-3A65-9224-3DCD2838E0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff7d876000 -     0x7fff7d8a0ffb  GLRendererFloat (13.0.10) <E508ABC7-3E67-3845-989F-5B764D36FE12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff7e3eb000 -     0x7fff7e5e6ff7  com.apple.QuartzCore (1.11 - 449.41.15) <3CD775C0-683D-3B4E-8EC2-AB1DAC4C3AE9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff7eb4c000 -     0x7fff7ee6bfff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff7ee6c000 -     0x7fff7eee2ff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff7ef0c000 -     0x7fff7ef0fff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff7f296000 -     0x7fff7f307ff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff81941000 -     0x7fff8195cff3  com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8195d000 -     0x7fff8196aff3  com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8196b000 -     0x7fff8198dffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8198e000 -     0x7fff8199dfdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff81a8c000 -     0x7fff81b1797f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff81f3c000 -     0x7fff81fbafff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff82c40000 -     0x7fff82c67ffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff83590000 -     0x7fff83599ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff83cb9000 -     0x7fff83cc9fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff83fac000 -     0x7fff83fdcff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8426c000 -     0x7fff842f6fff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff842f7000 -     0x7fff84435fd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84436000 -     0x7fff844e6ff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff84536000 -     0x7fff8459bff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8459c000 -     0x7fff845a9ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8461b000 -     0x7fff84625ff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff8465b000 -     0x7fff846d2ff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8470f000 -     0x7fff8474efff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8474f000 -     0x7fff84860fff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff84b44000 -     0x7fff84f75ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff862ca000 -     0x7fff862cafff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff862d7000 -     0x7fff862e2ff3  libGPUSupportMercury.dylib (13.0.10) <7CC5CEF8-D132-3234-A078-6D080DFC599F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff86596000 -     0x7fff865b2ff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff86cb0000 -     0x7fff86d26fff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff87349000 -     0x7fff87350ffb  com.apple.IOAccelerator (289.32 - 289.32) <6395ACEE-5AD7-3536-AF12-FD6565415D94> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff87352000 -     0x7fff87366ff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff87367000 -     0x7fff87389fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8746c000 -     0x7fff87622fff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff87ee6000 -     0x7fff87f5fff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff880e1000 -     0x7fff88109fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <A29E6031-E9A6-353A-BDE5-D8DF20FD393C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff881b8000 -     0x7fff881c2fff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88a3e000 -     0x7fff88a7fff7  com.apple.PerformanceAnalysis (1.145 - 145) <12640C1F-433D-3CD9-B2A8-048D57B8B56D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff89122000 -     0x7fff8913cfff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff89156000 -     0x7fff89179ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff89de5000 -     0x7fff89de8fff  com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff89e77000 -     0x7fff89ef4ff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff89f15000 -     0x7fff8a174fe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff8a355000 -     0x7fff8a361ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8aa4a000 -     0x7fff8aab6ff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8aeb0000 -     0x7fff8aeb6ff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8af45000 -     0x7fff8b10dff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8b181000 -     0x7fff8b182fff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8b183000 -     0x7fff8b313ff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8bd6f000 -     0x7fff8be32ff7  com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8c25c000 -     0x7fff8c262fff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8c333000 -     0x7fff8c335ffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8c38a000 -     0x7fff8c3a5ff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fff8c3a6000 -     0x7fff8c3b1fff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fff8c443000 -     0x7fff8c444ff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c445000 -     0x7fff8c658fff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fff8c674000 -     0x7fff8c67bfff  libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
    0x7fff8c67c000 -     0x7fff8c67cfff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8c67d000 -     0x7fff8c681ff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fff8c682000 -     0x7fff8c683ff3  libSystem.B.dylib (1238) <9CB018AF-54E9-300F-82BE-81FE553C9154> /usr/lib/libSystem.B.dylib
    0x7fff8c6ef000 -     0x7fff8c71affb  libarchive.2.dylib (41.41.1) <D53F0A5C-7FAA-3FCF-8A27-B7DF032C4221> /usr/lib/libarchive.2.dylib
    0x7fff8c71b000 -     0x7fff8c797fc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fff8c79b000 -     0x7fff8c79bff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fff8c79c000 -     0x7fff8c7acff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff8c7ad000 -     0x7fff8c7bbff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fff8c7bc000 -     0x7fff8c812ff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fff8c813000 -     0x7fff8c83dfff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fff8c83e000 -     0x7fff8c84effb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff8c84f000 -     0x7fff8c864fc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fff8c865000 -     0x7fff8c865ff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fff8c866000 -     0x7fff8c867ff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff8c921000 -     0x7fff8ca06ff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8cba4000 -     0x7fff8cbf7ff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fff8cc72000 -     0x7fff8cc72fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff8cc82000 -     0x7fff8cc87ff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fff8cc88000 -     0x7fff8cd7aff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff8cd7b000 -     0x7fff8cfa0ffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fff8cfa6000 -     0x7fff8cfa7fff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fff8cfa8000 -     0x7fff8cfc1ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff8cfc2000 -     0x7fff8cfd8ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fff8cfd9000 -     0x7fff8d280ff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fff8d2b3000 -     0x7fff8d32cff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fff8d32d000 -     0x7fff8d6fdd97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fff8d700000 -     0x7fff8d704fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff8d705000 -     0x7fff8d735ff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fff8d753000 -     0x7fff8d76fffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff8d770000 -     0x7fff8d7a9fff  libsandbox.1.dylib (592.31.1) <0B3D5690-EF2C-39A6-B63C-CFB8CBAC0956> /usr/lib/libsandbox.1.dylib
    0x7fff8d7bf000 -     0x7fff8d907fe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fff8d963000 -     0x7fff8d9b3fff  libstdc++.6.dylib (104.1) <91F66BFD-F927-301F-B8F3-578A5CEA78F4> /usr/lib/libstdc++.6.dylib
    0x7fff8d9fc000 -     0x7fff8da09fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fff8da0d000 -     0x7fff8dafcffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fff8dafd000 -     0x7fff8db26fff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fff8db27000 -     0x7fff8db38ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff8db47000 -     0x7fff8db4bff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fff8db4c000 -     0x7fff8db57ff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8db58000 -     0x7fff8db5ffff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8db60000 -     0x7fff8db68fff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fff8db69000 -     0x7fff8dbecfdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fff8dbed000 -     0x7fff8dc1ffff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fff8dc20000 -     0x7fff8dc25ff3  libdyld.dylib (421.2) <6F506653-FFF6-3DB8-84F1-109AE3C52F32> /usr/lib/system/libdyld.dylib
    0x7fff8dc26000 -     0x7fff8dc26ffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fff8dc27000 -     0x7fff8dc33ffb  libkxld.dylib (3789.41.3) <87550136-9353-348B-9CD9-C342B48C5AAF> /usr/lib/system/libkxld.dylib
    0x7fff8dc34000 -     0x7fff8dc34fff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fff8dc35000 -     0x7fff8dc3afff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fff8dc3b000 -     0x7fff8dc3dff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fff8dc3e000 -     0x7fff8dc3fffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fff8dc40000 -     0x7fff8dc58ff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fff8dc59000 -     0x7fff8dc59ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8dc5a000 -     0x7fff8dce7fef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fff8dce8000 -     0x7fff8dcebffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8dcec000 -     0x7fff8dceffff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8dcf0000 -     0x7fff8dd08ff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8dd09000 -     0x7fff8dd0ffff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8dd10000 -     0x7fff8dd39ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fff8dd3a000 -     0x7fff8dd5cff7  libsystem_kernel.dylib (3789.41.3) <B75B128C-7D7A-3318-91CD-82B5A69C5329> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8dd5d000 -     0x7fff8dda4fe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fff8dda5000 -     0x7fff8ddc3ff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8ddc4000 -     0x7fff8de1bffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fff8de1c000 -     0x7fff8de25ff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8de26000 -     0x7fff8de2fff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fff8de30000 -     0x7fff8de38fe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fff8de39000 -     0x7fff8de43ff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8de44000 -     0x7fff8de47ff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8de48000 -     0x7fff8de49fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8de4a000 -     0x7fff8de51fff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff8de52000 -     0x7fff8de72ff7  libsystem_trace.dylib (518.30.7) <6D34D1EA-2A3C-3D2D-803E-A666E6AEEE52> /usr/lib/system/libsystem_trace.dylib
    0x7fff8de73000 -     0x7fff8de78ffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fff8de79000 -     0x7fff8dea2ff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /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: 13764
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=264.3M resident=0K(0%) swapped_out_or_unallocated=264.3M(100%)
Writable regions: Total=154.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=154.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 13.5M        4 
CG image                           100K        8 
CoreAnimation                       76K        6 
CoreServices                        60K        2 
CoreUI image data                 1388K       11 
CoreUI image file                  180K        5 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            92.2M       34 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 255                   524.8M       53 
OpenGL GLSL                        256K        4 
STACK GUARD                       56.0M       12 
Stack                             12.6M       12 
VM_ALLOCATE                        152K       15 
VM_ALLOCATE (reserved)              36K        2         reserved VM address space (unallocated)
__DATA                            21.2M      224 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       114.9M       13 
__TEXT                           149.4M      221 
__UNICODE                          556K        2 
mapped file                       47.1M       10 
shared memory                     16.4M       12 
===========                     =======  ======= 
TOTAL                              1.0G      647 
TOTAL, minus reserved VM space     1.0G      647 

Model: MacBookPro11,1, BootROM MBP111.0138.B21, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.171.68.1a5)
Bluetooth: Version 5.0.3f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: iPad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

Krom will not start on Windows 7

Throws api-ms-win-core-console-l2-1-0.dll is missing.

  • Installing VC 2015/2017 Redist does not help
  • Latest Windows Update does not help
  • In VS we have Code Generation - Runtime Library set to Multi-threaded which I thought would prevent this

(tag armory3d/armory#862)

[CRASH REPORT] 18-11-16

crash report for krom. simple shader example that does run under HTML, but does crash krom

Process:               Krom [35448]
Path:                  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
Identifier:            com.ktxsoftware.Krom
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Krom [35448]
User ID:               501

Date/Time:             2016-11-18 22:44:34.996 +0000
OS Version:            Mac OS X 10.12.1 (16B2555)
Report Version:        12
Anonymous UUID:        8D43EBA1-C82D-8792-C966-E62FC622DEFF

Sleep/Wake UUID:       5D26DF03-333F-4127-A131-5674FE6E9442

Time Awake Since Boot: 46000 seconds
Time Since Wake:       19000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000004898
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x4898:
--> 
    __TEXT                 000000010e0b5000-000000010e10c000 [  348K] r-x/rwx SM=COW  /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libv8.dylib                   	0x000000010e12e7ff v8::V8::ToLocalEmpty() + 31
1   libv8.dylib                   	0x000000010e9bdbc3 0x10e124000 + 9018307
2   libv8.dylib                   	0x000000010e9bdaa6 0x10e124000 + 9018022
3   libv8.dylib                   	0x000000010e9adcc9 0x10e124000 + 8953033
4   libv8.dylib                   	0x000000010e9cf228 0x10e124000 + 9089576
5   libv8.dylib                   	0x000000010e9cf5fe 0x10e124000 + 9090558
6   libsystem_c.dylib             	0x00007fff91d31178 __cxa_finalize_ranges + 332
7   libsystem_c.dylib             	0x00007fff91d314b2 exit + 55
8   com.ktxsoftware.Krom          	0x000000010e0ba30e 0x10e0b5000 + 21262
9   com.ktxsoftware.Krom          	0x000000010e0c45f8 0x10e0b5000 + 62968
10  com.apple.Foundation          	0x00007fff7e5de5e6 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1094
11  com.apple.Foundation          	0x00007fff7e5de122 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
12  com.ktxsoftware.Krom          	0x000000010e0c45b5 0x10e0b5000 + 62901
13  com.ktxsoftware.Krom          	0x000000010e0b70e4 0x10e0b5000 + 8420

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

Thread 2:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff91dc3456 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010ecbe027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010eca66d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010ecab51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010ecbfa47 0x10ecb6000 + 39495
5   libsystem_pthread.dylib       	0x00007fff91eb3aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff91eb39f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff91eb3221 thread_start + 13

Thread 3:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff91dc3456 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010ecbe027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010eca66d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010ecab51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010ecbfa47 0x10ecb6000 + 39495
5   libsystem_pthread.dylib       	0x00007fff91eb3aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff91eb39f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff91eb3221 thread_start + 13

Thread 4:: V8 WorkerThread
0   libsystem_kernel.dylib        	0x00007fff91dc3456 semaphore_wait_trap + 10
1   libv8_libbase.dylib           	0x000000010ecbe027 v8::base::Semaphore::Wait() + 23
2   libv8_libplatform.dylib       	0x000000010eca66d0 v8::platform::TaskQueue::GetNext() + 48
3   libv8_libplatform.dylib       	0x000000010ecab51b v8::platform::WorkerThread::Run() + 43
4   libv8_libbase.dylib           	0x000000010ecbfa47 0x10ecb6000 + 39495
5   libsystem_pthread.dylib       	0x00007fff91eb3aab _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fff91eb39f7 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fff91eb3221 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff91dcae8e __recvfrom + 10
1   com.ktxsoftware.Krom          	0x000000010e0b7c14 0x10e0b5000 + 11284
2   com.ktxsoftware.Krom          	0x000000010e0c470a 0x10e0b5000 + 63242
3   libsystem_pthread.dylib       	0x00007fff91eb3aab _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fff91eb39f7 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fff91eb3221 thread_start + 13

Thread 6:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff91dc341a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff91dc2867 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff7cbd2834 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff7cbd1cc1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fff7cbd1514 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fff7a9a55a0 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fff91eb3aab _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fff91eb39f7 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fff91eb3221 thread_start + 13

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

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff91eb3204 start_wqthread + 0
1   ???                           	0x000070000f25eb30 0 + 123145556454192

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

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000107  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0xfffffffffffffff8
  rdi: 0x00007fe310073440  rsi: 0x00007fff91eaef40  rbp: 0x00007fff51b4a200  rsp: 0x00007fff51b4a1f0
   r8: 0x0000000000000040   r9: 0x00007fe31006bfe8  r10: 0xffffffffffffffff  r11: 0x0000000000012068
  r12: 0x00007fe30fc70370  r13: 0x0000000000000002  r14: 0x00007fe310073400  r15: 0x00007fe310073418
  rip: 0x000000010e12e7ff  rfl: 0x0000000000010246  cr2: 0x0000000000004898
  
Logical CPU:     3
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10e0b5000 -        0x10e10bfff +com.ktxsoftware.Krom (1.0 - 1) <73C4D5B4-552A-3276-B187-821D623534E9> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/MacOS/Krom
       0x10e124000 -        0x10eb7cff7 +libv8.dylib (0) <81A66C21-39CE-3120-865E-B9122E69F809> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8.dylib
       0x10eca3000 -        0x10ecacff7 +libv8_libplatform.dylib (0) <80300853-42FB-3653-8AAE-F050D999C148> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libplatform.dylib
       0x10ecb6000 -        0x10ecc4fff +libv8_libbase.dylib (0) <90DF8ABB-B47F-3004-BD30-7A2FA4D4A365> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libv8_libbase.dylib
       0x10ecd3000 -        0x10ee7bfff +libicui18n.dylib (0) <53D1F174-3908-3C68-9BD8-4B09851922AA> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicui18n.dylib
       0x10ef12000 -        0x10f033fff +libicuuc.dylib (0) <61693C15-2569-38EF-AD25-8997D918AF81> /Applications/Develop/Kode Studio.app/Contents/Resources/app/extensions/krom/Krom/macos/Krom.app/Contents/Resources/macos/libicuuc.dylib
       0x111b52000 -        0x1120beff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.20.23 - 10.2.0) <937303A6-4DB6-324C-A0F9-4CA3EAA19830> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x11732d000 -        0x1173a4ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.20.23 - 10.2.0) <2657569C-0E68-3078-97E4-0CCBE7052D14> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x119855000 -        0x119892287  dyld (421.2) <13A9466A-2576-3ABB-AD9D-D6BC16439B8F> /usr/lib/dyld
    0x7fff79838000 -     0x7fff79838fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <97EF9FB3-581F-3F19-84D0-E9262559A454> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff79839000 -     0x7fff79850ffb  libCGInterfaces.dylib (331.5) <5796C169-B449-33C8-B471-BD711BDCB898> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff79851000 -     0x7fff79d6afeb  com.apple.vImage (8.1 - ???) <A5DBF800-F768-3A61-8575-9B45FC32FEAB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff79d6b000 -     0x7fff79edbff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff79edc000 -     0x7fff79ef0ffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff79ef1000 -     0x7fff7a2e7fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff7a2e8000 -     0x7fff7a2fefff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff7a2ff000 -     0x7fff7a305fff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff7a306000 -     0x7fff7a31aff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff7a31b000 -     0x7fff7a4a2fe7  libvDSP.dylib (600) <DF2860D3-1B2E-3DE0-8D8D-F567374398CB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff7a4a3000 -     0x7fff7a555ffb  libvMisc.dylib (600) <5E006F98-FB5C-3AC4-B8B9-6D267B22AA72> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff7a556000 -     0x7fff7a556fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff7a812000 -     0x7fff7b4f2ff3  com.apple.AppKit (6.9 - 1504.60) <5DA1E013-575C-34D5-A028-1639EB7B0040> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff7b504000 -     0x7fff7b504fff  com.apple.ApplicationServices (48 - 48) <3E1395EA-C661-3318-9B87-9857BB81021B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff7b505000 -     0x7fff7b573ff7  com.apple.ApplicationServices.ATS (377 - 422.1) <FF4D9FCA-D799-3ED1-B5F8-3D81C29342D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff7b60d000 -     0x7fff7b73bff7  libFontParser.dylib (194.2) <E29F233F-773A-3070-874A-83799BDF0B5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff7b73c000 -     0x7fff7b786fff  libFontRegistry.dylib (196.2) <8AEE7F4E-60F0-33BB-99E4-5381EF1FEC6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7b7e3000 -     0x7fff7b815fff  libTrueTypeScaler.dylib (194.2) <A8520109-5F65-3144-ABF7-E22B98A74287> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7b881000 -     0x7fff7b92bff7  com.apple.ColorSync (4.12.0 - 502) <C86F8032-83DD-34EB-A4CB-87E96F25CF1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff7b92c000 -     0x7fff7b97cfff  com.apple.HIServices (1.22 - 590) <109A9893-313B-3467-9892-062F49D1FF0D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff7b97d000 -     0x7fff7b98cff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff7b98d000 -     0x7fff7b9dafff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7b9db000 -     0x7fff7ba16fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff7ba17000 -     0x7fff7ba22ff7  com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) <23EA6076-ECDF-3A50-81E7-3CE6451DC8C4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7ba23000 -     0x7fff7bc31ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <BA73DBAD-A9D2-3BA7-BCDB-4790D6C8B460> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff7bc32000 -     0x7fff7bc32fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <C49668FF-2971-3E30-92BB-09E0720E74A5> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff7bd9b000 -     0x7fff7c11fff7  com.apple.CFNetwork (807.1.3 - 807.1.3) <336BFAD9-1BAE-368E-8C48-B9F1CC251C67> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff7c13e000 -     0x7fff7c442fff  com.apple.HIToolbox (2.1.1 - 856.6) <DAF74CE6-8B6B-3347-B299-FE860B517D38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff7c44d000 -     0x7fff7c4e4ff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff7c505000 -     0x7fff7c50bff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff7c5eb000 -     0x7fff7c5ebfff  com.apple.Cocoa (6.11 - 22) <5EEB0A26-F1C2-3D57-8441-52C0B80C2A6A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff7c721000 -     0x7fff7c7b1ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4082E8CC-568A-364A-9AF0-92F30F067D42> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff7c7b2000 -     0x7fff7c7c5ff3  com.apple.CoreBluetooth (1.0 - 1) <73A2B185-70E4-3535-A653-E1BC74584E55> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff7c7c6000 -     0x7fff7cabcffb  com.apple.CoreData (120 - 752.2) <CCDCE896-CD36-3483-8E04-C513433BDDC5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff7cabd000 -     0x7fff7cb49fff  com.apple.CoreDisplay (1.0 - 1) <ACA3B0B8-6900-3445-B202-C5C312421E44> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff7cb4a000 -     0x7fff7cfe3ff7  com.apple.CoreFoundation (6.9 - 1348.15) <C25C6FB8-E934-349C-952C-26CF913BAC33> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff7cfe4000 -     0x7fff7d662fff  com.apple.CoreGraphics (2.0 - 1070.8) <3F5B7647-8006-3738-9A5A-1AD2DF570992> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff7d663000 -     0x7fff7d8a2ff7  com.apple.CoreImage (12.0.0 - 451) <4A79760F-FD23-3055-9569-5F038818993F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff7d9fd000 -     0x7fff7d9fdfff  com.apple.CoreServices (775.8.2 - 775.8.2) <FE7B0765-C41F-3FD9-8FD7-094466AAD0EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff7d9fe000 -     0x7fff7da4fff7  com.apple.AE (712 - 712) <0EF17D7E-6BA4-3555-BC38-9BD0CC5B82A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7da50000 -     0x7fff7dd2bfff  com.apple.CoreServices.CarbonCore (1159 - 1159) <837B7ECF-7E62-3210-988C-63D7AB4EAA88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff7dd2c000 -     0x7fff7dd5ffff  com.apple.DictionaryServices (1.2 - 274) <302B8678-D057-3CF8-ACA7-7424A4A6A00A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff7dd60000 -     0x7fff7dd68ffb  com.apple.CoreServices.FSEvents (1230 - 1230) <8836E7D0-844F-36F9-9601-B630BB82336B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff7dd69000 -     0x7fff7ded4fff  com.apple.LaunchServices (775.8.2 - 775.8.2) <7389590A-0E30-3294-B39C-F179D237F6C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7ded5000 -     0x7fff7df85ffb  com.apple.Metadata (10.7.0 - 1075.17) <40F7E6E2-B58B-34E1-B97B-26756ECDB947> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff7df86000 -     0x7fff7dfe5fff  com.apple.CoreServices.OSServices (775.8.2 - 775.8.2) <C949CF81-3510-3987-AEB4-9A961B738DA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff7dfe6000 -     0x7fff7e056fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff7e057000 -     0x7fff7e09dff7  com.apple.coreservices.SharedFileList (38 - 38) <6C5A3FBB-9502-3725-AC3A-AE7B1528BBD4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff7e12a000 -     0x7fff7e275ffb  com.apple.CoreText (352.0 - 544.1) <3229A726-303B-3B09-A014-8708C3BEF2D1> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff7e276000 -     0x7fff7e2abfff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff7e2ac000 -     0x7fff7e31dffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <0425CA71-50D9-32DC-8693-CAE6CB3B799D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff7e418000 -     0x7fff7e41dfff  com.apple.DiskArbitration (2.7 - 2.7) <566D5C06-13E8-3638-B2EC-2B834D5F04F1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7e5ac000 -     0x7fff7e953ffb  com.apple.Foundation (6.9 - 1349) <08A463B1-296E-3AC1-B8D3-01A75B0785A8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7e97f000 -     0x7fff7e9b0fff  com.apple.GSS (4.0 - 2.0) <4F3C9982-457C-3731-85DB-8CE1A72621B0> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff7ea64000 -     0x7fff7eb07fff  com.apple.Bluetooth (5.0.1 - 5.0.1f7) <406E3901-F5D3-3996-84F7-32975EBE8F86> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff7eb08000 -     0x7fff7eb9dff7  com.apple.framework.IOKit (2.0.2 - 1324.21.1) <EEFE7FF0-CE41-326A-A571-8AA0B2E89271> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7eb9e000 -     0x7fff7eba4ffb  com.apple.IOSurface (153.1 - 153.1) <849B0928-3D37-3977-9670-19979DB4EE4D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7ebf8000 -     0x7fff7ed4efef  com.apple.ImageIO.framework (3.3.0 - 1570.2) <1133B1CE-C702-3D66-80F3-6BB40D5D1178> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff7ed4f000 -     0x7fff7ed53fff  libGIF.dylib (1570.2) <4AE8D51B-E26A-3CB0-9D53-58112F94E3CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff7ed54000 -     0x7fff7ee44fff  libJP2.dylib (1570.2) <9F56888C-28CD-3ED0-B7BB-FFB775EF9DE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff7ee45000 -     0x7fff7ee68ffb  libJPEG.dylib (1570.2) <BE6386AF-E7F7-3C26-8B9E-7682DA38F496> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff7ee69000 -     0x7fff7ee90ff7  libPng.dylib (1570.2) <2BC453BB-5E15-3031-AFAE-912025F2674A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff7ee91000 -     0x7fff7ee93ff3  libRadiance.dylib (1570.2) <0F2C81F9-2D74-36A6-BCC0-2366E60410C7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff7ee94000 -     0x7fff7eeedff3  libTIFF.dylib (1570.2) <897EB69A-1C96-3BC2-A458-A21652249E71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7faaf000 -     0x7fff7fac8ff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff802af000 -     0x7fff80306ff7  com.apple.Metal (85.85 - 85.85) <EF221C0E-9638-312B-9455-FF3C69180C45> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff80a1c000 -     0x7fff80a24fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff80bf8000 -     0x7fff80c00ff7  libcldcpuengine.dylib (2.8.4) <B43FD148-4550-3EB1-9971-F5EFC0456CCE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff80dc9000 -     0x7fff80e17ff3  com.apple.opencl (2.8.6 - 2.8.6) <819DE36A-893E-3100-8430-EEB9D7023672> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff80e18000 -     0x7fff80e31ffb  com.apple.CFOpenDirectory (10.12 - 194) <BDD22B3E-4149-366A-A974-942280861DD4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff80e32000 -     0x7fff80e3dff7  com.apple.OpenDirectory (10.12 - 194) <E1125140-E42C-369C-8DC8-D0935767B275> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80e3e000 -     0x7fff80e40fff  libCVMSPluginSupport.dylib (12.4.5) <AF349AF5-ACC9-32C8-98BE-1DC9523156C5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff80e41000 -     0x7fff80e44ff7  libCoreFSCache.dylib (150) <991F00EB-B1B4-3351-9D83-C11E4920C360> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff80e45000 -     0x7fff80e48fff  libCoreVMClient.dylib (150) <06276E05-1FB2-3748-A236-1F66468A1755> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff80e49000 -     0x7fff80e51ffb  libGFXShared.dylib (12.4.5) <67ABA30E-DA8A-336C-8137-11CD0D455741> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff80e52000 -     0x7fff80e5dfff  libGL.dylib (12.4.5) <920D2CC5-D64F-35A5-8C54-4A5731AEC552> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80e5e000 -     0x7fff80e9aff7  libGLImage.dylib (12.4.5) <BEDFA6BF-0D9C-35ED-9DDD-FDBB1F6AAF95> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff80e9b000 -     0x7fff81011ffb  libGLProgrammability.dylib (12.4.5) <6F6A4BA1-2DB2-3D22-9BEE-E45F6455BAE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff81012000 -     0x7fff81052ff3  libGLU.dylib (12.4.5) <79C811DC-7904-3A7D-A983-B3E8D5439336> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff819ba000 -     0x7fff819c8fff  com.apple.opengl (12.4.5 - 12.4.5) <B33F90DE-B86B-38E3-BCDB-5C8B4952D84B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff819c9000 -     0x7fff81b6ffff  GLEngine (12.4.5) <A4E7F3A2-5025-3C7D-AAF5-6187601A8C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff81b70000 -     0x7fff81b9affb  GLRendererFloat (12.4.5) <9C53418B-2B6F-3B16-AA50-EF8CD632B05F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff826da000 -     0x7fff828d4fff  com.apple.QuartzCore (1.11 - 449.39.5) <B1815529-31B4-3FD0-923D-C3E964F844FF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82e3a000 -     0x7fff83155ff7  com.apple.security (7.0 - 57740.20.22) <7E95D13A-0D52-36A9-A1C4-C21EE26AB2AB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83156000 -     0x7fff831ccff7  com.apple.securityfoundation (6.0 - 55132.20.1) <8DDEA805-C6F7-3EF9-990F-136617DB942D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff831f6000 -     0x7fff831f9ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <A88DACDF-71A9-3974-8D8D-DAA2B64F2CA5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8357e000 -     0x7fff835efff7  com.apple.SystemConfiguration (1.14 - 1.14) <013957CA-2708-31F0-845D-11E271C96B94> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff85c07000 -     0x7fff85c22ff3  com.apple.AppContainer (4.0 - 307.20.1) <AE48030D-760D-3C46-A5EB-FD09B42543ED> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff85c23000 -     0x7fff85c30ff3  com.apple.AppSandbox (4.0 - 307.20.1) <6BCD6C7F-470A-3C6A-9A24-3F26037AD6F7> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff85c31000 -     0x7fff85c53ffb  com.apple.framework.Apple80211 (12.0 - 1200.37) <25299C0F-7A30-3BAA-9945-DB1515F68A2C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85c54000 -     0x7fff85c63fdb  com.apple.AppleFSCompression (88 - 1.0) <D3A6F5F9-2132-34B5-933F-DF5D6733DE8B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff85d4c000 -     0x7fff85dd797f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff861f3000 -     0x7fff86271ff7  com.apple.backup.framework (1.8.1 - 1.8.1) <792B4983-DE9A-377D-8338-93719706D12F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff86e8f000 -     0x7fff86eb6ffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff877dd000 -     0x7fff877e6ffb  com.apple.CommonAuth (4.0 - 2.0) <D561391D-80B8-35F8-9EFF-1ACC89895E38> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff87f02000 -     0x7fff87f13ff7  com.apple.CoreEmoji (1.0 - 39.1) <54432658-8481-3F33-ADED-B60684311E11> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff881f5000 -     0x7fff88225ff3  com.apple.CoreServicesInternal (276 - 276) <CCB21255-89DC-3F53-A6D6-8FA8F693C837> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff884ae000 -     0x7fff88538fff  com.apple.CoreSymbolication (61050) <15C4AF49-2F85-3265-B53F-4925616C746E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff88539000 -     0x7fff88677fcf  com.apple.coreui (2.1 - 426.9.1) <A7672B5D-9972-34B8-968A-188D422083AE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff88678000 -     0x7fff88717ffb  com.apple.CoreUtils (4.3 - 430.70) <946F5089-9F8D-3595-8208-AD945B26D267> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff88767000 -     0x7fff887ccff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <8DAD3903-9A77-3E50-99C4-3C5708FB25B1> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff887cd000 -     0x7fff887dafff  com.apple.CrashReporterSupport (10.12 - 816) <BF292E0C-6CDB-3149-8177-4EF5DD72D544> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff88880000 -     0x7fff888f7ff3  com.apple.datadetectorscore (7.0 - 539) <AA02538E-706E-305B-AABA-FA9A6F4C1B8C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff88931000 -     0x7fff88970fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff88971000 -     0x7fff88a82fff  com.apple.desktopservices (1.11.1 - 1.11.1) <03518A59-79B1-3B16-B923-52D6EFF04ADB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff88d4e000 -     0x7fff8917fff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8a4ba000 -     0x7fff8a4bafff  libmetal_timestamp.dylib (600.0.48.26) <681B9F09-0673-3C38-B636-9D77D338D1AF> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8a4c7000 -     0x7fff8a4d2ff3  libGPUSupportMercury.dylib (12.4.5) <A08E7321-32C4-3008-97C3-870B6AB1E63D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8a784000 -     0x7fff8a7a0ff7  com.apple.GenerationalStorage (2.0 - 259) <43D40063-BD46-3008-8992-FF092B7C9A58> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8ae96000 -     0x7fff8af0cffb  com.apple.Heimdal (4.0 - 2.0) <418DD668-7288-3D33-BAFE-959DB96D0351> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8b51f000 -     0x7fff8b526ffb  com.apple.IOAccelerator (288.15 - 288.15) <DE5BC493-2F4E-3388-A887-DA5AD7BAD3F4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8b528000 -     0x7fff8b53cff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff8b53d000 -     0x7fff8b55fff7  com.apple.IconServices (74.1 - 74.1) <F7B83970-4A72-3186-BBB3-90FA86C3E263> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8b641000 -     0x7fff8b7f5fff  com.apple.LanguageModeling (1.0 - 123) <10152D7F-C7C0-34AA-A295-D712D16C76E6> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8c0a1000 -     0x7fff8c119fef  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <EDE6F9AA-B863-3936-BA54-177B769080FD> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff8c29b000 -     0x7fff8c2c3fff  com.apple.MultitouchSupport.framework (368.4 - 368.4) <18778258-70B1-31BF-845D-1FACBF280108> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8c370000 -     0x7fff8c37afff  com.apple.NetAuth (6.0 - 6.0) <D57D5888-0290-3295-A1C4-D673D4DCB497> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8cb56000 -     0x7fff8cb97ff7  com.apple.PerformanceAnalysis (1.145 - 145) <73A73364-EFB6-3D0A-A7EA-7F924359B3C9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d229000 -     0x7fff8d243fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8d25d000 -     0x7fff8d280ff3  com.apple.RemoteViewServices (2.0 - 124) <280DB828-4613-3DF8-ACBA-C91989B64347> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8deb3000 -     0x7fff8deb6fff  com.apple.SecCodeWrapper (4.0 - 307.20.1) <2BBC8E7C-7B28-39D2-8273-2BA5ED7DAC45> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8df44000 -     0x7fff8dfc0fff  com.apple.Sharing (671.15 - 671.15) <37C29D52-CA6E-3E30-9CCF-F7B4A8DE6B9B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8dfe1000 -     0x7fff8e233fef  com.apple.SkyLight (1.600.0 - 108.11) <5D0C258E-0816-3FF2-AA3C-A7B9F2DEC19C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff8e40d000 -     0x7fff8e419fff  com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) <BE386037-4B61-341F-80E2-5D8B5B50C8BC> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8eafd000 -     0x7fff8eb69ff3  com.apple.Symbolication (61080.2) <8AB6B520-E8DE-392F-8B86-52098D2A2BA2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8ef60000 -     0x7fff8ef66ff7  com.apple.TCC (1.0 - 1) <787E8FD8-21A7-39E6-87D4-6AD09156C5A0> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8eff2000 -     0x7fff8f1b3ff3  com.apple.TextureIO (1.35 - 1.35) <63D75E50-F3C2-3E8E-A49B-F53531C24C54> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8f227000 -     0x7fff8f228fff  com.apple.TrustEvaluationAgent (2.0 - 28) <6793B664-C4FC-3CD4-B0E7-25B9933391AC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8f229000 -     0x7fff8f3b8ffb  com.apple.UIFoundation (1.0 - 489) <0CD14719-FC52-3AC5-87EF-775437927990> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8fe09000 -     0x7fff8feb8ff7  com.apple.ViewBridge (276 - 276) <55494F8D-A20F-3D64-826F-E136D77AFC9D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff902e0000 -     0x7fff902e6fff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff903b7000 -     0x7fff903b9ffb  com.apple.loginsupport (1.0 - 1) <03B57D6F-C210-32BC-B384-5B0E95660283> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9040e000 -     0x7fff90429ff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fff9042a000 -     0x7fff90435fff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fff904c7000 -     0x7fff904c8ff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff904c9000 -     0x7fff906dcfff  libFosl_dynamic.dylib (16.37) <D5551823-1E3D-3BDE-968C-BF022EE4958D> /usr/lib/libFosl_dynamic.dylib
    0x7fff906f8000 -     0x7fff906fffff  libMatch.1.dylib (27) <15FC6217-23E1-3DF0-A5F5-E4C67AED70B5> /usr/lib/libMatch.1.dylib
    0x7fff90700000 -     0x7fff90700fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff90701000 -     0x7fff90704ffb  libScreenReader.dylib (477.10.20) <B48924E9-5301-3141-9D62-ADA2852D5BAA> /usr/lib/libScreenReader.dylib
    0x7fff90705000 -     0x7fff90706ff3  libSystem.B.dylib (1238) <CFC3669C-FB44-3A51-8815-1E84A168F3C5> /usr/lib/libSystem.B.dylib
    0x7fff90772000 -     0x7fff9079dffb  libarchive.2.dylib (41.20.1) <FC116AC3-EB4A-3252-821C-4E1703879C82> /usr/lib/libarchive.2.dylib
    0x7fff9079e000 -     0x7fff90812fff  libate.dylib (1.12.12) <DD989482-B873-3094-97BB-2B5AE8D3B544> /usr/lib/libate.dylib
    0x7fff90816000 -     0x7fff90816ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fff90817000 -     0x7fff90827ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff90828000 -     0x7fff90836ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fff90837000 -     0x7fff9088dff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fff9088e000 -     0x7fff908b8fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fff908b9000 -     0x7fff908c9ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff908ca000 -     0x7fff908dffc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fff908e0000 -     0x7fff908e0ff7  libcoretls.dylib (121.1.1) <F3BAB54C-DA82-37C3-A218-46FEB179D555> /usr/lib/libcoretls.dylib
    0x7fff908e1000 -     0x7fff908e2ffb  libcoretls_cfhelpers.dylib (121.1.1) <D12709F3-BBE3-3CF7-9070-C2A0803F5526> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff9099c000 -     0x7fff90a80ff3  libcrypto.0.9.8.dylib (64) <4CB423CE-0B86-334A-9335-FEE75198024F> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff90c1e000 -     0x7fff90c71ff7  libcups.2.dylib (450) <04CA1F55-4B70-3D65-B4B1-62F6C271A9EF> /usr/lib/libcups.2.dylib
    0x7fff90ceb000 -     0x7fff90cebfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff90cfb000 -     0x7fff90d00ff7  libheimdal-asn1.dylib (498.20.2) <C9B5464F-4A2E-3E3F-B514-B0911B5CB0DA> /usr/lib/libheimdal-asn1.dylib
    0x7fff90d01000 -     0x7fff90df3ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff90df4000 -     0x7fff91019fff  libicucore.A.dylib (57132.0.1) <C8176937-9271-3F0E-829D-F3BBB9DD44B5> /usr/lib/libicucore.A.dylib
    0x7fff9101f000 -     0x7fff91020fff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fff91021000 -     0x7fff9103affb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff9103b000 -     0x7fff91051ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fff91052000 -     0x7fff912fcfff  libmecabra.dylib (744.2.2) <C6C3EA2C-1DC7-3DCB-8A20-C645E38524AB> /usr/lib/libmecabra.dylib
    0x7fff9132f000 -     0x7fff913a8ff3  libnetwork.dylib (856.20.4) <5012EFF3-8FF4-317D-B328-AB21E3B5CA8C> /usr/lib/libnetwork.dylib
    0x7fff913a9000 -     0x7fff91779d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fff9177c000 -     0x7fff91780fff  libpam.2.dylib (21) <352F8FF6-2248-3594-B357-8D031DEFB06C> /usr/lib/libpam.2.dylib
    0x7fff91781000 -     0x7fff917b1ff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fff917cf000 -     0x7fff917ebffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff917ec000 -     0x7fff91825ff3  libsandbox.1.dylib (592.21.2) <7A698C92-CD5C-3BFF-A215-2BE2DE31F88E> /usr/lib/libsandbox.1.dylib
    0x7fff9183b000 -     0x7fff91983fff  libsqlite3.dylib (252) <FCA29CD2-E8E4-3324-8E2C-19BDC11F0338> /usr/lib/libsqlite3.dylib
    0x7fff91a75000 -     0x7fff91a82fff  libxar.1.dylib (354) <AAFCF321-8100-3622-880B-9661DCA35D69> /usr/lib/libxar.1.dylib
    0x7fff91a86000 -     0x7fff91b75ffb  libxml2.2.dylib (30.11) <26676155-64CE-323F-B73C-AD77AF5982E8> /usr/lib/libxml2.2.dylib
    0x7fff91b76000 -     0x7fff91b9ffff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fff91ba0000 -     0x7fff91bb1ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff91bc0000 -     0x7fff91bc4ff7  libcache.dylib (79) <84E55656-FDA9-3B29-9E4F-BE31B2C0AA3C> /usr/lib/system/libcache.dylib
    0x7fff91bc5000 -     0x7fff91bcffff  libcommonCrypto.dylib (60092.20.1) <31040F10-5E57-3B9C-8D5B-33AD87D1BEE8> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91bd0000 -     0x7fff91bd7fff  libcompiler_rt.dylib (62) <486BDE52-81B4-3446-BD72-23977CAE556F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff91bd8000 -     0x7fff91be0fff  libcopyfile.dylib (138) <0DA49B77-56EC-362D-98FF-FA78CFD986D6> /usr/lib/system/libcopyfile.dylib
    0x7fff91be1000 -     0x7fff91c63fdb  libcorecrypto.dylib (442.20.2) <2684CC01-087E-33E2-8219-AAA3BBD9BFD7> /usr/lib/system/libcorecrypto.dylib
    0x7fff91c64000 -     0x7fff91c96fff  libdispatch.dylib (703.20.1) <877B505D-826C-3246-84F7-0F850636039E> /usr/lib/system/libdispatch.dylib
    0x7fff91c97000 -     0x7fff91c9cff3  libdyld.dylib (421.2) <7BFA3476-6210-3BCB-8CE8-9B952F87BD84> /usr/lib/system/libdyld.dylib
    0x7fff91c9d000 -     0x7fff91c9dffb  libkeymgr.dylib (28) <09CD7CA6-46D2-3A9F-B9F1-7C4CA5CA0D68> /usr/lib/system/libkeymgr.dylib
    0x7fff91c9e000 -     0x7fff91caaffb  libkxld.dylib (3789.21.3) <F12B5274-44AD-3268-A793-31EF351A4BD9> /usr/lib/system/libkxld.dylib
    0x7fff91cab000 -     0x7fff91cabfff  liblaunch.dylib (972.20.3) <7AB2E2EA-8B47-3420-87CE-5EE18A4EEE49> /usr/lib/system/liblaunch.dylib
    0x7fff91cac000 -     0x7fff91cb1fff  libmacho.dylib (894) <1EAE5ADD-490C-3B1F-9F97-447BA8E0E90F> /usr/lib/system/libmacho.dylib
    0x7fff91cb2000 -     0x7fff91cb4ff3  libquarantine.dylib (85) <F3E47D7C-8776-327C-9426-DD7DEB30DBDD> /usr/lib/system/libquarantine.dylib
    0x7fff91cb5000 -     0x7fff91cb6ffb  libremovefile.dylib (45) <C4FC07FF-ED86-382E-B06F-33C34718080C> /usr/lib/system/libremovefile.dylib
    0x7fff91cb7000 -     0x7fff91ccfff7  libsystem_asl.dylib (349.1.1) <F0987490-8427-367F-B302-A05A7D61FEBF> /usr/lib/system/libsystem_asl.dylib
    0x7fff91cd0000 -     0x7fff91cd0ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fff91cd1000 -     0x7fff91d5efef  libsystem_c.dylib (1158.20.4) <5F9531F5-EDA3-3D25-A827-3E0FD6B392BA> /usr/lib/system/libsystem_c.dylib
    0x7fff91d5f000 -     0x7fff91d62ffb  libsystem_configuration.dylib (888.20.5) <CDC55FCB-C1FC-350D-A919-5DBCFC835B63> /usr/lib/system/libsystem_configuration.dylib
    0x7fff91d63000 -     0x7fff91d66fff  libsystem_coreservices.dylib (41.2) <5DE691C6-7EE6-3210-895D-9EA3ECBC09B4> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff91d67000 -     0x7fff91d7fffb  libsystem_coretls.dylib (121.1.1) <8F7E9B12-400D-3276-A9C5-4546B0258554> /usr/lib/system/libsystem_coretls.dylib
    0x7fff91d80000 -     0x7fff91d86fff  libsystem_dnssd.dylib (765.20.4) <28E52C39-DF10-340F-A3EC-C0119AF6361F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff91d87000 -     0x7fff91db0fff  libsystem_info.dylib (503) <C686B834-5E7D-382C-AF6E-44AB78EE83E2> /usr/lib/system/libsystem_info.dylib
    0x7fff91db1000 -     0x7fff91dd3ff7  libsystem_kernel.dylib (3789.21.3) <EC53F92A-0DFA-3027-A220-414A01F17B2E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff91dd4000 -     0x7fff91e1bfe7  libsystem_m.dylib (3121.4) <7F86C291-B105-31C1-9923-90EBAB22B73F> /usr/lib/system/libsystem_m.dylib
    0x7fff91e1c000 -     0x7fff91e3aff7  libsystem_malloc.dylib (116) <F9840080-4C2C-3F3B-8087-7C738F12A1C7> /usr/lib/system/libsystem_malloc.dylib
    0x7fff91e3b000 -     0x7fff91e92ff3  libsystem_network.dylib (856.20.4) <2BAFB24F-999C-3148-BDD8-F28E05F716F7> /usr/lib/system/libsystem_network.dylib
    0x7fff91e93000 -     0x7fff91e9cff3  libsystem_networkextension.dylib (563.20.3) <971DD3AD-D17A-32FF-95DE-0A5A979E68AE> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff91e9d000 -     0x7fff91ea6ff3  libsystem_notify.dylib (165.20.1) <EAD023A2-AD3F-31C8-9489-274B9A42DA61> /usr/lib/system/libsystem_notify.dylib
    0x7fff91ea7000 -     0x7fff91eaffe7  libsystem_platform.dylib (126.1.2) <2F2D6A81-C36C-353D-B27B-A6643A32375E> /usr/lib/system/libsystem_platform.dylib
    0x7fff91eb0000 -     0x7fff91ebaff7  libsystem_pthread.dylib (218.20.1) <46375095-4731-3034-9D87-396DE95FC697> /usr/lib/system/libsystem_pthread.dylib
    0x7fff91ebb000 -     0x7fff91ebeff7  libsystem_sandbox.dylib (592.21.2) <2D42A2BF-A7AF-352A-A821-D8F6E85A63AC> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff91ebf000 -     0x7fff91ec0fff  libsystem_secinit.dylib (24) <A54B8FEF-E792-3C54-8E0B-E80A376662F2> /usr/lib/system/libsystem_secinit.dylib
    0x7fff91ec1000 -     0x7fff91ec8fff  libsystem_symptoms.dylib (532.1.1) <8FB7CA37-79EF-3651-B5B9-B5E1E0947067> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff91ec9000 -     0x7fff91ee9ff7  libsystem_trace.dylib (518.20.8) <C029B910-A65F-35F6-B194-B933B454EAB4> /usr/lib/system/libsystem_trace.dylib
    0x7fff91eea000 -     0x7fff91eefffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fff91ef0000 -     0x7fff91f19ff7  libxpc.dylib (972.20.3) <85EB25FD-218F-38EE-9E69-391CC8EBE6C5> /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: 50017
    thread_create: 0
    thread_set_state: 2946

VM Region Summary:
ReadOnly portion of Libraries: Total=262.2M resident=0K(0%) swapped_out_or_unallocated=262.2M(100%)
Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 13.5M        4 
CG image                           100K        9 
CoreAnimation                       56K        8 
CoreUI image data                 1388K       11 
CoreUI image file                  156K        4 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           140.0M       41 
MALLOC guard page                   48K        9 
Memory Tag 242                      12K        2 
Memory Tag 255                     1.6G     1966 
OpenGL GLSL                        256K        4 
STACK GUARD                       56.0M       11 
Stack                             12.1M       11 
VM_ALLOCATE                        408K       32 
__DATA                            20.7M      217 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       114.9M       11 
__TEXT                           147.3M      217 
__UNICODE                          556K        2 
mapped file                       43.6M       10 
shared memory                     16.3M       10 
===========                     =======  ======= 
TOTAL                              2.1G     2566 

Model: MacBookPro11,1, BootROM MBP111.0138.B17, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.171.47.1a8)
Bluetooth: Version 5.0.1f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: iPad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

Networking

Expose some sort of networking capabilities. From IRC:

11:44:09 - Robert: ok, the debug interface is tcp, too, so we just need to expose some existing code basically.

Not Drawing Fonts on Linux

fontsmissing

To Replicate:
Download/Clone from https://github.com/jrdoughty/Kha-examples and Open Kode Studio in the GrowYourHoard folder. Compile to HTML5 and Krom to see the difference.

Machine Details:
Ubuntu 16.04 LTS
Kode Studio 16.11.1 (using bundled kha)
AMD FX 8350 Eight Core Processor
Radeon HD 7870
16GB Memory

Linux compile error

Arch Linux, clang 8.0.0

Steps: Clone the repository and run node Kore/make --compiler clang --compile.

Eventually compilation fails with the following error

clang  -O2 -I./ -I../../Chakra/Build/prebuilt/Linux -I../../Chakra/lib/Common -I../../Chakra/lib/Common/PlaceHolder -I../../Chakra/lib/Runtime -I../../Chakra/lib/Runtime/ByteCode -I../../Chakra/lib/Runtime/Math -I../../Chakra/lib/Jsrt -I../../Chakra/lib/Parser -I../../Chakra/lib/Backend -I../../Chakra/lib/WasmReader -I../../Chakra/lib/wabt/chakra -I../../Chakra/lib/Backend/amd64 -I../../Chakra/lib -I../../Chakra/lib/Runtime/Debug -I../../Chakra/lib/Runtime/Base -I../../Chakra/bin/ChakraCore -I../../Chakra/bin/NativeTests -I../../Chakra/bin/External -I../../Chakra/lib/Runtime/PlatformAgnostic -I../../Chakra/lib/Common/Memory -I../../Chakra/lib/Runtime/Language -I../../Chakra/lib/wabt -I../../Chakra/lib/wabt/chakra/windows -I../../Chakra/pal -I../../Chakra/pal/inc -I../../Chakra/pal/inc/rt -I../../Chakra/pal/src/include -I../../Kore/Sources -I../../Kore/Backends/System/Linux/Sources -I../../Kore/Backends/System/POSIX/Sources -I../../Kore/Backends/Graphics4/OpenGL/Sources -I../../Kore/Backends/Graphics5/G5onG4/Sources -I../../Kore/Backends/Audio3/A3onA2/Sources  -DUNICODE -DNOMINMAX -DUSE_EDGEMODE_JSRT -DCOM_STDMETHOD_CAN_THROW -DUSE_STATIC_RUNTIMELIB -D_CHAKRACOREBUILD -DTARGET_64 -DPLATFORM_UNIX -DFEATURE_PAL -DPLATFORM_UNIX=1 -D_M_X64 -D_M_AMD64 -D_AMD64_ -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__STDC_WANT_LIB_EXT1__=1 -DCLANG_HAS_DISABLE_TAIL_CALLS=1 -DBIT64=1 -DSTACK_ALIGN=16 -DLP64COMPATIBLE=1 -DFEATURE_PAL=1 -DPIC=1 -D_FILE_OFFSET_BITS=64 -D_WIN64=1 -DNO_PAL_MINMAX -D_ENABLE_DYNAMIC_THUNKS=1 -D__LINUX__=1 -DLINUX64 -DKORE_G1 -DKORE_G2 -DKORE_G3 -DKORE_A1 -DKORE_A2 -DKORE_LINUX -DKORE_OPENGL -DKORE_POSIX -DKORE_G4 -DKORE_G5 -DKORE_G5ONG4 -DKORE_A3   -c ../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S -o amd64_thunks.o -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama -lXi
clang-8: warning: -lasound: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: -ldl: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: -lGL: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: -lX11: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: -lXinerama: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: -lXi: 'linker' input unused [-Wunused-command-line-argument]
clang-8: warning: argument unused during compilation: '-static-libgcc' [-Wunused-command-line-argument]
clang-8: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:215:21: error: unknown token in expression
        sub rsp, 40h
                    ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:217:23: error: unknown token in expression
        mov [rsp + 28h], r12
                      ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:218:23: error: unknown token in expression
        mov [rsp + 30h], r13
                      ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:230:21: error: unknown token in expression
        add rsi, 68h
                    ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:243:23: error: unknown token in expression
        mov [rsp + 00h], rdi
                      ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:256:21: error: unknown token in expression
        sub rsp, 20h
                    ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:257:26: error: unknown token in expression
        movups [rsp + 10h], xmm0
                         ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:258:28: error: unknown token in expression
        lea r12, [rsp + 10h]
                           ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:264:28: error: unknown token in expression
        mov r12, [rsp + 28h]
                           ^
../../Chakra/lib/Runtime/Language/amd64/amd64_Thunks.S:265:28: error: unknown token in expression
        mov r13, [rsp + 30h]
                           ^
make: *** [makefile:659: amd64_thunks.o] Error 1
make: *** Waiting for unfinished jobs....
27 warnings generated.
Compilation failed.

UPDATE: Clang 8 doesn't seem to support this h syntax (like 40h). There is a difference between this file and the current master in microsoft/ChakraCore: syntax like 40h is replaced with 0x40.

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.