From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 12:50:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7541516A4CE for ; Sat, 31 Jan 2004 12:50:26 -0800 (PST) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD6D43D39 for ; Sat, 31 Jan 2004 12:50:25 -0800 (PST) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.wop.wtb.tue.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.10/8.12.10) with ESMTP id i0VKrmcH014826; Sat, 31 Jan 2004 21:53:48 +0100 (CET) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.10/8.12.10/Submit) id i0VKrmOV014825; Sat, 31 Jan 2004 21:53:48 +0100 (CET) (envelope-from karelj) Date: Sat, 31 Jan 2004 21:53:48 +0100 From: "Karel J. Bosschaart" To: Alex Zivenko Message-ID: <20040131205348.GA14803@kayjay.xs4all.nl> References: <000201c3e836$38448b00$0400a8c0@fire> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000201c3e836$38448b00$0400a8c0@fire> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Xheretic - broken pipe??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 20:50:26 -0000 On Tue, Jan 27, 2004 at 09:30:51AM +0200, Alex Zivenko wrote: > I have ported heretic on my FreeBSD. It's running, but when it's loading - > it gives me an error > bash-2.05b$ ./xheretic > S_Init: Setting up sound. > SB_Init: Loading patches. > I_InitGraphics: using 16bit truecolor visual > Using MITSHM extension > shared memory id=1245185, addr=0x30048000 > Could not open /dev/dsp > ioctl(dsp,-1073459190,arg) failed > errno=9 > Broken pipe And what happens if you disable sound? Sorry, I don't know how to disable sound with xheretic, but my experience with other games is that they might fail to start when sound cannot be started. Karel.