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

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

1. t._addReference is not a function [ 100%]

t._addReference is not a function 创建带数据域的微信小游戏调试时报错:t._addReference is not a function 2018-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你用外...

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

2. laya.core.js报错:value._addReference is not a function [ 99%]

laya.core.js报错:value._addReference is not a function 偶发性错误。 打开新场景时报错laya.core.js:15911 Uncaught (in promise) TypeError: value._addReference is not a function     at Texture.<anonymous> (laya.core.js:15911)     at Texture.__proto._onLoaded (laya.core.js:15...

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

3. 发布WEB报错 unable to get property '_addReference' of undefined or null reference [ 97%]

发布WEB报错 unable to get property '_addReference' of undefined or null reference 调试 正常 发布后 会显示这个报错 附件 : --> laya3DDemo2.rar 2019-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...

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

4. TypeError Uncaught TypeError: Object #<error> has no method '_addReference' [ 96%]

TypeError Uncaught TypeError: Object #&lt;error&gt; has no method '_addReference' Mozilla/5.0 (Linux; Android 4.4.4; Coolpad 8675-FHD Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36     Mozilla/5.0 (Linux; Android 4.4.2; Coolpad 8675 Build/KOT...

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

5. laya2.0微信开发域无法显示 [ 94%]

...码。   Laya 2.0版本的 无法显示微信开放域。 报错:value._addReference is not a function 按照论坛里面以前的一些讨论,修改了laya.core.js里面 value &amp;&amp; (value._addReference(this._referenceCount)); =》 if(value &amp;&amp; value._addReference){ value._addRefer...

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

6. 关于微信小游戏渲染子域图的问题 [ 88%]

...er.window.sharedCanvas); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function     at Texture.&lt;anonymous&gt; (http://127.0.0.1:10656/game/js/bundle.js:15188:19)     at Texture.__proto.setTo (http://127.0.0.1:10656/gam...

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

7. 关于微信小游戏关系链的问题 [ 87%]

....window.sharedCanvas); 这里报错 VM13215:1 gameThirdScriptError bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 2018-03-26 2 2 分享 微博 QZONE 微信 Laya_XS 赞同来自: 懒懒 、十字寒鸦 这里是微信小游戏关于好友关系链的说明:...

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

8. 微信小游戏利用开放域好友关系链做排行榜 [ 84%]

... 2.在LayaAirIDE中对上面建立的两个项目中搜索关键字bitmap._addReference,在laya.core.js中找到,如下代码: if (bitmap){      bitmap._addReference(); }将其改成: if (bitmap &amp;&amp; bitmap._addReference){     bitmap._addReference(); } 其实就是在if中加...

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

9. 关系链报错,没有找到window [ 84%]

...关,链接:https://ask.layabox.com/question/13181 并且找到bitmap._addReference关键字,改成下面: if(bitmap&amp;&amp; bitmap._addReference)    bitmap._addReference(); 这个地方的bug已经没有   但是在微信程序中报错,这个报错的js文件是开放域的js:   ...

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

10. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 81%]

...(rankTexture,5,78,rankTexture.width,rankTexture.height); }); 报错bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 这是报错地方的代码 /** *&lt;code&gt;Texture&lt;/code&gt; 是一个纹理处理类。 */ //class laya.resource.Texture extends laya.even...

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