an-anime-team / the-honkers-railway-launcher

The Honkers Railway launcher for Linux with automatic patching and telemetry disabling
https://discord.gg/ck37X6UWBp
GNU General Public License v3.0
575 stars 15 forks source link

Cant install Wine #15

Open KennySmash opened 1 year ago

KennySmash commented 1 year ago

I'm on manjaro and I've installed from AUR, whenever it tries to download any of the wine versions it stops and gives this error:

2023-05-16T16:51:30.211360Z  INFO honkers_railway_launcher::ui::first_run::download_components: Installing wine: lutris-GE-Proton7-43-x86_64
    at src/ui/first_run/download_components.rs:375

  2023-05-16T16:51:30.211636Z TRACE minreq::connection: Setting up TLS parameters for github.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:167

  2023-05-16T16:51:30.213803Z TRACE minreq::connection: Establishing TCP connection to github.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:175

  2023-05-16T16:51:33.279583Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(931.858007ms))
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:154

  2023-05-16T16:51:33.297013Z TRACE minreq::connection: Establishing TLS session to github.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:179

  2023-05-16T16:51:33.297022Z TRACE minreq::connection: Writing HTTPS request to github.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:181

  2023-05-16T16:51:33.297023Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(914.413642ms))
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:154

  2023-05-16T16:51:33.316775Z TRACE minreq::connection: Reading HTTPS response from github.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:186

  2023-05-16T16:51:33.565459Z DEBUG minreq::connection: Redirecting (302) to: https://objects.githubusercontent.com/github-production-release-asset-2e65be/223100333/e321595e-229b-44aa-b2dd-d52eac6248f0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230516%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230516T165146Z&X-Amz-Expires=300&X-Amz-Signature=9ef49fb79efab501df46f219bc06d072355152a9853a6cb5a558113fe1c0f333&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=223100333&response-content-disposition=attachment%3B%20filename%3Dwine-lutris-GE-Proton7-43-x86_64.tar.xz&response-content-type=application%2Foctet-stream
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:353

  2023-05-16T16:51:33.568179Z TRACE minreq::connection: Setting up TLS parameters for objects.githubusercontent.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:167

  2023-05-16T16:51:33.568312Z TRACE minreq::connection: Establishing TCP connection to objects.githubusercontent.com.
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:175

  2023-05-16T16:51:34.211690Z ERROR honkers_railway_launcher::ui::first_run::download_components: Failed to initialize wine installer: the timeout of the request was reached
    at src/ui/first_run/download_components.rs:432

  2023-05-16T16:51:34.212091Z DEBUG honkers_railway_launcher::ui::first_run::main: Called first run window event: Toast { title: "Failed to install wine", description: Some("the timeout of the request was reached") }
    at src/ui/first_run/main.rs:179
    in relm4::component::sync::builder::update_with_view with input: Toast { title: "Failed to install wine", description: Some("the timeout of the request was reached") }, component: "honkers_railway_launcher::ui::first_run::main::FirstRunApp", id: "0x7ffce3be2ba0"

  2023-05-16T16:51:36.612605Z TRACE minreq::connection: Timeout requested, it is currently: Err(Custom { kind: TimedOut, error: "the timeout of the request was reached" })
    at /var/home/observer/.cargo/registry/src/github.com-1ecc6299db9ec823/minreq-2.7.0/src/connection.rs:154
Melon-Bread commented 1 year ago

I have the same issue with the AUR and flatpak version on Arch. The wine download times out after like 2 seconds and my log more or less looks the same as above.

s7evenpro commented 1 year ago

i can't download wine ge proton 8.5, failed to download. Please help me. Thank You

KennySmash commented 1 year ago

Is there anything I can do to help fix it, I'd be willing to to PR's

Cypher1 commented 2 months ago

I'm getting

  2024-05-08T14:19:52.994811Z DEBUG anime_launcher_sdk::games::star_rail::states: return: Ok(WineNotInstalled)
    at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/f8d321f/src/games/star_rail/states.rs:184
    in anime_launcher_sdk::games::star_rail::states::get_from_config
    in relm4::component::sync::builder::update_with_view with input: UpdateLauncherState { perform_on_download_needed: false, show_status_page: true }, component: "honkers_railway_launcher::ui::main::App", id: "0x7ffd65c5be98"

Pretty sure I've got wine installed as I have g e n s h i n working... Anyone have a work around?