Giter Site home page Giter Site logo

barbalet / apesdk Goto Github PK

View Code? Open in Web Editor NEW
52.0 52.0 1.0 12.17 MB

The aim of this artificial life simulation is to create a detailed biological environment and a cognitive simulation.

Home Page: https://www.apesdk.com/

License: Other

Objective-C 5.69% Shell 1.88% C 91.14% Swift 1.29%
1996 alife ape sdk simulation

apesdk's People

Contributors

barbalet avatar

Stargazers

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

Watchers

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

Forkers

tulonsae

apesdk's Issues

Cross-contamination of carried items

Feature Request:

An ape that eats from his hand (body_action_chew) takes energy from food, and the food has a variable chance of containing pathogens (food_absorption).

food_absorption could take another variable which describes how contaminated that hand is. That variable would be modified (or perhaps set to a particular static level based on item and then decremented over time) elsewhere, perhaps whenever something gets dropped from the hand, or in other circumstances.

I could imagine a scenario where an ape who has recently performed a body_action_bash has bloodied, dirty hands from fighting, and gets sick after the battlefield grunge contaminates the fruit he picks up and starts eating.

small feature request: autosave

It would come nice if I could let the sim run over night and even if computer happens to crash or the electricity was gone, before I manually saved, and yet all the run ist not lost, but a fairly recent copy was automatically saved

CitC Run #6 - Aaron Adams-Adams (Daughter)

=== Lane White-Harris ===
Moving
Generation 0:0
Heart rate 104 bpm Breathing rate 10 Vf
Energy 2307 Location: 24436 4344
Honor: 0 Height: 61
Facing: 161 Sex: F
Age in days: 31
Drives:
Hunger: 0 Social: 127
Fatigue: 255 Sex: 201
Body Attention: Head
Relationship Attention: Daughter
Friends:
00001 Beryl Adams-Turner
00001 Andrew Baker-Taylor
Enemies:
00770 Aaron Adams-Adams (Daughter)
Episodic:
Was eating fruit 3 hours ago
[Went swimming a few minutes ago]
Chatted with Andrew Baker-Taylor 7 hours ago

clouds disappear for good on0.694 Windows version

Hi!

currently I have only access to two very restricted boxes, one windows vista the other ubuntu without root privs.
So I can only run the .exe there.
After some time of running, the clouds get less and less until they finally disappear.
They never show up again unless you start a new world.

Also there's an interesting difference in interpreting user interaction with the same version.
On ubuntu with wine, I can double click a red dot representing an ape in the map, and it because the selected one, also shown in the terrain window.
On the windows box, when I click in the map, I "teleport" the currently selected ape to that new position, without changing the current selection.
Maybe it's wanted behaviour maybe it's al long been fixed. Can only test with that version for now.

Win32 platform fails to build

1>------ Build started: Project: WinSimulation, Configuration: Release Win32 ------
1> being.c
1>....\sim\entity\being.c(147): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\being.c(310): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(310): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(424): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(699): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1010): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(1096): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\being.c(1196): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1199): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1346): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1530): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1542): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1555): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1562): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1619): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1624): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1628): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\being.c(1896): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2013): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(2014): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(2051): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(2052): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(2119): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2120): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2281): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2461): warning C4018: '>' : signed/unsigned mismatch
1>....\sim\entity\being.c(2570): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\being.c(2584): warning C4018: '>' : signed/unsigned mismatch
1>....\sim\entity\being.c(2613): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\being.c(2730): warning C4244: 'function' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2733): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(2898): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\being.c(2911): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(3150): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(3225): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\being.c(3401): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\being.c(3402): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> body.c
1> brain.c
1>....\sim\entity\brain.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(451): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(454): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(457): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(460): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(463): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(488): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(491): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(494): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(497): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(500): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(503): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\entity\brain.c(969): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(971): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(979): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(981): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(983): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(985): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(987): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(989): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(991): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(1095): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(1098): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(1327): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\brain.c(1402): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\brain.c(1406): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\brain.c(1462): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> drives.c
1>....\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> episodic.c
1>....\sim\entity\episodic.c(225): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(226): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(283): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(284): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(463): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(464): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(660): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(661): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(676): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(677): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(689): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\episodic.c(690): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> food.c
1> metabolism.c
1>....\sim\entity\metabolism.c(207): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(232): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\entity\metabolism.c(251): warning C4244: '+=' : conversion from 'n_uint' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(257): warning C4244: '-=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(586): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(597): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(603): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(619): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(623): warning C4244: '-=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(660): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(667): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\metabolism.c(875): warning C4018: '<' : signed/unsigned mismatch
1>....\sim\entity\metabolism.c(880): warning C4018: '>' : signed/unsigned mismatch
1>....\sim\entity\metabolism.c(1175): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> social.c
1>....\sim\entity\social.c(753): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(754): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(914): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(915): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(917): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(918): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(1325): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(1326): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(1407): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(1408): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\entity\social.c(1686): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>....\sim\entity\social.c(1858): warning C4244: 'initializing' : conversion from 'n_uint' to 'n_byte2', possible loss of data
1> speak.c
1>....\sim\entity\speak.c(196): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> draw.c
1>....\sim\gui\draw.c(750): warning C4244: 'function' : conversion from 'const n_int' to 'n_byte', possible loss of data
1>....\sim\gui\draw.c(851): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\gui\draw.c(896): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\gui\draw.c(1233): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\gui\draw.c(1340): warning C4244: 'function' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>....\sim\gui\draw.c(1342): warning C4244: 'function' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>....\sim\gui\draw.c(1593): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\gui\draw.c(1593): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>....\sim\gui\draw.c(1667): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> shared.c
1> audio.c
1>....\sim\noble\audio.c(241): warning C4244: '=' : conversion from 'n_double' to 'n_audio', possible loss of data
1>....\sim\noble\audio.c(256): warning C4244: '
=' : conversion from 'n_double' to 'n_audio', possible loss of data
1> interpret.c
1> io.c
1>....\sim\noble\io.c(78): warning C4244: '=' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>....\sim\noble\io.c(264): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(265): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(266): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(267): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\io.c(1560): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\noble\io.c(1563): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\noble\io.c(1567): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\noble\io.c(1575): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> land.c
1>....\sim\noble\land.c(473): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> math.c
1>....\sim\noble\math.c(551): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\math.c(551): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>....\sim\noble\math.c(587): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(598): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(611): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(815): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(879): warning C4244: '+=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(890): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(901): warning C4244: '
=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(1110): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(1111): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\noble\math.c(1118): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1> parse.c
1> skim.c
1>c1 : fatal error C1083: Cannot open source file: '....\sim\noble\skim.c': No such file or directory
1> console.c
1>....\sim\universe\console.c(86): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(177): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(185): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(190): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(192): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(199): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(204): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(312): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(313): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(314): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(315): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(320): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(322): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(326): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(330): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(334): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(456): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(491): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(506): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(515): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(599): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(602): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(605): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(608): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(611): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(614): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(618): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(623): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(628): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(633): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(652): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(673): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(683): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(693): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(704): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(725): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(728): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(734): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(740): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(774): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(788): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(794): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(802): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(812): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(817): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(841): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(948): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(952): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1006): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1018): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1023): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1035): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1089): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1364): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1390): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1680): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1683): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1686): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1695): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1746): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1757): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1766): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1774): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1783): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1791): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1799): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1808): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1817): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1826): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1834): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1867): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1879): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1886): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1891): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(1902): warning C4550: expression evaluates to a function which is missing an argument list
1>....\sim\universe\console.c(2024): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2028): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2139): warning C4550: expression evaluates to a function which is missing an argument list
1>....\sim\universe\console.c(2159): warning C4550: expression evaluates to a function which is missing an argument list
1>....\sim\universe\console.c(2161): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2162): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2178): warning C4550: expression evaluates to a function which is missing an argument list
1>....\sim\universe\console.c(2218): warning C4550: expression evaluates to a function which is missing an argument list
1>....\sim\universe\console.c(2220): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2221): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2329): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2333): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2335): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2339): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2343): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2354): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2358): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2360): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>....\sim\universe\console.c(2538): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> file.c
1>....\sim\universe\file.c(309): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\universe\file.c(433): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> Compiling...
1> sim.c
1> platform.c
1>....\sim\win\platform.c(211): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\win\platform.c(300): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\win\platform.c(427): error C2065: 'sim_fileout' : undeclared identifier
1>....\sim\win\platform.c(440): warning C4013: 'sim_fileout' undefined; assuming extern returning int
1>....\sim\win\platform.c(440): warning C4047: 'initializing' : 'unsigned char *' differs in levels of indirection from 'int'
1>....\sim\win\platform.c(473): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>....\sim\win\platform.c(513): warning C4090: '=' : different 'const' qualifiers
1>....\sim\win\platform.c(515): warning C4090: '=' : different 'const' qualifiers
1>....\sim\win\platform.c(526): warning C4047: 'function' : 'n_string' differs in levels of indirection from 'n_string_block [260]'
1>....\sim\win\platform.c(526): warning C4024: 'shared_openFileName' : different types for formal and actual parameter 1
1>....\sim\win\platform.c(587): warning C4090: '=' : different 'const' qualifiers
1>....\sim\win\platform.c(590): warning C4090: '=' : different 'const' qualifiers
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

" View -> Honor Distribution " resets honor for all the creatures

thats it, as stated in the title.
when you ( I ) watch the honor distribution via View menu, all the honors get back to 0 (zero).
i've tried to briefly check for the cause but got no luck till now. i will keep looking for that nasty bug.

