Page 1 of 2

Zandronum 3.0-alpha-161030-2038

Posted: Sun Oct 30, 2016 9:04 pm
by Torr Samaho
This beta contains numerous fixes for 3.0 regressions, some ZDoom fix backports and changes to improve voting. It also puts an end to duplicate player names.

As usual, happy testing!

Here is the full Mercurial changelog:

Code: Select all

changeset:   9699:b89e5f01438c
user:        Teemu Piippo <teemu@compsta2.com>
Fixed: color codes in bot names did not show up properly in bot setup in skirmish menu, fixes 2807.

changeset:   9700:7e43a0725ec1
user:        Braden Obrzut <admin@maniacsvault.net>
Remove use of C-style "typedef struct {} name;" idiom in client/server code since it causes some quirks with old compilers if used with C++ features.

changeset:   9701:3362a7bf272c
user:        Torr Samaho
converted NETWORK_InitBuffer to a member function of NETBUFFER_s

changeset:   9702:731b51347a96
user:        Torr Samaho
converted NETWORK_FreeBuffer to a member function of NETBUFFER_s

changeset:   9703:fdeebc780d2e
user:        Torr Samaho
converted NETWORK_ClearBuffer to a member function of NETBUFFER_s

changeset:   9704:9e8e323784d8
user:        Torr Samaho
converted NETWORK_CalcBufferSize to a member function of NETBUFFER_s

changeset:   9705:469b33659e06
user:        Torr Samaho
implemented the default constructor and the copy constructor of NETBUFFER_s

changeset:   9706:19faa6194b62
user:        Torr Samaho
PacketArchive::FindPacket should now be O(1) instead of O(N).

changeset:   9707:86c5b5817ade
user:        Torr Samaho
removed unnecessary code

changeset:   9708:060a325dbf00
user:        Torr Samaho
moved some code to the new function NETBUFFER_s::WriteTo

changeset:   9710:d6321c75ff28
parent:      9688:9a9a4e3a16a4
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: joining spectators could cause spawn telefrags more often than they were intended (fixes 1634).

changeset:   9711:3114b070fe24
parent:      9708:060a325dbf00
parent:      9710:d6321c75ff28
user:        Torr Samaho
Merged with stable repository.

changeset:   9712:e3854399672d
user:        Teemu Piippo <teemu@hecknology.net>
Menu ignore needs to ignore by idx or players with the same name are not handled properly, fixes 2829.

changeset:   9713:8f2625ffa856
user:        Randy Heit <rheit@users.noreply.github.com>
Use new IT filter instead of old
- The old SSE filter sounds fine with VC 2005, but produces occasional
  garbage with VC 2013.

changeset:   9714:9b067c3e91f1
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: A_Respawn wasn't handled correctly online (fixes 2287).

changeset:   9715:e4432ed4039a
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: respawned things with A_Respawn faced always east (fixes 2811).

changeset:   9716:d5f22a804e34
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: clients couldn't hear the player's jumping sound if present (fixes 2826).

changeset:   9717:ea57773317fe
user:        Torr Samaho
Fixed: demo_skiptonextmap caused errors in the log.

changeset:   9718:31095653775d
user:        Torr Samaho
Fixed: The server command SetPlayerPendingWeapon could crash the client.

changeset:   9719:0c331ba1c070
user:        Torr Samaho
removed obsolete function declarations

changeset:   9720:dd165ac5fc29
user:        Randy Heit <rheit@users.noreply.github.com>
Remove warnings warned by Clang

changeset:   9721:3c4d92e8447c
user:        Torr Samaho
Changed the argument of ACS_IsScriptClientSide from ULONG to int. Named scripts have negative indices.

changeset:   9722:3b824494583e
user:        Torr Samaho
Fixed: When the server used ACS_ExecuteWithResult to start a CLIENTSIDE scripts, the clients were told the wrong arguments (addresses 2670).
Note: Currently, ACS_ExecuteWithResult only supports three arguments on CLIENTSIDE scripts.

changeset:   9723:1c659ad5856e
user:        Torr Samaho
added new debug CCMD dumpnetclassids

changeset:   9724:5af2dac3c089
user:        Ru5tK1ng
sv_limitnumvotes changed to sv_votecooldown which determines all voting times and limits (addresses 1869)

changeset:   9725:ec9caeacfe72
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the client could be unable to pass through CustomInventory Pickup state chains if it calls ACS. If the client reaches state chain calls, it has already succeeded on the server, so the client can consider everything to succeed.

changeset:   9726:a448112dfc4a
user:        Torr Samaho
Fixed: A_Mushroom did not work properly online.

changeset:   9727:506c78a6777f
user:        Torr Samaho
Fixed: The server didn't instruct clients to spawn missiles from A_CustomMissile if they exploded on spawn.

changeset:   9728:52a4084b844b
user:        Torr Samaho
renamed shouldActorNotBeSpawned to NETWORK_ShouldActorNotBeSpawned and made it available outside of thingdef_codeptr.cpp

changeset:   9729:120d544d7547
user:        Torr Samaho
Fixed: AFastProjectile ignored the CLIENTSIDEONLY flag of its MissileType. [Torr Samaho]

changeset:   9730:98f77a192a4d
user:        Torr Samaho
Fixed: A_SpawnDebris did not work properly online and ignored the CLIENTSIDEONLY flag.

changeset:   9731:d474ec3b01d1
user:        Torr Samaho
added new debug-only CVAR sv_showspawnnames

changeset:   9732:861c0ca35e0f
user:        Torr Samaho
the CVAR cl_showcommands is now available in testing builds

changeset:   9733:ce3a9ebbd5a4
user:        Torr Samaho
Fixed: client_GiveInventory printed unnecessary warnings.

changeset:   9734:f56797d3cb5f
user:        Torr Samaho
CLIENT_SpawnThing now can warn when spawning fails.

changeset:   9735:686390248771
user:        Torr Samaho
Fixed: Voodoo dolls could cause unnecessary network traffic.

changeset:   9736:05ae00a8844c
user:        Torr Samaho
Fixed: RandomSpawner caused unnecessary network traffic during a map reset.

changeset:   9737:bdb04f117459
user:        Torr Samaho
Fixed: Indefinitely hidden non-inventory actors caused unnecessary network traffic during a map reset.

changeset:   9738:0b3677ce92b1
user:        Torr Samaho
Fixed: Clients were informed about RandomSpawners, even though they only needed to know about the outcome of the spawner, which wasted network traffic.

changeset:   9739:c98f0f1e6364
user:        Torr Samaho
Fixed: The server could instruct the client to spawn puffs without a netID even if the puff didn't have the NONETID flag.

changeset:   9740:f206056d1cd8
user:        Torr Samaho
This server now prevents players to use a name already used by another player. If a player requests a duplicate name, the player is renamed to 'Player N' where N is a random number from 0 to 9999 (addresses 144).

changeset:   9741:c85e975d1b00
user:        Ru5tK1ng
Make newly connected clients wait before calling a vote (addresses 2802)

