Music Shield not playing

I am also getting these errors for the Demo 2 sketch called “MusicPlayWithName.ino”, using Arduino 1.01:



/Arduino/libraries/MusicShieldNewSDLib/player.cpp: In function ‘int playFile()’:

/Arduino/libraries/MusicShieldNewSDLib/player.cpp:136: error: ‘listoffset’ was not declared in this scope

/Arduino/libraries/MusicShieldNewSDLib/player.cpp:137: error: ‘indexlist’ was not declared in this scope



Looking at the code, it certainly does appear that these variables are never defined. Has anyone gotten Demo 2 sketches to work? The Demo 1 sketch “musicPlayAll.ino” works just fine on my hardware.