From owner-freebsd-questions Mon May 17 7: 7:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wolf.cian.net (tnt-3-52.easynet.co.uk [195.40.202.52]) by hub.freebsd.org (Postfix) with ESMTP id 44FF2153B6 for ; Mon, 17 May 1999 07:07:43 -0700 (PDT) (envelope-from c.raven@ukonline.co.uk) Received: from ukonline.co.uk (chris@localhost [127.0.0.1]) by wolf.cian.net (8.8.7/8.8.7) with ESMTP id PAA02743; Mon, 17 May 1999 15:10:23 +0100 Message-ID: <3740234F.726292AE@ukonline.co.uk> Date: Mon, 17 May 1999 14:10:23 +0000 From: "C. Raven" Organization: CIAN X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.0.36 i586) X-Accept-Language: en MIME-Version: 1.0 To: Stefan `Sec` Zehl Cc: freebsd-questions@freebsd.org Subject: Re: quake(2) on freebsd-3-stable References: <19990517130008.A14808@matrix.42.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stefan `Sec` Zehl wrote: > > I now have successfully gotten q3test to work, but q2 still wont do it's > part :( > > The problem I'm having right now looks like this: > > btl:/compat/linux/usr/local/games/quake2#LD_LIBRARY_PATH=../qkHackLib-v0.5 \ > ./quake2 +set vid_ref gl > Added packfile ./baseq2/pak0.pak (3307 files) > Added packfile ./baseq2/pak1.pak (279 files) > Added packfile ./baseq2/pak2.pak (2 files) > execing default.cfg > couldn't exec config.cfg > Console initialized. > > ------- sound initialization ------- > /dev/dsp: Invalid argument > Could not open /dev/dsp > ------- Loading ref_gl.so ------- > ./quake2: can't resolve symbol '__infinity' > ./quake2: can't resolve symbol '__sF' > ./quake2: can't resolve symbol '__sF' > ./quake2: can't resolve symbol 'qqkHackSwapBuffers' > ./quake2: can't resolve symbol 'qqkHackGetCurrentContext' > ./quake2: can't resolve symbol 'qqkHackMakeCurrent' > ./quake2: can't resolve symbol 'qqkHackCreateContext' > ./quake2: can't resolve symbol 'qqkHack3DfxSetPltEXT' > ./quake2: can't resolve symbol 'qqkHackCreateBestContext' > ./quake2: can't resolve symbol 'qqkHackDestroyContext' > LoadLibrary("ref_gl.so") failed: Unable to resolve symbol > ------- Loading ref_soft.so ------- > svgalib: Configuration file /etc/vga/libvga.config not found. > svgalib: Assuming Microsoft mouse. > svgalib: Assuming low end SVGA/8514 monitor (35.5 KHz). > loop 0 > errno 25 > fd 0 failed to get VT_GETMODE > loop 1 > errno 25 > fd 1 failed to get VT_GETMODE > loop 2 > errno 25 > fd 2 failed to get VT_GETMODE > svgalib VT_OPENQRY 1 > not an error vc number -1 > vc number -1 > about to open /dev/ttyv-1 > Not running in a graphics capable console, > and unable to find one. > svgalib: Cannot open /dev/mem. > > does that look somehow similar to any of you ? > > CU, > Sec > -- > If a trainstation is where a train stops, what is a workstation? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Are you running it from within X or an empty login? I find this 'type' of error occurs if I try running squake under X. It want its own vanilla login, DOS style. Cheers, CR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message