-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pnpm tauri dev] Using tauri dev
exits with code 101
#3
Comments
Thanks for checking out the project. Did you manually create an empty |
@pickaxe828 @pintovillamar are you both using Linux? This error has been known to occur on Linux as the program does not yet fully support Linux. Thanks. |
I am on Windows 11, run with PowerShell, not through WSL. |
I use Linux (btw Arch Linux) |
@RaphGL Do you know if this issue still occurs after adding Linux support and the rewrite? |
@conaticus I've tried using pnpm and trying to replicate the bug and it doesn't happen on my end. So I'm assuming it's all good |
Yeah likely. I'll close it and we'll know it's a problem if it comes up again. |
I have this exact issue on macOS with yarn |
@FormalSnake have you tested the latest commit? if it still fails can u show us the error and the stack trace? |
It is the latest commit. Running BeforeDevCommand ( VITE v4.3.9 ready in 507 ms ➜ Local: http://localhost:1420/ |
@conaticus A potential way of fixing this is found. thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\file_explorer\search.rs:22:61
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[0629/203955.011:ERROR:window_impl.cc(119)] Failed to unregister class Chrome_WidgetWin_0. Error = 0
ELIFECYCLE Command failed with exit code 101.
``` |
@pickaxe828 searching requires u to have a cache. But I think you're on an old commit, cause the file has been changed to |
When using
pnpm tauri dev
, a panic is thrown and the app was closed.The text was updated successfully, but these errors were encountered: