Skip to content
New issue

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

AppID invalid exception on clean startup #135

Open
witmoca opened this issue Feb 28, 2023 · 6 comments
Open

AppID invalid exception on clean startup #135

witmoca opened this issue Feb 28, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@witmoca
Copy link
Owner

witmoca commented Feb 28, 2023

No description provided.

@witmoca witmoca added the bug Something isn't working label Feb 28, 2023
@witmoca
Copy link
Owner Author

witmoca commented Feb 28, 2023

Problem is not on startup, but after loading a freshly saved file.
The startup issue was caused by a debug parameter always loading a local test file

@witmoca
Copy link
Owner Author

witmoca commented Feb 28, 2023

Update: Files do not get saved correctly.
The internal DB is correct, but no content is written to the DB file

@witmoca
Copy link
Owner Author

witmoca commented Feb 28, 2023

Backup throws no exceptions, doing a commit right before backup does not help either.
Overwriting a working save file with an "empty one" does not overwrite at all. The previous working file remains

@witmoca
Copy link
Owner Author

witmoca commented Feb 28, 2023

Updating SQLite version exposes an error during saving.
See xerial/sqlite-jdbc#818

@witmoca
Copy link
Owner Author

witmoca commented Feb 28, 2023

Saving before adding the title of a song in a playlist does not cause issues; Adding one does.
This is not repeatable when doing other actions such as archiving multiple songs

witmoca added a commit that referenced this issue Feb 28, 2023
@witmoca
Copy link
Owner Author

witmoca commented Mar 3, 2023

Current method to reproduce (with :

Create new file
Add one playlist
Add artist name
Add one song title
Safe file

File now saved (if saved at all) does not contain the database

Bug also present in version 1.2.0, so not a result of recent DEV

@witmoca witmoca moved this from To triage to Backlog in Bug Tracker BEATs Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant