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

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

11. 头条小游戏二进制文件加载失败 [ 81%]

...png", type:Laya.Loader.IMAGE},                   ], Laya.Handler.create(this, this.onLoaded));     调用这个方法后,头条游戏报错,二进制文件Bag.xml加载失败,微信是好的,经过逐步断点找到问题的位置 laya.wxmini.js    MiniFileMgr.fs.readFile这...

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

12. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 77%]

...tegratedHsp... after 1 ms > hvigor Finished :libSysCapabilities:default@CreateHarBuildProfile... after 2 ms > hvigor Finished :libSysCapabilities:default@ConfigureCmake... after 1 ms > hvigor Finished :libSysCapabilities:default@MergeProfile... after 5 ms > hvigor Finished :entry:default...

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

13. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 76%]

....123 5371-5371/com.ReleaseTest.Four E/LayaConch5: plugin-----------------onCreate() 06-20 19:10:18.220 5371-5371/com.ReleaseTest.Four E/LayaBox: =======================addStaticMethod=========zzf4878be0 06-20 19:10:18.221 5371-5371/com.ReleaseTest.Four E/0: ==============Java流程 InitMainCanvas() ...

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

14. 打包native报错 [ 74%]

...019-06-18 13:34:08.498040+0800 test1[6479:65523] iOS OpenGL ES 3.0 context created 2019-06-18 13:34:08.498646+0800 test1[6479:65523] AppVersion=2.0 2019-06-18 13:34:08.500431+0800 test1[6479:65523] Reachability Flag Status: -R ------- networkStatusForFlags 2019-06-18 13:34:08.500574+0800 test1[6479:...

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

15. 最新的ResourceVersion发布以后加载的url不正确 [ 74%]

...sourceVersion.enable(     "version.json?" + Math.random(),     Handler.create(this, this.onVersonLoaded));   然而发布的游戏启动后发现加载失败,查看日志发现加载的URL拼得不对:   它加载使用的路径是一个奇怪的: http://localhost/h5/res/atlas/ui/sharedc...

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

16. 背景音乐来回切换报错 [ 72%]

...nnel = null         Laya.loader.load("res/dreams.mp3",Laya.Handler.create(this,function(){             dreamsSound = Laya.SoundManager.playMusic("res/dreams.mp3")         }))          let mainSound:Laya.SoundChannel = null;         this.btn_sound.on(Laya....

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

17. 打包安卓Android studio黑屏 [ 71%]

...init property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppEyeUIP created. D/ActivityThread: Attach thread to application I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.layabox.test#10205#256 I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounte...

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

18. 打包成APK运行一半崩溃 [ 61%]

...-11 11:17:08.930    8591-8591/? E/LayaConch5﹕ plugin-----------------onCreate() 04-11 11:17:08.936    8591-8591/? E/﹕ m_pPlatform = layaair.game.Market.MarketTest@f656e70 04-11 11:17:08.949    8591-8591/? I/LayaBox﹕ setLocalizable:0 04-11 11:17:08.950    8591-8591/? I/LayaBox﹕ setI...

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

19. Cannot read property 'load' of null [ 60%]

...", "res/img/map/29.jpg", ]; Laya.loader.load(this.skins,laya.utils.Handler.create(this, this.LoadSuccess,null,false)); } private LoadSuccess() { ViewManager.getInstance().CreateView(contant.loginId,new LoginView()); ViewManager.getInstance().ShowView(contant.loginId); } public SwictMap(index: number...

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

20. 微信小游戏加载资源问题 [ 45%]

....EventDispatcher { constructor() { super(); this.loaded = false; } static _createSound() { MiniSound._id++; return MiniAdpter.window.wx.createInnerAudioContext(); } load(url) { if (!MiniFileMgr.isLocalNativeFile(url)) { url = Laya.URL.formatURL(url); } else { if (!MiniFileMgr.isWXPath(url)) { if (Mi...

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