restart secvie #1200
-
Hi there Every time I start my Windows system, my lanraragi service fails to start properly. The log shows the following message:
However, if I manually stop and then restart the service, it starts up correctly. Therefore, I would like to ask if there is a way to create a script to stop and start the service, or if you could provide guidance on how to add this to the Task Scheduler to run automatically. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
That's a bad idea - You shouldn't have to run the service twice to get it to work. The server normally waits for the Redis server to be ready before querying it, so I'm not sure what is causing the LOADING errors to pop up again. Could you try temporarily replacing your
|
Beta Was this translation helpful? Give feedback.
-
I get this issue every launch too, didnt happen until one of the recent versions. Using WSL. Can confirm fixed with nightly version, saw the commit and tested. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue with wsl2 |
Beta Was this translation helpful? Give feedback.
Thank you, this is super helpful. It means the localization hits the database somehow, even though it shouldn't...
I'll have a quick fix pushed that just makes sure the DB wait check happens before the translations are loaded.