changeset:   9742:8d67c9ba763c
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: Clients with high bandwidth weren't informed about the item dropping physics online (fixes 2522).

changeset:   9743:eea1e114417a
user:        Torr Samaho
Added CCMD demo_pause that allows to pause/resume the currently played client side demo. In free spectate mode, the spectator can still move around while the demo is paused.

changeset:   9744:e90b1f1dd0c3
user:        Torr Samaho
demo_skiptics now can be used while a demo is paused, which allows to go through a demo tic by tic

changeset:   9745:74ef87ea349c
user:        Torr Samaho
Fixed: Pausing and resuming a demo recorded from a non-spectaror perspective put the demo in a 'connection interrupted' state.

changeset:   9746:26dc34682512
user:        Edoardo Prezioso <edo88@email.it>
- Fixed double message "compatflags2 changed to: 0" by the server (fixes 2858).

changeset:   9747:42f69ce97671
user:        Teemu Piippo <teemu@hecknology.net>
Added back the "blood brightness" slider setting which went missing after the menudef rewrite, fixes 2856

changeset:   9748:fdb1156499b6
user:        Edoardo Prezioso <edo88@email.it>
- Fixed wrong 'unix' macro usage.
This fixes the following regressions for Linux users:
- the GeoIP database couldn't be loaded from the system 'share' folder anymore;
- the text paste in the chat with the middle mouse button didn't work anymore.

changeset:   9749:b815d9b407e4
user:        Edoardo Prezioso <edo88@email.it>
- Fixed wrong arguments order in CLIENT_SpawnThing warning message.

changeset:   9750:61a8c6efc099
user:        Edoardo Prezioso <edo88@email.it>
- Fixed 'Smooth mouse movement' menu option not working anymore (fixes 2861).

changeset:   9751:0579047ebc77
user:        Ru5tK1ng
When sv_nocallvote is 2, only consider votes of players joined in the game (addresses 2590).

changeset:   9752:e64c57e9e717
user:        Torr Samaho
added new function SERVER_PrintWarning

changeset:   9753:25e465973ad9
user:        Torr Samaho
cl_showspawnnames now also shows player bodies spawned by SVC_SPAWNPLAYER

changeset:   9754:acffcce59f6d
user:        Torr Samaho
added a server warning to IDList::useID

changeset:   9755:72a5c397a4e6
user:        Edoardo Prezioso <edo88@email.it>
- Fixed bad merge of ZDoom commit which happened in changeset 4bfb32531fb4 (fixes 2867).

changeset:   9756:c730195f3e4e
user:        Torr Samaho
Fixed: The client ignored the value of the CVAR telezoom online (fixes 2868).

changeset:   9757:b9691cf34caf
user:        Torr Samaho
Fixed: Opening the text scaling menu resets the text scaling settings (fixes 2869).

changeset:   9758:0a656cd69d62
user:        Torr Samaho
Fixed: userinfo_t::SwitchOnPickupChanged clamped switchonpickup to [0,2] instead of [0,3] (potentially addresses 2865).

changeset:   9759:e048e5185059
user:        Torr Samaho
GCC adjustment

changeset:   9760:0b33cad1900b
user:        Torr Samaho
fixed a GCC warning

changeset:   9761:e5d074b4020b
user:        Torr Samaho
Fixed: Returning to a map in a hub could crash the clients online (fixes 2071, 2380 and partially fixes 2552).

changeset:   9762:719b666e73b6
user:        Torr Samaho
The "JOIN GAME", "JOIN TEAM" and "PLAYER CLASS SELECTION" menus now look more like they did in 2.1.2 (addresses 2879).

changeset:   9763:2fd28b195dbf
user:        Edoardo Prezioso <edo88@email.it>
- Fixed missing some Zandronum-specific Gameplay options from the old menu (fixes 2887).

changeset:   9764:791c9c831e97
user:        Edoardo Prezioso <edo88@email.it>
- Fixed some missing Zandronum-specific Compatibility options from the old menu (fixes 2887).

changeset:   9765:5f1c85309df4
user:        Edoardo Prezioso <edo88@email.it>
- Remove redundant 'Scale text in high res' option from 'Messages' submenu (fixes 2874).

changeset:   9766:c5fde6d1b368
user:        Torr Samaho
Fixed: Using "+deathmatch 1" as command line argument didn't work under some circumstances (fixes 2885).

changeset:   9767:c515f9b44344
user:        Ru5tK1ng
Votes were not being removed or cancelled when a player disconnected (addresses 2838).

changeset:   9768:3df2c26d6a0a
user:        Torr Samaho
Fixed: If one of the duelers left a duel online by disconnecting, the next player in line was not put into the game (fixes 2877).

changeset:   9769:dda63e874f61
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the server-to-client protocol couldn't represent the values [-127 .. -1] properly, fixes 2888.

changeset:   9770:1ff8b19eeaed
user:        Edoardo Prezioso <edo88@email.it>
- Reworked HUD messages clearing during map resets fix because it caused regressions (fixes 2884).

changeset:   9771:2e635dceb3ce
user:        Edoardo Prezioso <edo88@email.it>
- Fixed offline program attempting to disconnect when 'connect' CCMD is executed (fixes 2892).

changeset:   9772:7b9f0f461726
user:        Edoardo Prezioso <edo88@email.it>
- Fixed joining into temporary team spawns from the menu not working anymore (fixes 2886).

changeset:   9773:fdbcd825c079
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the "position in line: x" message no longer worked while coop spying someone after the join queue rework (fixes 2899)

changeset:   9774:ad085c65862c
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the client could cause players to join the game on its end by altering sv_maxplayers, causing intense desyncing.

changeset:   9775:0442ec91a609
user:        Edoardo Prezioso <edo88@email.it>
- Fixed the inconsistent/missing number of allies and/or opponents left when the displayed player dies/spectates in gamemodes with dead spectators (fixes 2391 and 2394).

changeset:   9776:4132432f64cd
user:        Torr Samaho
Fixed a voodoo doll related crash of the server (fixes 2904).

changeset:   9777:8a30e291cb4c
user:        Ru5tK1ng
SMF_Look was not working in teamgames (Fixes 2864).

changeset:   9778:e3abb521b261
user:        Christoph Oelckers <c.oelckers@zdoom.fake>
- fixed: The TabCommands array needs to be cleared before the NameManager is destroyed.
TabCommands use an FName to store the command's name so once the NameManager is destroyed its data will become invalid.
This is a problem because C_RemoveTabCommand is being called from FBaseCVar's destructor and most CVARs are global variables.

changeset:   9779:6909c9590032
user:        Christoph Oelckers <c.oelckers@zdoom.fake>
- do not even allow creation of names in C_RemoveTabCommands if there are no tab commands, so that FindName cannot be called after the NameManager has been destroyed.

changeset:   9780:845c5babedc1
user:        Christoph Oelckers <coelckers@zdoom.fake>
- fixed: The demo buffer was allocated with conflicting methods, because M_ReadFile used new whereas the rest of the demo code assumed malloc. Added a new M_ReadFileMalloc function to handle this case without rewriting other things.

changeset:   9781:a7fde8440b08
user:        Braden Obrzut <admin@maniacsvault.net>
- Fixed: Demo playback on Windows XP since we don't patch fstat for v140_xp bug.

changeset:   9782:7447b834b3d6
user:        Marisa Heit <rheit@users.noreply.github.com>
Fixed: Possible invalid processing for Crash states that immediately destroy the actor
- Setting an actor's Crash state has the potential to destroy the actor if
  the Crash state has one or more 0-tic states that end with Stop. This
  was not taken into account when the object's Z velocity was 0, but it
  was under the floor anyway.

changeset:   9783:cbc5f2346535
user:        Torr Samaho
M_DoesFileExist now uses stat instead of fstat for Windows XP compatibility.

changeset:   9784:666d1e3198fb
tag:         tip
user:        Torr Samaho
Keys can now be used while a client side demo is played. This allows binds to CCMDs like demo_pause to be used during playback.
Download

Re: Zandronum 3.0-alpha-161030-2038

Posted: Sun Oct 30, 2016 9:20 pm
by Combinebobnt
cool i can test

Re: Zandronum 3.0-alpha-161030-2038

Posted: Sun Oct 30, 2016 10:05 pm
by Ænima
demo pausing yay

Re: Zandronum 3.0-alpha-161030-2038

