Holzhaus / rekordcrate

Library for parsing Pioneer Rekordbox device exports
https://holzhaus.github.io/rekordcrate/
Mozilla Public License 2.0
77 stars 12 forks source link

rekordcrate-pdb - Error: no variants matched at 0x307f #72

Closed davidhaley closed 1 year ago

davidhaley commented 2 years ago

out

Swiftb0y commented 2 years ago

Thanks for your bug report. Can you also send us the .pdb this issue occurred with so we can properly look into it? Thanks

Holzhaus commented 2 years ago

Yup, thanks for testing! As @Swiftb0y pointed out, we need the PDB file to debug the issue. If you don't want to share it publicly (e. g. because listening to "Crazy Frog" is your guilty pleasure and you don't want anyone to know), you can also send us the PDB file privately. Just say so here and we will figure something out.

davidhaley commented 2 years ago

because listening to "Crazy Frog" is your guilty pleasure and you don't want anyone to know

lol!

Hey guys, sorry for the delay - Jan, I just sent you an email with the file.

Thank you!

Holzhaus commented 2 years ago

Thanks. Looks like the color index of a track is out of range. If I add a workaround for that, the string section of track rows fail to parse, so this needs some more investigation.

@davidhaley What rekordbox version this this file created with? (You can check with cargo run --bin rekordcrate-setting -- /path/to/PIONEER/DEVSETTING.DAT) Does it work fine on a CDJ? (just to rule out that the file got corrupted).

Swiftb0y commented 2 years ago

@davidhaley would you mind if Jan shared the file with me as well so I can also take a look?

davidhaley commented 2 years ago

Thank you.

What rekordbox version this this file created with?

Please see below:

out

Does it work fine on a CDJ? (just to rule out that the file got corrupted).

Yes, the USB loads and plays fine on both a CDJ-3000 and CDJ-2000NXS2.

would you mind if Jan shared the file with me as well so I can also take a look?

I don't mind @Swiftb0y, thank you for asking.

Swiftb0y commented 2 years ago

Thank you very much. We'll get back to you once we have investigated the issue.

Holzhaus commented 1 year ago

@davidhaley the issue is fixed on latest main. Thanks for providing the PDB file.