收藏
回答

模拟器memory access out of bounds,但是真机能跑起来,这是为啥?

开发者工具的模拟器报MiniProgramError memory access out of bounds RuntimeError: memory access out of bounds。 但是真机测试没有报错,这样打包出来会有问题吗?

回答关注问题邀请回答
收藏

2 个回答

  • Linus
    Linus
    07-12

    楼主解决了吗?我也是报这个错,我是初始化WXSDK后就会卡死,真机测试没问题。


    07-12
    有用
    回复
  • 郑钱花
    郑钱花
    05-14

    内存满了,改大点试试。还是不行就是你电脑内存满了,要加内存条/换电脑了

    05-14
    有用
    回复 3
    • 假面
      假面
      05-14
      我尝试把内存改成了2048,依然报错了。我的项目是从untiy转成webGL然后转换为微信小程序的,报错内容是 
      MiniProgramError
      memory access out of bounds
      RuntimeError: memory access out of bounds
          at ParticleSystem::UpdateLocalToWorldMatrixAndScales(ParticleSystem::TransformMode, TransformAccessReadOnly const&, TransformAccessReadOnly const&)
      05-14
      回复
    • 郑钱花
      郑钱花
      05-14回复假面
      那不是我说的这个原因。从报错看是内存溢出,其他的就不知道了
      05-14
      回复
    • 假面
      假面
      05-14回复郑钱花
      好的  谢谢
      05-14
      回复
登录 后发表内容