On Mon, Apr 11, 2022 at 1:52 PM Stefano Balietti <
futur...@gmail.com> wrote:
> Ok, could you please check if it happens also with the dev version?
> It is still 7.1.0, but it has -dev at the end of the folder name.
Afraid it still happens in the dev version (that is, even with debug
false in game.setup.js when a player times out in the waiting room a
debug screen is put up instead of the more benign one).
Also, in struggling to get the dev version installed I stumbled upon
the following:
If I install nodegame (either dev or stable) in /tmp/, when I try to do
bin/nodegame create-game foobar
I get
bash: bin/nodegame: Permission denied
For some reason when installed in /tmp the target of that link appears
to not be getting execute permission. If I fix that with
chmod a+x chmod a+x
/tmp/nodegame-v7.1.0-dev/node_modules/nodegame-generator/bin/nodegame
and try to create a game again I get
bash: bin/nodegame: /usrng/bin/env: bad interpreter: No such file or directory
Looks like maybe a typo in that path, which should perhaps be
/usr/bin/env? I’ve confirmed that it does indeed say “/usrng/” in the
shebang line of
/tmp/nodegame-v7.1.0-dev/node_modules/nodegame-generator/bin/nodegame.
I ended up just cloning an existing game from elsewhere into the new
installation to play with.
--
Don Morrison <
d...@ringing.org>
“Science explained people, but could not understand them.”
– E M Forster, /Howards End/