-
Notifications
You must be signed in to change notification settings - Fork 86
thread '<unnamed>' panicked at 'cannot access stderr during shutdown', src\libcore\option.rs:1188:5 #144
Comments
I have the same problem, in some cases it finishes but often it crashes with this error. |
Thanks for the info @biosmanager . Are you also on Windows? |
Yes. |
rust-lang/rust#29488 seems like it is likely the same issue you are seeing, but I think there is most likely a different a root cause, as you can see from the output the image generation is not actually finished, so we should not be in shutdown, so having a backtrace would be very helpful to point to what exactly is happening. If you can install Rust and then clone this repo and do set RUST_BACKTRACE=1
cd <directory you cloned to>
cargo run --release -- --inpaint imgs/1_tile.jpg --out-size 400 --tiling -o out.bmp generate imgs/1.jpg that would help us figure out what is going on. |
Generation never fail when running from cargo. |
This should be resolved now in the 0.8.2 release, but please reopen if this is not the case. 🙂 |
Using
texture-synthesis-0.8.0-x86_64-pc-windows-msvc.zip
and the provided example images:Sometimes it works, sometimes it doesn't.
The text was updated successfully, but these errors were encountered: