求助!!webstrom调试没有问题但是没办法在编译到win32上!!求解决!!!!!!!!!!!!

这到底怎么回事啊?!!

cocos2d: fullPathForFilename: No file found at script/jsb_boot.jsc. Possible missing file.
JS: C:/Users/Administrator/AppData/Local/PrebuiltRuntimeJs/debugruntime/script/jsb_boot.js:515:TypeError: malformed UTF-8 character sequence at offset 90

(evaluatedOK == JS_FALSE)
JS: C:/Users/Administrator/AppData/Local/PrebuiltRuntimeJs/debugruntime/script/jsb_boot.js:973:TypeError: cc.FileUtils is undefined

(evaluatedOK == JS_FALSE)
JS: C:/Users/Administrator/AppData/Local/PrebuiltRuntimeJs/debugruntime/script/jsb_boot.js:889:InternalError: too much recursion

这到底怎么回事啊!??为什么web都可以运行,模拟器上就运行不了,还报那么多错

我也想知道为什么

你要把所有脚本文件都转成utf8格式才能在win32跑,否则一开始检测脚本文件会报错

还有,webstrom调试用的是html引擎,你在win32跑的话是基于jsb引擎,有些方法体会出问题