Jump to content

prokrastination

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by prokrastination

  1. To fix the problem for the time being, I added a symlink, now rc4 starts at least.

    sudo ln -s /Applications/vintagestory.app/Lib64/libnanosvg.dylib /usr/local/bin/libnanosvg.dylib

    Another way to fix it was to replace the content of /Applications/vintagestory.app/Lib/cairo-sharp.dll.config
    Thanks to @copygirl

    <configuration>
        <dllmap dll="libcairo-2" os="linux" target="libcairo.so.2" />
        <dllmap dll="libcairo-2" os="osx"   target="libcairo.2.dylib"/>
    
        <dllmap dll="nanosvg" os="linux" wordsize="32" target="../Lib32/libnanosvg.so" />
        <dllmap dll="nanosvg" os="linux" wordsize="64" target="../Lib64/libnanosvg.so" />
        <dllmap dll="nanosvg" os="osx"   wordsize="32" target="../Lib32/libnanosvg.dylib" />
        <dllmap dll="nanosvg" os="osx"   wordsize="64" target="../Lib64/libnanosvg.dylib" />
    </configuration>

     

  2.  

     

    tested, but now there is a different error.

    M1
    Mono 6.12.0.122 - stable

    20:17:47 [Client Debug] Creating game window with window mode Fullscreen
    20:17:47 [Client Notification] Graphics Card Vendor: Apple
    20:17:47 [Client Notification] Graphics Card Version: 4.1 Metal - 76.3
    20:17:47 [Client Notification] Graphics Card Renderer: Apple M1 Pro
    20:17:47 [Client Notification] Graphics Card ShadingLanguageVersion: 4.10
    20:17:47 [Client Notification] Cairo Graphics Version: 1.12.14
    20:17:47 [Client Notification] OpenAL Version: 1.1
    20:17:47 [Client Notification] C# Framework: Mono 6.12.0.122 (2020-02/c621c35ffa0 Wed Feb 10 00:51:43 EST 2021)
    20:17:47 [Client Notification] OpenTK Version: 3.3.2 (A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.)
    20:17:47 [Client Fatal] Version: v1.16.0-rc.4 (Unstable)29.12.2021 20:17:47: Critical error occurred
    System.DllNotFoundException: @executable_path/../Lib64/libnanosvg.dylib assembly:<unknown assembly> type:<unknown type> member:(null)
      at (wrapper managed-to-native) NanoSvg.SvgNativeMethods.nsvgCreateRasterizer()
      at Vintagestory.Client.NoObf.SvgLoader..ctor (Vintagestory.API.Client.ICoreClientAPI _capi) [0x0000d] in <8ccf10d2961747509b686f023a142959>:0 
      at _akffUZLUk8OjCDLUooyzwXexKGb..ctor (_I0WD3I4WctxZ3hTRXyebKG0jmBf , Vintagestory.API.Client.ICoreClientAPI ) [0x00030] in <8ccf10d2961747509b686f023a142959>:0 
      at _7EEedMBrjnTACtBPajCcqrDLAfcb..ctor (_I0WD3I4WctxZ3hTRXyebKG0jmBf ) [0x00025] in <8ccf10d2961747509b686f023a142959>:0 
      at _I0WD3I4WctxZ3hTRXyebKG0jmBf._JBR6QkruXskegIJwBDxKd0GbwmH (_lRqUvPQ9bMUaG7sdu7BSpZx9dCl , System.String[] ) [0x00000] in <8ccf10d2961747509b686f023a142959>:0 
      at _quY1LtnDKMMw6SVgU24CS70qLUE._JBR6QkruXskegIJwBDxKd0GbwmH (_lRqUvPQ9bMUaG7sdu7BSpZx9dCl , System.String[] ) [0x003bf] in <c1dd346cef5e442394169331f1c8df1d>:0 
      at _quY1LtnDKMMw6SVgU24CS70qLUE+_2im3qdLKaQYfEGptgiqebtNHezO._wuACTnB1ajbXXl1Lpljn8MUxUQK () [0x00000] in <c1dd346cef5e442394169331f1c8df1d>:0 
      at _7NITwHRdYBX2itWgXsEcfwp9Z0J._JBR6QkruXskegIJwBDxKd0GbwmH (System.Threading.ThreadStart ) [0x00007] in <8ccf10d2961747509b686f023a142959>:0 
    -------------------------------
    Crash written to file at "/Users/prokrastination/.config/VintagestoryData/Logs/client-crash.txt"
    
    20:17:47 [Client Notification] Exiting game now. Server running=False. Exit reason: Game crashed
    Error: --arch=32 Failed to switch to '/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono32'.

    Intel - Mono 6.12.0.163 preview

    20:07:14 [Client Debug] Creating game window with window mode Fullscreen
    20:07:14 [Client Notification] Graphics Card Vendor: ATI Technologies Inc.
    20:07:14 [Client Notification] Graphics Card Version: 4.1 ATI-4.7.101
    20:07:14 [Client Notification] Graphics Card Renderer: AMD Radeon Pro 575 OpenGL Engine
    20:07:14 [Client Notification] Graphics Card ShadingLanguageVersion: 4.10
    20:07:14 [Client Notification] Cairo Graphics Version: 1.12.14
    20:07:14 [Client Notification] OpenAL Version: 1.1
    20:07:14 [Client Notification] C# Framework: Mono 6.12.0.163 (2020-02/b8d7525156a Mon Dec 13 16:04:18 EST 2021)
    20:07:14 [Client Notification] OpenTK Version: 3.3.2 (A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.)
    20:07:14 [Client Fatal] Version: v1.16.0-rc.4 (Unstable)29.12.2021 20:07:14: Critical error occurred
    System.DllNotFoundException: @executable_path/../Lib64/libnanosvg.dylib assembly:<unknown assembly> type:<unknown type> member:(null)
      at (wrapper managed-to-native) NanoSvg.SvgNativeMethods.nsvgCreateRasterizer()
      at Vintagestory.Client.NoObf.SvgLoader..ctor (Vintagestory.API.Client.ICoreClientAPI _capi) [0x0000d] in <8ccf10d2961747509b686f023a142959>:0 
      at _akffUZLUk8OjCDLUooyzwXexKGb..ctor (_I0WD3I4WctxZ3hTRXyebKG0jmBf , Vintagestory.API.Client.ICoreClientAPI ) [0x00030] in <8ccf10d2961747509b686f023a142959>:0 
      at _7EEedMBrjnTACtBPajCcqrDLAfcb..ctor (_I0WD3I4WctxZ3hTRXyebKG0jmBf ) [0x00025] in <8ccf10d2961747509b686f023a142959>:0 
      at _I0WD3I4WctxZ3hTRXyebKG0jmBf._JBR6QkruXskegIJwBDxKd0GbwmH (_lRqUvPQ9bMUaG7sdu7BSpZx9dCl , System.String[] ) [0x00000] in <8ccf10d2961747509b686f023a142959>:0 
      at _quY1LtnDKMMw6SVgU24CS70qLUE._JBR6QkruXskegIJwBDxKd0GbwmH (_lRqUvPQ9bMUaG7sdu7BSpZx9dCl , System.String[] ) [0x003bf] in <c1dd346cef5e442394169331f1c8df1d>:0 
      at _quY1LtnDKMMw6SVgU24CS70qLUE+_2im3qdLKaQYfEGptgiqebtNHezO._wuACTnB1ajbXXl1Lpljn8MUxUQK () [0x00000] in <c1dd346cef5e442394169331f1c8df1d>:0 
      at _7NITwHRdYBX2itWgXsEcfwp9Z0J._JBR6QkruXskegIJwBDxKd0GbwmH (System.Threading.ThreadStart ) [0x00007] in <8ccf10d2961747509b686f023a142959>:0 
    -------------------------------
    Crash written to file at "/Users/prokrastination/.config/VintagestoryData/Logs/client-crash.txt"
    
    20:07:14 [Client Notification] Exiting game now. Server running=False. Exit reason: Game crashed
    Error: --arch=32 Failed to switch to '/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono32'.

     

    vintage_log.txt

  3. interestingly, starting in verbose mode.

    Method void Vintagestory.Client.NoObf.ClientPlatformWindows:LogAndTestHardwareInfos () emitted at 0x11972d460 to 0x11972d904 (code length 1188) [Vintagestory.exe]
    converting method string OpenTK.Graphics.OpenGL.GL:GetString (OpenTK.Graphics.OpenGL.StringName)
    Method string OpenTK.Graphics.OpenGL.GL:GetString (OpenTK.Graphics.OpenGL.StringName) emitted at 0x11972d950 to 0x11972d9db (code length 139) [Vintagestory.exe]
    
    crash ...

    https://github.com/opentk/opentk/issues/1308 / https://github.com/opentk/opentk/pull/1309

    • Like 1
  4. Same here. Monterey 12.1.Tested on Intel mac as well as M1 and M1Pro.
    Tried different mono versions, from stable to latest nightly.

     

    mono_crash log shows a single crashed thread named "tid_103".
    Version = 6.12.0.122 

    {
      "is_managed" : false,
      "offset_free_hash" : "0x2be40eb0",
      "offset_rich_hash" : "0x2be40eb0",
      "crashed" : true,
      "native_thread_id" : "0x2052d8600",
      "thread_info_addr" : "0x7fc15c010200",
      "thread_name" : "tid_103",
      "ctx" : {
        "IP" : "0x0",
        "SP" : "0x30e04b0f8",
        "BP" : "0x30e04b2b0"
     },

     

    Crash log M1 pro.

    -------------------------------------
    Translated Report (Full Report Below)
    -------------------------------------
    
    Process:               mono-sgen64 [18275]
    Path:                  /Library/Frameworks/Mono.framework/Versions/Current/bin/mono
    Identifier:            mono-sgen64
    Version:               ???
    Code Type:             X86-64 (Translated)
    Parent Process:        launchd [1]
    User ID:               501
    
    Date/Time:             2021-12-28 00:13:38.0575 +0100
    OS Version:            macOS 12.1 (21C52)
    Report Version:        12
    Anonymous UUID:        05EA4FFD-48E2-E6BA-3902-F4FFF808B6D5
    
    Sleep/Wake UUID:       C5D35F7C-3021-4991-8C84-DCEC78C072DB
    
    Time Awake Since Boot: 350000 seconds
    Time Since Wake:       9302 seconds
    
    System Integrity Protection: enabled
    
    Crashed Thread:        0  tid_103  Dispatch queue: com.apple.main-thread
    
    Exception Type:        EXC_BAD_ACCESS (SIGABRT)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    Exception Codes:       0x0000000000000001, 0x0000000000000000
    Exception Note:        EXC_CORPSE_NOTIFY
    
    VM Region Info: 0 is not in any region.  Bytes before following region: 4378243072
          REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
          UNUSED SPACE AT START
    --->  
          __TEXT                      104f6b000-10534a000    [ 3964K] r-x/rwx SM=COW  ...n/mono-sgen64
    
    Application Specific Information:
    abort() called
    
    
    Kernel Triage:
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    
    
    Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af0b112 __pthread_kill + 10
    2   libsystem_c.dylib             	    0x7ff80ae8dd10 abort + 123
    3   mono-sgen64                   	       0x105089c2e mono_post_native_crash_handler + 14 (mini-posix.c:1168)
    4   mono-sgen64                   	       0x105021734 mono_handle_native_crash + 468 (mini-exceptions.c:3437)
    5   mono-sgen64                   	       0x105083946 altstack_handle_and_restore + 230 (exceptions-amd64.c:879)
    6   ???                           	               0x0 ???
    7   ???                           	       0x10e14f5a3 ???
    8   mono-sgen64                   	       0x104f7e962 mono_jit_runtime_invoke + 2354 (mini-runtime.c:3191)
    9   mono-sgen64                   	       0x10518df97 do_runtime_invoke + 53 (object.c:3052) [inlined]
    10  mono-sgen64                   	       0x10518df97 mono_runtime_invoke_checked + 135 (object.c:3220)
    11  mono-sgen64                   	       0x10519645e do_exec_main_checked + 94 (object.c:5180)
    12  mono-sgen64                   	       0x104fdee1e mono_jit_exec_internal + 14 (driver.g.c:1391) [inlined]
    13  mono-sgen64                   	       0x104fdee1e mono_jit_exec + 414 (driver.g.c:1336)
    14  mono-sgen64                   	       0x104fe2085 main_thread_handler + 75 (driver.g.c:1473) [inlined]
    15  mono-sgen64                   	       0x104fe2085 mono_main + 9397 (driver.g.c:2769)
    16  mono-sgen64                   	       0x104f6e178 mono_main_with_options + 23 (main.c:54) [inlined]
    17  mono-sgen64                   	       0x104f6e178 main + 2056 (main.c:402)
    18  dyld                          	       0x2056874fe start + 462
    
    Thread 1:: com.apple.rosetta.exceptionserver
    0   runtime                       	    0x7ff7ffda58e4 0x7ff7ffda1000 + 18660
    1   runtime                       	    0x7ff7ffdb2928 0x7ff7ffda1000 + 71976
    2   runtime                       	    0x7ff7ffdb40a4 0x7ff7ffda1000 + 77988
    
    Thread 2:: SGen worker
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af07506 __psynch_cvwait + 10
    2   mono-sgen64                   	       0x10524dc0e mono_os_cond_wait + 19 (mono-os-mutex.h:219) [inlined]
    3   mono-sgen64                   	       0x10524dc0e get_work + 33 (sgen-thread-pool.c:165) [inlined]
    4   mono-sgen64                   	       0x10524dc0e thread_func + 542 (sgen-thread-pool.c:196)
    5   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    6   libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 3:: Finalizer
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af04af6 semaphore_wait_trap + 10
    2   mono-sgen64                   	       0x1051b8dad start_wrapper_internal + 67 (threads.c:1233) [inlined]
    3   mono-sgen64                   	       0x1051b8dad start_wrapper + 813 (threads.c:1308)
    4   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    5   libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 4:
    0   runtime                       	    0x7ff7ffdc3814 0x7ff7ffda1000 + 141332
    
    Thread 5:
    0   runtime                       	    0x7ff7ffdc3814 0x7ff7ffda1000 + 141332
    
    Thread 6:
    0   runtime                       	    0x7ff7ffdc3814 0x7ff7ffda1000 + 141332
    
    Thread 7:: tid_ba07
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af07506 __psynch_cvwait + 10
    2   mono-sgen64                   	       0x10525eed4 mono_os_cond_timedwait + 84 (mono-os-mutex.c:44)
    3   mono-sgen64                   	       0x10526a4ad mono_coop_cond_timedwait + 44 (mono-coop-mutex.h:103) [inlined]
    4   mono-sgen64                   	       0x10526a4ad sleep_interruptable + 122 (mono-threads.c:1640) [inlined]
    5   mono-sgen64                   	       0x10526a4ad mono_thread_info_sleep + 429 (mono-threads.c:1672)
    6   mono-sgen64                   	       0x1050f04f2 monitor_thread + 1058 (threadpool-worker-default.c:728)
    7   mono-sgen64                   	       0x1051b8dad start_wrapper_internal + 67 (threads.c:1233) [inlined]
    8   mono-sgen64                   	       0x1051b8dad start_wrapper + 813 (threads.c:1308)
    9   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    10  libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 8:: Thread Pool Worker
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af0b1ae poll + 10
    2   ???                           	       0x113ebfd9e ???
    3   ???                           	       0x1107d5b08 signals + 40
    4   ???                           	       0x800000007 ???
    
    Thread 9:: Thread Pool Worker
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af04b0e semaphore_timedwait_trap + 10
    2   mono-sgen64                   	       0x1051b8dad start_wrapper_internal + 67 (threads.c:1233) [inlined]
    3   mono-sgen64                   	       0x1051b8dad start_wrapper + 813 (threads.c:1308)
    4   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    5   libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 10:: tid_13e03
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af0b196 __accept + 10
    2   mono-sgen64                   	       0x10519d9bc ves_icall_System_Net_Sockets_Socket_Accept_icall + 28 (w32socket.c:846)
    3   ???                           	       0x1199ed93f ???
    4   ???                           	       0x1199ed48b ???
    5   mscorlib.dll.dylib            	       0x1117110fb System_Threading_ThreadHelper_ThreadStart_Context_object + 171
    6   mscorlib.dll.dylib            	       0x11170e7b3 System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 67
    7   mono-sgen64                   	       0x104f7e962 mono_jit_runtime_invoke + 2354 (mini-runtime.c:3191)
    8   mono-sgen64                   	       0x10518df97 do_runtime_invoke + 53 (object.c:3052) [inlined]
    9   mono-sgen64                   	       0x10518df97 mono_runtime_invoke_checked + 135 (object.c:3220)
    10  mono-sgen64                   	       0x105194840 mono_runtime_delegate_try_invoke + 160 (object.c:4434)
    11  mono-sgen64                   	       0x1051b8ded start_wrapper_internal + 131 (threads.c:1255) [inlined]
    12  mono-sgen64                   	       0x1051b8ded start_wrapper + 877 (threads.c:1308)
    13  libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    14  libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 11:
    0   runtime                       	    0x7ff7ffdc3814 0x7ff7ffda1000 + 141332
    
    Thread 12:: AMCP Logging Spool
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af04af6 semaphore_wait_trap + 10
    2   caulk                         	    0x7ff813dfa08a caulk::concurrent::details::worker_thread::run() + 36
    3   caulk                         	    0x7ff813df9d4e void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 41
    4   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    5   libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    Thread 13:: com.apple.audio.IOThread.client
    0   ???                           	    0x7ff89b4be940 ???
    1   libsystem_kernel.dylib        	    0x7ff80af04aba mach_msg_trap + 10
    2   CoreAudio                     	    0x7ff80caae95b HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111
    3   CoreAudio                     	    0x7ff80c93d0ff HALC_ProxyIOContext::IOWorkLoop() + 3937
    4   CoreAudio                     	    0x7ff80c93bbc1 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 63
    5   CoreAudio                     	    0x7ff80cb0476c HALB_IOThread::Entry(void*) + 72
    6   libsystem_pthread.dylib       	    0x7ff80af414f4 _pthread_start + 125
    7   libsystem_pthread.dylib       	    0x7ff80af3d00f thread_start + 15
    
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007f9bfa808200  rsi: 0x0000000000000003  rbp: 0x3d3d3d3d3d3d3d3d  rsp: 0x000000030e6a3828
       r8: 0x0000000205702600   r9: 0x3d3d3d3d3d3d3d3d  r10: 0x0000000000000000  r11: 0x3d3d3d3d3d3d3d3d
      r12: 0x0000000000000103  r13: 0x00007f9bfb104080  r14: 0x0000000000000006  r15: 0x0000000000000016
      rip: <unavailable>       rfl: 0x0000000000000283
     tmp0: 0xffffffffffffffff tmp1: 0x00007ff89b4be914 tmp2: 0x00007ff80af0b108
    
    
    Binary Images:
                   0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
        0x7ff80af04000 -     0x7ff80af3afff libsystem_kernel.dylib (*) <5aa1e5be-b5b8-3a02-9885-a8c99e0ca378> /usr/lib/system/libsystem_kernel.dylib
        0x7ff80ae0c000 -     0x7ff80ae94fff libsystem_c.dylib (*) <e58814cc-dcb7-35a5-badc-e367ed3ac207> /usr/lib/system/libsystem_c.dylib
           0x104f6b000 -        0x105349fff mono-sgen64 (*) <5bc5b608-4d22-31cb-8a1c-0d38bf237cad> /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64
           0x205682000 -        0x2056edfff dyld (*) <cef5a27a-d50b-3020-af03-1734b19bc8c5> /usr/lib/dyld
        0x7ff7ffda1000 -     0x7ff7ffdd0fff runtime (*) <21c1e0c9-a36e-3e4b-a12b-1bf54ce4403e> /usr/libexec/rosetta/runtime
        0x7ff80af3b000 -     0x7ff80af46fff libsystem_pthread.dylib (*) <6c7561b4-4b92-3f45-921e-abe669299844> /usr/lib/system/libsystem_pthread.dylib
           0x11157d000 -        0x111e4afff mscorlib.dll.dylib (*) <2a332b3b-8628-32cc-bc39-5733b6da1fca> /Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/4.5/mscorlib.dll.dylib
        0x7ff813df8000 -     0x7ff813e1afff com.apple.audio.caulk (1.0) <e76d1ab3-89c2-3a93-990b-30827fcf89b0> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
        0x7ff80c786000 -     0x7ff80ceadfff com.apple.audio.CoreAudio (5.0) <33f55d9c-eaef-3fbd-add5-ed3e54925762> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    
    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: 0
        thread_create: 0
        thread_set_state: 0
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)
    Writable regions: Total=1.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.4G(100%)
    
                                    VIRTUAL   REGION 
    REGION TYPE                        SIZE    COUNT (non-coalesced) 
    ===========                     =======  ======= 
    Accelerate framework               128K        1 
    Activity Tracing                   256K        1 
    CG backing stores                 3520K        4 
    ColorSync                          220K       24 
    CoreAnimation                        4K        1 
    CoreGraphics                         4K        1 
    CoreUI image data                  332K        2 
    Foundation                          16K        1 
    Kernel Alloc Once                    8K        1 
    MALLOC                           257.2M       44 
    MALLOC guard page                  192K        8 
    MALLOC_MEDIUM (reserved)         600.0M        5         reserved VM address space (unallocated)
    MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
    Rosetta Arena                     4096K        2 
    Rosetta Generic                   5936K     1481 
    Rosetta IndirectBranch            1024K        1 
    Rosetta JIT                      128.0M        1 
    Rosetta Return Stack               260K       26 
    Rosetta Thread Context             260K       26 
    STACK GUARD                         16K        4 
    Stack                             21.5M       18 
    Stack Guard                       56.2M       14 
    VM_ALLOCATE                       47.1M      147 
    VM_ALLOCATE (reserved)             224K       12         reserved VM address space (unallocated)
    __DATA                            28.5M      503 
    __DATA_CONST                      28.7M      322 
    __DATA_DIRTY                      1580K      204 
    __FONT_DATA                          4K        1 
    __GLSLBUILTINS                    5176K        1 
    __LINKEDIT                       706.1M       24 
    __OBJC_RO                         81.8M        1 
    __OBJC_RW                         3136K        2 
    __TEXT                           498.7M      519 
    __UNICODE                          588K        1 
    dyld private memory               1024K        1 
    mapped file                        4.8G      704 
    shared memory                      820K       16 
    unshared pmap                     8592K        5 
    ===========                     =======  ======= 
    TOTAL                              7.6G     4130 
    TOTAL, minus reserved VM space     6.7G     4130 
    


     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.