graphpu
graphpu copied to clipboard
error: process didn't exit successfully: `target\debug\graphpu.exe` (exit code: 0xc0000374, STATUS_HEAP_CORRUPTION)
Hello,
I'm sorry I'm new to Rust and try to understand a bit of it through your project.
Unfortunately I haven't been able to run my own compiled version.
I tried
cargo build
and
> cargo run
warning: trait `StringValueLookup` is never used
--> lib\naga\src\front\wgsl\mod.rs:850:7
|
850 | trait StringValueLookup<'a> {
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `naga` (lib) generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
Running `target\debug\graphpu.exe`
error: process didn't exit successfully: `target\debug\graphpu.exe` (exit code: 0xc0000374, STATUS_HEAP_CORRUPTION)
Any idea what is wrong?