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

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

371. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 44%]

...dler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){...

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

372. 重要问题:关于苹果审核被拒 [ 44%]

...这两个,但是会报 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在buil...

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

373. 导入FBX报错 [ 44%]

...FBX报错 import u3d_fbx/Animator/fbx/temp/Machine_SundaeMaker.fbx failed! Error: fbxtool failed with '[2023-06-20 18:19:19.020] [resource_tool] [info] -b [2023-06-20 18:19:19.020] [resource_tool] [info] -k arg [2023-06-20 18:19:19.020] [resource_tool] [info] -u arg m [2023-06-20 18:19:19.020] [reso...

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

374. Resources already exist,is repeated loading 加载特效报重复加载 [ 43%]

...ng: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [error]Failed to load: null 为什么加载自己从unity导出的特效会报已经存在不能重复加载?从打印的1111来看加载方法只调用过一次,但是用官方给的特效就不会报错 particleNew.part ...

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

375. 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined [ 38%]

...请把此信息截图给研发商 10-15 16:43:46.702: I/LayaBox(3503): TypeError: Cannot read property 'btCollisionObject' of undefined 10-15 16:43:46.702: I/LayaBox(3503): http://stand.alone.version/libs/laya.d3.js:37260: 10-15 16:43:46.702: I/LayaBox(3503): TypeError: Cannot read property 'btColli...

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

376. 微信小游戏中不能加载proto文件 [ 28%]

...or invalid) var errMsg = AwesomeMessage.verify(message); if (errMsg) throw Error(errMsg);  // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer  // Or, encode a plain object var buffer = AwesomeMessage...

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

377. 构建app闪退,测试app扫码可以运行 [ 23%]

...8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0x7c 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470]     string: 'http://192.168.2.139:8900/bin/...

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

378. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 19%]

...il"); return; } } if( !(yield dj_hook.OnDccOk()) ) { if (window["onLayaInitError"]) { window["onLayaInitError"]("Update index error"); } return; } var data = yield asyncs.loadText(url); for (var n = 0; n < 3 && !data; n++) { data = yield asyncs.loadText(url); }2.使用ide的版本管理,...

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