Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro estranho impede carregamento do jogo

Estou tentando adicionar sons ao jogo , mas quando aperto o play aparece o seguinte erro :

 p5.js says: It looks like there was a problem loading your image. Try checking if the file path (https://preview.p5js.org/gallodevtech/sketches/EBL-oLl-t/imagens/carro-2.png) is correct, hosting the file online, or running a local server. (More info at https://github.com/processing/p5.js/wiki/Local-server) 
Event {isTrusted: true, type: "error", target: null, currentTarget: null, eventPhase: 0…}

p5.js says: It looks like there was a problem loading your image. Try checking if the file path (https://preview.p5js.org/gallodevtech/sketches/EBL-oLl-t/imagens/carro-3.png) is correct, hosting the file online, or running a local server. (More info at https://github.com/processing/p5.js/wiki/Local-server) 
Event {isTrusted: true, type: "error", target: null, currentTarget: null, eventPhase: 0…}

 p5.js says: It looks like there was a problem loading your image. Try checking if the file path (https://preview.p5js.org/gallodevtech/sketches/EBL-oLl-t/imagens/ator-1.png) is correct, hosting the file online, or running a local server. (More info at https://github.com/processing/p5.js/wiki/Local-server) 
Event {isTrusted: true, type: "error", target: null, currentTarget: null, eventPhase: 0…}

 p5.js says: It looks like there was a problem loading your image. Try checking if the file path (https://preview.p5js.org/gallodevtech/sketches/EBL-oLl-t/imagens/estrada.png) is correct, hosting the file online, or running a local server. (More info at https://github.com/processing/p5.js/wiki/Local-server) 
Event {isTrusted: true, type: "error", target: null, currentTarget: null, eventPhase: 0…}

 p5.js says: It looks like there was a problem loading your image. Try checking if the file path (https://preview.p5js.org/gallodevtech/sketches/EBL-oLl-t/imagens/carro-1.png) is correct, hosting the file online, or running a local server. (More info at https://github.com/processing/p5.js/wiki/Local-server) 
Event {isTrusted: true, type: "error", target: null, currentTarget: null, eventPhase: 0…}

Eu não descobri a causa e já tentei muitas coisas que vi no fórum e nehuma delas resolveu ou era o problema. Posso ter errado alguma coisa mas não identifiquei o erro .

Segue o link do projeto:https://editor.p5js.org/gallodevtech/sketches/EBL-oLl-t

2 respostas
solução!

Olá Vitor tudo bem ?

A mensagem que esta sendo exibida é que as imagens que você esta carregando não existem:

ao abrir os links, aparece uma mensagem que a imagem não existe, valida se as urls estão certas ou adicione outras imagens em seu projeto.

Não sei exatamente o que aconteceu ,mas vendo sua resposta decidi retirar e colocar as imagens novamente e funcionou !

Obrigado pela ajuda Marcos !