I have a brand new Music Module plugged into socket 6 on a Cobra 2 board but when I call this line of code, it fails saying it could not initialise the music module.
this.music = new GTM.GHIElectronics.Music(6);
This is the debug output
#### Exception System.Exception - 0x00000000 (1) ####
#### Message: Failed to initialize MP3 Decoder.
#### Gadgeteer.Modules.GHIElectronics.Music::.ctor [IP: 00bd] ####
#### Cobra2Alarm.Program::InitializeModules [IP: 0011] ####
A first chance exception of type 'System.Exception' occurred in GTM.GHIElectronics.Music.dll
An unhandled exception of type 'System.Exception' occurred in GTM.GHIElectronics.Music.dll
Additional information: Failed to initialize MP3 Decoder.
I checked power and there is 3.3V on the board and the 1.8V regulator output is good too.
Any ideas?