Cube crashes with "double free" error.
Brought to you by:
aardappel
When I make
./cube_unix
The resolution of my display is changed, the mouse
hangs and I get this output:
init: sdl
init: net
init: world
game mode is ffa/default
init: video: sdl
init: video: mode
init: video: misc
init: gl
init: basetex
init: sound
*** glibc detected *** double free or corruption (out):
0x082a7c70 ***
I am using:
Fedora Core 3 (kernel-smp-2.6.10-1.741_FC3) and
glibc-2.3.4-2.fc3
on a 2.8Ghz Pentium 4 processor with H.T. and 512Mb of
RAM. My Video Card is a 32Mb NVidia GForce2.
Logged In: NO
insert
export MALLOC_CHECK_=0
then
./cube_unix -w1280 -h1024
(1280x1024 is your screen resolution)