Skip to content

Instantly share code, notes, and snippets.

@Samega7Cattac
Created March 4, 2024 01:29
Show Gist options
  • Save Samega7Cattac/27c3ed018b368e6572d585b9ab492d32 to your computer and use it in GitHub Desktop.
Save Samega7Cattac/27c3ed018b368e6572d585b9ab492d32 to your computer and use it in GitHub Desktop.
AnAnimeGameLauncher debug
2024-03-04T01:20:07.568048Z INFO anime_game_launcher: Starting application (3.9.4)
at src/main.rs:157
2024-03-04T01:20:07.610667Z DEBUG anime_launcher_sdk::config: Reading config data from file
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/config/mod.rs:41
2024-03-04T01:20:07.610827Z INFO anime_game_launcher: Set UI language to en-US
at src/main.rs:208
2024-03-04T01:20:07.612174Z INFO anime_game_launcher::ui::main: Initializing main window
at src/ui/main/mod.rs:633
2024-03-04T01:20:07.625299Z INFO anime_game_launcher::ui::about: Initializing about dialog
at src/ui/about.rs:121
2024-03-04T01:20:07.629826Z INFO anime_game_launcher::ui::main: Main window initialized
at src/ui/main/mod.rs:818
2024-03-04T01:20:07.629907Z INFO anime_game_launcher::ui::main: Initializing heavy tasks
at src/ui/main/mod.rs:824
2024-03-04T01:20:07.630163Z TRACE anime_game_core::traits::git_sync: Checking local repository sync state: "/run/media/samega7cattac/Data/Games/genshin-impact/components"
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/traits/git_sync.rs:21
2024-03-04T01:20:07.630174Z TRACE anime_game_core::traits::git_sync: Checking local repository sync state. Folder: "/run/media/samega7cattac/Data/Games/genshin-impact/components". Remote: https://github.com/an-anime-team/components
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/traits/git_sync.rs:40
2024-03-04T01:20:07.630180Z DEBUG anime_game_core::games::genshin::game: Trying to find version diff for the game
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:134
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.630187Z TRACE anime_game_core::games::genshin::api: Fetching API for Global
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/api/mod.rs:12
in anime_game_core::games::genshin::api::request with game_edition: Global
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.630254Z TRACE minreq::connection: Setting up TLS parameters for sdk-os-static.hoyoverse.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:164
2024-03-04T01:20:07.631601Z TRACE minreq::connection: Establishing TCP connection to sdk-os-static.hoyoverse.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:172
2024-03-04T01:20:07.645419Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(7.984778107s))
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:20:07.683348Z TRACE minreq::connection: Establishing TLS session to sdk-os-static.hoyoverse.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:176
2024-03-04T01:20:07.683364Z TRACE minreq::connection: Writing HTTPS request to sdk-os-static.hoyoverse.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:178
2024-03-04T01:20:07.683367Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(7.94682839s))
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:20:07.696980Z INFO anime_game_launcher::ui::preferences::main: Initializing preferences window
at src/ui/preferences/main.rs:76
2024-03-04T01:20:07.698174Z INFO anime_game_launcher::ui::preferences::general: Initializing general settings
at src/ui/preferences/general/mod.rs:539
2024-03-04T01:20:07.698501Z INFO anime_game_launcher::ui::migrate_installation: Initializing migration window
at src/ui/migrate_installation.rs:44
2024-03-04T01:20:07.703792Z DEBUG anime_game_launcher::ui::preferences::general: Called general settings event: UpdateDownloadedWine
at src/ui/preferences/general/mod.rs:575
in relm4::component::r#async::builder::update_with_view with input: UpdateDownloadedWine, component: "anime_game_launcher::ui::preferences::general::GeneralApp", id: "0x7ffda222ce30"
2024-03-04T01:20:07.703806Z DEBUG anime_game_launcher::ui::preferences::general: Called general settings event: UpdateDownloadedDxvk
at src/ui/preferences/general/mod.rs:575
in relm4::component::r#async::builder::update_with_view with input: UpdateDownloadedDxvk, component: "anime_game_launcher::ui::preferences::general::GeneralApp", id: "0x7ffda222ce30"
2024-03-04T01:20:07.703813Z INFO anime_game_launcher::ui::preferences::enhancements: Initializing enhancements settings
at src/ui/preferences/enhancements/mod.rs:644
2024-03-04T01:20:07.704929Z TRACE minreq::connection: Setting up TLS parameters for discord.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:164
2024-03-04T01:20:07.704988Z TRACE minreq::connection: Establishing TCP connection to discord.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:172
2024-03-04T01:20:07.717107Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:20:07.727110Z TRACE minreq::connection: Reading HTTPS response from sdk-os-static.hoyoverse.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:183
2024-03-04T01:20:07.728672Z TRACE minreq::connection: Establishing TLS session to discord.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:176
2024-03-04T01:20:07.728674Z TRACE minreq::connection: Writing HTTPS request to discord.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:178
2024-03-04T01:20:07.728676Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:20:07.740410Z TRACE minreq::connection: Reading HTTPS response from discord.com.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:183
2024-03-04T01:20:07.875024Z DEBUG anime_game_core::games::genshin::game: Trying to get installed game version
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:53
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.877376Z DEBUG anime_game_core::games::genshin::game: return: Ok(4.4.0)
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:51
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.877381Z DEBUG anime_game_core::games::genshin::game: Game version is latest
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:168
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.877388Z DEBUG anime_game_core::games::genshin::game: return: Ok(Latest { version: 4.4.0, edition: Global })
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:132
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
2024-03-04T01:20:07.877394Z INFO anime_game_launcher::ui::main: Updated game version status
at src/ui/main/mod.rs:910
2024-03-04T01:20:08.009810Z TRACE anime_launcher_sdk: Checking package availability
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:44
in anime_launcher_sdk::is_available with binary: "gamemoderun"
2024-03-04T01:20:08.018777Z TRACE anime_launcher_sdk: return: true
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:42
in anime_launcher_sdk::is_available with binary: "gamemoderun"
2024-03-04T01:20:08.018840Z TRACE anime_launcher_sdk: Checking package availability
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:44
in anime_launcher_sdk::is_available with binary: "gamescope"
2024-03-04T01:20:08.019136Z TRACE anime_launcher_sdk: return: true
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:42
in anime_launcher_sdk::is_available with binary: "gamescope"
2024-03-04T01:20:08.019914Z DEBUG anime_game_launcher::ui::main: Called main window event: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global }))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global })), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.021148Z INFO anime_game_launcher::ui::preferences::general::components: Initializing general settings -> components page
at src/ui/preferences/general/components.rs:248
2024-03-04T01:20:08.021214Z DEBUG anime_launcher_sdk::components::loader: Getting wine versions
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/components/loader.rs:12
in anime_launcher_sdk::components::loader::get_wine_versions with index: "/run/media/samega7cattac/Data/Games/genshin-impact/components"
in anime_launcher_sdk::components::loader::get_wine_versions with self: ComponentsLoader { folder: "/run/media/samega7cattac/Data/Games/genshin-impact/components" }
2024-03-04T01:20:08.022738Z DEBUG anime_launcher_sdk::components::loader: Getting dxvk versions
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/components/loader.rs:83
in anime_launcher_sdk::components::loader::get_dxvk_versions with index: "/run/media/samega7cattac/Data/Games/genshin-impact/components"
in anime_launcher_sdk::components::loader::get_dxvk_versions with self: ComponentsLoader { folder: "/run/media/samega7cattac/Data/Games/genshin-impact/components" }
2024-03-04T01:20:08.024549Z DEBUG anime_game_launcher::ui::preferences::general::components: Called general settings event: UpdateDownloadedWine
at src/ui/preferences/general/components.rs:338
in relm4::component::r#async::builder::update_with_view with input: UpdateDownloadedWine, component: "anime_game_launcher::ui::preferences::general::components::ComponentsPage", id: "0x7ffda222cf30"
2024-03-04T01:20:08.024742Z DEBUG anime_game_launcher::ui::preferences::general::components: Called general settings event: UpdateDownloadedDxvk
at src/ui/preferences/general/components.rs:338
in relm4::component::r#async::builder::update_with_view with input: UpdateDownloadedDxvk, component: "anime_game_launcher::ui::preferences::general::components::ComponentsPage", id: "0x7ffda222cf30"
2024-03-04T01:20:08.029227Z INFO anime_game_launcher::ui::preferences::gamescope: Initializing gamescope settings
at src/ui/preferences/gamescope.rs:264
2024-03-04T01:20:08.031329Z INFO anime_game_launcher::ui::preferences::enhancements::game: Initializing game settings
at src/ui/preferences/enhancements/game.rs:159
2024-03-04T01:20:08.031553Z WARN anime_launcher_sdk::games::genshin::sessions: Session file doesn't exist. Returning default value
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/sessions.rs:38
2024-03-04T01:20:08.031559Z WARN anime_launcher_sdk::games::genshin::sessions: Session file doesn't exist. Returning default value
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/sessions.rs:38
2024-03-04T01:20:08.031828Z INFO anime_game_launcher::ui::preferences::enhancements::sandbox: Initializing sandbox settings
at src/ui/preferences/enhancements/sandbox.rs:330
2024-03-04T01:20:08.033409Z TRACE anime_launcher_sdk: Checking package availability
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:44
in anime_launcher_sdk::is_available with binary: "bwrap"
2024-03-04T01:20:08.033568Z TRACE anime_launcher_sdk: return: true
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/lib.rs:42
in anime_launcher_sdk::is_available with binary: "bwrap"
2024-03-04T01:20:08.033697Z INFO anime_game_launcher::ui::preferences::enhancements::environment: Initializing environment settings
at src/ui/preferences/enhancements/environment.rs:159
2024-03-04T01:20:08.043190Z DEBUG anime_game_launcher::ui::preferences::main: Called preferences window event: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global }))
at src/ui/preferences/main.rs:105
in relm4::component::r#async::builder::update_with_view with input: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global })), component: "anime_game_launcher::ui::preferences::main::PreferencesApp", id: "0x7ffda222cef0"
2024-03-04T01:20:08.044534Z DEBUG anime_game_launcher::ui::preferences::general: Called general settings event: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global }))
at src/ui/preferences/general/mod.rs:575
in relm4::component::r#async::builder::update_with_view with input: SetGameDiff(Some(Latest { version: 4.4.0, edition: Global })), component: "anime_game_launcher::ui::preferences::general::GeneralApp", id: "0x7ffda222ce30"
2024-03-04T01:20:08.117434Z INFO anime_game_launcher::ui::main: App is ready
at src/ui/main/mod.rs:927
2024-03-04T01:20:08.117468Z DEBUG anime_game_launcher::ui::main: Called main window event: UpdateLauncherState { perform_on_download_needed: false, show_status_page: true }
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: UpdateLauncherState { perform_on_download_needed: false, show_status_page: true }, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.117482Z DEBUG anime_launcher_sdk::games::genshin::states: Trying to get launcher state
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/states.rs:155
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.117559Z DEBUG anime_launcher_sdk::games::genshin::states: Trying to get launcher state
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/states.rs:70
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.117571Z DEBUG anime_game_core::games::genshin::game: Trying to find version diff for the game
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:134
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.117581Z DEBUG anime_game_core::games::genshin::game: Trying to get installed game version
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:53
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.118980Z DEBUG anime_game_core::games::genshin::game: return: Ok(4.4.0)
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:51
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.118983Z DEBUG anime_game_core::games::genshin::game: Game version is latest
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:168
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.118986Z DEBUG anime_game_core::games::genshin::game: return: Ok(Latest { version: 4.4.0, edition: Global })
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:132
in anime_game_core::games::genshin::game::try_get_diff with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119007Z DEBUG anime_game_core::games::genshin::voice_data::package: Trying to find version diff for en-us voice package
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:341
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119015Z DEBUG anime_game_core::games::genshin::voice_data::package: Trying to get en-us voice package version
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:231
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119959Z DEBUG anime_game_core::games::genshin::voice_data::package: Found .version file: 4.4.0
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:241
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119967Z DEBUG anime_game_core::games::genshin::voice_data::package: return: Ok(4.4.0)
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:226
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119971Z DEBUG anime_game_core::games::genshin::voice_data::package: Package version is latest
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:350
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.119977Z DEBUG anime_game_core::games::genshin::voice_data::package: return: Ok(Latest { version: 4.4.0, edition: Global })
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:339
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/English(US)", locale: English, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.120552Z DEBUG anime_game_core::games::genshin::voice_data::package: Trying to find version diff for ja-jp voice package
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:341
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.120562Z DEBUG anime_game_core::games::genshin::voice_data::package: Trying to get ja-jp voice package version
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:231
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122134Z DEBUG anime_game_core::games::genshin::voice_data::package: Found .version file: 4.4.0
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:241
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122143Z DEBUG anime_game_core::games::genshin::voice_data::package: return: Ok(4.4.0)
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:226
in anime_game_core::games::genshin::voice_data::package::try_get_version with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122147Z DEBUG anime_game_core::games::genshin::voice_data::package: Package version is latest
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:350
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122150Z DEBUG anime_game_core::games::genshin::voice_data::package: return: Ok(Latest { version: 4.4.0, edition: Global })
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/voice_data/package.rs:339
in anime_game_core::games::genshin::voice_data::package::try_get_diff with self: Installed { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact/GenshinImpact_Data/StreamingAssets/AudioAssets/Japanese", locale: Japanese, game_edition: Global }
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122153Z DEBUG anime_game_core::games::genshin::telemetry: Checking telemetry servers status
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/telemetry.rs:17
in anime_game_core::games::genshin::telemetry::is_disabled with game_edition: Global
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122215Z DEBUG anime_launcher_sdk::games::genshin::states: return: Ok(Launch)
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/states.rs:153
in anime_launcher_sdk::games::genshin::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: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122284Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLoadingStatus(Some(Some("Loading launcher state")))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLoadingStatus(Some(Some("Loading launcher state"))), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122310Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLoadingStatus(Some(Some("Loading launcher state: verifying game version")))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLoadingStatus(Some(Some("Loading launcher state: verifying game version"))), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122321Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLoadingStatus(Some(Some("Loading launcher state: verifying \u{2068}English\u{2069} voiceover")))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLoadingStatus(Some(Some("Loading launcher state: verifying \u{2068}English\u{2069} voiceover"))), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122331Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLoadingStatus(Some(Some("Loading launcher state: verifying \u{2068}Japanese\u{2069} voiceover")))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLoadingStatus(Some(Some("Loading launcher state: verifying \u{2068}Japanese\u{2069} voiceover"))), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122340Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLauncherState(Some(Launch))
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLauncherState(Some(Launch)), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:08.122357Z DEBUG anime_game_launcher::ui::main: Called main window event: SetLoadingStatus(None)
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: SetLoadingStatus(None), component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:20:09.334952Z DEBUG anime_game_launcher::ui::main: Called main window event: OpenPreferences
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: OpenPreferences, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:23:46.061571Z DEBUG anime_launcher_sdk::config: Flushing config data
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/config/mod.rs:76
2024-03-04T01:23:46.061591Z DEBUG anime_launcher_sdk::config: Updating config data
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/config/mod.rs:66
2024-03-04T01:27:45.476599Z DEBUG anime_game_launcher::ui::main: Called main window event: PerformAction
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: PerformAction, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:27:45.476695Z INFO anime_launcher_sdk::games::genshin::game: Preparing to run the game
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:54
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.476722Z DEBUG anime_game_launcher::ui::main: Called main window event: HideWindow
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: HideWindow, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:27:45.476765Z INFO anime_launcher_sdk::games::genshin::game: Checking telemetry
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:84
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.476769Z DEBUG anime_game_core::games::genshin::telemetry: Checking telemetry servers status
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/telemetry.rs:17
in anime_game_core::games::genshin::telemetry::is_disabled with game_edition: Global
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.476840Z INFO anime_launcher_sdk::games::genshin::game: Preparing FPS unlocker
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:96
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.478217Z INFO anime_launcher_sdk::games::genshin::game: Unlocker is not downloaded. Downloading
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:108
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.478225Z DEBUG anime_launcher_sdk::games::genshin::fps_unlocker: Downloading FPS unlocker
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/fps_unlocker.rs:39
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.478272Z TRACE minreq::connection: Setting up TLS parameters for codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:164
2024-03-04T01:27:45.478333Z TRACE minreq::connection: Establishing TCP connection to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:172
2024-03-04T01:27:45.490817Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(7.98741947s))
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:27:45.546128Z TRACE minreq::connection: Establishing TLS session to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:176
2024-03-04T01:27:45.546148Z TRACE minreq::connection: Writing HTTPS request to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:178
2024-03-04T01:27:45.546151Z TRACE minreq::connection: Timeout requested, it is currently: Ok(Some(7.932079747s))
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
2024-03-04T01:27:45.601889Z TRACE minreq::connection: Reading HTTPS response from codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:183
2024-03-04T01:27:45.727396Z DEBUG anime_game_core::installer::downloader: Creating output file
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/installer/downloader.rs:180
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.727444Z DEBUG anime_game_core::installer::downloader: Checking free space availability
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/installer/downloader.rs:195
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.727630Z TRACE minreq::connection: Setting up TLS parameters for codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:164
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.727701Z TRACE minreq::connection: Establishing TCP connection to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:172
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.740587Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.799646Z TRACE minreq::connection: Establishing TLS session to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:176
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.799654Z TRACE minreq::connection: Writing HTTPS request to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:178
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.799656Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.859772Z TRACE minreq::connection: Reading HTTPS response from codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:183
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.993105Z TRACE minreq::connection: Setting up TLS parameters for codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:164
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:45.993214Z TRACE minreq::connection: Establishing TCP connection to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:172
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.007723Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.066420Z TRACE minreq::connection: Establishing TLS session to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:176
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.066437Z TRACE minreq::connection: Writing HTTPS request to codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:178
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.066440Z TRACE minreq::connection: Timeout requested, it is currently: Ok(None)
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:151
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.125966Z TRACE minreq::connection: Reading HTTPS response from codeberg.org.
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minreq-2.11.0/src/connection.rs:183
in anime_launcher_sdk::games::genshin::fps_unlocker::download with dir: "/run/media/samega7cattac/Data/Games/genshin-impact/fps-unlocker"
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.314266Z DEBUG anime_game_core::games::genshin::game: Trying to get installed game version
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:53
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.315931Z DEBUG anime_game_core::games::genshin::game: return: Ok(4.4.0)
at /var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/74a7c5a/src/games/genshin/game.rs:51
in anime_game_core::games::genshin::game::get_version with self: Game { path: "/run/media/samega7cattac/Data/Games/genshin-impact/Genshin Impact", edition: Global }
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.318084Z WARN anime_launcher_sdk::games::genshin::sessions: Session file doesn't exist. Returning default value
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/sessions.rs:38
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.318090Z INFO anime_launcher_sdk::games::genshin::game: Running the game with command: DXVK_ASYNC="1" GST_PLUGIN_PATH="/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib64/gstreamer-1.0:/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib/gstreamer-1.0" LD_LIBRARY_PATH="/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib:/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib64:/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib64/wine/x86_64-unix:/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/lib/wine/i386-unix" MANGOHUD="1" WINEARCH="win64" WINEFSYNC="1" WINEPREFIX="/run/media/samega7cattac/Data/Games/genshin-impact/prefix" WINE_FULLSCREEN_FSR="0" bash -c "gamemoderun '/run/media/samega7cattac/Data/Games/genshin-impact/runners/lutris-GE-Proton8-25-x86_64/bin/wine64' fps_unlocker.bat "
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:287
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:46.879760Z TRACE os_info::imp: linux::current_platform is called
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/src/linux/mod.rs:9
2024-03-04T01:27:46.880011Z DEBUG os_info::imp::lsb_release: lsb_release command failed with Os { code: 2, kind: NotFound, message: "No such file or directory" }
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/src/linux/lsb_release.rs:68
2024-03-04T01:27:46.889542Z TRACE os_info::imp: Returning Info { os_type: Arch, version: Unknown, edition: None, codename: None, bitness: X64, architecture: Some("x86_64") }
at /var/home/observer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/src/linux/mod.rs:17
2024-03-04T01:27:49.902291Z INFO anime_launcher_sdk::games::genshin::game: return: Err(sending on a closed channel)
at /var/home/observer/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/fae9497/src/games/genshin/game.rs:52
in anime_launcher_sdk::games::genshin::game::run
2024-03-04T01:27:49.902317Z ERROR anime_game_launcher::ui::main::launch: Failed to launch game: sending on a closed channel
at src/ui/main/launch.rs:26
2024-03-04T01:27:49.902416Z DEBUG anime_game_launcher::ui::main: Called main window event: Toast { title: "Failed to launch game", description: Some("sending on a closed channel") }
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: Toast { title: "Failed to launch game", description: Some("sending on a closed channel") }, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
2024-03-04T01:27:49.903149Z DEBUG anime_game_launcher::ui::main: Called main window event: ShowWindow
at src/ui/main/mod.rs:934
in relm4::component::sync::builder::update_with_view with input: ShowWindow, component: "anime_game_launcher::ui::main::App", id: "0x7ffda222cdb0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment