powertab/powertabeditor

Opening .gpx error "invalid unordered_map<K, T> key"

Closed this issue · 6 comments

Description
When I try to open a .gpx file I get the error "invalid unordered_map<K, T> key"

To Reproduce
.ptb, .gp, .gp5 open without issue.

Reinstall ineffective - confirmed that I did associate .gpx with the application.

File opens in Guitar Pro 7.6 without issue.

Additional Info
image
image

Version
PTE Alpha 19
Windows 10 x64 22H2 Build 19045.3208

Thanks for the bug report!
This is likely an issue with the specific .gpx file - is it possible to attach or link to it? (it not, feel free to send it to me directly)

Thanks for the bug report! This is likely an issue with the specific .gpx file - is it possible to attach or link to it? (it not, feel free to send it to me directly)

Here's the link: https://tabs.ultimate-guitar.com/tab/christopher-cross/ride-like-the-wind-guitar-pro-1449593

Here is is open in Guitar Pro:

image

Guessing unordered_map refers to

#include <unordered_map>
as every other instance of unordered_map I've seen wants either ints or musical letters (i.e. A-G) in that first result... neither of which would be a "K".

I also tried:
Saving the file as .gp8 in GuitarPro (it doesn't offer me any other formats or an "All Files" option). Ineffective.
Running the Batch Converter on the file in GuitarPro. Ineffective.

Thanks, I can reproduce with that file. It seems to be an issue with importing chords - as with #442 we've been finding that older .gpx files have some differences in their file formats

Should be fixed with the latest build!

Thanks!