i'm using qt4 on ubuntu.
if you need more specifications about my system/compiling configuration, please just ask.

Win32 nalongterm build warnings and error

1>------ Build started: Project: console, Configuration: Debug Win32 ------
1> sim.c
1> file.c
1>c:\sim\universe\file.c(309): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\universe\file.c(433): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> console.c
1>c:\sim\universe\console.c(86): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(177): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(185): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(190): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(192): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(199): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(204): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(312): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(313): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(314): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(315): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(320): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(322): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(326): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(330): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(334): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(456): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(491): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(506): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(515): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(599): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(602): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(605): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(608): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(611): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(614): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(618): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(623): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(628): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(633): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(652): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(673): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(683): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(693): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(704): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(725): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(728): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(734): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(740): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(774): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(788): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(794): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(802): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(812): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(817): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(841): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(948): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(952): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1006): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1018): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1023): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1035): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1089): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1364): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1390): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1680): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1683): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1686): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1695): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1746): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1757): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1766): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1774): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1783): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1791): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1799): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1808): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1817): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1826): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1834): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1867): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1879): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1886): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1891): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1902): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2024): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2028): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2139): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2159): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2161): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2162): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2178): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2218): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2220): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2221): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2329): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2333): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2335): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2339): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2343): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2354): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2358): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2360): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2538): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> parse.c
1> network.c
1>c:\sim\noble\network.c(45): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
1> math.c
1>c:\sim\noble\math.c(551): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(551): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(587): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(598): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(611): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(815): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(879): warning C4244: '+=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(890): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(901): warning C4244: '
=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1110): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1111): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1118): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1> land.c
1>c:\sim\noble\land.c(473): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> io.c
1>c:\sim\noble\io.c(78): warning C4244: '=' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>c:\sim\noble\io.c(264): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(265): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(266): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(267): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(1560): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\noble\io.c(1563): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\noble\io.c(1567): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\noble\io.c(1575): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> interpret.c
1> audio.c
1>c:\sim\noble\audio.c(241): warning C4244: '=' : conversion from 'n_double' to 'n_audio', possible loss of data
1>c:\sim\noble\audio.c(256): warning C4244: '
=' : conversion from 'n_double' to 'n_audio', possible loss of data
1> longterm.c
1>c:\sim\longterm.c(183): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\longterm.c(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> speak.c
1>c:\sim\entity\speak.c(196): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : see declaration of 'fopen'
1> social.c
1>c:\sim\entity\social.c(753): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(754): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(914): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(915): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(917): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(918): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1325): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1326): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1407): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1408): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1686): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>c:\sim\entity\social.c(1858): warning C4244: 'initializing' : conversion from 'n_uint' to 'n_byte2', possible loss of data
1> metabolism.c
1>c:\sim\entity\metabolism.c(207): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(232): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\metabolism.c(251): warning C4244: '+=' : conversion from 'n_uint' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(257): warning C4244: '-=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(586): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(597): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(603): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(619): warning C4244: '=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(623): warning C4244: '-=' : conversion from 'const n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(660): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(667): warning C4244: '+=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\metabolism.c(875): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\metabolism.c(880): warning C4018: '>' : signed/unsigned mismatch
1>c:\sim\entity\metabolism.c(1175): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> food.c
1> episodic.c
1>c:\sim\entity\episodic.c(225): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(226): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(283): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(284): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(463): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(464): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(660): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(661): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(676): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(677): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(689): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(690): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> drives.c
1>c:\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> brain.c
1>c:\sim\entity\brain.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(451): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(454): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(457): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(460): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(463): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(488): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(491): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(494): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(497): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(500): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(503): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(969): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(971): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(979): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(981): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(983): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(985): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(987): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(989): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(991): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(1095): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(1098): warning C4244: 'return' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(1327): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\brain.c(1402): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\brain.c(1406): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\brain.c(1462): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> body.c
1> being.c
1>c:\sim\entity\being.c(147): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(310): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(310): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(424): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(699): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1010): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(1096): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(1196): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1199): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1346): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1530): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1542): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1555): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1562): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1619): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1624): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1628): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1896): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2013): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2014): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2051): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2052): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2119): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2120): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2281): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2461): warning C4018: '>' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2570): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2584): warning C4018: '>' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2613): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2730): warning C4244: 'function' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2733): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2898): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2911): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3150): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(3225): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3401): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(3402): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Foraging, Swimming is not an acceptable state particularly at times of death. Maybe. Investigate.

=== Kerry Harris-Matine ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 8 27
Honor: 0 Height: 0
Facing: 0 Sex: M
Age in days: 31
Drives:
Hunger: 3 Social: 0
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Sadie Watson-Myers ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 29 24
Honor: 0 Height: 0
Facing: 235 Sex: F
Age in days: 32
Drives:
Hunger: 5 Social: 2
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating vegetation 24 minutes ago]
Suckled Aaron Adams-Adams 24 minutes ago
Suckled by Aaron Adams-Adams 24 minutes ago
Went swimming a few minutes ago
Chatted with Phoebe Baker-Perry yesterday

=== Elton Young-Long ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 7756 21228
Honor: 0 Height: 112
Facing: 30 Sex: M
Age in days: 2
Drives:
Hunger: 255 Social: 255
Fatigue: 0 Sex: 0
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating seaweed yesterday]
Went swimming now

=== Tyler Reed-Parker ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 0 3
Honor: 0 Height: 0
Facing: 245 Sex: M
Age in days: 32
Drives:
Hunger: 4 Social: 1
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Lamont Wilson-Murphy ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 26 24
Honor: 0 Height: 0
Facing: 235 Sex: M
Age in days: 33
Drives:
Hunger: 65 Social: 1
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating vegetation a few minutes ago]
Went swimming yesterday

=== Donald Butler-James ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 24 6
Honor: 0 Height: 0
Facing: 237 Sex: M
Age in days: 33
Drives:
Hunger: 84 Social: 2
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating vegetation 2 hours ago]
Went swimming a few minutes ago
Chatted with Gale Brooks-Young 2 days ago

=== Thomas Evans-Hughes ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 16 27
Honor: 0 Height: 0
Facing: 0 Sex: M
Age in days: 33
Drives:
Hunger: 71 Social: 2
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Baird Myers-Wilson ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 22 5
Honor: 0 Height: 0
Facing: 5 Sex: M
Age in days: 33
Drives:
Hunger: 9 Social: 3
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Faye Butler-James ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 4 22
Honor: 0 Height: 0
Facing: 0 Sex: F
Age in days: 33
Drives:
Hunger: 1 Social: 0
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Lane Allen-Green ===
Sleeping
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 0 0
Honor: 0 Height: 0
Facing: 0 Sex: M
Age in days: 33
Drives:
Hunger: 0 Social: 0
Fatigue: 0 Sex: 0
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:

=== Geneva Jones-Mutz ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 10 0
Honor: 0 Height: 0
Facing: 250 Sex: F
Age in days: 33
Drives:
Hunger: 60 Social: 0
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Nigel Kelly-Allen ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 25 20
Honor: 0 Height: 0
Facing: 247 Sex: M
Age in days: 33
Drives:
Hunger: 88 Social: 0
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating vegetation a minute ago]
Went swimming 51 minutes ago

=== Shana Adams-Jones ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 37 1
Honor: 0 Height: 0
Facing: 251 Sex: F
Age in days: 33
Drives:
Hunger: 1 Social: 0
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating seaweed a minute ago]
Suckled Aaron Adams-Adams a minute ago
Suckled by Aaron Adams-Adams a minute ago
Went swimming 45 minutes ago
Chatted with Shana Adams-Jones 3 days ago

Transgenerational epigenetic inheritance

Currently epigenetics is missing from the genetics implementation, and it's tricky to consider how best such a thing would be implemented. Like a lot of other alife programs the current genome is very simple.

Epigenetics would mean being able to switch genes on or off under certain conditions, such as diet, stress level and so on. The switching ability means that the genome would become more like a program than a lookup table.

I suppose that there could be multiple copies of a gene inherited and the epigenetics then switches between them such that only one is expressed at a given time. The selection condition for each gene group could also be heritable.

Heat from infection

Currently when antigens and antibodies react I don't think that any waste heat is produced. Probably there should be some, such that it would be possible for an ape to overheat and get a fever.

Summer of Code

It's too late for this year, but should Noble Ape try entering into the Google Summer of Code? Perhaps there would be too much work involved in supervising students.

Win32 nalongterm build warnings

