What's new

The Bongo Circle: A Konga Beat Forum

I tried to load my song and then got so many read errors I had to use my auto clicker and when I clicked ignore it just didn't load my chart!!!!!!! Why is this happening!?!?!?!?!?!?!?!?!
 
I'm sorry for the trouble! Would you be comfortable with sharing your log? That would help me out a lot with investigating the issue.

If you're cool with sharing it, your log (Player.log) should be located here: C:\Users\{YOUR USERNAME}\AppData\LocalLow\Konga Beat Contributors\Konga Beat\
 
I'm sorry for the trouble! Would you be comfortable with sharing your log? That would help me out a lot with investigating the issue.

If you're cool with sharing it, your log (Player.log) should be located here: C:\Users\{YOUR USERNAME}\AppData\LocalLow\Konga Beat Contributors\Konga Beat\
Thanks for the super quick reply, but it was actually an error in Dolphin, not Konga Beat. Here's an example of what the errors looked like.1753811878750.png
 
Ah, gotcha. In that case, I have a few questions that will help me look into the issue:

1. Are you playing the song from Konga Beat (from the Play Now button) or Konga Launcher?
2. Are you on Windows, Mac, or Linux? (I'm pretty sure this is Windows, but want to be sure)
3. What version of Dolphin are you using?
4. Could you share your Konga Beat project? (You can send the project to me privately if you prefer not to share it on the forum)
 
Ah, gotcha. In that case, I have a few questions that will help me look into the issue:

1. Are you playing the song from Konga Beat (from the Play Now button) or Konga Launcher?
2. Are you on Windows, Mac, or Linux? (I'm pretty sure this is Windows, but want to be sure)
3. What version of Dolphin are you using?
4. Could you share your Konga Beat project? (You can send the project to me privately if you prefer not to share it on the forum)
1. I tried both and the result was the same both times.
2. Windows.
3. 2407.
4. I'll attach the zip.
 
Thank you for your patience! I finally had the chance to investigate the bug. Does your project currently have any notes for 1P Hard? The error in Dolphin seems to appear when the score doesn't have any notes assigned to it. I'm seeing this when I open the score in Reaper as well:

reaper.png
 
Thank you for your patience! I finally had the chance to investigate the bug. Does your project currently have any notes for 1P Hard? The error in Dolphin seems to appear when the score doesn't have any notes assigned to it. I'm seeing this when I open the score in Reaper as well:

View attachment 14
There should be notes so I'm not sure what happened.
 
Here's the file! Sorry about the wait. I gotta say, this is one of the best troubleshooting experiences I've ever had!!!
I appreciate the kind words! I noticed the project may have not been uploaded successfully. Could you try posting it again?
 
Just to double check: is this the most recent version? I opened the project in a text editor and looked at the information for 1P Hard:

Code:
{
    "trackInformation": [
        {
            "active": true,
            "bongoVolume": 1.0
        }
    ],
    "difficultyLevel": 1, // 1 = Hard
    "difficultyRating": 1,
    "playerCount": 1,
    "speed": 80,
    "mode": 0,
    "csv": ""
},

If Konga Beat saved the notes, they should appear in "csv", but that's currently empty. If you're seeing notes in your project and they aren't being saved, it's possible KB isn't storing the notes correctly. In that case, could you share your player log? Maybe there's something quietly failing in the background.
 
Just to double check: is this the most recent version? I opened the project in a text editor and looked at the information for 1P Hard:

Code:
{
    "trackInformation": [
        {
            "active": true,
            "bongoVolume": 1.0
        }
    ],
    "difficultyLevel": 1, // 1 = Hard
    "difficultyRating": 1,
    "playerCount": 1,
    "speed": 80,
    "mode": 0,
    "csv": ""
},

If Konga Beat saved the notes, they should appear in "csv", but that's currently empty. If you're seeing notes in your project and they aren't being saved, it's possible KB isn't storing the notes correctly. In that case, could you share your player log? Maybe there's something quietly failing in the background.
Sorry for the late reply. Here's another google drive link: https://drive.google.com/file/d/1cTmvnv-a4QjCzvUg3ToSyAjyN3rggMQB/view?usp=sharing
 
No worries! I gave the log a look and it doesn't raise any red flags. If you're up for it, I'll upload a custom build of Konga Beat for you to try that should provide more feedback about what's going on in the project and could help us diagnose the problem.

With all that said, thank you again for your patience working through this bug!
 
No worries! I gave the log a look and it doesn't raise any red flags. If you're up for it, I'll upload a custom build of Konga Beat for you to try that should provide more feedback about what's going on in the project and could help us diagnose the problem.

With all that said, thank you again for your patience working through this bug!
I would love that!!!! Thank you so much!
 
I would love that!!!! Thank you so much!
I uploaded a build that includes more reporting for us to look at:

https://drive.google.com/file/d/1ym1K94kng2B4YC_T0NFHOk5SmhPEL31W/view?usp=drive_link

It will show the current number of notes per lane (left, right, clap):

note-counter.png

And if there aren't enough notes present (at least one in the entire score) when attempting to play a score, it'll give a message:

no-notes-message.png

Finally, it'll tell us in the dev console how many notes it's packaging as part of the score it's sending to Konga Launcher.

console-message.png

This should help us get closer to identifying where in the chain things are breaking.
 
I uploaded a build that includes more reporting for us to look at:

https://drive.google.com/file/d/1ym1K94kng2B4YC_T0NFHOk5SmhPEL31W/view?usp=drive_link

It will show the current number of notes per lane (left, right, clap):

View attachment 18

And if there aren't enough notes present (at least one in the entire score) when attempting to play a score, it'll give a message:

View attachment 19

Finally, it'll tell us in the dev console how many notes it's packaging as part of the score it's sending to Konga Launcher.

View attachment 20

This should help us get closer to identifying where in the chain things are breaking.
I finally discovered the issue! For some reason just all of the notes are gone. Now I just have to chart it again...
 
Back
Top