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

error: process didn't exit successfully: target\debug\graphpu.exe (exit code: 0xc0000374, STATUS_HEAP_CORRUPTION) #7

Open
s-celles opened this issue May 11, 2024 · 0 comments

Comments

@s-celles
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant