kabiiQ / BeatmapExporter

osu!lazer beatmap exporter utility. Allowing mass export of beatmaps from the new osu!lazer file storage back into .osz files.
MIT License
121 stars 6 forks source link

Can't export beatmaps on Linux #12

Closed YSpoof closed 9 months ago

YSpoof commented 9 months ago
Error opening database: Provided schema version 36 does not equal last set version 32.
The osu!lazer database structure has updated since the last BeatmapExporter update.

Versions:

OSU: 2023-1130.0-lazer

BeatMapExporter: 1.3.6
kabiiQ commented 9 months ago

I'm not sure if the Linux lazer is just behind for some reason, or why it would be on version 32 despite that being what looks like the latest release. Generally lazer should be the same for the same versions across platforms...

Regardless, since that's not the case here, BeatmapExporter 1.3.3 would be the version compatible with this database revision "32" that your game seems to be on: https://github.com/kabiiQ/BeatmapExporter/releases/tag/v1.3.3

YSpoof commented 9 months ago

Worked like a charm, thanks a lot ;)