We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load songs and collections database files. Here's the log: 1602099593.541249 - 248 (__main__) - [INFO] osu! Collection Editor starting... 1602099715.061168 - 14448 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099715.061168 - 14448 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099758.733779 - 17324 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099758.733779 - 17324 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099776.990912 - 17660 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099776.990912 - 17660 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8
1602099593.541249 - 248 (__main__) - [INFO] osu! Collection Editor starting... 1602099715.061168 - 14448 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099715.061168 - 14448 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099758.733779 - 17324 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099758.733779 - 17324 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099776.990912 - 17660 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099776.990912 - 17660 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can't load songs and collections database files. Here's the log:
1602099593.541249 - 248 (__main__) - [INFO] osu! Collection Editor starting... 1602099715.061168 - 14448 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099715.061168 - 14448 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099758.733779 - 17324 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099758.733779 - 17324 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8 1602099776.990912 - 17660 (util.osudb_format) - [WARNING] Error while parsing .db file. unpack requires a bytes object of length 8 1602099776.990912 - 17660 (gui_controller.loading) - [ERROR] Error while parsing osu!.db: unpack requires a bytes object of length 8
The text was updated successfully, but these errors were encountered: