Mailing List Archive

Doom3-demo doesn't run
Any ideas?

------ Initializing File System ------
Loaded pk4 /opt/doom3-demo/demo/demo00.pk4 with checksum 0x93fac1e4
Current search path:
/home/bdebelius/.doom3-demo/demo
/opt/doom3-demo/demo
/opt/doom3-demo/demo/demo00.pk4 (12234 files)
game DLL: 0x0 in pak: 0x0
file system initialized.
--------------------------------------

Running in restricted demo mode.

----- Initializing Decls -----
------------------------------
------- Initializing renderSystem --------
using ARB renderSystem
renderSystem initialized.
--------------------------------------
5151 strings read from strings/english.lang
Couldn't open journal files
couldn't exec editor.cfg
execing default.cfg
couldn't exec DoomConfig.cfg
couldn't exec autoexec.cfg
5151 strings read from strings/english.lang
----- Initializing Sound System ------
sound system initialized.
--------------------------------------
----- R_InitOpenGL -----
dlopen(libGL.so.1)
dlopen(libGL.so.1)
idRenderSystem::Shutdown()
Sys_Error: Unable to initialize OpenGL

--
gentoo-user@gentoo.org mailing list
Re: Doom3-demo doesn't run [ In reply to ]
On Fri, 2004-10-15 at 10:54 -0400, Debelius, Brian wrote:
> Any ideas?
>
> ------ Initializing File System ------
> Loaded pk4 /opt/doom3-demo/demo/demo00.pk4 with checksum 0x93fac1e4
> Current search path:
> /home/bdebelius/.doom3-demo/demo
> /opt/doom3-demo/demo
> /opt/doom3-demo/demo/demo00.pk4 (12234 files)
> game DLL: 0x0 in pak: 0x0
> file system initialized.
> --------------------------------------
>
> Running in restricted demo mode.
>
> ----- Initializing Decls -----
> ------------------------------
> ------- Initializing renderSystem --------
> using ARB renderSystem
> renderSystem initialized.
> --------------------------------------
> 5151 strings read from strings/english.lang
> Couldn't open journal files
> couldn't exec editor.cfg
> execing default.cfg
> couldn't exec DoomConfig.cfg
> couldn't exec autoexec.cfg
> 5151 strings read from strings/english.lang
> ----- Initializing Sound System ------
> sound system initialized.
> --------------------------------------
> ----- R_InitOpenGL -----
> dlopen(libGL.so.1)
> dlopen(libGL.so.1)
> idRenderSystem::Shutdown()
> Sys_Error: Unable to initialize OpenGL
>
> --
> gentoo-user@gentoo.org mailing list
>

>From a response to a bug I filed:

"Try LD_PRELOAD=/usr/lib/libGL.so.1 doom3-demo and see if it works. (It
is in the FAQ from id)"

I don't know why we have to do this, but it works for me. (the game just
runs god-awful, though).
--
fire-eyes <sgtphou@fire-eyes.dynup.net>
-


--
gentoo-user@gentoo.org mailing list
Re: Doom3-demo doesn't run [ In reply to ]
Debelius, Brian wrote:
> Any ideas?
>
> ------ Initializing File System ------
> Loaded pk4 /opt/doom3-demo/demo/demo00.pk4 with checksum 0x93fac1e4
> Current search path:
> /home/bdebelius/.doom3-demo/demo
> /opt/doom3-demo/demo
> /opt/doom3-demo/demo/demo00.pk4 (12234 files)
> game DLL: 0x0 in pak: 0x0
> file system initialized.
> --------------------------------------
>
> Running in restricted demo mode.
>
> ----- Initializing Decls -----
> ------------------------------
> ------- Initializing renderSystem --------
> using ARB renderSystem
> renderSystem initialized.
> --------------------------------------
> 5151 strings read from strings/english.lang
> Couldn't open journal files
> couldn't exec editor.cfg
> execing default.cfg
> couldn't exec DoomConfig.cfg
> couldn't exec autoexec.cfg
> 5151 strings read from strings/english.lang
> ----- Initializing Sound System ------
> sound system initialized.
> --------------------------------------
> ----- R_InitOpenGL -----
> dlopen(libGL.so.1)
> dlopen(libGL.so.1)
> idRenderSystem::Shutdown()
> Sys_Error: Unable to initialize OpenGL
>

Well, that "unable to initialize OpenGL" line would seem to be the place
to start.

Also gotta wonder about those several 'couldn't exec *.cfg' errors, but
maybe that's a 'demo' thing, since some of the files exec fine.

Anyway back to the OpenGL thing.... what video card? what drivers? is
direct rendering on? have you run opengl-update today?

Holly


--
gentoo-user@gentoo.org mailing list
Re: Doom3-demo doesn't run [ In reply to ]
On Fri, 2004-10-15 at 10:54 -0400, Debelius, Brian wrote:
> Any ideas?

Make sure you running at 24 bit depth. Doom3 doesn't work at 16

/Line72

--
Mark <line72> Dillavou <mlists@charter.net>


--
gentoo-user@gentoo.org mailing list