1>------ Build started: Project: test, Configuration: Debug Win32 ------
1> sim.c
1> file.c
1>c:\sim\universe\file.c(309): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\universe\file.c(433): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> console.c
1>c:\sim\universe\console.c(181): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(189): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(197): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(204): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(209): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(317): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(318): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(319): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(320): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(325): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(327): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(331): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(335): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(339): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(453): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(461): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(622): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(625): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(628): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(631): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(634): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(637): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(641): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(646): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(651): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(656): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1118): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1393): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1419): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1920): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1932): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1939): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1944): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1955): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2077): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2081): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2192): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2212): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2214): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2215): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2231): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2271): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2273): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2274): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2382): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2386): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2388): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2392): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2396): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2407): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2411): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2413): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2587): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> parse.c
1> network.c
1> math.c
1>c:\sim\noble\math.c(563): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(563): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(599): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(610): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(623): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(827): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(891): warning C4244: '+=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(902): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(913): warning C4244: '
=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1122): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1123): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(1130): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte', possible loss of data
1> land.c
1>c:\sim\noble\land.c(488): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1> io.c
1>c:\sim\noble\io.c(78): warning C4244: '=' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>c:\sim\noble\io.c(264): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(265): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(266): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(267): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(288): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\io.c(1581): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> interpret.c
1> audio.c
1>c:\sim\noble\audio.c(241): warning C4244: '=' : conversion from 'n_double' to 'n_audio', possible loss of data
1>c:\sim\noble\audio.c(256): warning C4244: '
=' : conversion from 'n_double' to 'n_audio', possible loss of data
1> longterm.c
1>c:\sim\longterm.c(183): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\longterm.c(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> speak.c
1>c:\sim\entity\speak.c(196): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : see declaration of 'fopen'
1> social.c
1>c:\sim\entity\social.c(749): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(750): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(910): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(911): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(913): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(914): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1321): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1322): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1400): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1401): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\social.c(1674): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>c:\sim\entity\social.c(1846): warning C4244: 'initializing' : conversion from 'n_uint' to 'n_byte2', possible loss of data
1> metabolism.c
1> food.c
1> episodic.c
1>c:\sim\entity\episodic.c(225): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(226): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(283): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(284): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(463): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(464): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(517): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(560): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(582): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(604): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(605): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(660): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(661): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(676): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(677): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(689): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\episodic.c(690): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> drives.c
1>c:\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(166): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\drives.c(203): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> brain.c
1>c:\sim\entity\brain.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(451): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(454): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(457): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(460): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(463): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> body.c
1> being.c
1>c:\sim\entity\being.c(168): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(449): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(1219): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(1302): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1305): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1452): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1632): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1644): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1657): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1664): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1742): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(1742): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2019): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2136): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2137): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2174): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2175): warning C4244: 'initializing' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(2242): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2243): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2405): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2586): warning C4018: '>' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2709): warning C4018: '>' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2737): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(2853): warning C4244: 'function' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(2856): warning C4244: 'function' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3021): warning C4018: '<' : signed/unsigned mismatch
1>c:\sim\entity\being.c(3034): warning C4244: 'function' : conversion from 'n_byte2' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3322): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3326): warning C4244: 'function' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(3399): warning C4244: '=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\entity\being.c(3560): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1>c:\sim\entity\being.c(3561): warning C4244: '=' : conversion from 'n_int' to 'n_byte2', possible loss of data
1> Generating Code...
1> test.vcxproj -> C:\test\Debug\test.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Allow "" to accept spaces through console input

Map dimension: 512
Land seed: 35915 36119
Population: 93 Adults: 0 Juveniles: 93
Females: 57 (61.3%) Males: 36 (38.7%)
Tide level: 136
1235:32/0 Simulation running
death /Users/barbalet/Cloud\ Drive/Documents/death_test_1.txt
Simulation stopped
ERROR: Error opening file to write
Death record file /Users/barbalet/Cloud\ Drive/Documents/death_test_1.txt saved

death /Users/barbalet/death_test_1.txt
Simulation stopped
Death record file /Users/barbalet/death_test_1.txt saved

CitC Run #1 - "#! (ERROR: relationship out of range 218 of )/Unimplemented Identity Type

=== Lara Miller-Evans ===
Moving
Generation 0:0
Heart rate 105 bpm Breathing rate 10 Vf
Energy 1778 Location: 22762 9956
Honor: 0 Height: 61
Facing: 46 Sex: F
Age in days: 31
Drives:
Hunger: 0 Social: 1
Fatigue: 83 Sex: 254
Body Attention: Head
Relationship Attention: Paternal Grandmother
Friends:
Enemies:
Episodic:
Was eating vegetation an hour ago
[Picked up a piece of grass yesterday]
Went swimming 7 hours ago

External Action -> Watching Quincy Walker-Miller
1603:31/0 Unimplemented entity type
1603:31/0 Unimplemented entity type

=== Quincy Walker-Miller ===
Moving
Generation 0:0
Heart rate 105 bpm Breathing rate 10 Vf
Energy 2573 Location: 32326 15944
Honor: 1 Height: 61
Facing: 100 Sex: M
Age in days: 31
Drives:
Hunger: 0 Social: 119
Fatigue: 255 Sex: 78
Body Attention: Right hand
Relationship Attention: Father
Friends:
55769
"#!
(ERROR: relationship out of range 218
of )
Enemies:
00002 Sally Rogers-Clark
Episodic:
Was eating vegetation 4 hours ago
[Picked up a piece of grass yesterday]
Went swimming 4 hours ago
Groomed Sally Rogers-Clark's Right hand 10 hours ago

1604:31/0 Unimplemented entity type
1604:31/0 Unimplemented entity type

CitC Run #3 - Garbage (ERROR: relationship out of range 218 of )

=== Quincy Walker-Miller ===
Moving
Generation 0:0
Heart rate 105 bpm Breathing rate 10 Vf
Energy 2420 Location: 31984 16322
Honor: 1 Height: 61
Facing: 67 Sex: M
Age in days: 31
Drives:
Hunger: 0 Social: 103
Fatigue: 255 Sex: 78
Body Attention: Right hand
Relationship Attention: Father
Friends:
55769
5K+!(-/.,'#
1%!&
,--+)&#
(ERROR: relationship out of range 218
of )
Enemies:
00002 Sally Rogers-Clark
Episodic:
Was eating vegetation 4 hours ago
[Picked up a piece of grass yesterday]
Went swimming 4 hours ago
Groomed Sally Rogers-Clark's Right hand 10 hours ago

1622:31/0 Unimplemented entity type
1622:31/0 Unimplemented entity type

