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

Crash on startup #96

Closed
alythesniper opened this issue Jul 24, 2024 · 2 comments
Closed

Crash on startup #96

alythesniper opened this issue Jul 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@alythesniper
Copy link

JL keeps crashing at startup. I updated a few days prior and had no issue, but from today it just started crashing even after windows restart.
here is the log file.

@rampaa
Copy link
Owner

rampaa commented Jul 24, 2024

Can you send the files under ..JL\Resources\Frequency Databases to rampaa.01@gmail.com? Also the ..\JL\Config\freqs.json file?

When JL is trying to get the max frequency value from one of your frequency dictionaries, instead of returning a valid value, it seems to return null, which indicates there's no valid frequency value in the database at all. I am baffled how that's possible, especially if it was working just fine till now.

Try deleting the files under ..JL\Resources\Frequency Databases and see if it solves the crash. When you delete those files, JL should recreate them at start-up and hopefully they will have valid values this time around.

@rampaa rampaa added the bug Something isn't working label Jul 24, 2024
@rampaa
Copy link
Owner

rampaa commented Jul 27, 2024

It appears that the VN (Nazeka).sqlite file you had didn't contain any records. I'm not sure how this happened, but if it occurs again, 03e9370 should remedy the situation. Essentially, JL will check whether a database file contains any records, and if it doesn't, it will delete the database file and recreate it if necessary.

@rampaa rampaa closed this as completed Jul 27, 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
None yet
Development

No branches or pull requests

2 participants