Hi,
(I apologize for this huge email in advance...)
I've been trying to get the sound going in Quake3 since I installed
LM8.2 but without success... (note: it works fine with the sound
disabled at startup).
It works fine in LM8.1
I do not have esd running.
I've tried to "strace -f ./quake.x86" and I can see the seg fault
happening but I can't interpret it... OK it tries to open /dev/dsp and
then what?
Any help much appreciated ;) I've ordered RTCW and I suspect I will have
the same problem.
On the funny side: Isn't that weird to have to reboot to LM8.1 to play a
game instead of Windows :)
Output of running "./quake3"
============================
[frederic@wallaby quake3]$ ./quake3
Q3 1.30 linux-i386 Sep 27 2001
----- FS_Startup -----
Current search path:
/home/frederic/.q3a/baseq3
/opt/games/quake3/baseq3/pak6.pk3 (64 files)
/opt/games/quake3/baseq3/pak5.pk3 (7 files)
/opt/games/quake3/baseq3/pak4.pk3 (272 files)
/opt/games/quake3/baseq3/pak3.pk3 (4 files)
/opt/games/quake3/baseq3/pak2.pk3 (148 files)
/opt/games/quake3/baseq3/pak1.pk3 (26 files)
/opt/games/quake3/baseq3/pak0.pk3 (3539 files)
/opt/games/quake3/baseq3
./quake3.x86/baseq3
----------------------
4060 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
Joystick is not active.
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so: Initializing OpenGL display
...setting mode 8: 1280 1024
Using XFree86-VidModeExtension Version 2.1
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 1280x1024
Using 4/4/4 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: GeForce 256/AGP/SSE
Initializing OpenGL extensions
...ignoring GL_S3_s3tc
...ignoring GL_EXT_texture_env_add
...using GL_ARB_multitexture
...using GL_EXT_compiled_vertex_array
XF86 Gamma extension initialized
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce 256/AGP/SSE
GL_VERSION: 1.3.1 NVIDIA 28.80
GL_EXTENSIONS: GL_ARB_imaging GL_ARB_multitexture
GL_ARB_texture_compression GL_ARB_texture_cube_map
GL_ARB_texture_env_add GL_ARB_texture_env_combine
GL_ARB_texture_env_dot3 GL_ARB_transpose_matrix GL_S3_s3tc GL_EXT_abgr
GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract
GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array
GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays
GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_point_parameters
GL_EXT_rescale_normal GL_EXT_secondary_color
GL_EXT_separate_specular_color GL_EXT_shared_texture_palette
GL_EXT_stencil_wrap GL_EXT_texture_compression_s3tc
GL_EXT_texture_edge_clamp GL_EXT_texture_env_add
GL_EXT_texture_env_combine GL_EXT_texture_env_dot3
GL_EXT_texture_cube_map GL_EXT_texture_filter_anisotropic
GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_object
GL_EXT_vertex_array GL_EXT_vertex_weighting
GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square
GL_NV_evaluators GL_NV_fence GL_NV_fog_distance GL_NV_light_max_exponent
GL_NV_packed_depth_stencil GL_NV_register_combiners GL_NV_texgen_emboss
GL_NV_texgen_reflection GL_NV_texture_env_combine4
GL_NV_texture_rectangle GL_NV_vertex_array_range
GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1
GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_lod
GL_MAX_TEXTURE_SIZE: 2048
GL_MAX_ACTIVE_TEXTURES_ARB: 2
PIXELFORMAT: color(32-bits) Z(16-bit) stencil(0-bits)
MODE: 8, 1280 x 1024 fullscreen hz:N/A
GAMMA: hardware w/ 0 overbright bits
CPU:
rendering primitives: single glDrawElements
texturemode: GL_LINEAR_MIPMAP_LINEAR
picmip: 0
texture bits: 32
multitexture: enabled
compiled vertex arrays: enabled
texenv add: disabled
compressed textures: disabled
HACK: using vertex lightmap approximation
Initializing Shaders
...loading 'scripts/lightningnew.shader'
...loading 'scripts/explode1.shader'
...loading 'scripts/gfx.shader'
...loading 'scripts/tim.shader'
...loading 'scripts/base.shader'
...loading 'scripts/base_button.shader'
...loading 'scripts/base_floor.shader'
...loading 'scripts/base_light.shader'
...loading 'scripts/base_object.shader'
...loading 'scripts/base_support.shader'
...loading 'scripts/base_trim.shader'
...loading 'scripts/base_wall.shader'
...loading 'scripts/common.shader'
...loading 'scripts/ctf.shader'
...loading 'scripts/eerie.shader'
...loading 'scripts/gothic_block.shader'
...loading 'scripts/gothic_floor.shader'
...loading 'scripts/gothic_light.shader'
...loading 'scripts/gothic_trim.shader'
...loading 'scripts/gothic_wall.shader'
...loading 'scripts/hell.shader'
...loading 'scripts/liquid.shader'
...loading 'scripts/menu.shader'
...loading 'scripts/models.shader'
...loading 'scripts/organics.shader'
...loading 'scripts/sfx.shader'
...loading 'scripts/shrine.shader'
...loading 'scripts/skin.shader'
...loading 'scripts/sky.shader'
...loading 'scripts/test.shader'
----- finished R_Init -----
------- sound initialization -------
------------------------------------
Received signal 11, exiting...
[frederic@wallaby quake3]$
Output of running "strace -f ./quake3.x86"
==========================================
write(2, "Initializing Shaders\n", 21Initializing Shaders
) = 21
open("/home/frederic/.q3a/baseq3/scripts",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file
or directory)
open("/opt/games/quake3/baseq3/scripts",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file
or directory)
open("./quake3.x86/baseq3/scripts",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a
directory)
write(2, "...loading \'scripts/lightningnew"..., 41...loading
'scripts/lightningnew.shader'
) = 41
open("/home/frederic/.q3a/baseq3/scripts/lightningnew.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(9, 7340032, [7340032], SEEK_SET) = 0
read(9, "\376\344\232\375\257n\373\223\27\364e-\230\23 \317\310"...,
4096) = 4096
_llseek(9, 466944, [466944], SEEK_SET) = 0
read(9, "\16B\374_\277q8d\341e\211!\261v\17\363\207\212\352\272"...,
4096) = 4096
_llseek(9, 471040, [471040], SEEK_SET) = 0
write(2, "...loading \'scripts/explode1.sha"..., 37...loading
'scripts/explode1.shader'
) = 37
open("/home/frederic/.q3a/baseq3/scripts/explode1.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(9, 7344128, [7344128], SEEK_SET) = 0
read(9, "\255\t\16\0\334\2417\0\23\0\0\0\0\0\0\0\0\0 \0\266\201"...,
4096) = 2756
_llseek(9, 7024640, [7024640], SEEK_SET) = 0
read(9, ">\237\327\244_\356;\215:\207\316+cg\255\273\f\253\361\304"...,
4096) = 4096
_llseek(9, 7028736, [7028736], SEEK_SET) = 0
write(2, "...loading \'scripts/gfx.shader\'\n", 32...loading
'scripts/gfx.shader'
) = 32
open("/home/frederic/.q3a/baseq3/scripts/gfx.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(8, 191872, [191872], SEEK_SET) = 0
_llseek(8, 184320, [184320], SEEK_SET) = 0
read(8, "\247EG\344\3\360E\374\341\235\304A\245\263p\364$\354\214"...,
4096) = 4096
_llseek(8, 188416, [188416], SEEK_SET) = 0
read(8, "\350%T\247:\0t\v\353\377\rIc\263f\7\251N\36t\7\5\35T\377"...,
4096) = 3456
write(2, "...loading \'scripts/tim.shader\'\n", 32...loading
'scripts/tim.shader'
) = 32
open("/home/frederic/.q3a/baseq3/scripts/tim.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(5, 7511182, [7511182], SEEK_SET) = 0
_llseek(5, 6483968, [6483968], SEEK_SET) = 0
read(5, "tf.arena\253\346\345\312M,P\300\6\224\n\215K\362K\213\362"...,
4096) = 4096
_llseek(5, 6488064, [6488064], SEEK_SET) = 0
write(2, "...loading \'scripts/base.shader\'"..., 33...loading
'scripts/base.shader'
) = 33
open("/home/frederic/.q3a/baseq3/scripts/base.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100061184, [100061184], SEEK_SET) = 0
read(3, "d3\n\0 \0\0\0\0\0\1\0\30\0V\356\226\277\2334\277\1X\214"...,
4096) = 4096
_llseek(3, 100065280, [100065280], SEEK_SET) = 0
write(2, "...loading \'scripts/base_button."..., 40...loading
'scripts/base_button.shader'
) = 40
open("/home/frederic/.q3a/baseq3/scripts/base_button.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100061184, [100061184], SEEK_SET) = 0
read(3, "d3\n\0 \0\0\0\0\0\1\0\30\0V\356\226\277\2334\277\1X\214"...,
4096) = 4096
_llseek(3, 100065280, [100065280], SEEK_SET) = 0
write(2, "...loading \'scripts/base_floor.s"..., 39...loading
'scripts/base_floor.shader'
) = 39
open("/home/frederic/.q3a/baseq3/scripts/base_floor.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100061184, [100061184], SEEK_SET) = 0
read(3, "d3\n\0 \0\0\0\0\0\1\0\30\0V\356\226\277\2334\277\1X\214"...,
4096) = 4096
_llseek(3, 100065280, [100065280], SEEK_SET) = 0
read(3, "\315\224\16\230\v\243\2434\210\2039\374\270\362mp>1\314"...,
4096) = 4096
write(2, "...loading \'scripts/base_light.s"..., 39...loading
'scripts/base_light.shader'
) = 39
open("/home/frederic/.q3a/baseq3/scripts/base_light.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100065280, [100065280], SEEK_SET) = 0
read(3, "\315\224\16\230\v\243\2434\210\2039\374\270\362mp>1\314"...,
4096) = 4096
_llseek(3, 100069376, [100069376], SEEK_SET) = 0
read(3, "\277\215Z\235\313\307\27\vRE\362\330WIIW\362\351Ve\223"...,
4096) = 4096
write(2, "...loading \'scripts/base_object."..., 40...loading
'scripts/base_object.shader'
) = 40
open("/home/frederic/.q3a/baseq3/scripts/base_object.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100069376, [100069376], SEEK_SET) = 0
read(3, "\277\215Z\235\313\307\27\vRE\362\330WIIW\362\351Ve\223"...,
4096) = 4096
_llseek(3, 100073472, [100073472], SEEK_SET) = 0
write(2, "...loading \'scripts/base_support"..., 41...loading
'scripts/base_support.shader'
) = 41
open("/home/frederic/.q3a/baseq3/scripts/base_support.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100069376, [100069376], SEEK_SET) = 0
read(3, "\277\215Z\235\313\307\27\vRE\362\330WIIW\362\351Ve\223"...,
4096) = 4096
_llseek(3, 100073472, [100073472], SEEK_SET) = 0
write(2, "...loading \'scripts/base_trim.sh"..., 38...loading
'scripts/base_trim.shader'
) = 38
open("/home/frederic/.q3a/baseq3/scripts/base_trim.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100069376, [100069376], SEEK_SET) = 0
read(3, "\277\215Z\235\313\307\27\vRE\362\330WIIW\362\351Ve\223"...,
4096) = 4096
_llseek(3, 100073472, [100073472], SEEK_SET) = 0
read(3, "|5H\22Qd\372\325[\213\317[\374\216\266\266\222\'\0sD\242"...,
4096) = 4096
write(2, "...loading \'scripts/base_wall.sh"..., 38...loading
'scripts/base_wall.shader'
) = 38
open("/home/frederic/.q3a/baseq3/scripts/base_wall.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100073472, [100073472], SEEK_SET) = 0
read(3, "|5H\22Qd\372\325[\213\317[\374\216\266\266\222\'\0sD\242"...,
4096) = 4096
_llseek(3, 100077568, [100077568], SEEK_SET) = 0
read(3, "\274(\304M_\230s\37S\255k\356\217k4\333\335f\310\276T\323"...,
4096) = 4096
write(2, "...loading \'scripts/common.shade"..., 35...loading
'scripts/common.shader'
) = 35
open("/home/frederic/.q3a/baseq3/scripts/common.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100077568, [100077568], SEEK_SET) = 0
read(3, "\274(\304M_\230s\37S\255k\356\217k4\333\335f\310\276T\323"...,
4096) = 4096
_llseek(3, 100081664, [100081664], SEEK_SET) = 0
write(2, "...loading \'scripts/ctf.shader\'\n", 32...loading
'scripts/ctf.shader'
) = 32
open("/home/frederic/.q3a/baseq3/scripts/ctf.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100077568, [100077568], SEEK_SET) = 0
read(3, "\274(\304M_\230s\37S\255k\356\217k4\333\335f\310\276T\323"...,
4096) = 4096
_llseek(3, 100081664, [100081664], SEEK_SET) = 0
write(2, "...loading \'scripts/eerie.shader"..., 34...loading
'scripts/eerie.shader'
) = 34
open("/home/frederic/.q3a/baseq3/scripts/eerie.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100077568, [100077568], SEEK_SET) = 0
read(3, "\274(\304M_\230s\37S\255k\356\217k4\333\335f\310\276T\323"...,
4096) = 4096
_llseek(3, 100081664, [100081664], SEEK_SET) = 0
read(3, "\300\242\26\252\31MQ\212\301\371%\2344\322\253@\341\314"...,
4096) = 4096
write(2, "...loading \'scripts/gothic_block"..., 41...loading
'scripts/gothic_block.shader'
) = 41
open("/home/frederic/.q3a/baseq3/scripts/gothic_block.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100085760, [100085760], SEEK_SET) = 0
read(3, "\7\350\226\3234\2\313sO\222\20\371D&\230yJ8\263\177|\257"...,
4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
write(2, "...loading \'scripts/gothic_floor"..., 41...loading
'scripts/gothic_floor.shader'
) = 41
open("/home/frederic/.q3a/baseq3/scripts/gothic_floor.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100085760, [100085760], SEEK_SET) = 0
read(3, "\7\350\226\3234\2\313sO\222\20\371D&\230yJ8\263\177|\257"...,
4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
write(2, "...loading \'scripts/gothic_light"..., 41...loading
'scripts/gothic_light.shader'
) = 41
open("/home/frederic/.q3a/baseq3/scripts/gothic_light.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100085760, [100085760], SEEK_SET) = 0
read(3, "\7\350\226\3234\2\313sO\222\20\371D&\230yJ8\263\177|\257"...,
4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
read(3, "\354:1\225\2364\277\1\362\274g\211\2334\277\1\355\334["...,
4096) = 4096
write(2, "...loading \'scripts/gothic_trim."..., 40...loading
'scripts/gothic_trim.shader'
) = 40
open("/home/frederic/.q3a/baseq3/scripts/gothic_trim.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
read(3, "\354:1\225\2364\277\1\362\274g\211\2334\277\1\355\334["...,
4096) = 4096
_llseek(3, 100093952, [100093952], SEEK_SET) = 0
write(2, "...loading \'scripts/gothic_wall."..., 40...loading
'scripts/gothic_wall.shader'
) = 40
open("/home/frederic/.q3a/baseq3/scripts/gothic_wall.shader", O_RDONLY)
= -1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
read(3, "\354:1\225\2364\277\1\362\274g\211\2334\277\1\355\334["...,
4096) = 4096
_llseek(3, 100093952, [100093952], SEEK_SET) = 0
write(2, "...loading \'scripts/hell.shader\'"..., 33...loading
'scripts/hell.shader'
) = 33
open("/home/frederic/.q3a/baseq3/scripts/hell.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100089856, [100089856], SEEK_SET) = 0
read(3, "\354:1\225\2364\277\1\362\274g\211\2334\277\1\355\334["...,
4096) = 4096
_llseek(3, 100093952, [100093952], SEEK_SET) = 0
read(3, "\375\355\375\203\371\361\327\315\303\375a!\334\24m\240"...,
4096) = 4096
write(2, "...loading \'scripts/liquid.shade"..., 35...loading
'scripts/liquid.shader'
) = 35
open("/home/frederic/.q3a/baseq3/scripts/liquid.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100093952, [100093952], SEEK_SET) = 0
read(3, "\375\355\375\203\371\361\327\315\303\375a!\334\24m\240"...,
4096) = 4096
_llseek(3, 100098048, [100098048], SEEK_SET) = 0
read(3, "X@\2$\337s\37\326FL)}\234x/iM\330\264\364\232\2606?t\271"...,
4096) = 4096
write(2, "...loading \'scripts/menu.shader\'"..., 33...loading
'scripts/menu.shader'
) = 33
open("/home/frederic/.q3a/baseq3/scripts/menu.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100098048, [100098048], SEEK_SET) = 0
read(3, "X@\2$\337s\37\326FL)}\234x/iM\330\264\364\232\2606?t\271"...,
4096) = 4096
_llseek(3, 100102144, [100102144], SEEK_SET) = 0
write(2, "...loading \'scripts/models.shade"..., 35...loading
'scripts/models.shader'
) = 35
open("/home/frederic/.q3a/baseq3/scripts/models.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100098048, [100098048], SEEK_SET) = 0
read(3, "X@\2$\337s\37\326FL)}\234x/iM\330\264\364\232\2606?t\271"...,
4096) = 4096
_llseek(3, 100102144, [100102144], SEEK_SET) = 0
read(3, "HO\312\317\260\367\347\375\34\2078\325\340\"ZU\351-\336"...,
4096) = 4096
read(3, "H\272y\251\263\243\3654\345\202\205\336\304n\331\n\35a"...,
4096) = 4096
write(2, "...loading \'scripts/organics.sha"..., 37...loading
'scripts/organics.shader'
) = 37
open("/home/frederic/.q3a/baseq3/scripts/organics.shader", O_RDONLY) =
-1 ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100106240, [100106240], SEEK_SET) = 0
read(3, "H\272y\251\263\243\3654\345\202\205\336\304n\331\n\35a"...,
4096) = 4096
_llseek(3, 100110336, [100110336], SEEK_SET) = 0
write(2, "...loading \'scripts/sfx.shader\'\n", 32...loading
'scripts/sfx.shader'
) = 32
open("/home/frederic/.q3a/baseq3/scripts/sfx.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100106240, [100106240], SEEK_SET) = 0
read(3, "H\272y\251\263\243\3654\345\202\205\336\304n\331\n\35a"...,
4096) = 4096
_llseek(3, 100110336, [100110336], SEEK_SET) = 0
read(3, "/L}vm\317>\244F\277\2777\274\25\374\177\0\\\376\347\366"...,
4096) = 4096
read(3, "\207\233I\204\365\330(\6\314\222\245\332\264\223\240<\305"...,
4096) = 4096
write(2, "...loading \'scripts/shrine.shade"..., 35...loading
'scripts/shrine.shader'
) = 35
open("/home/frederic/.q3a/baseq3/scripts/shrine.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100114432, [100114432], SEEK_SET) = 0
read(3, "\207\233I\204\365\330(\6\314\222\245\332\264\223\240<\305"...,
4096) = 4096
_llseek(3, 100118528, [100118528], SEEK_SET) = 0
read(3, "r,\16\371\212\355w\371\271\370\264\35x\4\310\235\237\363"...,
4096) = 4096
write(2, "...loading \'scripts/skin.shader\'"..., 33...loading
'scripts/skin.shader'
) = 33
open("/home/frederic/.q3a/baseq3/scripts/skin.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100118528, [100118528], SEEK_SET) = 0
read(3, "r,\16\371\212\355w\371\271\370\264\35x\4\310\235\237\363"...,
4096) = 4096
_llseek(3, 100122624, [100122624], SEEK_SET) = 0
write(2, "...loading \'scripts/sky.shader\'\n", 32...loading
'scripts/sky.shader'
) = 32
open("/home/frederic/.q3a/baseq3/scripts/sky.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100118528, [100118528], SEEK_SET) = 0
read(3, "r,\16\371\212\355w\371\271\370\264\35x\4\310\235\237\363"...,
4096) = 4096
_llseek(3, 100122624, [100122624], SEEK_SET) = 0
read(3, "\214\30{\214\f4\305N\336\341-\330\266\347O\36\0y\315?<"...,
4096) = 4096
write(2, "...loading \'scripts/test.shader\'"..., 33...loading
'scripts/test.shader'
) = 33
open("/home/frederic/.q3a/baseq3/scripts/test.shader", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479350784, [479350784], SEEK_SET) = 0
read(3, "cketl/f_rocketl.jpgPK\1\2\31\0\24\0\2\0\10\0d"..., 4096) = 4096
_llseek(3, 100122624, [100122624], SEEK_SET) = 0
read(3, "\214\30{\214\f4\305N\336\341-\330\266\347O\36\0y\315?<"...,
4096) = 4096
_llseek(3, 100126720, [100126720], SEEK_SET) = 0
open("/home/frederic/.q3a/baseq3/gfx/misc/flare.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/games/quake3/baseq3/gfx/misc/flare.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
open("./quake3.x86/baseq3/gfx/misc/flare.tga", O_RDONLY) = -1 ENOTDIR
(Not a directory)
open("/home/frederic/.q3a/baseq3/gfx/misc/flare.jpg", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479236096, [479236096], SEEK_SET) = 0
read(3, "p.jpgPK\1\2\31\0\n\0\0\0\0\0m\255u\'\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
_llseek(3, 827392, [827392], SEEK_SET) = 0
read(3, "\237\276s\363\334\277\1PK\3\4\24\0\2\0\10\0Y\261u\'f\4"...,
4096) = 4096
_llseek(3, 831488, [831488], SEEK_SET) = 0
read(3, "\321\265{k\315\361~!\224\363\331\320\252U\217\314|\335"...,
4096) = 4096
brk(0x890a000) = 0x890a000
brk(0x890b000) = 0x890b000
ioctl(12, 0xc0044635, 0xbfffed88) = 0
open("/home/frederic/.q3a/baseq3/gfx/misc/sun.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/games/quake3/baseq3/gfx/misc/sun.tga", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("./quake3.x86/baseq3/gfx/misc/sun.tga", O_RDONLY) = -1 ENOTDIR (Not
a directory)
open("/home/frederic/.q3a/baseq3/gfx/misc/sun.jpg", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479236096, [479236096], SEEK_SET) = 0
read(3, "p.jpgPK\1\2\31\0\n\0\0\0\0\0m\255u\'\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
_llseek(3, 950272, [950272], SEEK_SET) = 0
read(3, "\f\32\332\277co\314\200\367\221\371\213k^\3039\30283\313"...,
4096) = 4096
_llseek(3, 954368, [954368], SEEK_SET) = 0
brk(0x890c000) = 0x890c000
brk(0x8911000) = 0x8911000
ioctl(12, 0xc0044635, 0xbfffed98) = 0
write(2, "----- finished R_Init -----\n", 28----- finished R_Init -----
) = 28
brk(0x8912000) = 0x8912000
open("/home/frederic/.q3a/baseq3/gfx/2d/bigchars.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479236096, [479236096], SEEK_SET) = 0
read(3, "p.jpgPK\1\2\31\0\n\0\0\0\0\0m\255u\'\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
_llseek(3, 737280, [737280], SEEK_SET) = 0
read(3, "q\221\204P\231p\22\314\246\17)\256\226_tk\221j^x\224\363"...,
4096) = 4096
_llseek(3, 741376, [741376], SEEK_SET) = 0
read(3, "\300\177y\356\227\371\273\35)\3\350d\20\323\374]C\214%"...,
8192) = 8192
read(3, "@\27\271\341 \213\330\356\5^D\350\277\35\315\372uL\360"...,
4096) = 4096
old_mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4d22a000
ioctl(12, 0xc0044635, 0xbfffedd8) = 0
open("/home/frederic/.q3a/baseq3/gfx/misc/console01.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479236096, [479236096], SEEK_SET) = 0
read(3, "p.jpgPK\1\2\31\0\n\0\0\0\0\0m\255u\'\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
_llseek(3, 806912, [806912], SEEK_SET) = 0
read(3, "\346\377\7\340\346_\267\275TX.uJ\215zlu\241T-\304\311\377"...,
4096) = 4096
_llseek(3, 811008, [811008], SEEK_SET) = 0
read(3, "\361W\177\215O\367\203\27\364\357\364\1g_\357\245\371\361"...,
16384) = 16384
read(3, "\237\276s\363\334\277\1PK\3\4\24\0\2\0\10\0Y\261u\'f\4"...,
4096) = 4096
brk(0x8913000) = 0x8913000
brk(0x8924000) = 0x8924000
ioctl(12, 0xc0044635, 0xbfffedd8) = 0
open("/home/frederic/.q3a/baseq3/gfx/misc/console02.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/games/quake3/baseq3/gfx/misc/console02.tga", O_RDONLY) = -1
ENOENT (No such file or directory)
open("./quake3.x86/baseq3/gfx/misc/console02.tga", O_RDONLY) = -1
ENOTDIR (Not a directory)
open("/home/frederic/.q3a/baseq3/gfx/misc/console02.jpg", O_RDONLY) = -1
ENOENT (No such file or directory)
_llseek(3, 479236096, [479236096], SEEK_SET) = 0
read(3, "p.jpgPK\1\2\31\0\n\0\0\0\0\0m\255u\'\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
_llseek(3, 827392, [827392], SEEK_SET) = 0
read(3, "\237\276s\363\334\277\1PK\3\4\24\0\2\0\10\0Y\261u\'f\4"...,
4096) = 4096
_llseek(3, 831488, [831488], SEEK_SET) = 0
brk(0x8935000) = 0x8935000
ioctl(12, 0xc0044635, 0xbfffedd8) = 0
write(2, "\n------- sound initialization --"..., 38
------- sound initialization -------
) = 38
setresuid32(0xffffffff, 0x1f5, 0xffffffff) = 0
open("/dev/dsp", O_RDWR) = 14
getuid32() = 501
setresuid32(0xffffffff, 0x1f5, 0xffffffff) = 0
ioctl(14, SNDCTL_DSP_GETCAPS, 0xbffff5d4) = 0
ioctl(14, SOUND_PCM_READ_RATE, 0x8161e8c) = 0
ioctl(14, SNDCTL_DSP_STEREO, 0xbffff5cc) = 0
ioctl(14, SOUND_PCM_READ_RATE, 0x878c1f4) = 0
ioctl(14, SOUND_PCM_READ_BITS, 0xbffff5c8) = 0
ioctl(14, SNDCTL_DSP_GETOSPACE, 0xbffff5e0) = 0
old_mmap(NULL, 65536, PROT_WRITE, MAP_SHARED, 14, 0) = 0x4d26b000
ioctl(14, SNDCTL_DSP_SETTRIGGER, 0xbffff5cc) = 0
ioctl(14, SNDCTL_DSP_SETTRIGGER, 0xbffff5cc) = 0
write(2, "--------------------------------"...,
37------------------------------------
) = 37
--- SIGSEGV (Segmentation fault) ---
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4d27b000
write(1, "Received signal 11, exiting...\n", 31Received signal 11,
exiting...
) = 31
getpid() = 8770
write(10, "\210\17\10\0\0\0\200\3\20\'\0\0\20\'\0\0\20\'\0\0+I\1\0"...,
68) = 68
read(10, "\1q3\0\0\0\0\0\1\0\0\0\3\0\357\276\v\0\357\276\350Ls\10"...,
32) = 32
munmap(0x4d229000, 256) = 0
munmap(0x40028000, 1024) = 0
munmap(0x40029000, 1024) = 0
munmap(0x4002a000, 1024) = 0
munmap(0x44af6000, 1024) = 0
munmap(0x44af7000, 1024) = 0
munmap(0x44af8000, 1024) = 0
munmap(0x44af9000, 1024) = 0
munmap(0x44afa000, 1024) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
munmap(0x4d22a000, 266240) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
ioctl(12, 0xc0044635, 0xbffff0ac) = 0
brk(0x8905000) = 0x8905000
brk(0x88d8000) = 0x88d8000
munmap(0x4cfa4000, 262144) = 0
munmap(0x4cfe4000, 266240) = 0
write(10, "\200\4\2\0\3\0\200\3\4\'\2\0\2\0\200\3\210\0\1\0", 20) = 20
read(10, "\22\3655\0\2\0\200\3\2\0\200\3\0\365\31@\200\367\377\277"...,
32) = 32
read(10, "\21\3315\0\2\0\200\3\2\0\200\3\214\31\32@@\331z\10\240"...,
32) = 32
read(10, "\1\0006\0\0\0\0\0\2\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(10, "\210\16\2\0\2\0\0\0\210\n\r\0\0\0\0\0\4\27\3\0@\6\200\6"...,
104) = 104
read(10, 0xbffff1fc, 32) = -1 EAGAIN (Resource
temporarily unavailable)
select(11, [10], NULL, NULL, NULL) = 1 (in [10])
read(10, "\1\1;\0\0\0\0\0\n\0\0\3\0\0\0\0\0\0\0\0\1\0\0\0xqw\10\250"...,
32) = 32
shutdown(10, 2 /* send and receive */) = 0
close(10) = 0
_exit(0) = ?
--
\|||/
( / \ )
( O O )
______________________oOOo-( )-oOOo__________________________________
Frederic P. Soulier [EMAIL PROTECTED]
OpenPGP key available on http://www.keyserver.net
1024D/BA6700ED 49A6 8E8E 4230 8D41 1ADE B649 3203 1DD2 BA67 00ED
LM 8.2 / Current Linux kernel 2.4.18-6mdksmp
______________________________Oooo___________________________________
oooO ( )
( ) ) /
\ ( (_/
\_)
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com