"ERROR: Unimplemented entity type" - Pretty common issue

ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Joan Graham-Walker
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Zelda Harris-Reis Tammy Hughes-Parker Ingrid James-Price
Simon Jones-James Kurt Kelly-Gray Hubert Mason-Allen
Sloane Mason-Butler Ross Miller-Walker Tony Miller-Price
Morgan Morgan-Powell Rhea Morgan-Powell Maxine Murphy-Myers
Jed Murphy-Murphy Trina Murphy-Howard Kirby Murphy-Rose
Jason Mutz-Young Jason Mutz-Young Buck Owen-Graham
Pierce Parker-Fisher Pierce Parker-Fisher Elise Powell-Green
Mavis Price-Cooper Mavis Price-Cooper Wayne Price-Reed
Wayne Price-Reed Carter Price-Young Coral Reed-Barnes
Jed Reis-Murphy Kurt Reis-Wilson Konrad Taylor-Jones
Emily Taylor-Kelly Ansel Walker-Allen Zoe White-Cooper
Landon Wilson-Mason Kyle Young-Hughes Jarvis Young-Hall
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Joan Graham-Walker
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Willis Harris-Reis Tammy Hughes-Parker Ingrid James-Price
Kurt Kelly-Gray Hubert Mason-Allen Sloane Mason-Butler
Ross Miller-Walker Tony Miller-Price Rhea Morgan-Powell
Morgan Morgan-Powell Maxine Murphy-Myers Jed Murphy-Murphy
Trina Murphy-Howard Kirby Murphy-Rose Jason Mutz-Young
Jason Mutz-Young Buck Owen-Graham Pierce Parker-Fisher
Pierce Parker-Fisher Elise Powell-Green Mavis Price-Cooper
Mavis Price-Cooper Wayne Price-Reed Wayne Price-Reed
Carter Price-Young Coral Reed-Barnes Jed Reis-Murphy
Kurt Reis-Wilson Konrad Taylor-Jones Emily Taylor-Kelly
Ansel Walker-Allen Zoe White-Cooper Landon Wilson-Mason
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Joan Graham-Walker
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Tammy Hughes-Parker Ingrid James-Price Kurt Kelly-Gray
Hubert Mason-Allen Sloane Mason-Butler Ross Miller-Walker
Tony Miller-Price Morgan Morgan-Powell Rhea Morgan-Powell
Maxine Murphy-Myers Jed Murphy-Murphy Trina Murphy-Howard
Kirby Murphy-Rose Jason Mutz-Young Jason Mutz-Young
Buck Owen-Graham Pierce Parker-Fisher Pierce Parker-Fisher
Elise Powell-Green Mavis Price-Cooper Mavis Price-Cooper
Wayne Price-Reed Wayne Price-Reed Carter Price-Young
Coral Reed-Barnes Jed Reis-Murphy Kurt Reis-Wilson
Konrad Taylor-Jones Emily Taylor-Kelly Ansel Walker-Allen
Zoe White-Cooper Landon Wilson-Mason Kyle Young-Hughes
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Joan Graham-Walker
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Tammy Hughes-Parker Ingrid James-Price Kurt Kelly-Gray
Hubert Mason-Allen Sloane Mason-Butler Ross Miller-Walker
Tony Miller-Price Morgan Morgan-Powell Rhea Morgan-Powell
Maxine Murphy-Myers Jed Murphy-Murphy Trina Murphy-Howard
Kirby Murphy-Rose Jason Mutz-Young Jason Mutz-Young
Pierce Parker-Fisher Pierce Parker-Fisher Elise Powell-Green
Mavis Price-Cooper Mavis Price-Cooper Wayne Price-Reed
Wayne Price-Reed Carter Price-Young Coral Reed-Barnes
Jed Reis-Murphy Kurt Reis-Wilson Konrad Taylor-Jones
Emily Taylor-Kelly Ansel Walker-Allen Zoe White-Cooper
Landon Wilson-Mason Kyle Young-Hughes Jarvis Young-Hall
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Joan Graham-Walker
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Tammy Hughes-Parker Ingrid James-Price Kurt Kelly-Gray
Hubert Mason-Allen Sloane Mason-Butler Ross Miller-Walker
Tony Miller-Price Morgan Morgan-Powell Rhea Morgan-Powell
Maxine Murphy-Myers Jed Murphy-Murphy Trina Murphy-Howard
Kirby Murphy-Rose Jason Mutz-Young Jason Mutz-Young
Pierce Parker-Fisher Elise Powell-Green Mavis Price-Cooper
Mavis Price-Cooper Wayne Price-Reed Wayne Price-Reed
Carter Price-Young Coral Reed-Barnes Jed Reis-Murphy
Kurt Reis-Wilson Konrad Taylor-Jones Emily Taylor-Kelly
Ansel Walker-Allen Zoe White-Cooper Landon Wilson-Mason
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Ross Green-Mason
Ross Green-Mason Abbott Hall-Reis Tammy Hughes-Parker
Ingrid James-Price Kurt Kelly-Gray Hubert Mason-Allen
Sloane Mason-Butler Ross Miller-Walker Tony Miller-Price
Rhea Morgan-Powell Morgan Morgan-Powell Maxine Murphy-Myers
Jed Murphy-Murphy Trina Murphy-Howard Kirby Murphy-Rose
Jason Mutz-Young Jason Mutz-Young Pierce Parker-Fisher
Culver Powell-Green Mavis Price-Cooper Mavis Price-Cooper
Wayne Price-Reed Wayne Price-Reed Carter Price-Young
Coral Reed-Barnes Jed Reis-Murphy Kurt Reis-Wilson
Konrad Taylor-Jones Emily Taylor-Kelly Ansel Walker-Allen
Zoe White-Cooper Landon Wilson-Mason Jarvis Young-Hall
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Myra Allen-Mutz Myra Allen-Mutz
Jed Cooper-Miller Lionel Cooper-Clark Lionel Cooper-Clark
Nydia Cooper-Price Elroy Davies-Cooper Ross Green-Mason
Ross Green-Mason Abbott Hall-Reis Tammy Hughes-Parker
Ingrid James-Price Kurt Kelly-Gray Hubert Mason-Allen
Sloane Mason-Butler Ross Miller-Walker Tony Miller-Price
Rhea Morgan-Powell Morgan Morgan-Powell Maxine Murphy-Myers
Jed Murphy-Murphy Trina Murphy-Howard Kirby Murphy-Rose
Jason Mutz-Young Jason Mutz-Young Pierce Parker-Fisher
Culver Powell-Green Mavis Price-Cooper Mavis Price-Cooper
Wayne Price-Reed Wayne Price-Reed Coral Reed-Barnes
Jed Reis-Murphy Kurt Reis-Wilson Konrad Taylor-Jones
Emily Taylor-Kelly Ansel Walker-Allen Zoe White-Cooper
Landon Wilson-Mason Jarvis Young-Hall Kyle Young-Hughes
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Aaron Adams-Adams Myra Allen-Mutz
Myra Allen-Mutz Lionel Cooper-Clark Lionel Cooper-Clark
Jed Cooper-Miller Nydia Cooper-Price Elroy Davies-Cooper
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Tammy Hughes-Parker Ingrid James-Price Kurt Kelly-Gray
Hubert Mason-Allen Sloane Mason-Butler Tony Miller-Price
Ross Miller-Walker Morgan Morgan-Powell Rhea Morgan-Powell
Jed Murphy-Murphy Trina Murphy-Howard Maxine Murphy-Myers
Kirby Murphy-Rose Jason Mutz-Young Jason Mutz-Young
Pierce Parker-Fisher Culver Powell-Green Mavis Price-Cooper
Mavis Price-Cooper Wayne Price-Reed Wayne Price-Reed
Coral Reed-Barnes Jed Reis-Murphy Kurt Reis-Wilson
Konrad Taylor-Jones Ansel Walker-Allen Zoe White-Cooper
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Aaron Adams-Adams Myra Allen-Mutz
Myra Allen-Mutz Lionel Cooper-Clark Lionel Cooper-Clark
Jed Cooper-Miller Nydia Cooper-Price Elroy Davies-Cooper
Ross Green-Mason Ross Green-Mason Abbott Hall-Reis
Tammy Hughes-Parker Ingrid James-Price Kurt Kelly-Gray
Hubert Mason-Allen Sloane Mason-Butler Tony Miller-Price
Ross Miller-Walker Morgan Morgan-Powell Rhea Morgan-Powell
Jed Murphy-Murphy Trina Murphy-Howard Maxine Murphy-Myers
Kirby Murphy-Rose Jason Mutz-Young Jason Mutz-Young
Pierce Parker-Fisher Culver Powell-Green Mavis Price-Cooper
Mavis Price-Cooper Wayne Price-Reed Wayne Price-Reed
Coral Reed-Barnes Jed Reis-Murphy Kurt Reis-Wilson
Konrad Taylor-Jones Ansel Walker-Allen Zoe White-Cooper
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Ada Allen-Adams Myra Allen-Mutz
Myra Allen-Mutz Lionel Cooper-Clark Lionel Cooper-Clark
Jed Cooper-Miller Elroy Davies-Cooper Ross Green-Mason
Ross Green-Mason Abbott Hall-Reis Tammy Hughes-Parker
Ingrid James-Price Kurt Kelly-Gray Hubert Mason-Allen
Sloane Mason-Butler Ross Miller-Walker Tony Miller-Price
Rhea Morgan-Powell Morgan Morgan-Powell Maxine Murphy-Myers
Jed Murphy-Murphy Trina Murphy-Howard Kirby Murphy-Rose
Jason Mutz-Young Jason Mutz-Young Pierce Parker-Fisher
Culver Powell-Green Mavis Price-Cooper Mavis Price-Cooper
Wayne Price-Reed Coral Reed-Barnes Jed Reis-Murphy
Kurt Reis-Wilson Konrad Taylor-Jones Ansel Walker-Allen
Zoe White-Cooper Landon Wilson-Mason Kyle Young-Hughes
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
ERROR: Unimplemented entity type
Aaron Adams-Adams Ada Allen-Adams Myra Allen-Mutz
Myra Allen-Mutz Lionel Cooper-Clark Lionel Cooper-Clark
Jed Cooper-Miller Elroy Davies-Cooper Ross Green-Mason
Ross Green-Mason Abbott Hall-Reis Tammy Hughes-Parker
Ingrid James-Price Kurt Kelly-Gray Hubert Mason-Allen
Sloane Mason-Butler Ross Miller-Walker Tony Miller-Price
Rhea Morgan-Powell Morgan Morgan-Powell Maxine Murphy-Myers
Jed Murphy-Murphy Trina Murphy-Howard Kirby Murphy-Rose
Jason Mutz-Young Jason Mutz-Young Pierce Parker-Fisher
Culver Powell-Green Mavis Price-Cooper Mavis Price-Cooper
Wayne Price-Reed Coral Reed-Barnes Jed Reis-Murphy
Kurt Reis-Wilson Konrad Taylor-Jones Ansel Walker-Allen
Zoe White-Cooper Landon Wilson-Mason Kyle Young-Hughes

Phantom suckling

=== Muriel Price-Perry ===
Moving
Generation 0:0
Heart rate 105 bpm Breathing rate 18 Vf
Energy 3280 Location: 12892 31722
Honor: 0 Height: 172
Facing: 42 Sex: F
Age in days: 3
Drives:
Hunger: 0 Social: 0
Fatigue: 64 Sex: 0
Body Attention: Right hand
Relationship Attention: Paternal Grandson
Friends:
Enemies:
Episodic:
Went swimming 10 minutes ago
[Was eating vegetation an hour ago]
Suckled Aaron Adams-Adams an hour ago
Suckled by Aaron Adams-Adams an hour ago
Picked up a rock 15 minutes ago

Add territory naming

In some cases provide a unique name for a territory also capturing the territory's landform.

CitC Run #2 - Space (ERROR: relationship out of range 218 of )

=== Quincy Walker-Miller ===
Moving
Generation 0:0
Heart rate 110 bpm Breathing rate 10 Vf
Energy 2565 Location: 32300 15962
Honor: 1 Height: 61
Facing: 100 Sex: M
Age in days: 31
Drives:
Hunger: 0 Social: 118
Fatigue: 255 Sex: 78
Body Attention: Right hand
Relationship Attention: Father
Friends:
55769
(ERROR: relationship out of range 218
of )
Enemies:
00002 Sally Rogers-Clark
Episodic:
Was eating vegetation 4 hours ago
[Picked up a piece of grass yesterday]
Went swimming 4 hours ago
Groomed Sally Rogers-Clark's Right hand 10 hours ago

1605:31/0 Unimplemented entity type
1605:31/0 Unimplemented entity type

Flooding at night

I notice that the flooding function which kills off a lot of apes only seems to work during daylight hours.

Finish object.c

The current object.c creates output (i.e. object to JS file). Need to add input JS file to object.

CitC Run #4 - 55769 (ERROR: relationship out of range 218 of ) 55768 (ERROR: relationship out of range 217 of )

=== Quincy Walker-Miller ===
Moving, Grooming
Generation 0:0
Heart rate 127 bpm Breathing rate 16 Vf
Energy 2309 Location: 31922 16724
Honor: 2 Height: 61
Facing: 67 Sex: M
Age in days: 31
Drives:
Hunger: 0 Social: 0
Fatigue: 255 Sex: 78
Body Attention: Right hand
Relationship Attention: Father
Friends:
55769 (ERROR: relationship out of range 218
of )
55768 (ERROR: relationship out of range 217
of )
Enemies:
00002 Sally Rogers-Clark
00002 [Beryl Green-Morgan]
Episodic:
Was eating vegetation 4 hours ago
[Picked up a piece of grass yesterday]
Went swimming 4 hours ago
Groomed Beryl Green-Morgan's Right hand now

