Skip to content
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

[bug] shell open crash on Windows #9624

Closed
thewh1teagle opened this issue Apr 30, 2024 · 3 comments
Closed

[bug] shell open crash on Windows #9624

thewh1teagle opened this issue Apr 30, 2024 · 3 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@thewh1teagle
Copy link
Contributor

thewh1teagle commented Apr 30, 2024

Describe the bug

I use shell plugin in v2 project.
I use it to open folder in explorer.exe
Second time opening of same folder it focus the explorer.exe window and tauri app is crashing.

Reproduction

Use simple repro repo
https://github.com/thewh1teagle/tauri-crash-01

Or just use shell plugin ,
1.open some folder eg: shell.open("C:\\Users")
2. First time it will open the explorer successfully, open again. it will focus the explorer window and then tauri app will crash.

Expected behavior

No response

Full tauri info output

[✔] Environment
    - OS: Windows 10.0.22631 X64
    ✔ WebView2: 124.0.2478.67
    ✔ MSVC: Visual Studio Community 2022
    ✔ rustc: 1.77.1 (7cf61ebde 2024-03-27)
    ✔ cargo: 1.77.1 (e52e36006 2024-03-26)
    ✔ rustup: 1.27.0 (bbb9276d2 2024-03-08)
    ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
    - node: 20.12.0
    - npm: 10.5.0

[-] Packages
    - tauri [RUST]: 2.0.0-beta.16
    - tauri-build [RUST]: 2.0.0-beta.13
    - wry [RUST]: 0.39.3
    - tao [RUST]: 0.27.1
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 2.0.0-beta.1

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../src

Stack trace

No response

Additional context

Originally happens in v2 typescript project.

@thewh1teagle thewh1teagle added status: needs triage This issue needs to triage, applied to new issues type: bug labels Apr 30, 2024
@amrbashir
Copy link
Member

closing as duplicate of #1137, thanks for the repro though ❤️

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@thewh1teagle
Copy link
Contributor Author

thewh1teagle commented May 16, 2024

closing as duplicate of #1137, thanks for the repro though ❤️

Did you meaned to mention another issue?
Because the issue you mentioned is closed,
and It still happens (today) with most recent tauri (core / cli / plugins)
vibe/desktop/src-tauri
vibe/releases/latest

@amrbashir
Copy link
Member

amrbashir commented May 16, 2024

sorry I meant tauri-apps/plugins-workspace#1137, I am still investigating the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants