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

大约有 13 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)

1. Cannot connect to runtime process, timeout after 10000 ms [ 100%]

Cannot connect to runtime process, timeout after 10000 ms 参照例子新建了一个TS项目,可以用layaair调试,但无法使用chrome调试。报错: Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: undefined).   1.已经试过任务管...

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

2. reflection error: can not find method signature 反射错误 [ 98%]

...5-16 23:46:23.927065+0800 Digital Warrior[557:53057] download error: can't connect the server:https://10.10.31.23:8001/index.js 2020-05-16 23:46:23.927353+0800 Digital Warrior[557:53057] Downloaded https://10.10.31.23:8001/index.js@ s=0 l=0 2020-05-16 23:46:23.946201+0800 Digital Warrior[557:53097]...

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

3. native 1.0.2 连不上wss [ 91%]

...et("wss://login.huanxi.twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </...

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

4. 构建apk后,java报错 [ 86%]

...7-21885/? E/PlayCommon: [158] com.google.android.play.b.x.a(20): Failed to connect to server for server timestamp: java.net.SocketTimeoutException: failed to connect to play.googleapis.com/172.217.24.202 (port 443) from /192.168.3.112 (port 59536) after 40000ms: isConnected failed: ETIMEDOUT (Connec...

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

5. NextGen ActionScript extension exited with error code 1 [ 83%]

...,新装的ide,直接报错 console显示: [Error - 上午11:43:51] Connection to server is erroring. Shutting down server. 2017-05-09 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 moketao 相关问题 编译调试启动chrome出...

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

6. socket无法连接服务器 [ 73%]

...   return NetSocket._instance;         }         private state_: EConnectionState = EConnectionState.eDistconnected;         private initSocket(): void {             this.on(Laya.Event.OPEN, this, this.onConected);             this.on(Laya.Event.ERROR, this, this.onError); ...

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

7. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 73%]

... watchify = require("watchify"); const gutil = require("gulp-util"); const connect = require('gulp-connect'); // ------------------------------------实时编译----------------------------- const watchedBrowserify = watchify(browserify({ debug: true, entries: ['src/Main.ts'], cache: {}, packageCach...

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

8. request failed status:0 [ 70%]

...AND_RETRY_LAST Allocation failed - JavaScript heap out of memory WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header 第一次用,Failed to load resource: net::ERR_FILE_NOT_FOUND调试出现这个结果 求助大佬们!oppo游戏中3d资源贴图出现Failed to load 请...

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

9. socket大型项目回调 [ 70%]

...} private initWebSocket(host,port,cb:Function):void{ console.log("[Pomelo] connect to:",host,port); this.socket = new Laya.Socket(); //用的子协议,字符串或数组 // this.socket.protocols = egret.WebSocket.TYPE_BINARY; this.socket.on(Laya.Event.OPEN, this, this.onConnect); this.socket.on(La...

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

10. 我实现内购的时候,通过ios原生已经成功购买,弹出alert [ 67%]

...出alert 但是返回打印[IAP] Cannot transmit receipt data. Could not connect to the server.这个,还有回调到js方法里面的参数也显示购买失败,code=-1,请问这是怎么回事 附件 : --> 2018-02-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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