1638:31/0 Unimplemented entity type
1638:31/0 Unimplemented entity type
1638:31/0 Unimplemented entity type
1638:31/0 Unimplemented entity type

A number of the being_ functions are out of control!

One of the sub-projects I am progressively working through is the addition of a new atomized threading model. This needs to clear identify read and write components of each function. A number of the being functions are unnecessarily complex and long. This task is to review the being code and atomize the components wherever possible.

Crash in interpret_individual_cleanup on quitting

Process: MacSimulation [47990]
Path: /Users/USER/Library/Developer/Xcode/DerivedData/MacSimulation_XCode5-etatcwpxrvfrilesgkewnnthjzhz/Build/Products/Release/MacSimulation.app/Contents/MacOS/./MacSimulation
Identifier: com.nobleape.MacSimulation
Version: 0.696 (1)
Code Type: X86-64 (Native)
Parent Process: bash [47973]
Responsible: Terminal [36116]
User ID: 376787451

Date/Time: 2014-02-10 21:26:54.811 -0800
OS Version: Mac OS X 10.9 (13A3017)
Report Version: 11
Anonymous UUID: 58D79C21-4583-01B7-EE6A-27476D9535C9

Sleep/Wake UUID: B053191B-5457-4636-A5EB-8886590A41BE

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020

VM Regions Near 0x20:
-->
__TEXT 000000010522f000-0000000105276000 [ 284K] r-x/rwx SM=COW /Users/USER/Library/Developer/Xcode/DerivedData/MacSimulation_XCode5-etatcwpxrvfrilesgkewnnthjzhz/Build/Products/Release/MacSimulation.app/Contents/MacOS/MacSimulation

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.nobleape.MacSimulation 0x0000000105245f6c interpret_individual_cleanup + 12 (interpret.c:637)
1 com.nobleape.MacSimulation 0x0000000105255132 sim_close + 98 (sim.c:615)
2 com.nobleape.MacSimulation 0x0000000105241709 -[NobleMacView quitProcedure] + 9 (NobleMacView.m:165)
3 com.nobleape.MacSimulation 0x000000010524154c -[NobleMacView drawRect:] + 172 (NobleMacView.m:100)
4 com.nobleape.MacSimulation 0x0000000105241494 -[NobleMacView animationTimer:] + 100 (NobleMacView.m:85)
5 com.apple.Foundation 0x00007fff8eff6094 NSFireTimer + 96
6 com.apple.CoreFoundation 0x00007fff967e5724 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION
+ 20
7 com.apple.CoreFoundation 0x00007fff967e525f __CFRunLoopDoTimer + 1151
8 com.apple.CoreFoundation 0x00007fff9685676a __CFRunLoopDoTimers + 298
9 com.apple.CoreFoundation 0x00007fff967a0aa5 __CFRunLoopRun + 1525
10 com.apple.CoreFoundation 0x00007fff967a0275 CFRunLoopRunSpecific + 309
11 com.apple.HIToolbox 0x00007fff8c074f0d RunCurrentEventLoopInMode + 226
12 com.apple.HIToolbox 0x00007fff8c074cb7 ReceiveNextEventCommon + 479
13 com.apple.HIToolbox 0x00007fff8c074abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
14 com.apple.AppKit 0x00007fff9089928e _DPSNextEvent + 1434
15 com.apple.AppKit 0x00007fff908988db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
16 com.apple.AppKit 0x00007fff9088c9cc -[NSApplication run] + 553
17 com.apple.AppKit 0x00007fff90877803 NSApplicationMain + 940
18 libdyld.dylib 0x00007fff8eb4a5fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff91577662 kevent64 + 10
1 libdispatch.dylib 0x00007fff9166643d _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff91666152 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff91572996 _kernelrpc_mach_port_mod_refs_trap + 10
1 libsystem_kernel.dylib 0x00007fff915754b8 mach_port_mod_refs + 27
2 libsystem_kernel.dylib 0x00007fff91572cd9 mig_dealloc_reply_port + 72
3 libsystem_pthread.dylib 0x00007fff972bd56f _pthread_exit + 357
4 libsystem_pthread.dylib 0x00007fff972bd3e9 pthread_exit + 30
5 com.nobleape.MacSimulation 0x000000010524120b execute_thread_posix + 315
6 libsystem_pthread.dylib 0x00007fff972bc899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff972bc72a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff972c0fc9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff91572a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff91571d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff967a1315 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff967a0939 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff967a0275 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff90a391ce _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff972bc899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff972bc72a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff972c0fc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff91576e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff972bdf08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff972c0fb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000001 rbx: 0x000000010547abd8 rcx: 0x0000000000000001 rdx: 0x00000000000006f0
rdi: 0x0000000000000000 rsi: 0x000000010547ac00 rbp: 0x00007fff5a9cdb00 rsp: 0x00007fff5a9cdaf0
r8: 0x0000000000002c15 r9: 0x0000000000008000 r10: 0x0000000000000050 r11: 0x0000000105241700
r12: 0x00000001098c7000 r13: 0x0000000000000200 r14: 0x000000010ae84000 r15: 0x0000000000000200
rip: 0x0000000105245f6c rfl: 0x0000000000010202 cr2: 0x0000000000000020

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

