VM20:202 gameThirdScriptError Cannot read property '_owner' of undefined;at setTimeout callback function TypeError: Cannot read property '_owner' of undefined at Function.getInstantiatedMaterial (http://127.0.0.1:57149/game/cocos2d-js.js:11233:19) 微信小游戏报错

请问哪位大佬知道是啥问题?微信小游戏报错

VM20:202 gameThirdScriptError
Cannot read property ‘_owner’ of undefined;at setTimeout callback function
TypeError: Cannot read property ‘_owner’ of undefined
at Function.getInstantiatedMaterial (http://127.0.0.1:57149/game/cocos2d-js.js:11233:19)
at Function.getInstantiatedBuiltinMaterial (http://127.0.0.1:57149/game/cocos2d-js.js:11230:27)
at _Class._activateMaterial (http://127.0.0.1:57149/game/cocos2d-js.js:50485:31)
at _Class.__preload (http://127.0.0.1:57149/game/cocos2d-js.js:50409:14)
at callPreload (http://127.0.0.1:57149/game/cocos2d-js.js:23220:9)
at _Class3._invoke (http://127.0.0.1:57149/game/cocos2d-js.js:12322:11)
at _Class3.invoke (http://127.0.0.1:57149/game/cocos2d-js.js:23238:14)
at _Class3.activateNode (http://127.0.0.1:57149/game/cocos2d-js.js:23334:24)
at _Class3._activate (http://127.0.0.1:57149/game/cocos2d-js.js:9366:36)
at 29.cc.Director.runSceneImmediate (http://127.0.0.1:57149/game/cocos2d-js.js:7263:15)
console.error @ VM20:202
errorReport @ WAGame.js:11044
thirdErrorReport @ WAGame.js:11024
(anonymous) @ WAGame.js:10930
(anonymous) @ WAGame.js:5593
setTimeout (async)
setTimeout @ WAGame.js:5592
callInNextTick @ utils.js:78
(anonymous) @ CCLoader.js:269
125.proto.allComplete @ loading-items.js:529
125.proto.itemComplete @ loading-items.js:721
125.LoadingItems.itemComplete @ loading-items.js:379
128.proto.flowOut @ pipeline.js:319
(anonymous) @ pipeline.js:67
(anonymous) @ uuid-loader.js:181
(anonymous) @ CCLoader.js:316
125.proto.allComplete @ loading-items.js:529
125.proto.itemComplete @ loading-items.js:721
125.LoadingItems.itemComplete @ loading-items.js:379
128.proto.flowOut @ pipeline.js:319
(anonymous) @ pipeline.js:67
(anonymous) @ uuid-loader.js:181
(anonymous) @ CCLoader.js:316
125.proto.allComplete @ loading-items.js:529
125.proto.itemComplete @ loading-items.js:721
125.LoadingItems.itemComplete @ loading-items.js:379
128.proto.flowOut @ pipeline.js:319
(anonymous) @ pipeline.js:67
(anonymous) @ uuid-loader.js:181
(anonymous) @ CCLoader.js:316
125.proto.allComplete @ loading-items.js:529
125.proto.itemComplete @ loading-items.js:721
125.LoadingItems.itemComplete @ loading-items.js:379
128.proto.flowOut @ pipeline.js:319
flow @ pipeline.js:87
(anonymous) @ pipeline.js:64
(anonymous) @ downloader.js:269
loadCallback @ downloader.js:106
load (async)
downloadImage @ downloader.js:122
121.Downloader.handle @ downloader.js:266
121.Downloader._handleLoadQueue @ downloader.js:248
(anonymous) @ downloader.js:268
loadCallback @ downloader.js:106
load (async)
downloadImage @ downloader.js:122
121.Downloader.handle @ downloader.js:266
flow @ pipeline.js:51
(anonymous) @ pipeline.js:64
handleItem @ wx-downloader.js:146
readFromLocal @ wx-downloader.js:264
seek @ wx-downloader.js:110
(anonymous) @ wx-downloader.js:120
fs.access.fail @ wx-fs-utils.js:211
(anonymous) @ WAGame.js:10922
(anonymous) @ WAGame.js:14143
function.setTimeout @ asdebug.js:385
(anonymous) @ WAGame.js:10922
(anonymous) @ WAGame.js:5593
setTimeout (async)
setTimeout @ WAGame.js:5592
m @ asdebug.js:384
r.registerCallback.t @ asdebug.js:367
l.forEach.t @ asdebug.js:80
(anonymous) @ asdebug.js:78
s.onmessage @ asdebug.js:85

请问能确定是哪个模块导致的问题么?
HelloWorld工程是否也有问题?
是哪个版本出现的问题呢?
是否用的2.1.2的正式版本呢?

好像是少了sprite 图片导致的~,好像没有啦

2020-10-28 22:43:53:{“message”:{“message”:“MiniProgramError
Cannot read property ‘_owner’ of undefined
TypeError: Cannot read property ‘_owner’ of undefined
at Function.getInstantiatedMaterial (https://usr/game.js:3:204564)
at Function.getInstantiatedBuiltinMaterial (https://usr/game.js:3:204491)
at E.r._activateMaterial (https://usr/game.js:3:281593)
at packToDynamicAtlas (https://usr/game.js:3:579974)
at Object.updateRenderData (https://usr/game.js:3:611808)
at Object.updateRenderData (https://usr/game.js:3:601673)
at m.191.g._updateRenderData (https://usr/game.js:3:556252)
at m.191.g._children (https://usr/game.js:3:556859)
at m.191.g._render (https://usr/game.js:3:556414)
at m.191.g._children (https://usr/game.js:3:556859)”,“stack”:""},“systemInfo”:{“locationEnabled”:true,“screenWidth”:780,“benchmarkLevel”:21,“screenHeight”:360,“windowHeight”:360,“bluetoothEnabled”:false,“language”:“zh_CN”,“microphoneAuthorized”:true,“version”:“7.0.19”,“cameraAuthorized”:true,“system”:“Android 10”,“fontSizeSetting”:18,“locationAuthorized”:true,“pixelRatio”:3,“notificationAuthorized”:true,“model”:“HLK-AL00”,“statusBarHeight”:24,“deviceOrientation”:“landscape”,“wifiEnabled”:true,“safeArea”:{“width”:780,“right”:780,“top”:0,“left”:0,“bottom”:360,“height”:360},“brand”:“HONOR”,“windowWidth”:780,“screenTop”:0,“platform”:“android”,“SDKVersion”:“2.13.2”,“devicePixelRatio”:3},“exit”:true}

我们现在使用的2.1.3版本 也出现了这个报错 请问有什么办法确定问题吗

内置材质在获取的时候会有获取失败的情况吗,我看2.1.3的版本里并没有处理材质加载失败的情况