kaboom icon indicating copy to clipboard operation
kaboom copied to clipboard

Error: failed to load burp bug

Open BestSpark687090 opened this issue 2 years ago • 2 comments

When I try to load up an empty Kaboom game, it is giving me the error: “Error: failed to load burp.” But I have nothing in the project. What’s wrong with it?

BestSpark687090 avatar May 16 '22 00:05 BestSpark687090

Where are you "loading" an empty Kaboom game?

8xu avatar May 16 '22 18:05 8xu

from html without npm

On May 16, 2022, at 1:21 PM, Mihai Dragomir @.***> wrote:

 Where are you "loading" an empty Kaboom game?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

BestSpark687090 avatar May 16 '22 19:05 BestSpark687090

the best bug name.

it may be due to your browser or your internet connection, but tga can probably help you to detect the problem. If you can reopen the issue using the template that would be great

lajbel avatar Sep 26 '22 01:09 lajbel

What browser are you using? Are you able to load any other audio file?

Maybe your browser doesn't support certain web audio api. But anyway since it's loaded by default I changed it to not block the game in future versions.

slmjkdbtl avatar Sep 26 '22 02:09 slmjkdbtl

bro it’s been 4 months im not sure about loading audio files, I wasn’t loading any.also I was using vs code live previewOn Sep 25, 2022, at 9:33 PM, tga @.***> wrote: What browser are you using? Are you able to load any other audio file? Maybe your browser doesn't support certain web audio api. But anyway since it's loaded by default I changed it to not block the game in future versions.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

BestSpark687090 avatar Sep 26 '22 19:09 BestSpark687090

For load audios you can do

/// use any file path you have
loadSound("n", "music.mp3");
play("mp3");

Anyway, in @next versio this no longer block game. Reopen if you have the same bug playing audios

lajbel avatar Oct 04 '22 15:10 lajbel

There's a problem with that. I wasn't loading *any *audio files at all. It was a blank project, and i never tried to load anything.

On Tue, Oct 4, 2022 at 10:52 AM danie @.***> wrote:

For load audios you can do

/// use any file path you haveloadSound("n", "music.mp3");play("mp3");

Anyway, in @next versio this no longer block game. Reopen if you have the same bug playing audios

— Reply to this email directly, view it on GitHub https://github.com/replit/kaboom/issues/585#issuecomment-1267217075, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARS76ZJ3PO2YII3XSAX4Q2TWBRHEHANCNFSM5V72TORQ . You are receiving this because you authored the thread.Message ID: @.***>

BestSpark687090 avatar Oct 04 '22 19:10 BestSpark687090