Closed
Description
Note that this only occurs on the latest Rust nightly nightly-x86_64-pc-windows-msvc
(1.86.0). If I rollback to nightly-2024-10-01-x86_64-pc-windows-msvc
, then it no longer occurs.
packages/desktop dev: thread 'main' panicked at C:\Users\larsb\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\tauri-plugin-single-instance-2.2.1\src\platform_impl\windows.rs:121:34:
packages/desktop dev: null pointer dereference occured
Reproduction:
- Clone https://github.com/glzr-io/zebar
git checkout 3058a0dd0694fb168b9ee84027bd260ce14fe60a
pnpm i && pnpm dev
Occurs on latest (v2.2.1) of single-instance-plugin