KentoMukiyashi
Member
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!?!?!?!?!?!?!?!?!
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.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\
1. I tried both and the result was the same both times.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)
Thank you! I'll take a look.1. I tried both and the result was the same both times.
2. Windows.
3. 2407.
4. I'll attach the zip.
Toxic.zip
drive.google.com
There should be notes so I'm not sure what happened.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
It's possible there's an issue with how Konga Beat is creating the files. Are you able to share your .kong project file?There should be notes so I'm not sure what happened.
I can tomorrow.It's possible there's an issue with how Konga Beat is creating the files. Are you able to share your .kong project file?
Sounds good. Thank you again for your patience working through this issue!I can tomorrow.
Here's the file! Sorry about the wait. I gotta say, this is one of the best troubleshooting experiences I've ever had!!!Sounds good. Thank you again for your patience working through this issue!![]()
I appreciate the kind words! I noticed the project may have not been uploaded successfully. Could you try posting it again?Here's the file! Sorry about the wait. I gotta say, this is one of the best troubleshooting experiences I've ever had!!!
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:Here's google drive link instead. https://drive.google.com/file/d/1MjbhgkZP7VOniOmEz7KFR7ASZWHxie0p/view?usp=sharing
{
"trackInformation": [
{
"active": true,
"bongoVolume": 1.0
}
],
"difficultyLevel": 1, // 1 = Hard
"difficultyRating": 1,
"playerCount": 1,
"speed": 80,
"mode": 0,
"csv": ""
},
Sorry for the late reply. Here's another google drive link: https://drive.google.com/file/d/1cTmvnv-a4QjCzvUg3ToSyAjyN3rggMQB/view?usp=sharingJust 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.
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.Sorry for the late reply. Here's another google drive link: https://drive.google.com/file/d/1cTmvnv-a4QjCzvUg3ToSyAjyN3rggMQB/view?usp=sharing
I would love that!!!! Thank you so much!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 uploaded a build that includes more reporting for us to look at:I would love that!!!! Thank you so much!
I finally discovered the issue! For some reason just all of the notes are gone. Now I just have to chart it again...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.