Binary Images:
0x10522f000 - 0x105275ff7 +com.nobleape.MacSimulation (0.696 - 1) <5556058C-B973-3520-ADE9-D76BCF30FC44> /Users/USER/Library/Developer/Xcode/DerivedData/MacSimulation_XCode5-etatcwpxrvfrilesgkewnnthjzhz/Build/Products/Release/MacSimulation.app/Contents/MacOS/MacSimulation
0x123400000000 - 0x123400464ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.20.26 - 8.2.0) <0A94FD56-3CC0-3265-88CC-D9A41442E799> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x7fff6835e000 - 0x7fff68391817 dyld (239.3) /usr/lib/dyld
0x7fff8b438000 - 0x7fff8b451ff7 com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8b452000 - 0x7fff8b46dff7 libPng.dylib (1038) <08A42D4F-0320-3481-BD85-AFD95554F9DD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8b46e000 - 0x7fff8b558fff libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib
0x7fff8b7a1000 - 0x7fff8b7a1fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8b7a2000 - 0x7fff8b7dcff3 com.apple.bom (12.0 - 192) <9756CAB3-7802-38B0-80CF-3527D160E59F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8be7e000 - 0x7fff8beaafff com.apple.CoreServicesInternal (184.8 - 184.8) <651F4E1B-339B-3ED6-8F38-B03D0D2E5D04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8beab000 - 0x7fff8bed4fff GLRendererFloat (9.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff8bed5000 - 0x7fff8c045ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8c046000 - 0x7fff8c2f0ffd com.apple.HIToolbox (2.1 - 695) <372EA815-36DF-323C-82F9-C7718F8D78B6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8c2f1000 - 0x7fff8c316ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8c317000 - 0x7fff8c33bff7 libJPEG.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c33c000 - 0x7fff8c37bfff libGLU.dylib (9.3.1) <0E488DE5-4E77-3478-97DE-2D751EF990DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8c509000 - 0x7fff8c550fff libFontRegistry.dylib (127) <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8c591000 - 0x7fff8c591fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8c592000 - 0x7fff8c59eff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8cef2000 - 0x7fff8d1c6fc7 com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8d1c7000 - 0x7fff8d292fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8d360000 - 0x7fff8d3e9fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8d3f9000 - 0x7fff8d7daffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8d7db000 - 0x7fff8dac5fff com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <92D95BBA-A17B-362A-80A6-27E3B02A7814> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8dac6000 - 0x7fff8dbadff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8dbb8000 - 0x7fff8dbfaff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8dbfb000 - 0x7fff8dc05fff libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib
0x7fff8dc06000 - 0x7fff8dc70ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8dc71000 - 0x7fff8dc7bff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8dcb2000 - 0x7fff8dcc1ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8dcc2000 - 0x7fff8dd25ff7 com.apple.SystemConfiguration (1.13 - 1.13) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8dd26000 - 0x7fff8ddeffff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ddf0000 - 0x7fff8ddfcff7 com.apple.HelpData (2.1.4 - 90) <546D6B21-CDCE-35C0-86F2-C38A4789F4EE> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8deba000 - 0x7fff8debcff3 libsystem_configuration.dylib (596.12) <9883100A-4D35-3D84-99B7-1CE999AE110A> /usr/lib/system/libsystem_configuration.dylib
0x7fff8debd000 - 0x7fff8debefff libunc.dylib (28) /usr/lib/system/libunc.dylib
0x7fff8debf000 - 0x7fff8deccff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8e089000 - 0x7fff8e0a5fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8e0a6000 - 0x7fff8e0e7fff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8e0e8000 - 0x7fff8e0ecfff com.apple.IOAccelerator (98.9 - 98.9) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff8e0ed000 - 0x7fff8e134ff7 libcups.2.dylib (372) <963E64F4-4318-3DFE-A59D-D74B3E857188> /usr/lib/libcups.2.dylib
0x7fff8e137000 - 0x7fff8e137ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8e138000 - 0x7fff8e15cfff libxpc.dylib (300.1.17) <1BB4598D-19ED-3A31-AFD2-C90DD2652CFD> /usr/lib/system/libxpc.dylib
0x7fff8e15d000 - 0x7fff8e590ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8e5b0000 - 0x7fff8e5dffff com.apple.DebugSymbols (106 - 106) <9F66640E-277C-317E-A01E-A1E5B13E2592> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8e5e0000 - 0x7fff8e5e6fff com.apple.AOSNotification (1.7.0 - 760.3) <307D35A7-C2CB-3024-BFE1-288A0198C003> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8e5e7000 - 0x7fff8e610ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
0x7fff8eb43000 - 0x7fff8eb46fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8eb47000 - 0x7fff8eb4aff7 libdyld.dylib (239.3) <1767060C-6E76-3149-B991-8FEA14B8352C> /usr/lib/system/libdyld.dylib
0x7fff8eb4b000 - 0x7fff8eb70ff7 com.apple.CoreVideo (1.8 - 117.2) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8eb71000 - 0x7fff8eb77ff7 libsystem_platform.dylib (24.1.4) <8ABC4EBE-10D6-35B8-ADEE-63600E87601C> /usr/lib/system/libsystem_platform.dylib
0x7fff8eb78000 - 0x7fff8eb7afff com.apple.EFILogin (2.0 - 2) <84014F35-7E0E-3270-819A-48ECCADA687E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8eb7b000 - 0x7fff8ebacfff com.apple.MediaKit (15 - 709) <4AC5B9D8-7204-3CF2-AB58-69EFCDD964FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8ebad000 - 0x7fff8ebc4fff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8ebe2000 - 0x7fff8ebe9ff3 libcopyfile.dylib (103) <6453487A-EDA5-353C-8351-1AABB3C7777C> /usr/lib/system/libcopyfile.dylib
0x7fff8ebea000 - 0x7fff8ed3dff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <1659DBBF-92AA-3695-8ADE-CC115B01EFC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8ed3e000 - 0x7fff8ed96ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8edd8000 - 0x7fff8ef90ff3 libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
0x7fff8ef91000 - 0x7fff8f290fff com.apple.Foundation (6.9 - 1056) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8f2a5000 - 0x7fff8f2aafff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f444000 - 0x7fff8f448fff libsystem_stats.dylib (93.50.1) /usr/lib/system/libsystem_stats.dylib
0x7fff8f449000 - 0x7fff8f481ff7 com.apple.RemoteViewServices (2.0 - 94) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8f482000 - 0x7fff8f570fff libJP2.dylib (1038) <1DC18933-53D6-335A-AA84-0366C9ACDFD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8f57a000 - 0x7fff8f5fafff com.apple.CoreSymbolication (3.0 - 141) <37087FDB-874D-3FE2-9874-B047CC9BE910> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8f88d000 - 0x7fff901a91bf com.apple.CoreGraphics (1.600.0 - 599.7) <013A0B45-B8A4-3159-83C3-5A36CDB4F2C7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff901aa000 - 0x7fff9020eff3 com.apple.datadetectorscore (5.0 - 354.0) <25525311-E3A2-3D06-9010-DDB12A936E88> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff9020f000 - 0x7fff9029afff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff90304000 - 0x7fff90305fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff90306000 - 0x7fff9030bfff libmacho.dylib (845) /usr/lib/system/libmacho.dylib
0x7fff903a1000 - 0x7fff903a3ff7 libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib
0x7fff903a4000 - 0x7fff903acff3 libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff907e7000 - 0x7fff9081bfff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff9081c000 - 0x7fff9081effb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff90875000 - 0x7fff913e9ff7 com.apple.AppKit (6.9 - 1265) <70472D45-5B9E-36BE-8EA3-007E69AC2169> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff914ca000 - 0x7fff91508ff7 libGLImage.dylib (9.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff91561000 - 0x7fff9157dff7 libsystem_kernel.dylib (2422.75.4) /usr/lib/system/libsystem_kernel.dylib
0x7fff91663000 - 0x7fff9167dfff libdispatch.dylib (339.1.9) /usr/lib/system/libdispatch.dylib
0x7fff9167e000 - 0x7fff9167fff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff91dd9000 - 0x7fff91dd9fff com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff91e2c000 - 0x7fff91e7efff libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib
0x7fff91e7f000 - 0x7fff91e84ff7 libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib
0x7fff91f90000 - 0x7fff91fd5ff7 libcurl.4.dylib (78) /usr/lib/libcurl.4.dylib
0x7fff92110000 - 0x7fff9211bfff libkxld.dylib (2422.75.4) <5448DCF9-721D-3B8C-AEFE-2A89477E82CF> /usr/lib/system/libkxld.dylib
0x7fff92156000 - 0x7fff9217dff7 com.apple.shortcut (2.6 - 2.6) <73FEBA7B-F371-3D1C-8E42-08580DE241A7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff923f6000 - 0x7fff92400ff7 com.apple.CrashReporterSupport (10.9 - 538) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92401000 - 0x7fff92402ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff92403000 - 0x7fff92432fd2 libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib
0x7fff92433000 - 0x7fff924aafff com.apple.CoreServices.OSServices (600.4 - 600.4) <80E7B419-A0D5-373B-B2B5-88E6A8CD3AE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff92822000 - 0x7fff92913ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff9297b000 - 0x7fff92988ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff92989000 - 0x7fff92997fff com.apple.opengl (9.3.1 - 9.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff92998000 - 0x7fff92999ffb libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib
0x7fff92a22000 - 0x7fff92aaeff7 com.apple.ink.framework (10.9 - 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff92aaf000 - 0x7fff92b72ff7 com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff92dca000 - 0x7fff92dccfff libCVMSPluginSupport.dylib (9.3.1) <7858AEA7-EE20-3BF7-9995-3F58C5C3970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff92dcd000 - 0x7fff92e9eff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff92e9f000 - 0x7fff92ea8fff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff92ecc000 - 0x7fff92f3bff1 com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff92f3c000 - 0x7fff92f81ff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92f82000 - 0x7fff92fabfff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff92fac000 - 0x7fff930dcff7 com.apple.desktopservices (1.8 - 1.8) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff930eb000 - 0x7fff930f3ffc libGFXShared.dylib (9.3.1) <1503C66D-9CE6-36C5-8669-2534776F371F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff930f4000 - 0x7fff931a4ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff93256000 - 0x7fff9325fff7 libcldcpuengine.dylib (2.3.58) <4CECF185-62A1-3B36-B7D8-A1382C531F3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff935c6000 - 0x7fff935eeffb libRIP.A.dylib (599.7) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff935f8000 - 0x7fff935fbffa libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff935fc000 - 0x7fff93603ff7 liblaunch.dylib (842.1.4) <50B742D9-0C5C-3ABA-8EBF-3D447630932F> /usr/lib/system/liblaunch.dylib
0x7fff9360d000 - 0x7fff93628ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff93629000 - 0x7fff93639fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff9363a000 - 0x7fff9371efff com.apple.coreui (2.1 - 231) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff9371f000 - 0x7fff93885fff libGLProgrammability.dylib (9.3.1) <267317DC-8B83-3F0B-965D-9194A8F0012C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff93983000 - 0x7fff93bcbfff com.apple.CoreData (107 - 481) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff93bee000 - 0x7fff93c23ffc com.apple.LDAPFramework (2.4.28 - 194.5) <67FA34C6-BDAD-3B99-B661-532C4C90AD8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff93c24000 - 0x7fff93c91fff com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff93d24000 - 0x7fff93d27fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff93f58000 - 0x7fff93fa9ff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff93faa000 - 0x7fff93fabfff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff93fac000 - 0x7fff93fb5ff3 libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib
0x7fff93fb6000 - 0x7fff94004fff com.apple.opencl (2.3.58 - 2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff94005000 - 0x7fff94009fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff9400a000 - 0x7fff9410ffff com.apple.ImageIO.framework (3.3.0 - 1038) <355B8338-9DD8-3E2E-8758-E1C852403DEF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff94110000 - 0x7fff941c8ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff941c9000 - 0x7fff941f1ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff941f2000 - 0x7fff941f5ffc com.apple.IOSurface (91 - 91) <812F4D48-6FD4-3DCB-8691-B077EBF981D7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff94b20000 - 0x7fff94b51ff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib
0x7fff94bef000 - 0x7fff94c1eff5 com.apple.GSS (4.0 - 2.0) <0284500B-47BA-3FE8-A5B4-22A0E8D80783> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff94c1f000 - 0x7fff94c72fff com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff94ccb000 - 0x7fff94ce4ff7 com.apple.Ubiquity (1.3 - 289) <664F5B33-708D-33E9-81E1-C45CBE9AAB6E> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff94d6c000 - 0x7fff94fc4ff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff95088000 - 0x7fff95177fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff952ae000 - 0x7fff952e7ff7 com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff96193000 - 0x7fff96193ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff961d2000 - 0x7fff96245ffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff96246000 - 0x7fff96251ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff962ca000 - 0x7fff962d1fff libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib
0x7fff962ea000 - 0x7fff96338fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff96342000 - 0x7fff96342fff com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff96343000 - 0x7fff96405ff1 com.apple.CoreText (352.0 - 367.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9640d000 - 0x7fff9640dff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
0x7fff96416000 - 0x7fff96421fff libGPUSupportMercury.dylib (9.3.1) <6276C24F-D9E6-3FCA-BA67-2FA0E751E153> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff96422000 - 0x7fff965beff7 com.apple.QuartzCore (1.8 - 332.0) <3EA81377-BA5F-39EA-8BAB-24CC5480E322> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff965c0000 - 0x7fff96649ff7 libsystem_c.dylib (997.1.1) <01F576D9-9718-3D99-A8EA-ACFD6CBBB51E> /usr/lib/system/libsystem_c.dylib
0x7fff9671b000 - 0x7fff9672cff7 libsystem_asl.dylib (217.1.4) /usr/lib/system/libsystem_asl.dylib
0x7fff96730000 - 0x7fff96915ff7 com.apple.CoreFoundation (6.9 - 855.11) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff969cb000 - 0x7fff96a26ffb com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff96a27000 - 0x7fff96a32fff libGL.dylib (9.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff96aa5000 - 0x7fff96ab2fff com.apple.Sharing (132.2 - 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff96ab5000 - 0x7fff96abefff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff96abf000 - 0x7fff96acbff3 com.apple.AppleFSCompression (56 - 1.0) <1EBCFC91-734D-338B-8796-4B93BDC53014> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff96b45000 - 0x7fff96b46ff7 libsystem_sandbox.dylib (278.10) <273400C7-F4E2-393C-BC9A-9042490ACED0> /usr/lib/system/libsystem_sandbox.dylib
0x7fff96b47000 - 0x7fff96b4ffff libsystem_dnssd.dylib (522.1.11) /usr/lib/system/libsystem_dnssd.dylib
0x7fff96b50000 - 0x7fff96b52fff libRadiance.dylib (1038) <144F03D8-FA55-38A3-8A2D-4B4ABDB78B28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff96c1f000 - 0x7fff96cfefff libcrypto.0.9.8.dylib (50) <09DCEDDF-2892-32B8-B689-CBE31A549F2B> /usr/lib/libcrypto.0.9.8.dylib
0x7fff96cff000 - 0x7fff96d26ff7 libsystem_network.dylib (241.3) /usr/lib/system/libsystem_network.dylib
0x7fff96d27000 - 0x7fff96d80fff libTIFF.dylib (1038) <965DD031-9246-3588-AC53-D284174F77FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff96d81000 - 0x7fff96d8bff7 libcsfde.dylib (380) <48C0E3BA-ECE7-3337-918C-E65B4A5F0593> /usr/lib/libcsfde.dylib
0x7fff972bb000 - 0x7fff972c2ff7 libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib
0x7fff972c3000 - 0x7fff972d0ff4 com.apple.Librarian (1.2 - 1) <2F677B44-BCA3-313B-881E-EE322E865100> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff972fc000 - 0x7fff97489ff7 GLEngine (9.3.1) <2B6F0445-1B2F-366F-9FAE-63AF43C79DD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff9748a000 - 0x7fff974eeff9 com.apple.Heimdal (4.0 - 2.0) <5113294E-B07E-3E42-8CE1-5E4AD4120C92> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9750a000 - 0x7fff9751cff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff97854000 - 0x7fff97854fff com.apple.Accelerate (1.9 - Accelerate 1.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff97855000 - 0x7fff97866ff7 libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib
0x7fff97867000 - 0x7fff97b35ff4 com.apple.CoreImage (9.0.54) <4D5D752E-A762-3EE5-9511-B956D0C945A2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff97b36000 - 0x7fff97b3dfff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff97bc7000 - 0x7fff97bcfff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff97bde000 - 0x7fff97c0efff com.apple.IconServices (25 - 25.17) <36811973-8777-3211-863A-76B2C20B0ED0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff97c0f000 - 0x7fff97c2aff7 libsystem_malloc.dylib (23.1.10) /usr/lib/system/libsystem_malloc.dylib
0x7fff97c2b000 - 0x7fff97d99ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff97d9a000 - 0x7fff97dc1ffb libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib
0x7fff97e78000 - 0x7fff97f07ff7 com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff97f08000 - 0x7fff97f0cff7 libGIF.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff97fd2000 - 0x7fff97fd6ff7 libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib
0x7fff98012000 - 0x7fff98022ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff9808e000 - 0x7fff980dbff2 com.apple.print.framework.PrintCore (9.0 - 428) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff980dc000 - 0x7fff980f4ff7 com.apple.GenerationalStorage (2.0 - 160.2) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff98104000 - 0x7fff982b1f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff986a1000 - 0x7fff986a2ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff98fad000 - 0x7fff98fb1ff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=166.4M resident=153.3M(92%) swapped_out_or_unallocated=13.1M(8%)
Writable regions: Total=296.7M written=89.7M(30%) resident=120.9M(41%) swapped_out=16K(0%) unallocated=175.9M(59%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 9052K
CG image 4K
CG raster data 96K
CG shared images 212K
CoreGraphics 20K
Dispatch continuations 16.0M
IOKit 28.7M
Kernel Alloc Once 8K
MALLOC 217.6M
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 1536K reserved VM address space (unallocated)
Memory Tag 242 12K
STACK GUARD 56.0M
Stack 9920K
VM_ALLOCATE 16.3M
__DATA 22.1M
__IMAGE 528K
__LINKEDIT 66.8M
__TEXT 99.6M
__UNICODE 544K
mapped file 60.5M
shared memory 68K
=========== =======
TOTAL 605.1M
TOTAL, minus reserved VM space 603.6M

Model: MacBookPro11,2, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2 GHz, 16 GB, SMC 2.18f6
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.47)
Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

build fails

i compile it on linux, but i'm pretty sure is not platform related.

there are two "problems":

../graph/genealogy.c:45:20: fatal error: entity.h: No such file or directory

i change:

include "entity.h"

include "entity_internal.h"

to:

include "../entity/entity.h"

include "../entity/entity_internal.h"

and i'm able to continue compiling, till i get to a number of errors.
all root into 3 lines:
../graph/graph.c:1645:9: error: unknown type name 'social_link'
../graph/graph.c:2236:3: error: unknown type name 'social_link'
../graph/graph.c:2258:3: error: unknown type name 'social_link'

(line 1645) social_link * graph = being_social(local_being);
(line 2236) social_link * graph = being_social(&(sim->beings[i]));
(line 2258) social_link * graph = being_social(&(sim->beings[i]));

changing "social_link" in to "noble_social" solves the compilation problem and builds the executable.

sorry for the bad english, i hope it helps in some way.

Names are no longer unique

Edith Graham-Watson Ursula Walker-Reed Gladys Rose-Price
Ursula Walker-Reed Kara Lewis-Reed Ursula Walker-Reed
Kara Lewis-Reed Burton Reed-Hill Blythe Butler-Morgan
Tyne Davies-Bell Blythe Butler-Morgan Tyne Davies-Bell
Blythe Butler-Morgan Tyne Davies-Bell Amanda Bell-James
Harley Barnes-Murphy John James-Jones Lamont Myers-Young
John James-Jones Cedric Cooper-Owen John James-Jones
Cedric Cooper-Owen John James-Jones Cheryl Owen-Graham
Tasha Jones-Owen Cheryl Owen-Graham Amery Price-James
Opal Long-Green Amery Price-James Tina James-Allen
Hamlin Clark-Morgan Edwina Parker-Allen Conrad Parker-Allen
Edwina Parker-Allen Conrad Parker-Allen Nerita Scrim-Morgan
Dillon Morgan-Wilson Mary Wilson-Reis Violet Clark-Graham
Astrid Cooper-Wilson Rachel Lewis-Fisher Astrid Cooper-Wilson
Godwin Murphy-Clark Doris Hall-Murphy Godwin Murphy-Clark
Elise Wood-Hall Megan Davis-Cook Jemima Ward-Davis
Megan Davis-Cook Ariana Ward-Parker Ivan Hill-Hall
Ariana Ward-Parker Henry Jones-Gray Kyla Gray-Wood
Gale Mutz-Barnes Axel Jones-Reid Kirk Bailey-Matine
David Matine-Fisher Myrtle Wilson-Matine Dexter Allen-Powell
Myrtle Wilson-Matine Livia Matine-Fisher Ariana Nelson-Butler
Carver Lewis-Nelson Ariana Nelson-Butler Udele Butler-Thiel
Merle Long-Powell Dudley Davies-Myers Efrain Watson-Wilson
Gaye Brown-Watson Efrain Watson-Wilson Hetty Howard-Mutz
Trista Baker-Smith Brock Munroe-Young Lulu Moore-Perry
Brock Munroe-Young Lulu Moore-Perry Efrain Powell-Bell
Basil Bell-Mason Boris Taylor-Walker Thora Murphy-Reed
Ivory Owen-Miller Astrid Kelly-Munroe Ursa Mutz-Owen
Joanna Jones-Hill Jasper Quinn-Matine Ariana Matine-Murphy
Buck Murphy-Clark Eudora Clark-Smith Sadie Perry-Owen
Sadie Perry-Owen Tyne Owen-James Tyler James-Thiel
Efrain Thiel-Allen Grace Allen-Lewis

Error: can't open save files, program exits

Hi, I'm running the console process 'nalongterm', and everything seems to work fine, with the exception of 'open' command:

I have tried this on Linux and on Haiku with similar messages:

External Action -> Watching Shana Lewis-Morgan
open test01
Simulation stopped
ERROR: {"info @ ./noble/io.c 865
ERROR: Unknown command @ ./noble/io.c 1034
ERROR: Signature not first in file @ ./universe/file.c 267
ERROR: Failed to read in file @ ./universe/console.c 1836
$

After this, it exits back to shell. Any way to resolve this?

Thanks,

  • arfonzo

change time format to hh:mm:ss

Please change the time format to hh:mm:ss
It is not very intuitive that 51:21 actually means 51 minutes past midnight, 00:51:32 is imho nicer.

Warnings: Windows command line

1>------ Build started: Project: group, Configuration: Debug Win32 ------
1>Build started 10/22/2013 1:42:41 PM.
1>PrepareForBuild:
1> Creating directory "C:\Users\tbarbalet\Desktop\group\Debug".
1>InitializeBuildStatus:
1> Creating "Debug\group.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> sim.c
1> file.c
1> console.c
1>c:\sim\universe\console.c(181): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(189): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(197): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(204): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(209): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(315): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(316): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(317): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(318): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(323): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(325): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(329): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(333): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(337): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(538): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(541): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(544): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(547): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(550): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(553): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(557): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(562): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(567): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(572): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1034): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1309): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1335): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1836): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1848): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1855): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1860): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1871): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(1993): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(1997): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2107): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2127): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2157): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2200): warning C4550: expression evaluates to a function which is missing an argument list
1>c:\sim\universe\console.c(2322): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2326): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2328): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2332): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2336): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2347): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2351): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2353): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2527): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\universe\console.c(2594): warning C4550: expression evaluates to a function which is missing an argument list
1> parse.c
1> network.c
1> math.c
1>c:\sim\noble\math.c(563): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(563): warning C4293: '<<' : shift count negative or too big, undefined behavior
1>c:\sim\noble\math.c(891): warning C4244: '+=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(902): warning C4244: '-=' : conversion from 'n_int' to 'n_byte', possible loss of data
1>c:\sim\noble\math.c(913): warning C4244: '
=' : conversion from 'n_int' to 'n_byte', possible loss of data
1> land.c
1> io.c
1>c:\sim\noble\io.c(78): warning C4244: '=' : conversion from 'n_uint' to 'n_byte', possible loss of data
1>c:\sim\noble\io.c(1551): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> interpret.c
1> audio.c
1>c:\sim\noble\audio.c(256): warning C4244: '
=' : conversion from 'n_double' to 'n_audio', possible loss of data
1> longterm.c
1>c:\sim\longterm.c(183): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\longterm.c(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> speak.c
1>c:\sim\entity\speak.c(196): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : see declaration of 'fopen'
1> social.c
1> metabolism.c
1> food.c
1> episodic.c
1> drives.c
1> brain.c
1>c:\sim\entity\brain.c(448): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(451): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(454): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(457): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(460): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\brain.c(463): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1> body.c
1> being.c
1>c:\sim\entity\being.c(1276): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1427): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1607): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1619): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(1632): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
1>c:\sim\entity\being.c(2568): warning C4018: '>' : signed/unsigned mismatch
1> Generating Code...
1>LinkEmbedManifest:
1> group.vcxproj -> C:\Users\tbarbalet\Desktop\group\Debug\group.exe
1>FinalizeBuildStatus:
1> Deleting file "Debug\group.unsuccessfulbuild".
1> Touching "Debug\group.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:03.53
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

