Problem running testjavascript

“The application was unable to start correctly (0xc0150002). Click OK to close the application.”

I’m using Visual Studio Express 2012 and version: “cocos2d-2.0-x-2.0.3”

Hi,

this is because the precompiled spidermonkey lib has dependencies to a debug dll from visual studio 2008. Ideally, you’d recompile spidermonkey from source in VS2012 to get the correct dependencies (I have tried and failed, see my post in the same subforum). However, installing visual studio express 2008 will solve the error.
Download page: http://www.microsoft.com/en-us/download/details.aspx?id=14597

/Rickard