Cocosstudio 里面的项目运行,就出现“game Module已停止工作” 怎么办?

cocosstudio 里面的项目运行,就出现“game Module已停止工作” 怎么办?

Based on: cocos2d-x-3.5
Microsoft ® Microsoft Visual Studio 2012 11.0.50727.1 版。
版权所有© Microsoft Corp。保留所有权利。
========== 生成: 成功 0 个,失败 0 个,最新 1 个,跳过 0 个 ==========
Ready for GLSL
Ready for OpenGL 2.0
Running command: compile
Building mode: debug
building
Required VS version : 11.0
find vs in reg : 64bit
find vs in reg : 32bit
Find VS path : E:\Program Files (x86)\Microsoft Visual Studio 11.0
running: ‘“E:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.com” “E:\cocos\cocos-poject\Cocos\CocosProjects\DemoPlayer\proj.win32\DemoPlayer.sln” /Build “Debug” /Project “DemoPlayer”’
build succeeded.
Copying DemoPlayer.exe
Copying glew32.dll
Copying iconv.dll
Copying libcocos2d.dll
Copying libcocos2d_2012.dll
Copying libcocos2d_2013.dll
Copying libcurl.dll
Copying libeay32.dll
Copying libmpg123.dll
Copying libogg.dll
Copying libtiff.dll
Copying libvorbis.dll
Copying libvorbisfile.dll
Copying lua51.dll
Copying mozjs-28.dll
Copying OpenAL32.dll
Copying sqlite3.dll
Copying ssleay32.dll
Copying websockets.dll
Copying zlib1.dll
Running command: deploy
Deploying mode: debug
Running command: run
starting application
running: ‘E:\cocos\cocos-poject\Cocos\CocosProjects\DemoPlayer\bin\debug\win32\DemoPlayer’
Error running command, return code: -1073741819

是你自己的工程?还是studio自带的示例?

从log上看,仅仅能看到开始appdelegate的时候,就已经报错了。
建议你做一下项目调试(framework不能调试,使用源码重新创建工程)

是studio自带的示例,我当时想运行下,就直接是game Module已停止工作了