From: sbkelley Date: Sun, 24 May 2026 17:50:28 +0000 (-0400) Subject: Fix watch_games during install X-Git-Tag: v1.6.1-roc-dev~6^2~19 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=c25183d360db95446e04925671d050bc92a9b452;p=dgamelaunch Fix watch_games during install --- diff --git a/README.md b/README.md index 0921f72..c78d07f 100644 --- a/README.md +++ b/README.md @@ -131,11 +131,6 @@ will not see a shell when it exits. Congrats on your new server... -More resources for troubleshooting vis NetHack: -https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch -Vis dgamelaunch and crawl: -https://github.com/tarballqc/dcss-server-install/ - # Dungeon Crawl Stone Soup First, though, here's how to install Dungeon Crawl Stone Soup: @@ -159,7 +154,8 @@ sudo chown -R games:games /opt/dgamelaunch/var That's it! -# ISSUES -If you find a bug, report it, I guess. - -Known issues rn: watching other players doesn't work, at all! I haven't been able to track this down yet. \ No newline at end of file +# Resources +More resources for troubleshooting vis NetHack: +https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch +Vis dgamelaunch and crawl: +https://github.com/tarballqc/dcss-server-install/ \ No newline at end of file diff --git a/install-dgl-nh500 b/install-dgl-nh500 index 7ea46d0..f548784 100644 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -428,6 +428,8 @@ DGLFILE="dgamelaunch.`date +%Y%m%d`" LIBS="$LIBS `findlibs /$CURDIR/dgamelaunch`" cp "/$CURDIR/dgamelaunch" "bin/$DGLFILE" ln -s "$DGLFILE" bin/dgamelaunch +# THIS IS IMPORTANT to make watch_games/shmem function +ln -s "/bin/dgamelaunch . # Creating sqlite db if [ -n "$SQLITE_DBFILE" ]; then