Game crashing in CocosDenshion.m file

Hello,
My game is crashing coz of CocosDenshion.m file.
File:
github/pocketgems/cocos2d-iphone/blob/pgcommon2x/CocosDenshion/CocosDenshion/CocosDenshion.m

When I am returning from the below function, the game is not crashing but my 2d audios are off now.

/**

  • Internal method called during init
    */
  • (BOOL) _initOpenAL
    {
    return FALSE; //this is not causing the crash.
    //ALenum error;
    context = NULL;
    ALCdevice *newDevice = NULL;


Any help appreciated.

You might need to display more information, including stack call information and interface call information.