You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of the bug.
Building the 3.0.1 tag for linux resulted in the application breaking. After bisecting the commits, I discovered 6ed3e71 to be the cause of the issue
Whenever launching the program, I get the following error:
thread 'tokio-runtime-worker' panicked at src/main.rs:44:68:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Whenever running with RUST_BACKTRACE=full, I get the following information:
Hm, seems to be an issue with forcing the working directory to a location chosen by Tauri (app.path().app_cache_dir()). However doesn't happen on my PC but i'll see if i can implement this better.
For the reason as to why the application is breaking to be fixed
This isn't the reason Linux is broken. The reason Linux builds are broken is because for some reason the system shell completely breaks when the app is packaged as a bundle (AppImage). I believe this is a Tauri issue and should be fixed on Tauri's end.
Describe the bug
A clear and concise description of the bug.
Building the 3.0.1 tag for linux resulted in the application breaking. After bisecting the commits, I discovered 6ed3e71 to be the cause of the issue
Whenever launching the program, I get the following error:
Whenever running with
RUST_BACKTRACE=full
, I get the following information:Describe the solution you'd like
For the reason as to why the application is breaking to be fixed
Additional context
Add any other context or screenshots about the bug report here.
Building with pnpm 9.15.0 and rust 1.83.0
The text was updated successfully, but these errors were encountered: