From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 22:11:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 16D6B16A41F for ; Sun, 11 Sep 2005 22:11:37 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE6C43D45 for ; Sun, 11 Sep 2005 22:11:35 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j8BMBZI12324 for ; Mon, 12 Sep 2005 00:11:35 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j8BM7AK18839; Mon, 12 Sep 2005 00:07:10 +0200 Message-ID: <4324ABA0.6000302@altern.org> Date: Mon, 12 Sep 2005 00:11:44 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050904) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gregory Nou References: <43249B07.1050908@altern.org> In-Reply-To: <43249B07.1050908@altern.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Subject: Re: doom 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:11:37 -0000 Gregory Nou wrote: > Hi, > I'm currently trying to play doom3 (the complete version, not the demo > one), and I get some weird message : > > during DOOM 3 initialization... > WARNING: idFileSystemLocal::OpenFileRead: fs_caseSensitiveOS 1 could > not open /home/greg/.doom3/base/gamex86.so > 1 warnings > terminal support enabled ( use +set in_tty 0 to disabled ) > pid: 78551 > 1008 MB System Memory > guessing video ram ( use +set sys_videoRam to force ) .. > found XNVCtrl extension 1.6 > 128 MB Video Memory > Async thread started > WARNING: idFileSystemLocal::OpenFileRead: fs_caseSensitiveOS 1 could > not open /home/greg/.doom3/base/DoomConfig.cfg > Couldn't write DoomConfig.cfg. > WARNING: idFileSystemLocal::OpenFileRead: fs_caseSensitiveOS 1 could > not open /home/greg/.doom3/base/../base/doomkey > Couldn't write ../base/doomkey. > > however, I made all these files world-readable and writable. > Did some on experience the same problem ? > EDIT : I partially solved the issue by ktracing it. I've got things like that : 729 doom.x86 NAMI "/compat/linux/home/greg/.doom3/base/gamex86.so" So I linked this one to my home directory, and the strange messages disappeared. However, It still don't accept my cd key. Did someone already have this problem ?