Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!evax!utacfd!letni!doug From: doug@letni.lonestar.org (Doug Davis) Newsgroups: comp.sources.games.bugs Subject: Re: MDG Daemon not responding!!!! Message-ID: <1991Feb22.150433.8645@letni.lonestar.org> Date: 22 Feb 91 15:04:33 GMT References: <1991Feb20.174300.23010@coplex.uucp> <1991Feb21.143610.11358@max.physics.sunysb.edu> <1991Feb21.183300.7377@cbnewsm.att.com> Distribution: usa Organization: Logic Process Unix Engineering, Dallas Office Lines: 44 In article <1991Feb21.183300.7377@cbnewsm.att.com> portside@cbnewsm.att.com (glen.r.zdroik) writes: > >Does anyone else have the problem of the Daemon not reponding for MDG???? > Yes, it appears to be an absense of the players/default file.. Looking in the code my guess is you need something that looks like the below, hopfully the author will provide the correct stuff shortly. #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'players/default' <<'END_OF_FILE' X X0 X1 1 1 1 1 1 1 1 1 1 1 1 1 X1 1 1 1 1 1 1 1 1 1 1 1 1 X20:20 X20:20 X28 X[0/0] X6 X36453737 X0 al = 0 END_OF_FILE if test 98 -ne `wc -c <'players/default'`; then echo shar: \"'players/default'\" unpacked with wrong size! fi # end of 'players/default' fi echo shar: End of shell archive. exit 0