eythaann / Seelen-UI

The Fully Customizable Desktop Environment for Windows 10/11.
Other
4.14k stars 113 forks source link

[BUG] Failed to start app from microsoft store version. #290

Closed Sereinme closed 2 weeks ago

Sereinme commented 2 weeks ago

Describe the bug

Failed to start with error - Failed to load icon pack and Failed to create State Manager.

Log

[2024-11-27][15:20:12][seelen_ui][INFO] ───────────────────── Starting Seelen UI v2.0.6 ───────────────────── [2024-11-27][15:20:12][seelen_ui][INFO] Operating System: Windows 10.0.26100 (Windows 11 Professional) [64-bit] [2024-11-27][15:20:12][seelen_ui][INFO] WebView2 Runtime: Ok("131.0.2903.63") [2024-11-27][15:20:12][seelen_ui][INFO] Elevated : Ok(false) [2024-11-27][15:20:12][seelen_ui][INFO] Locate : Some("zh-CN") [2024-11-27][15:20:13][seelen_ui::modules::cli][INFO] TCP server listening on 127.0.0.1:58480 [2024-11-27][15:20:13][seelen_ui::seelen][TRACE] Show settings window [2024-11-27][15:20:13][seelen_ui::state::application][TRACE] Creating new State Manager [2024-11-27][15:20:13][seelen_ui::state::application::icons][ERROR] Failed to load icon pack ("C:\Users\sereinme\AppData\Roaming\com.seelen.seelen-ui\icons\system"): Custom("metadata.yml not found")

[2024-11-27][15:20:13][seelen_ui][ERROR] A panic occurred: Cause: Failed to create State Manager: Io(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" })

Location: src/background\state\application\mod.rs:45:26 [2024-11-27][15:20:21][seelen_ui][INFO] ───────────────────── Starting Seelen UI v2.0.6 ───────────────────── [2024-11-27][15:20:21][seelen_ui][INFO] Operating System: Windows 10.0.26100 (Windows 11 Professional) [64-bit] [2024-11-27][15:20:21][seelen_ui][INFO] WebView2 Runtime: Ok("131.0.2903.63") [2024-11-27][15:20:21][seelen_ui][INFO] Elevated : Ok(false) [2024-11-27][15:20:21][seelen_ui][INFO] Locate : Some("zh-CN") [2024-11-27][15:20:21][seelen_ui::modules::cli][INFO] TCP server listening on 127.0.0.1:58491 [2024-11-27][15:20:21][seelen_ui::seelen][TRACE] Show settings window [2024-11-27][15:20:21][seelen_ui::state::application][TRACE] Creating new State Manager [2024-11-27][15:20:21][seelen_ui::state::application::icons][ERROR] Failed to load icon pack ("C:\Users\sereinme\AppData\Roaming\com.seelen.seelen-ui\icons\system"): Custom("metadata.yml not found")

[2024-11-27][15:20:21][seelen_ui][ERROR] A panic occurred: Cause: Failed to create State Manager: Io(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" })

Location: src/background\state\application\mod.rs:45:26 [2024-11-27][15:25:04][seelen_ui][INFO] ───────────────────── Starting Seelen UI v2.0.6 ───────────────────── [2024-11-27][15:25:04][seelen_ui][INFO] Operating System: Windows 10.0.26100 (Windows 11 Professional) [64-bit] [2024-11-27][15:25:04][seelen_ui][INFO] WebView2 Runtime: Ok("131.0.2903.63") [2024-11-27][15:25:04][seelen_ui][INFO] Elevated : Ok(false) [2024-11-27][15:25:04][seelen_ui][INFO] Locate : Some("zh-CN") [2024-11-27][15:25:04][seelen_ui::modules::cli][INFO] TCP server listening on 127.0.0.1:59934 [2024-11-27][15:25:04][seelen_ui::seelen][TRACE] Show settings window [2024-11-27][15:25:04][seelen_ui::state::application][TRACE] Creating new State Manager [2024-11-27][15:25:04][seelen_ui::state::application::icons][ERROR] Failed to load icon pack ("C:\Users\sereinme\AppData\Roaming\com.seelen.seelen-ui\icons\system"): Custom("metadata.yml not found")

[2024-11-27][15:25:04][seelen_ui][ERROR] A panic occurred: Cause: Failed to create State Manager: Io(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" })

Location: src/background\state\application\mod.rs:45:26

eythaann commented 2 weeks ago

ok I get it, making a fix.

eythaann commented 2 weeks ago

fixed on v2.0.7 but mstore takes a entire day to be updated, you can try github version.

Sereinme commented 2 weeks ago

Thanks, v2.0.7 works fine for me.