Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi!

I've created a simple demo and it works. I can update things and see these changes in the render so far.

I commented all the live calls in my own project and this is what i got (tried again a new fresh copy of gmlive)

➜  datafiles git:(master) ✗ neko gmlive-server.n
Loading `/Users/josejavier/projects/project-spear/ProjectSpear.yyp`...
Listening on port 5100...
[13bce964|127.0.0.1:55625] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[6f137529|127.0.0.1:55626] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[4813b714|127.0.0.1:55627] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[84aeeb50|127.0.0.1:55628] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[b8222cb4|127.0.0.1:55629] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[eb4fc8d6|127.0.0.1:55630] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[3e8e5bb8|127.0.0.1:55631] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[13bce964|127.0.0.1:55625] timed out.
[edf4afbb|127.0.0.1:55632] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[6f137529|127.0.0.1:55626] timed out.
[8f5f13f3|127.0.0.1:55633] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[4813b714|127.0.0.1:55627] timed out.
[06271138|127.0.0.1:55634] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[84aeeb50|127.0.0.1:55628] timed out.
[4ad13a95|127.0.0.1:55635] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[b8222cb4|127.0.0.1:55629] timed out.
[6e5b70fe|127.0.0.1:55636] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[eb4fc8d6|127.0.0.1:55630] timed out.
[d5fbdbbe|127.0.0.1:55637] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[3e8e5bb8|127.0.0.1:55631] timed out.
[7488d985|127.0.0.1:55647] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[edf4afbb|127.0.0.1:55632] timed out.
[f48dd8f0|127.0.0.1:55648] ready! 1 live file, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[8f5f13f3|127.0.0.1:55633] timed out.
[127.0.0.1:55649] preparing...


Then.. i tried to reboot, added the live script in a different object, assured that no pid was using the 5100 port and tried again and this is what i got

➜  datafiles git:(master) ✗ neko gmlive-server.n
Loading `/Users/josejavier/projects/project-spear/ProjectSpear.yyp`...
Listening on port 5100...
[6aa24312|127.0.0.1:55707] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[a230ee08|127.0.0.1:55709] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[a51812ee|127.0.0.1:55710] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[dc841eda|127.0.0.1:55711] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[76ae2e02|127.0.0.1:55712] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[5225dafd|127.0.0.1:55713] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[094edb0c|127.0.0.1:55715] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[6aa24312|127.0.0.1:55707] timed out.
[078a380f|127.0.0.1:55716] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[a230ee08|127.0.0.1:55709] timed out.
[6d6e3dfd|127.0.0.1:55717] ready! 2 live files, 6 globalvars, 1 macro, 584 scripts, 0 enums.
[a51812ee|127.0.0.1:55710] timed out.
[127.0.0.1:55718] preparing...

This is different from what I received in the last time. I supose that my mac cannot manage so many live clients as well as I do in my Windows machine, but it seems weird that even with a single script it is not working anyway.

Any clue about why is constantly saying "Ready!"? 

Many thanks!