not building on linux

According to the documentation, linux_gui.sh builds the gui version, yet this file is absent.
The only remaining bash script is linux.sh, which appartently does nothing:

nick@host:/Downloads/nobleape-b42ec665d37751009459e1731ae56fa919325ae3/sim$ ./linux.sh
nick@host:
/Downloads/nobleape-b42ec665d37751009459e1731ae56fa919325ae3/sim$

System: trisquel gnu/linux.

and I have build-essential libtool autotools-dev automake checkinstall check installed

CitC Run #7 - Some erroneous action (136)/(ERROR: relationship out of range 148 of )

=== Questa Smith-Mason ===
Sleeping
Generation 0:0
Heart rate 59 bpm Breathing rate 10 Vf
Energy 2223 Location: 14148 8368
Honor: 1 Height: 61
Facing: 43 Sex: F
Age in days: 33
Drives:
Hunger: 0 Social: 31
Fatigue: 0 Sex: 255
Body Attention: Head
Relationship Attention: Paternal Grandmother
Friends:
00001 Arleen Perry-Hill
00002 Janet Baker-Quinn
36750 Janet Baker-Quinn (ERROR: relationship out of range 148
of )
Enemies:
Episodic:
Was eating seaweed yesterday
Went swimming yesterday
[Chatted with Janet Baker-Quinn yesterday]
Groomed Janet Baker-Quinn's Head yesterday
Searched for mate Foster Watson-Walker yesterday
Some erroneous action (136) with Janet Baker-Quinn yesterday

