Closed GoogleCodeExporter closed 9 years ago
try this patch, see if it fixes it
Original comment by I.Am.Gew...@gmail.com
on 5 Aug 2008 at 10:28
Attachments:
google knows theres an issue with 64bit os here is a log of the crash (i can
ger more
info later if needed)
slacker@Slacker:/usr/local/games/tremulousdev$ ./tremulous.x86_64
tremulous 1.1.0 (FSM-Detonator) linux-x86_64 Aug 6 2008
----- FS_Startup -----
----------------------
execing default.cfg
execing autogen.cfg
execing autoexec.cfg
execing settings.cfg
execing CommonBinds.cfg
execing admin.cfg
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
SDL using driver "x11"
...setting mode 6:----- finished R_Init -----
------ Initializing Sound ------
Allocated 96 sources.
OpenAL default capture device is ''
OpenAL capture device opened.
OpenAL info:
Vendor: OpenAL Community
Version: 1.1
Renderer: Software
AL Extensions: ALC_EXT_capture AL_EXT_capture AL_EXT_vorbis AL_LOKI_quadriphonic
AL_LOKI_play_position AL_LOKI_WAVE_format AL_LOKI_IMA_ADPCM_format
AL_LOKI_buffer_data_callback ALC_LOKI_audio_channel
ALC Extensions:
Sound initialization successful.
--------------------------------
Loading vm file vm/ui.qvm...
total 0, hsize 1021, zero 1021, min 0, max 0
total 9677, hsize 1021, zero 4, min 0, max 28
UI menu load time = 2037 milli seconds
UI menu load time = 39 milli seconds
UI menu load time = 18 milli seconds
--- Common Initialization Complete ---
IP: 127.0.0.1
IP: 192.168.1.13
IP6: ::1
IP6: fe80::21d:7dff:fe09:3cf2%eth0
Opening IP6 socket: [::]:30720
Opening IP socket: 0.0.0.0:30720
unknown UI script InitServerList
unknown UI script ;
----- FS_Startup -----
----------------------
----- R_Init -----
----- finished R_Init -----
Loading vm file vm/ui.qvm...
total 0, hsize 1021, zero 1021, min 0, max 0
total 9677, hsize 1021, zero 4, min 0, max 28
UI menu load time = 1979 milli seconds
UI menu load time = 33 milli seconds
UI menu load time = 14 milli seconds
Loading vm file vm/cgame.qvm...
total 0, hsize 1021, zero 1021, min 0, max 0
total 15280, hsize 1021, zero 0, min 2, max 37
UI menu load time = 126 milli seconds
...loading 'scripts/tumbo7.trail'
...loading 'scripts/pulse.trail'
...loading 'scripts/metro.trail'
...loading 'scripts/flap.trail'
...loading 'scripts/buildables.trail'
...loading 'scripts/weapons.trail'
...loading 'scripts/tumbo7.particle'
...loading 'scripts/thermal.particle'
...loading 'scripts/station15-beta3.particle'
...loading 'scripts/slimepunk.particle'
...loading 'scripts/sirius.particle'
...loading 'scripts/text.particle'
...loading 'scripts/rotcannon_garbage_1.particle'
...loading 'scripts/rotcannon_b11.particle'
^1ERROR: a particle system is already named rotcannon/cannon
...loading 'scripts/pulse.particle'
...loading 'scripts/procyon.particle'
...loading 'scripts/pmw.particle'
...loading 'scripts/metro.particle'
...loading 'scripts/meep.particle'
...loading 'scripts/labyrinth-build20.particle'
...loading 'scripts/gloom2.particle'
...loading 'scripts/flap.particle'
...loading 'scripts/eden.particle'
...loading 'scripts/derelictb.particle'
...loading 'scripts/citadel.particle'
...loading 'scripts/arkadia.particle'
...loading 'scripts/ancient_remains.particle'
...loading 'scripts/uncreation.particle'
...loading 'scripts/tremor.particle'
...loading 'scripts/niveus.particle'
...loading 'scripts/nexus6.particle'
...loading 'scripts/karith.particle'
...loading 'scripts/atcs.particle'
...loading 'scripts/arachnid2.particle'
...loading 'scripts/jetpack.particle'
...loading 'scripts/misc.particle'
...loading 'scripts/weapons.particle'
...loading 'scripts/buildables.particle'
^3WARNING: unknown rgbGen parameter 'indentity' in shader
'models/dropship/engwin_s'
WARNING: reused image gfx/2d/crosshair-alien.tga with mixed glWrapClampMode parm
Com_TouchMemory: 0 msec
Names cannot contain '//' or '/*'. Please choose another.
UnnamedPlayer0^7 entered the game
join: UnnamedPlayer0^7 has rejoined channel #0
********************
ERROR: Hunk_AllocateTempMemory: failed on 67108872
********************
----- R_Init -----
----- finished R_Init -----
Loading vm file vm/ui.qvm...
total 0, hsize 1021, zero 1021, min 0, max 0
total 9677, hsize 1021, zero 4, min 0, max 28
UI menu load time = 1916 milli seconds
UI menu load time = 35 milli seconds
UI menu load time = 14 milli seconds
^3turning EXEC_NOW 'quit' into EXEC_INSERT
----- CL_Shutdown -----
OpenAL capture device closed.
-----------------------
Original comment by SlackerL...@gmail.com
on 6 Aug 2008 at 12:40
Nice! :D
You're trying to allocate 7MB of memory at once, no wonder it fails.
Original comment by amanieu
on 6 Aug 2008 at 2:47
Well, the problem is in my settings, all the r_bloom settings are default so its
somewhere else. But I'm going to delete all r_ seta's so they default.
Hopefully that
will work....
Dylan
~Hazell
Original comment by dylanhaz...@gmail.com
on 6 Aug 2008 at 6:48
Fixed, I dont know what I even changed, I turned everything I changed default.
Oh
well I'm good now!
Dylan
~Hazell
Original comment by dylanhaz...@gmail.com
on 6 Aug 2008 at 7:06
well problem is fixed and it seems to not be our client so im marking this as
invalid
Original comment by SlackerL...@gmail.com
on 6 Aug 2008 at 8:35
Original issue reported on code.google.com by
dylanhaz...@gmail.com
on 5 Aug 2008 at 10:10