• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,637 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0079 秒)

161. 无法启动程序和调试 [ 89%]

无法启动程序和调试 选择layaair调试,报错: Chrome error: Error: spawn D:\Tools\LayaAirIDE_beta\LayaAir.exe ENOENT 选择chrome调试,报错: Chrome error: Error: spawn C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe ENOENT 程序都启动不起来,...

来源: Laya_社区 发布时间: 20180107

162. 打包测试测出的问题 ndk error: Invalid memory reference 是什么原因 该怎么解决 [ 89%]

打包测试测出的问题 ndk error: Invalid memory reference 是什么原因 该怎么解决 这是出错的东西 也看不懂SYSTEM_TOMBSTONE (compressed text, 10687 bytes) Build: 360/QK1515/QK1515:6.0.1/MMB29M/6.0.059.P3.161026.QK1515:user/release-keys Hardware: msm8952 Revision: 0 Bootloader...

来源: Laya_社区 发布时间: 20170719

163. laya2.0调试时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D,要怎么解决呀 [ 89%]

laya2.0调试时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D,要怎么解决呀 载入unity导出的资源,项目调试时候报错了, 需要怎么样解决呀?知道的大哥详细的讲讲呗 附件 : --> 2018-10-25 添加评论 免费帖 --> 分享 微...

来源: Laya_社区 发布时间: 20181025

164. 调试时报错Error processing "evaluate": TypeError: Cannot read property 'api' of undefined [ 89%]

调试时报错Error processing "evaluate": TypeError: Cannot read property 'api' of undefined Error processing "evaluate": TypeError: Cannot read property 'api' of undefined     at ChromeConnection.get api [as api] (d:\LayaAirIDE_1.7.1\resources\app\extensions\laya-debug\node_modules\vscode-chro...

来源: Laya_社区 发布时间: 20170320

165. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 89%]

...projects/mylaya11/Tank/.laya/compile.js [09:09:54] Starting 'compile'... { Error: /Users/xxxxx/projects/mylaya11/Tank/src/script/Bullet.ts(4,29): semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (/Applications/LayaAirIDE_beta.app/Contents/Re...

来源: Laya_社区 发布时间: 20200311

166. 【求助大神】在目标scene中添加2d的多边形刚体后,跳转该页面启动时报Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) [ 89%]

...cene中添加2d的多边形刚体后,跳转该页面启动时报Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) 加载页面:PuzzleScene2.scene ,该也页面添加的了2D的刚体,页面初始化加载时报错如图。 附件 : --> 2020-10-25 添加评论 免费帖 --> 分享 ...

来源: Laya_社区 发布时间: 20201025

167. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 89%]

[0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. 我使用spine3.8.75导出的文件无法使用。代码是使用的2.12.2beta1引擎示例的源码。   var Browser = Laya.Browser; var WebGL = Laya.WebGL; var Stage = Laya.Stage; var Event = La...

来源: Laya_社区 发布时间: 20211013

168. laya2.10两个版本的测试,Oppo分包无法加载,读取资源报错,能加载分包无法读取回调 [ 89%]

...无法读取回调     01-06 11:41:34.676 5287-5417/? E/jswrapper: jsb: ERROR: File /Users/80235882/project/XGame/instant-game-client/android/lib-rt-core/src/main/jni/../../../../../js-bindings/jsb_rt_file_system_manager.cpp: Line: 990, Function: FileSystemManager_readFile 01-06 11:41:34.676 5287-...

来源: Laya_社区 发布时间: 20210106

169. prop 识别不到 [ 88%]

...aya\compile.js   [15:26:35] Starting 'compile'...   [15:26:38] 'compile' errored after 2.84 s [15:26:38] Error: E:/myLaya/demo2/src/start/Index.ts(9,36): semantic error TS2339: [31mProperty 'speed' does not exist on type 'Index'.[39m at error (E:\LayaAirIDE\resources\app\node_modules\rollup\dist\r...

来源: Laya_社区 发布时间: 20191227

170. socket无法连接服务器 [ 88%]

...a.Event.OPEN, this, this.onConected);             this.on(Laya.Event.ERROR, this, this.onError);         }         public conectToServer(): void { //“连接”按钮的回调             if (this.connected) return;             super.connect(IP, PORT);         }     ...

来源: Laya_社区 发布时间: 20170602