50:33/0 Unimplemented entity type
50:33/0 Unimplemented entity type

=== Questa Smith-Mason ===
Sleeping
Generation 0:0
Heart rate 59 bpm Breathing rate 10 Vf
Energy 2222 Location: 14148 8368
Honor: 1 Height: 61
Facing: 43 Sex: F
Age in days: 33
Drives:
Hunger: 0 Social: 31
Fatigue: 0 Sex: 255
Body Attention: Head
Relationship Attention: Paternal Grandmother
Friends:
00001 Arleen Perry-Hill
00002 Janet Baker-Quinn
36750 Janet Baker-Quinn (ERROR: relationship out of range 148
of )
Enemies:
Episodic:
Was eating seaweed yesterday
Went swimming yesterday
[Chatted with Janet Baker-Quinn yesterday]
Groomed Janet Baker-Quinn's Head yesterday
Searched for mate Foster Watson-Walker yesterday
Some erroneous action (136) with Janet Baker-Quinn yesterday

51:33/0 Unimplemented entity type
51:33/0 Unimplemented entity type

=== Questa Smith-Mason ===
Sleeping
Generation 0:0
Heart rate 59 bpm Breathing rate 10 Vf
Energy 2221 Location: 14148 8368
Honor: 1 Height: 61
Facing: 43 Sex: F
Age in days: 33
Drives:
Hunger: 0 Social: 31
Fatigue: 0 Sex: 255
Body Attention: Head
Relationship Attention: Paternal Grandmother
Friends:
00001 Arleen Perry-Hill
00002 Janet Baker-Quinn
36750 Janet Baker-Quinn (ERROR: relationship out of range 148
of )
Enemies:
Episodic:
Was eating seaweed yesterday
Went swimming yesterday
[Chatted with Janet Baker-Quinn yesterday]
Groomed Janet Baker-Quinn's Head yesterday
Searched for mate Foster Watson-Walker yesterday
Some erroneous action (136) with Janet Baker-Quinn yesterday

52:33/0 Unimplemented entity type
52:33/0 Unimplemented entity type

CitC Run #5 - (ERROR: relationship out of range 217 / Unimplemented entity type

=== Quincy Walker-Miller ===
Moving
Generation 0:0
Heart rate 112 bpm Breathing rate 17 Vf
Energy 2307 Location: 31918 16728
Honor: 2 Height: 61
Facing: 67 Sex: M
Age in days: 31
Drives:
Hunger: 0 Social: 2
Fatigue: 253 Sex: 80
Body Attention: Right hand
Relationship Attention: Father
Friends:
55769 ,2%

%'0,!

   !!

(#

$-+$

$,.,&           (ERROR: relationship out of range 218

of )
55768 ,2%

%'0,!

   !!

(#

$-+$

$,.,&           (ERROR: relationship out of range 217

of )
Enemies:
00002 Sally Rogers-Clark
00002 [Beryl Green-Morgan]
Episodic:
Was eating vegetation 4 hours ago
[Picked up a piece of grass yesterday]
Went swimming 4 hours ago
Groomed Beryl Green-Morgan's Right hand a few minutes ago

1640:31/0 Unimplemented entity type
1640:31/0 Unimplemented entity type
1640:31/0 Unimplemented entity type
1640:31/0 Unimplemented entity type

Shows saved condition in the case of error where no file is written

Map dimension: 512
Land seed: 35915 36119
Population: 93 Adults: 0 Juveniles: 93
Females: 57 (61.3%) Males: 36 (38.7%)
Tide level: 136
1235:32/0 Simulation running
death /Users/barbalet/Cloud\ Drive/Documents/death_test_1.txt
Simulation stopped
ERROR: Error opening file to write
Death record file /Users/barbalet/Cloud\ Drive/Documents/death_test_1.txt saved

death /Users/barbalet/death_test_1.txt
Simulation stopped
Death record file /Users/barbalet/death_test_1.txt saved

Apes Shown in Death record have wrong gender

Shows 2 female 1 male dead:

Map dimension: 512
Land seed: 35915 36119
Population: 96 Adults: 0 Juveniles: 96
Females: 59 (61.5%) Males: 37 (38.5%)
Tide level: 121
816:31/0 Simulation running
sim
Map dimension: 512
Land seed: 35915 36119
Population: 93 Adults: 0 Juveniles: 93
Females: 57 (61.3%) Males: 36 (38.7%)
Tide level: 136

Death record shows 3 males:

=== Bert Nelson-Taylor ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 9444 23314
Honor: 0 Height: 64
Facing: 34 Sex: M
Age in days: 2
Drives:
Hunger: 255 Social: 255
Fatigue: 0 Sex: 0
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
[Was eating vegetation 2 days ago]
Went swimming now

=== George Harris-Morgan ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 13 2
Honor: 0 Height: 0
Facing: 5 Sex: M
Age in days: 32
Drives:
Hunger: 20 Social: 1
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

=== Konrad Murphy-Quinn ===
Foraging, Swimming
Generation 0:0
Heart rate 0 bpm Breathing rate 0 Vf
Energy 0 Location: 8 28
Honor: 0 Height: 0
Facing: 0 Sex: M
Age in days: 32
Drives:
Hunger: 52 Social: 2
Fatigue: 0 Sex: 1
Body Attention: Head
Relationship Attention: Associate
Friends:
Enemies:
Episodic:
Went swimming now

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.