Posted: Mon Oct 31, 2016 3:18 am
by Cutman
Nice. MM8BDM dev are all running this version now and so far so good (homing works in ctf now... I'm scared.) :razz:

Re: Zandronum 3.0-alpha-161030-2038

Posted: Mon Oct 31, 2016 4:22 am
by doomjoshuaboy
just tested with my vps and it working now thanks for releasing it.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Tue Nov 01, 2016 2:25 pm
by Sallan
Working fine, but the title screen dont appear.

Image

Re: Zandronum 3.0-alpha-161030-2038

Posted: Tue Nov 01, 2016 6:18 pm
by Edward-san
Works fine for me. Are you running with opengl enabled?

Re: Zandronum 3.0-alpha-161030-2038

Posted: Tue Nov 01, 2016 9:39 pm
by Sallan
Edward-san wrote:Works fine for me. Are you running with opengl enabled?
It's on.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Wed Nov 02, 2016 3:42 pm
by Edward-san
Can you check GZDoom 1.8.6 from here? What's your graphics card?

Re: Zandronum 3.0-alpha-161030-2038

Posted: Thu Nov 03, 2016 12:37 am
by Sallan
Edward-san wrote:Can you check GZDoom 1.8.6 from here? What's your graphics card?
Intel HD Graphics (GT1 Probably), 768 mb, OpenGL 4.3

GZDoom 1.8.6 have same problem.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Thu Nov 03, 2016 6:49 pm
by Edward-san
Sallan wrote:GZDoom 1.8.6 have same problem.
I see, then can you check if GZDoom 2.2.0 has the same problem?

Re: Zandronum 3.0-alpha-161030-2038

Posted: Thu Nov 03, 2016 7:35 pm
by FascistCat
Torr Samaho wrote:This beta contains numerous fixes for 3.0 regressions, some ZDoom fix backports and changes to improve voting. It also puts an end to duplicate player names.

As usual, happy testing!

Here is the full Mercurial changelog:

Code: Select all

changeset:   9699:b89e5f01438c
user:        Teemu Piippo <teemu@compsta2.com>
Fixed: color codes in bot names did not show up properly in bot setup in skirmish menu, fixes 2807.

changeset:   9700:7e43a0725ec1
user:        Braden Obrzut <admin@maniacsvault.net>
Remove use of C-style "typedef struct {} name;" idiom in client/server code since it causes some quirks with old compilers if used with C++ features.

changeset:   9701:3362a7bf272c
user:        Torr Samaho
converted NETWORK_InitBuffer to a member function of NETBUFFER_s

changeset:   9702:731b51347a96
user:        Torr Samaho
converted NETWORK_FreeBuffer to a member function of NETBUFFER_s

changeset:   9703:fdeebc780d2e
user:        Torr Samaho
converted NETWORK_ClearBuffer to a member function of NETBUFFER_s

changeset:   9704:9e8e323784d8
user:        Torr Samaho
converted NETWORK_CalcBufferSize to a member function of NETBUFFER_s

changeset:   9705:469b33659e06
user:        Torr Samaho
implemented the default constructor and the copy constructor of NETBUFFER_s

changeset:   9706:19faa6194b62
user:        Torr Samaho
PacketArchive::FindPacket should now be O(1) instead of O(N).

changeset:   9707:86c5b5817ade
user:        Torr Samaho
removed unnecessary code

changeset:   9708:060a325dbf00
user:        Torr Samaho
moved some code to the new function NETBUFFER_s::WriteTo

changeset:   9710:d6321c75ff28
parent:      9688:9a9a4e3a16a4
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: joining spectators could cause spawn telefrags more often than they were intended (fixes 1634).

changeset:   9711:3114b070fe24
parent:      9708:060a325dbf00
parent:      9710:d6321c75ff28
user:        Torr Samaho
Merged with stable repository.

changeset:   9712:e3854399672d
user:        Teemu Piippo <teemu@hecknology.net>
Menu ignore needs to ignore by idx or players with the same name are not handled properly, fixes 2829.

changeset:   9713:8f2625ffa856
user:        Randy Heit <rheit@users.noreply.github.com>
Use new IT filter instead of old
- The old SSE filter sounds fine with VC 2005, but produces occasional
  garbage with VC 2013.

changeset:   9714:9b067c3e91f1
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: A_Respawn wasn't handled correctly online (fixes 2287).

changeset:   9715:e4432ed4039a
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: respawned things with A_Respawn faced always east (fixes 2811).

changeset:   9716:d5f22a804e34
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: clients couldn't hear the player's jumping sound if present (fixes 2826).

changeset:   9717:ea57773317fe
user:        Torr Samaho
Fixed: demo_skiptonextmap caused errors in the log.

changeset:   9718:31095653775d
user:        Torr Samaho
Fixed: The server command SetPlayerPendingWeapon could crash the client.

changeset:   9719:0c331ba1c070
user:        Torr Samaho
removed obsolete function declarations

changeset:   9720:dd165ac5fc29
user:        Randy Heit <rheit@users.noreply.github.com>
Remove warnings warned by Clang

changeset:   9721:3c4d92e8447c
user:        Torr Samaho
Changed the argument of ACS_IsScriptClientSide from ULONG to int. Named scripts have negative indices.

changeset:   9722:3b824494583e
user:        Torr Samaho
Fixed: When the server used ACS_ExecuteWithResult to start a CLIENTSIDE scripts, the clients were told the wrong arguments (addresses 2670).
Note: Currently, ACS_ExecuteWithResult only supports three arguments on CLIENTSIDE scripts.

changeset:   9723:1c659ad5856e
user:        Torr Samaho
added new debug CCMD dumpnetclassids

changeset:   9724:5af2dac3c089
user:        Ru5tK1ng
sv_limitnumvotes changed to sv_votecooldown which determines all voting times and limits (addresses 1869)

changeset:   9725:ec9caeacfe72
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the client could be unable to pass through CustomInventory Pickup state chains if it calls ACS. If the client reaches state chain calls, it has already succeeded on the server, so the client can consider everything to succeed.

changeset:   9726:a448112dfc4a
user:        Torr Samaho
Fixed: A_Mushroom did not work properly online.

changeset:   9727:506c78a6777f
user:        Torr Samaho
Fixed: The server didn't instruct clients to spawn missiles from A_CustomMissile if they exploded on spawn.

changeset:   9728:52a4084b844b
user:        Torr Samaho
renamed shouldActorNotBeSpawned to NETWORK_ShouldActorNotBeSpawned and made it available outside of thingdef_codeptr.cpp

changeset:   9729:120d544d7547
user:        Torr Samaho
Fixed: AFastProjectile ignored the CLIENTSIDEONLY flag of its MissileType. [Torr Samaho]

changeset:   9730:98f77a192a4d
user:        Torr Samaho
Fixed: A_SpawnDebris did not work properly online and ignored the CLIENTSIDEONLY flag.

changeset:   9731:d474ec3b01d1
user:        Torr Samaho
added new debug-only CVAR sv_showspawnnames

changeset:   9732:861c0ca35e0f
user:        Torr Samaho
the CVAR cl_showcommands is now available in testing builds

changeset:   9733:ce3a9ebbd5a4
user:        Torr Samaho
Fixed: client_GiveInventory printed unnecessary warnings.

changeset:   9734:f56797d3cb5f
user:        Torr Samaho
CLIENT_SpawnThing now can warn when spawning fails.

changeset:   9735:686390248771
user:        Torr Samaho
Fixed: Voodoo dolls could cause unnecessary network traffic.

changeset:   9736:05ae00a8844c
user:        Torr Samaho
Fixed: RandomSpawner caused unnecessary network traffic during a map reset.

changeset:   9737:bdb04f117459
user:        Torr Samaho
Fixed: Indefinitely hidden non-inventory actors caused unnecessary network traffic during a map reset.

changeset:   9738:0b3677ce92b1
user:        Torr Samaho
Fixed: Clients were informed about RandomSpawners, even though they only needed to know about the outcome of the spawner, which wasted network traffic.

changeset:   9739:c98f0f1e6364
user:        Torr Samaho
Fixed: The server could instruct the client to spawn puffs without a netID even if the puff didn't have the NONETID flag.

changeset:   9740:f206056d1cd8
user:        Torr Samaho
This server now prevents players to use a name already used by another player. If a player requests a duplicate name, the player is renamed to 'Player N' where N is a random number from 0 to 9999 (addresses 144).

changeset:   9741:c85e975d1b00
user:        Ru5tK1ng
Make newly connected clients wait before calling a vote (addresses 2802)

changeset:   9742:8d67c9ba763c
user:        Edoardo Prezioso <edo88@email.it>
- Fixed: Clients with high bandwidth weren't informed about the item dropping physics online (fixes 2522).

changeset:   9743:eea1e114417a
user:        Torr Samaho
Added CCMD demo_pause that allows to pause/resume the currently played client side demo. In free spectate mode, the spectator can still move around while the demo is paused.

changeset:   9744:e90b1f1dd0c3
user:        Torr Samaho
demo_skiptics now can be used while a demo is paused, which allows to go through a demo tic by tic

changeset:   9745:74ef87ea349c
user:        Torr Samaho
Fixed: Pausing and resuming a demo recorded from a non-spectaror perspective put the demo in a 'connection interrupted' state.

changeset:   9746:26dc34682512
user:        Edoardo Prezioso <edo88@email.it>
- Fixed double message "compatflags2 changed to: 0" by the server (fixes 2858).

changeset:   9747:42f69ce97671
user:        Teemu Piippo <teemu@hecknology.net>
Added back the "blood brightness" slider setting which went missing after the menudef rewrite, fixes 2856

changeset:   9748:fdb1156499b6
user:        Edoardo Prezioso <edo88@email.it>
- Fixed wrong 'unix' macro usage.
This fixes the following regressions for Linux users:
- the GeoIP database couldn't be loaded from the system 'share' folder anymore;
- the text paste in the chat with the middle mouse button didn't work anymore.

changeset:   9749:b815d9b407e4
user:        Edoardo Prezioso <edo88@email.it>
- Fixed wrong arguments order in CLIENT_SpawnThing warning message.

changeset:   9750:61a8c6efc099
user:        Edoardo Prezioso <edo88@email.it>
- Fixed 'Smooth mouse movement' menu option not working anymore (fixes 2861).

changeset:   9751:0579047ebc77
user:        Ru5tK1ng
When sv_nocallvote is 2, only consider votes of players joined in the game (addresses 2590).

changeset:   9752:e64c57e9e717
user:        Torr Samaho
added new function SERVER_PrintWarning

changeset:   9753:25e465973ad9
user:        Torr Samaho
cl_showspawnnames now also shows player bodies spawned by SVC_SPAWNPLAYER

changeset:   9754:acffcce59f6d
user:        Torr Samaho
added a server warning to IDList::useID

changeset:   9755:72a5c397a4e6
user:        Edoardo Prezioso <edo88@email.it>
- Fixed bad merge of ZDoom commit which happened in changeset 4bfb32531fb4 (fixes 2867).

changeset:   9756:c730195f3e4e
user:        Torr Samaho
Fixed: The client ignored the value of the CVAR telezoom online (fixes 2868).

changeset:   9757:b9691cf34caf
user:        Torr Samaho
Fixed: Opening the text scaling menu resets the text scaling settings (fixes 2869).

changeset:   9758:0a656cd69d62
user:        Torr Samaho
Fixed: userinfo_t::SwitchOnPickupChanged clamped switchonpickup to [0,2] instead of [0,3] (potentially addresses 2865).

changeset:   9759:e048e5185059
user:        Torr Samaho
GCC adjustment

changeset:   9760:0b33cad1900b
user:        Torr Samaho
fixed a GCC warning

changeset:   9761:e5d074b4020b
user:        Torr Samaho
Fixed: Returning to a map in a hub could crash the clients online (fixes 2071, 2380 and partially fixes 2552).

changeset:   9762:719b666e73b6
user:        Torr Samaho
The "JOIN GAME", "JOIN TEAM" and "PLAYER CLASS SELECTION" menus now look more like they did in 2.1.2 (addresses 2879).

changeset:   9763:2fd28b195dbf
user:        Edoardo Prezioso <edo88@email.it>
- Fixed missing some Zandronum-specific Gameplay options from the old menu (fixes 2887).

changeset:   9764:791c9c831e97
user:        Edoardo Prezioso <edo88@email.it>
- Fixed some missing Zandronum-specific Compatibility options from the old menu (fixes 2887).

changeset:   9765:5f1c85309df4
user:        Edoardo Prezioso <edo88@email.it>
- Remove redundant 'Scale text in high res' option from 'Messages' submenu (fixes 2874).

changeset:   9766:c5fde6d1b368
user:        Torr Samaho
Fixed: Using "+deathmatch 1" as command line argument didn't work under some circumstances (fixes 2885).

changeset:   9767:c515f9b44344
user:        Ru5tK1ng
Votes were not being removed or cancelled when a player disconnected (addresses 2838).

changeset:   9768:3df2c26d6a0a
user:        Torr Samaho
Fixed: If one of the duelers left a duel online by disconnecting, the next player in line was not put into the game (fixes 2877).

changeset:   9769:dda63e874f61
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the server-to-client protocol couldn't represent the values [-127 .. -1] properly, fixes 2888.

changeset:   9770:1ff8b19eeaed
user:        Edoardo Prezioso <edo88@email.it>
- Reworked HUD messages clearing during map resets fix because it caused regressions (fixes 2884).

changeset:   9771:2e635dceb3ce
user:        Edoardo Prezioso <edo88@email.it>
- Fixed offline program attempting to disconnect when 'connect' CCMD is executed (fixes 2892).

changeset:   9772:7b9f0f461726
user:        Edoardo Prezioso <edo88@email.it>
- Fixed joining into temporary team spawns from the menu not working anymore (fixes 2886).

changeset:   9773:fdbcd825c079
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the "position in line: x" message no longer worked while coop spying someone after the join queue rework (fixes 2899)

changeset:   9774:ad085c65862c
user:        Teemu Piippo <teemu@hecknology.net>
Fixed: the client could cause players to join the game on its end by altering sv_maxplayers, causing intense desyncing.

changeset:   9775:0442ec91a609
user:        Edoardo Prezioso <edo88@email.it>
- Fixed the inconsistent/missing number of allies and/or opponents left when the displayed player dies/spectates in gamemodes with dead spectators (fixes 2391 and 2394).

changeset:   9776:4132432f64cd
user:        Torr Samaho
Fixed a voodoo doll related crash of the server (fixes 2904).

changeset:   9777:8a30e291cb4c
user:        Ru5tK1ng
SMF_Look was not working in teamgames (Fixes 2864).

changeset:   9778:e3abb521b261
user:        Christoph Oelckers <c.oelckers@zdoom.fake>
- fixed: The TabCommands array needs to be cleared before the NameManager is destroyed.
TabCommands use an FName to store the command's name so once the NameManager is destroyed its data will become invalid.
This is a problem because C_RemoveTabCommand is being called from FBaseCVar's destructor and most CVARs are global variables.

changeset:   9779:6909c9590032
user:        Christoph Oelckers <c.oelckers@zdoom.fake>
- do not even allow creation of names in C_RemoveTabCommands if there are no tab commands, so that FindName cannot be called after the NameManager has been destroyed.

changeset:   9780:845c5babedc1
user:        Christoph Oelckers <coelckers@zdoom.fake>
- fixed: The demo buffer was allocated with conflicting methods, because M_ReadFile used new whereas the rest of the demo code assumed malloc. Added a new M_ReadFileMalloc function to handle this case without rewriting other things.

changeset:   9781:a7fde8440b08
user:        Braden Obrzut <admin@maniacsvault.net>
- Fixed: Demo playback on Windows XP since we don't patch fstat for v140_xp bug.

changeset:   9782:7447b834b3d6
user:        Marisa Heit <rheit@users.noreply.github.com>
Fixed: Possible invalid processing for Crash states that immediately destroy the actor
- Setting an actor's Crash state has the potential to destroy the actor if
  the Crash state has one or more 0-tic states that end with Stop. This
  was not taken into account when the object's Z velocity was 0, but it
  was under the floor anyway.

changeset:   9783:cbc5f2346535
user:        Torr Samaho
M_DoesFileExist now uses stat instead of fstat for Windows XP compatibility.

changeset:   9784:666d1e3198fb
tag:         tip
user:        Torr Samaho
Keys can now be used while a client side demo is played. This allows binds to CCMDs like demo_pause to be used during playback.
Download
Great job as always, guys! Thanks!

Re: Zandronum 3.0-alpha-161030-2038

Posted: Fri Nov 04, 2016 3:24 pm
by ibm5155
Edward-san wrote:
Sallan wrote:GZDoom 1.8.6 have same problem.
I see, then can you check if GZDoom 2.2.0 has the same problem?
That's an old bug that only happens with the intel gpus, if I remember it was fixed in the latest builds (+ with driver updates) gzdoom bug report about this case
EDIT: yeah, the fix is inside the 2.2.0

EDIT2: Do you guys plan to use Qzdoom as a base port instead of Gzdoom on the future? I ask this because Qzdoom has the latest zdoom code with both software and opengl renders (plus an extra true color software render)

Re: Zandronum 3.0-alpha-161030-2038

Posted: Fri Nov 04, 2016 9:41 pm
by Edward-san
ibm5155 wrote: That's an old bug that only happens with the intel gpus, if I remember it was fixed in the latest builds (+ with driver updates) gzdoom bug report about this case
EDIT: yeah, the fix is inside the 2.2.0
I'm not convinced that's related to this, because the fix involves FGLRenderBuffers, which was added quite a bit later.

At this point, I think Sallan should check all the GZDoom release builds after 1.8.6 and before 2.2 and report, if present, which build fixes the issue.
ibm5155 wrote: EDIT2: Do you guys plan to use Qzdoom as a base port instead of Gzdoom on the future? I ask this because Qzdoom has the latest zdoom code with both software and opengl renders (plus an extra true color software render)
Here's my take: 'Wait For Zandronum 3.0 Release' and we'll see.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Fri Nov 04, 2016 11:19 pm
by Sallan
Edward-san wrote:
ibm5155 wrote: That's an old bug that only happens with the intel gpus, if I remember it was fixed in the latest builds (+ with driver updates) gzdoom bug report about this case
EDIT: yeah, the fix is inside the 2.2.0
I'm not convinced that's related to this, because the fix involves FGLRenderBuffers, which was added quite a bit later.

At this point, I think Sallan should check all the GZDoom release builds after 1.8.6 and before 2.2 and report, if present, which build fixes the issue.
ibm5155 wrote: EDIT2: Do you guys plan to use Qzdoom as a base port instead of Gzdoom on the future? I ask this because Qzdoom has the latest zdoom code with both software and opengl renders (plus an extra true color software render)
Here's my take: 'Wait For Zandronum 3.0 Release' and we'll see.
Sorry for the long time to test (because of very dumb reasons...), the title screen appear correctly.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Sat Nov 05, 2016 7:48 am
by Edward-san
It seems you missed to check which version works. Can you try with the builds here from 1.8.07 to 2.1.1 and report back?

Re: Zandronum 3.0-alpha-161030-2038

Posted: Sun Nov 06, 2016 4:49 pm
by Torr Samaho
ibm5155 wrote:EDIT2: Do you guys plan to use Qzdoom as a base port instead of Gzdoom on the future? I ask this because Qzdoom has the latest zdoom code with both software and opengl renders (plus an extra true color software render)
So far I have no plans on replacing GZDoom with QZDoom as our base. GZDoom also has the latest software renderer and I don't think that we should switch to the true color software renderer at this point.

Re: Zandronum 3.0-alpha-161030-2038

Posted: Mon Nov 07, 2016 12:55 am
by TGminer
YUSS, can't wait to do stuff with this new build!

Re: Zandronum 3.0-alpha-161030-2038

Posted: Mon Nov 07, 2016 11:16 pm
by SkeletonJelly
So hype!

Re: Zandronum 3.0-alpha-161030-2038

Posted: Thu Nov 10, 2016 4:23 am
by President People
The Mac version instantly "quits unexpectedly".

Got a report right here:
[spoiler]Process: zandronum [5825]
Path: /Applications/Zandronum.app/Contents/MacOS/zandronum
Identifier: com.zandronum.Zandronum
Version: 3.0 (3.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: zandronum [5825]
User ID: 501

Date/Time: 2016-11-09 23:15:18.248 -0500
OS Version: Mac OS X 10.11.6 (15G1004)
Report Version: 11
Anonymous UUID: A57DDA96-9696-DEB7-C3EC-661F5588466F

Sleep/Wake UUID: B94E74C1-F795-4234-8833-F446ECE7E1F5

Time Awake Since Boot: 360000 seconds
Time Since Wake: 5500 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 0x0000000001faa350
Exception Note: EXC_CORPSE_NOTIFY

VM Regions Near 0x1faa350:
-->
__TEXT 0000000100000000-00000001008c1000 [ 8964K] r-x/rwx SM=COW /Applications/Zandronum.app/Contents/MacOS/zandronum

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.zandronum.Zandronum 0x00000001005412a2 0x100000000 + 5509794

Thread 1:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff82109efa kevent_qos + 10
1 libdispatch.dylib 0x00007fff883d8165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff883d7dcd _dispatch_mgr_thread + 52

Thread 3:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff821095e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a841578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8a83f341 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff8210910a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8f6b5d0f nanosleep + 199
2 SDL 0x00000001018c6aa6 SDL_Delay + 92
3 SDL 0x00000001018c6b1f 0x101898000 + 191263
4 SDL 0x00000001018bb31a 0x101898000 + 144154
5 SDL 0x00000001018c6967 0x101898000 + 190823
6 libsystem_pthread.dylib 0x00007fff8a84199d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8a84191a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8a83f351 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001017a3c20 rbx: 0x0000000001faa350 rcx: 0x0000000000000001 rdx: 0x00000000bfebfb00
rdi: 0x00000000756e6547 rsi: 0x0000000002100800 rbp: 0x000000010210d600 rsp: 0x00007fff5fbfd9f0
r8: 0x0000000000000000 r9: 0x000000006c65746e r10: 0x0000000049656e69 r11: 0xffffffffffbf2fd4
r12: 0x00007fff5fbfdaba r13: 0x0000000101b7ffa0 r14: 0x0000000000000000 r15: 0x0000000101f8d00c
rip: 0x00000001005412a2 rfl: 0x0000000000010246 cr2: 0x0000000001faa350

Logical CPU: 1
Error Code: 0x00000004
Trap Number: 14


Binary Images:
0x100000000 - 0x1008c0fff +com.zandronum.Zandronum (3.0 - 3.0) <CE958DE5-9D47-3CF4-8754-DBC32D6F9D12> /Applications/Zandronum.app/Contents/MacOS/zandronum
0x101898000 - 0x1018effff +SDL (1.2.14 - 1.2.14) <C726704D-C3D9-37D1-800E-9D92D9870EAE> /Applications/Zandronum.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x101906000 - 0x10190afff com.apple.agl (3.3.1 - AGL-3.3.1) <4E401980-0F4F-33E2-A0CF-8C7CCF375F24> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x101912000 - 0x101a15fff +libfmodex.dylib (1) <CC03EE22-FD8F-3C70-AD84-D7D697EABECC> /Applications/Zandronum.app/Contents/Frameworks/libfmodex.dylib
0x103ffc000 - 0x103ffcfe7 +cl_kernels (???) <31481C41-C261-4837-8640-5D940F781170> cl_kernels
0x10927e000 - 0x109289fff com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <B46E04B4-EB85-3436-82C4-158DF1A2AB36> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x7fff675df000 - 0x7fff67616a47 dyld (360.22) <DC81CC9D-651A-3A45-8809-928282052BD3> /usr/lib/dyld
0x7fff806d2000 - 0x7fff8073dff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff80755000 - 0x7fff80755fff libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff8075c000 - 0x7fff8076afff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff807d9000 - 0x7fff8080dff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff80b8a000 - 0x7fff80c79ff7 libxml2.2.dylib (29.10) <B3B03292-7E1A-34AB-888C-3D49D63D60C6> /usr/lib/libxml2.2.dylib
0x7fff80d9d000 - 0x7fff80da6ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff80db8000 - 0x7fff80ea8ff7 libJP2.dylib (1459) <5212E346-B7FC-31F4-B4F7-CF1DD9BBAFBB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff80ea9000 - 0x7fff80f10fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff811c5000 - 0x7fff812f2ff3 com.apple.CoreText (352.0 - 494.12) <ADBE8355-D4F5-3316-A6C4-D641D615CEC4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff813b4000 - 0x7fff813c0fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8175c000 - 0x7fff817f1fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff817f2000 - 0x7fff81803fff libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff81804000 - 0x7fff8180ffff libkxld.dylib (3248.60.11) <9F422A08-0212-36E1-BFF8-1491C70EBFCA> /usr/lib/system/libkxld.dylib
0x7fff81933000 - 0x7fff81942ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff81fe0000 - 0x7fff82004fff libJPEG.dylib (1459) <B274689A-56C5-3DBE-9E4E-049608BBD50B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff82005000 - 0x7fff82010ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff8208d000 - 0x7fff820ebfff com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff820ec000 - 0x7fff820f1ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff820f2000 - 0x7fff82110ff7 libsystem_kernel.dylib (3248.60.11) <A3F069EA-6A41-35CA-BDF8-187E0209B3E2> /usr/lib/system/libsystem_kernel.dylib
0x7fff8215e000 - 0x7fff833a9feb com.apple.CoreGraphics (1.600.0 - 960.3) <407FA367-204F-389E-8E33-0435E3B56D40> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff83640000 - 0x7fff83645fff com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8391d000 - 0x7fff83921fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff83afa000 - 0x7fff83afcff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff83b31000 - 0x7fff83b3cff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
0x7fff83b3d000 - 0x7fff83b3dff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
0x7fff8450b000 - 0x7fff84523fef libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
0x7fff84524000 - 0x7fff8472ffff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fff84730000 - 0x7fff84759fff libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
0x7fff8475a000 - 0x7fff8479bff7 libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff84804000 - 0x7fff84878ff3 com.apple.securityfoundation (6.0 - 55126) <DAA4FDD0-7F84-30AA-BE6F-96BB9F871F07> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff848b9000 - 0x7fff848bafff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff848bb000 - 0x7fff848beffb libdyld.dylib (360.22) <25D28225-99AE-3A04-B98C-ACFF47D6D9B0> /usr/lib/system/libdyld.dylib
0x7fff848f6000 - 0x7fff848fafff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff848fb000 - 0x7fff8496fff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff84e00000 - 0x7fff84e03fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff84e04000 - 0x7fff84e46ff7 com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff84e56000 - 0x7fff852ccfff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85320000 - 0x7fff85320fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff85336000 - 0x7fff853a5fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff853a9000 - 0x7fff853b3fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff855f0000 - 0x7fff855f0fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fff855f1000 - 0x7fff8561affb libRIP.A.dylib (960.3) <702967FB-D16C-38C7-A3CC-0EC336740A69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff85f50000 - 0x7fff85fd8fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff85fd9000 - 0x7fff85fdbff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff85ff0000 - 0x7fff86065fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff86066000 - 0x7fff86287ff7 com.apple.CoreImage (11.4.0 - 366.4.19) <F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff86288000 - 0x7fff862ceff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff862da000 - 0x7fff86312ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff86316000 - 0x7fff86345ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff86394000 - 0x7fff863e5fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff863e6000 - 0x7fff863eefef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff86496000 - 0x7fff864e4ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
0x7fff86552000 - 0x7fff867e8fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
0x7fff86867000 - 0x7fff86889fff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff86923000 - 0x7fff8692cfff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff8692d000 - 0x7fff8692efff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff86974000 - 0x7fff869aeff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff869af000 - 0x7fff86a56fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff86a59000 - 0x7fff86a5ffff com.apple.IOAccelerator (205.11 - 205.11) <C51BF724-F8E8-3B9F-806E-A00C65056445> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff86c13000 - 0x7fff86c3afff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff86c43000 - 0x7fff86cb1ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86cb2000 - 0x7fff86ccbfff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff86d11000 - 0x7fff86d62ff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
0x7fff87a94000 - 0x7fff87a94fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff87d58000 - 0x7fff87d5afff libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff87d5b000 - 0x7fff87da7ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff87da8000 - 0x7fff87fb5fff libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
0x7fff87ffa000 - 0x7fff88017ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff88169000 - 0x7fff8816cff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8819a000 - 0x7fff881c5ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff881c6000 - 0x7fff881c6fff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
0x7fff883d0000 - 0x7fff883fdfff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
0x7fff883fe000 - 0x7fff88400ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fff88401000 - 0x7fff8841dff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff8842a000 - 0x7fff88436fff com.apple.CommerceCore (1.0 - 463.9) <92A641CE-2740-3B7A-B69D-E5CE1426B7DE> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff88437000 - 0x7fff88486ff7 com.apple.opencl (2.7.0 - 2.7.0) <39581F1A-04FE-3CCA-9118-E9BB9053F7A1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff88487000 - 0x7fff884c5ff7 libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff884c6000 - 0x7fff884c7ff7 libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
0x7fff884c8000 - 0x7fff884f1ff7 libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib
0x7fff887d8000 - 0x7fff88888fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff89973000 - 0x7fff89973fff com.apple.CoreServices (728.13 - 728.13) <E3DFECD2-ECEA-3242-972D-95B9646B57B8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff89974000 - 0x7fff89987fff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff899b8000 - 0x7fff89c5eff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff89ca2000 - 0x7fff89ca4fff com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff89d51000 - 0x7fff89d68fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff89d9e000 - 0x7fff89da3ff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
0x7fff89fb3000 - 0x7fff89fb3ff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
0x7fff8a6ee000 - 0x7fff8a6f6fff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8a7b2000 - 0x7fff8a805ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff8a806000 - 0x7fff8a80afff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff8a83e000 - 0x7fff8a847ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff8a855000 - 0x7fff8aae7ffb com.apple.RawCamera.bundle (6.21 - 879) <4F0A10FB-7C96-31E8-9A70-E30F615B2565> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8aae8000 - 0x7fff8aaebfff com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8aaec000 - 0x7fff8ab38fff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8ab46000 - 0x7fff8abeafff com.apple.Bluetooth (4.4.6 - 4.4.6f1) <F8E54D34-DAAB-319F-8AE7-F3C55CA0CC68> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8abeb000 - 0x7fff8abf6fff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8bb00000 - 0x7fff8bb5cfff libTIFF.dylib (1459) <1E1839C3-2C99-38B8-A729-788459576858> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8bbbb000 - 0x7fff8bc44ff7 com.apple.PerformanceAnalysis (1.0 - 1) <9EF745B2-ECD5-33F8-912F-E96771C9E6F8> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8bc45000 - 0x7fff8bc60ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff8bc61000 - 0x7fff8bc9bfff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8c3df000 - 0x7fff8c3e4ff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff8c3e5000 - 0x7fff8c413ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8c414000 - 0x7fff8c425ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fff8c426000 - 0x7fff8c46bff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff8c46c000 - 0x7fff8c4bafff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff8c501000 - 0x7fff8c501ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff8c5da000 - 0x7fff8c861fff com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8c895000 - 0x7fff8c896fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8c897000 - 0x7fff8c8c8fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8c91b000 - 0x7fff8cbb5ff3 com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8cbb6000 - 0x7fff8cbb8ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8cbb9000 - 0x7fff8cd37fff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8cda7000 - 0x7fff8d1d5fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8d1d6000 - 0x7fff8d1f2ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff8d8cb000 - 0x7fff8d9a1ffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <B9525D22-6F0D-39C5-BA9B-9DF195FE1968> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8d9da000 - 0x7fff8d9f1ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
0x7fff8d9f2000 - 0x7fff8d9fafef libcldcpuengine.dylib (2.7.3) <385BE8CE-16D8-3FCB-8558-8EB744D3DFE6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8d9fb000 - 0x7fff8d9fbfff com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8da56000 - 0x7fff8db3cff7 libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8dc13000 - 0x7fff8dc13fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8dc65000 - 0x7fff8dc67fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8dc71000 - 0x7fff8dc7cfff com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8dc7d000 - 0x7fff8dca6fff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8dca7000 - 0x7fff8dcabfff libGIF.dylib (1459) <7C84B660-04BC-3D05-8C02-A7FBE51FD77B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8dcac000 - 0x7fff8dcb0fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8dff5000 - 0x7fff8e009fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8e00a000 - 0x7fff8e02efff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8e402000 - 0x7fff8e408ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8e427000 - 0x7fff8e441fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8e449000 - 0x7fff8e558fe7 libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8e581000 - 0x7fff8e673ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff8e706000 - 0x7fff8e764fff com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8e78d000 - 0x7fff8e7a6fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8ea89000 - 0x7fff8eaaeff7 libPng.dylib (1459) <F3A3BCAD-244C-3014-9D44-5ED179BD391D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8eaaf000 - 0x7fff8eabbfff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8eabc000 - 0x7fff8eabdffb libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib
0x7fff8eabe000 - 0x7fff8eaccfff com.apple.opengl (12.1.0 - 12.1.0) <0718DB60-BA4F-3CF7-A117-10A2515D931F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8eaf7000 - 0x7fff8eb21ff7 libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
0x7fff8eb22000 - 0x7fff8eb24ff7 libRadiance.dylib (1459) <43B09AB2-B747-3EA0-A0AF-9A33B3A449D2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8eb25000 - 0x7fff8eb41ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
0x7fff8f636000 - 0x7fff8f6c3fef libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
0x7fff8f6c4000 - 0x7fff8f6fafff libssl.0.9.8.dylib (59.60.1) <C047F10D-A929-36C8-83DE-E8BB7183A158> /usr/lib/libssl.0.9.8.dylib
0x7fff8faaa000 - 0x7fff8fb39ff7 libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
0x7fff8fb3d000 - 0x7fff8fb66ff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
0x7fff8fb67000 - 0x7fff8fb93fff com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8fbaa000 - 0x7fff8fbfffff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8fc04000 - 0x7fff8fc0cfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8fc92000 - 0x7fff8fd1fdd7 com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8fd32000 - 0x7fff8fd77ff3 libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8fd7e000 - 0x7fff8fd7efff com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8fd92000 - 0x7fff90087fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff90088000 - 0x7fff901affff com.apple.LaunchServices (728.13 - 728.13) <DF9A69C3-06AD-3062-A40A-50ED12CA18CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff901b0000 - 0x7fff901b1ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff901d8000 - 0x7fff901ddfff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9021b000 - 0x7fff9021cffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff9021d000 - 0x7fff90226ff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
0x7fff9026e000 - 0x7fff90280fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
0x7fff902a0000 - 0x7fff902aeff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff902b2000 - 0x7fff902e9ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9035b000 - 0x7fff9035dffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff904d4000 - 0x7fff904eaff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff90555000 - 0x7fff90557fff libCGXType.A.dylib (960.3) <70FA6D91-53BC-3DA6-92F3-7FEB33C73948> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff90586000 - 0x7fff90587fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff90ad3000 - 0x7fff90ad6ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff90b2a000 - 0x7fff90b32fff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff90c54000 - 0x7fff90e1aff7 com.apple.ImageIO.framework (3.3.0 - 1459) <228306DC-0C7F-3D69-92FA-B2E46E47AA9F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9142f000 - 0x7fff914dffe7 libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff914e8000 - 0x7fff9150aff7 com.apple.framework.familycontrols (4.1 - 410) <38729B72-37ED-3807-800D-00B05DEFE9D0> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff9155f000 - 0x7fff9156bff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9156c000 - 0x7fff9157dff7 libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
0x7fff9157f000 - 0x7fff916e6fff libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9184e000 - 0x7fff91865ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
0x7fff91866000 - 0x7fff9187bfff com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff91a35000 - 0x7fff91a3dfff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
0x7fff91a58000 - 0x7fff91a60fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff91bca000 - 0x7fff927f3ff7 com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff92815000 - 0x7fff928abfff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff928ac000 - 0x7fff92c0ef3f libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
0x7fff92c1a000 - 0x7fff92c49ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff93514000 - 0x7fff93638fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
0x7fff9363e000 - 0x7fff93649fff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
0x7fff93bf1000 - 0x7fff93bfcfff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff93bfd000 - 0x7fff93c00fff libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib
0x7fff93c01000 - 0x7fff93c09fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff93c17000 - 0x7fff93c1eff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
0x7fff93dee000 - 0x7fff93e08ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff93e09000 - 0x7fff93e0efff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff93e24000 - 0x7fff93e2cfff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff93e2d000 - 0x7fff93e2ffff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff93e30000 - 0x7fff93e40fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff93e41000 - 0x7fff94195fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff94254000 - 0x7fff945e9fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff945ea000 - 0x7fff948cfffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff94a38000 - 0x7fff94b1efef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff94b1f000 - 0x7fff94b1ffff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff94c14000 - 0x7fff94de2ff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff94df9000 - 0x7fff94ef5ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff94ef6000 - 0x7fff952f2fff libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff953a4000 - 0x7fff95444fff com.apple.Metadata (10.7.0 - 972.34) <A58195C5-5D5C-32D5-8BBB-F4D32201E5AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff95524000 - 0x7fff95525fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff957a6000 - 0x7fff9594cff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff959e0000 - 0x7fff95b2aff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff95b71000 - 0x7fff95be0fff com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff95c56000 - 0x7fff95c89ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff95d9a000 - 0x7fff95ea8ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff96405000 - 0x7fff964e5ff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff964e6000 - 0x7fff96502fff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff9650b000 - 0x7fff9655bff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff96621000 - 0x7fff96623fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9662a000 - 0x7fff9664cff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff96650000 - 0x7fff9666fff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff96670000 - 0x7fff9672afff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff96743000 - 0x7fff96754fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff96d2e000 - 0x7fff96d36ffb libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
0x7fff96d8e000 - 0x7fff96df4ff7 libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
0x7fff96df6000 - 0x7fff96df9ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff96e1b000 - 0x7fff96e92feb libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib

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

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

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 128K 2
Activity Tracing 2048K 2
CG backing stores 2088K 4
CG image 32K 5
CG shared images 240K 6
CoreAnimation 28K 5
CoreUI image data 536K 4
CoreUI image file 192K 6
Dispatch continuations 8192K 2
Image IO 16K 2
Kernel Alloc Once 8K 3
MALLOC 44.2M 23
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 251 24K 2
OpenCL 8K 2
Process Corpse Info 2048K 2
STACK GUARD 56.0M 10
Stack 11.6M 10
VM_ALLOCATE 64K 9
__DATA 33.1M 218
__IMAGE 528K 2
__LINKEDIT 92.6M 9
__TEXT 138.7M 225
__UNICODE 552K 2
mapped file 48.4M 10
shared memory 16.3M 8
=========== ======= =======
TOTAL 457.4M 555

Model: iMac17,1, BootROM IM171.0105.B08, 4 processors, Intel Core i5, 3.2 GHz, 8 GB, SMC 2.33f10
Graphics: AMD Radeon R9 M380, AMD Radeon R9 M380, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x802C, 0x384B54463531323634485A2D314739453220
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x802C, 0x384B54463531323634485A2D314739453220
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x14A), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.6f1 17910, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
USB Device: USB 3.0 Bus
USB Device: G300s Optical Gaming Mouse
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
Thunderbolt Bus: iMac, Apple Inc., 28.1[/spoiler]