On Mon, Nov 22, 2004 at 04:21:08PM +0000, John Popplewell wrote: > On Mon, Nov 22, 2004 at 02:55:42AM -0500, Patrick Nolan wrote: > > Thanks, The no sound option worked. Any ideas now on how to make sound > > work? > > > Does sound work in the game itself? > Have you seen this short guide about enabling sound on Windows Terminal Services? http://www.visualwin.com/Audio-Mapping/
Also, which Terminal Services client and version are you using? cheers, John. > As a total shot in the dark: you could try using the 'waveout' drivers > instead of the default 'dsound' drivers. > > To do this, you need to set an environment variable that will be picked > up by the SDL library in Tux Paint. > > SDL_AUDIODRIVER=waveout > > Here is some SDL documentation: > http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fenvvars?action=highlight&value=windib > > It might be easiest to test from a console (DOS-box) if you are able to > launch applications from the console. Using something like this: > > C:\> set SDL_AUDIODRIVER=waveout > C:\> tuxpaint > > I've no idea if this will work or not, but it's probably worth a try. > Good luck, > > cheers, > John. > > > Thanks, > > > > Patrick > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of John Popplewell > > Sent: Sunday, November 21, 2004 10:43 PM > > To: Developmental mailing list for Tux Paint, a drawing program for > > young children. > > Subject: Re: [Tuxpaint-dev] [PATCH] misc fixes > > > > On Sun, Nov 21, 2004 at 06:49:50PM -0800, Bill Kendrick wrote: > > > On Sun, Nov 21, 2004 at 09:14:31PM -0500, Patrick Nolan wrote: > > > > I didn't have any luck installing the application in terminal > > services > > > > install mode. The app still freezes when you exit. > > > > > > > > Does anyone have any ideas? > > > > > > Unfortunately, I have none. Perhaps someone out here who's more > > familiar > > > with Windows (and/or Terminal Services) can give Patrick some > > suggestions > > > as to ways he can help us debug this...? > > > > > I don't have any experience with Terminal services, but I had a hang on > > exit a while back that turned out to be related to a corrupted sound > > installation. > > > > I think it was Win2000 or WinXP. It was hanging in wait_for_sfx(). > > > > What happens if you use the --nosound option? > > > > cheers, > > John. > > > > > > > -bill! > > > _______________________________________________ > > > Tuxpaint-dev mailing list > > > [EMAIL PROTECTED] > > > http://tux4kids.net/mailman/listinfo/tuxpaint-dev > > _______________________________________________ > > Tuxpaint-dev mailing list > > [EMAIL PROTECTED] > > http://tux4kids.net/mailman/listinfo/tuxpaint-dev > > > > > > _______________________________________________ > > Tuxpaint-dev mailing list > > [EMAIL PROTECTED] > > http://tux4kids.net/mailman/listinfo/tuxpaint-dev > _______________________________________________ > Tuxpaint-dev mailing list > [EMAIL PROTECTED] > http://tux4kids.net/mailman/listinfo/tuxpaint-dev _______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
