egui_example icon indicating copy to clipboard operation
egui_example copied to clipboard

Missing Texture causes thread 'main' panic

Open felipetesc opened this issue 2 years ago • 1 comments

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)

felipetesc avatar Apr 23 '22 23:04 felipetesc

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

ElhamAryanpur avatar Jul 17 '22 17:07 ElhamAryanpur