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

Missing Texture causes thread 'main' panic #19

Open
felipetesc opened this issue Apr 23, 2022 · 1 comment
Open

Missing Texture causes thread 'main' panic #19

felipetesc opened this issue Apr 23, 2022 · 1 comment

Comments

@felipetesc
Copy link

While running the example I got the message:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Internal("user texture 0 not found")', src\main.rs:172:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

[process exited with code 101 (0x00000065)]

The problem happened after clicking on the buttton "Color test".

I'm guessing there are some images from the official demo witch are missing.

OS:

  • Windows 11

Rust

rustup show
rustup 1.24.3 (ce5817a94 2021-05-31)
stable-x86_64-pc-windows-msvc (default)
rustc 1.60.0 (7737e0b5c 2022-04-04)
@ElhamAryanpur
Copy link

I'm getting same issue, however on startup.

in my case it's me trying to copy it to a custom engine, did everything line by line and still got that

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

2 participants