-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
completeReady in master branchReady in master branchinvestigatingGathering info about the bugGathering info about the bug
Description
Hello,
I've been wanting to continue development but I have been hindered by 'yarn tauri dev' breaking on me:
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in ./node_modules/midimessage/dist/index.min.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:\Dev\piano-trainer\node_modules\midimessage\dist\dist\index.js.map' file: Error: ENOENT: no such file or directory, open 'C:\Dev\piano-trainer\node_modules\midimessage\dist\dist\index.js.map'
webpack compiled with 1 warning
Files successfully emitted, waiting for typecheck results...
Issues checking in progress...
No issues found.
Info Watching C:\Dev\piano-trainer\src-tauri for changes...
Compiling vswhom-sys v0.1.2
Compiling vswhom v0.1.0
Compiling embed-resource v2.4.0
Compiling tauri-winres v0.1.1
Compiling tauri-build v1.5.3
Compiling app v0.1.0 (C:\Dev\piano-trainer\src-tauri)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s
[sentry] enabled sentry client for DSN https://36cfcf5f635d48d9bb4209bfcf05667e:@o1312215.ingest.sentry.io/6561276
[sentry] enabled sentry client for DSN https://36cfcf5f635d48d9bb4209bfcf05667e:@o1312215.ingest.sentry.io/6561276
thread 'tokio-runtime-worker' panicked at core\src\panicking.rs:223:5:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
error Command failed with exit code 3221226505.
Any clues as to what the issue could be here?
I've already tried running cargo clean and cargo build in tauri-src. No success.
Windows 11 Pro 23H2 22631.4751
yarn 1.22.22
tauri-cli 1.6.3
Result of "rustup default stable-msvc":
info: using existing install for 'stable-x86_64-pc-windows-msvc'
info: default toolchain set to 'stable-x86_64-pc-windows-msvc'
stable-x86_64-pc-windows-msvc unchanged - rustc 1.84.0 (9fc6b4312 2025-01-07)
Metadata
Metadata
Assignees
Labels
completeReady in master branchReady in master branchinvestigatingGathering info about the bugGathering info about the bug