https://bugs.winehq.org/show_bug.cgi?id=52594
Bug ID: 52594 Summary: rustup-init.exe panic in reqwest failed to park thread Product: Wine Version: 7.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lorenzofer@live.it Distribution: ArchLinux
The rustup executable (rustup-init.exe) panic with thread 'reqwest-internal-sync-runtime' panicked at 'failed to park', C:\Users\runneradmin.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-1.4.0\src\runtime\basic_scheduler.rs:224:56 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This is from wine 7.0rc1 Wine 6.23 give another issue: error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to 'C:\users\lorenzo.rustup\tmp\atqc1z0zr2x8cjfz_file': failed to make network request: error sending request for ur l (https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256): error trying to connect: OS Error -2146762482 (FormatMessageW() returned error 317) (os error -2146762482): error trying to connect: OS Error -2146762482 (FormatMess ageW() returned error 317) (os error -2146762482): OS Error -2146762482 (FormatMessageW() returned error 317) (os error -2146762482)
Not sure if this is a regression, or in 7.0rc1 there was a patch the solved an error before I'm going to bisect