lmstudio-ai / .github

34 stars 3 forks source link

LM-Studio Crashes on Startup #32

Open amgothic80 opened 3 months ago

amgothic80 commented 3 months ago

LM-Studio is crashing abruptly upon startup without displaying any interface. This issue occurs consistently with versions beyond app-0.2.14. Until today, version app-0.2.17 was also functioning correctly. No changes were made to the system or LM-Studio settings, except for continuing/finishing some ongoing downloads. When reverting to version app-0.2.14, the application functions properly, but all previous downloads are no longer accessible (although the installed LM files are still present).

yagil commented 3 months ago

Hi @amgothic80 which operating system are you on?

amgothic80 commented 3 months ago

Hi. I'm using Windows 11 Pro.

amgothic80 commented 3 months ago

It seems that the issue may be related to the 'downloads.json' file located in the directory C:\Users[username].cache\lm-studio because I just tried deleting it, and now the program works. I probably had too many models downloading at once. I will now add them back one by one to the 'downloads.json' file to identify which model/download is causing the problem.

yagil commented 3 months ago

thanks for this observation @amgothic80!

amgothic80 commented 3 months ago

Now I understand the issue: it was due to the fact that the disk where I had my downloads was full. The program wasn't notifying me about it but causing the program to crash at startup. I believe this is not how it's supposed to function, so it's something to fix.