Game Development Community

Exception in OpenALInit()

by William Grupp · in iTorque 2D · 06/05/2012 (4:03 pm) · 1 replies

Hi All,

Need some help... Updated to the latest version of Xcode for snow leopard (4.2),
downloaded the latest iTorque 2D 1.5 version.

When I try to run the FeatureDemo on the simulator, I get an exception in OpenALInit()
at the call to alcMakeContextCurrent(mContext)


2012-06-05 17:52:44.330 iTorque2DGame[19822:207] Error loading /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn: dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn, 262): Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
2012-06-05 17:52:44.346 iTorque2DGame[19822:207] Error loading /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn: dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn, 262): Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security

Catchpoint 2 (exception thrown).Current language: auto; currently c++


What am I doing wrong?

thanks,
Bill

#1
06/07/2012 (2:55 am)
Its an error on the SDK level itself so I would assume that the install did not work properly and that you will need to do a proper uninstall of xcode and install it again to have it work fine (the error is fired by an iOS core framework, nothing related to TGB code at all)
That or you are not on snow leopard hence it searched for a library on your system thats just not present