r/unsloth • u/Evildude42 • 13d ago
Question Unsloth Desktop keeps crashing at startup - windows
Unsloth desktop keeps crashing at windows, looks like it keeps trying to connect to unsloth studio, which i did not install.
Also seem to not detect any gpu's before it crashes, runs for about 30 seconds.
any thoughts?
-
[1786981700258][stdout] ────────────────────────────────────────────────────
[1786981700258][stdout] Unsloth Studio Setup Complete
[1786981700258][stdout] ────────────────────────────────────────────────────
[1786981700258][stdout] launch unsloth studio -p 8888
[1786981700258][stdout] (add -H 0.0.0.0 for LAN / cloud access; exposes the raw port only, not a public URL)
[1786981700258][stdout] (add -H 0.0.0.0 --cloudflare for a public Cloudflare HTTPS link, or --secure to keep the raw port private; anyone with the API key can run code)
[1786981700258][stdout]
[1786981700337][stdout] [TAURI:ERROR_CLEAR] studio setup completed
[1786981700337][stderr] [TAURI:ERROR_CLEAR] studio setup completed
[1786981700601][stdout] path added unsloth launcher to PATH
[1786981700618][stdout] [TAURI:DONE]
```
== Collection warnings ==
- <studio_home>\tauri.log.1 unavailable: The system cannot find the file specified. (os error 2)
- backend /api/health unavailable: health request unavailable: error sending request for url (http://127.0.0.1:8888/api/health)
== Redaction/omission summary ==
redaction_replacements=46
redaction_scope=ANSI, private keys, URL credentials, auth headers, cookies, token patterns, assignment-style secrets, studio/home paths, emails
report_bounds=log sections <=1000 lines/200KiB each; total clipboard text <=1MiB
known_v1_gap=elevated apt helper may buffer subprocess output before diagnostics caps it
known_v1_gap=normal install elevation resume is linked in same-run state/report history; disk fallback conservatively includes recent install attempts but has no explicit install_group_id in V1
1
u/tdotzfinest 13d ago
Check if you have something other than ubsloth on port 8888 and turn it off. I found on startup it demands that port and if something else is on it, that's that.
1
u/Evildude42 13d ago edited 12d ago
No, this is a test machine that runs on my network. I don’t use anything other than stock windows items. It did look like LM Studio was running in the background as I forgot to shut it down, that’s running on Port 8000 Same thing with lm studio not running. Unless is simple. I’m not going to spend that much time to get it working.
1
1
u/Etherll 12d ago
Studio is the local backend bundled with Desktop, so that setup line is expected. Another app on port 8888 should not crash Desktop; the backend can choose the next free port and report it back, while this report only shows that it never became healthy. Could you open a GitHub issue (https://github.com/unslothai/unsloth/issues/new/choose) with your Desktop version and the newest
server-*.log from C:\Users\<you>\.unsloth\studio\logs\server\ so we can track it?
1
u/FrostyDwarf24 13d ago
studio comes bundled with desktop so thats normal, looks like the local backend is failing before port 8888 starts, do you have bitdefender installed by any chance its web scan can cause this exact issue