Failed to load scene

Hi, i have problem with this error :

JS: [ERROR]: Failed to load scene: Error: Read file failed: path: E:/…/…

im using this code to load scene

this.node.on(cc.Node.EventType.TOUCH_END, function (event) {
            cc.director.loadScene("SceneMenu");
        }, this);

before i got this error, i can switching between scene normally. I tried to run all the scene by simulator and its worked. but when im trying to use loadScene, i got that error. I try to restart my Pc but still i got same error.

Actually i can not switching scene using that code, got the same error. Anyone know the solution ? Thanks.

Hi, what version of Creator are you using? What are the reproduce steps? Can you provide a demo that reproduces the problem?

thanks for the replies @yufang.wu, now i can solve the problem. just make a new one scene and its worked. dont know what make that cause error.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.