Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A few bugs in SVN
03-31-2007, 06:51 AM,
#4
 
Notice that in the desired format it shows a frequency and bits per sample values of 0. This is why it said it's not in the desired format. It probably got 0 because I haven't gotten my sound card on my new machine set up yet, and so there's no sound card to get info from. I got around this by writing a default constructor for the SOUNDINFO class that initializes frequency and bytespersample data members to reasonable values (44100 and 2 respectively).

Despite this being fixed, I still get crashes when I try to start a game and record a replay:

Code:
include/bipointer.h,63: Asked for NULL pointer

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47299085896560 (LWP 4457)]
0x0000000000466bd5 in SOUNDSOURCE::SetPitchSmooth (this=0x0, newpitch=0.143025964, dt=0.00400000019) at src/sound.cpp:1042
1042                    pitch = pitch*(coeff)+newpitch*(1.0-coeff);
(gdb) bt
#0  0x0000000000466bd5 in SOUNDSOURCE::SetPitchSmooth (this=0x0, newpitch=0.143025964, dt=0.00400000019) at src/sound.cpp:1042
#1  0x000000000048a11d in VAMOSWORLD::Update (this=0xbe04e0, timefactor=1, fps=250, js=0x68dac0) at src/vamosworld.cc:933
#2  0x000000000040d892 in Update () at src/main.cpp:437
#3  0x0000000000410c27 in main (argc=1, argv=0x7fff0017e918) at src/main.cpp:1990
Reply


Messages In This Thread
A few bugs in SVN - by thelusiv - 03-30-2007, 04:23 AM
[No subject] - by thelusiv - 03-30-2007, 08:09 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-30-2007, 09:13 PM
[No subject] - by thelusiv - 03-31-2007, 06:51 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-31-2007, 11:54 AM
[No subject] - by thelusiv - 03-31-2007, 02:30 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-31-2007, 06:31 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-31-2007, 06:59 PM
[No subject] - by thelusiv - 03-31-2007, 11:37 PM
[No subject] - by abs1nth - 04-01-2007, 12:43 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-01-2007, 01:11 PM
[No subject] - by abs1nth - 04-01-2007, 01:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)