微信云测试部分手机报错

MiniProgramError
Assert 1205, please go to https://github.com/cocos-creator/engine/blob/master/EngineErrorMap.md#1205 to see details.
Error: Assert 1205, please go to https://github.com/cocos-creator/engine/blob/master/EngineErrorMap.md#1205 to see details.
at Object.console.log.apply.cc.assert (wx7095f7fa398a2f30/plugin.js:5:272219)
at Object.69.cc.assertID (wx7095f7fa398a2f30/plugin.js:5:270436)
at 70.cc.Director.runScene (wx7095f7fa398a2f30/plugin.js:5:277378)
at at (subpackage1/game.js:33:25)
at at (wx7095f7fa398a2f30/plugin.js:5:339774)
at Function. (wx7095f7fa398a2f30/plugin.js:5:806947)
at at (WAGameSubContext.js:2:157229)
MiniProgramError
Cannot set property ‘path’ of undefined
TypeError: Cannot set property ‘path’ of undefined
at o._initPath (wx7095f7fa398a2f30/plugin.js:5:342334)
at o.init (wx7095f7fa398a2f30/plugin.js:5:341928)
at _.init (wx7095f7fa398a2f30/plugin.js:5:338857)
at bundle (wx7095f7fa398a2f30/plugin.js:5:360552)
at Object.create (wx7095f7fa398a2f30/plugin.js:5:360139)
at at (wx7095f7fa398a2f30/plugin.js:5:335902)
at Function. (wx7095f7fa398a2f30/plugin.js:5:806947)
at at (WAGameSubContext.js:2:157229)
自己测试没问题,
云测试部分安卓手机报错。

查了下Cannot set property ‘path’ of undefined可能因为重复loadBundle同一个包导致,
有没有大佬帮看下是不是我代码写的有问题
1.首先去预加载场景


2.等用户点击按钮时真正加载场景

有没有大佬帮小弟看看

你好 后来怎么解决的?