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
620 stars 14 forks source link

Game attempts to launch, throws an error and returns to launcher #36

Closed unefined closed 1 year ago

unefined commented 1 year ago
  2023-06-16T14:16:13.968608Z DEBUG honkers_railway_launcher::ui::main: Called main window event: PerformAction
    at src/ui/main/mod.rs:822
    in relm4::component::sync::builder::update_with_view with input: PerformAction, component: "honkers_railway_launcher::ui::main::App", id: "0x7fff03e61648"

  2023-06-16T14:16:13.968718Z  INFO anime_launcher_sdk::games::star_rail::game: Preparing to run the game
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/game.rs:46
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:13.968845Z  INFO anime_launcher_sdk::games::star_rail::game: Checking telemetry
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/game.rs:71
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:13.968854Z DEBUG anime_game_core::games::star_rail::telemetry: Checking telemetry servers status
    at /run/build/railway/cargo/vendor/anime-game-core/src/games/star_rail/telemetry.rs:17
    in anime_game_core::games::star_rail::telemetry::is_disabled with game_edition: Global
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:13.969677Z  WARN anime_launcher_sdk::games::star_rail::sessions: Session file doesn't exist. Returning default value
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/sessions.rs:38
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:13.969691Z  INFO anime_launcher_sdk::games::star_rail::game: Running the game with command:  GST_PLUGIN_PATH="/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib64/gstreamer-1.0:/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib/gstreamer-1.0" I_WANT_A_BAN="1" LD_LIBRARY_PATH="/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib:/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib64:/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib64/wine/x86_64-unix:/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/lib/wine/i386-unix" WINEARCH="win64" WINEFSYNC="1" WINEPREFIX="/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/prefix" WINE_FULLSCREEN_FSR="1" WINE_FULLSCREEN_FSR_MODE="balanced" WINE_FULLSCREEN_FSR_STRENGTH="2" bash -c "'/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/runners/lutris-GE-Proton8-8-x86_64/bin/wine64'  '/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/patch/jadeite.exe' 'Z:\/home/unefined/.var/app/moe.launcher.the-honkers-railway-launcher/data/honkers-railway-launcher/HSR/StarRail.exe' -window-mode exclusive "
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/game.rs:221
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:13.975098Z DEBUG honkers_railway_launcher::ui::main: Called main window event: HideWindow
    at src/ui/main/mod.rs:822
    in relm4::component::sync::builder::update_with_view with input: HideWindow, component: "honkers_railway_launcher::ui::main::App", id: "0x7fff03e61648"

  2023-06-16T14:16:17.646340Z  WARN anime_launcher_sdk::games::star_rail::sessions: Session file doesn't exist. Returning default value
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/sessions.rs:38
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:17.646363Z  INFO anime_launcher_sdk::games::star_rail::game: return: Ok(())
    at /run/build/railway/cargo/vendor/anime-launcher-sdk/src/games/star_rail/game.rs:44
    in anime_launcher_sdk::games::star_rail::game::run

  2023-06-16T14:16:17.646582Z DEBUG honkers_railway_launcher::ui::main: Called main window event: ShowWindow
    at src/ui/main/mod.rs:822
    in relm4::component::sync::builder::update_with_view with input: ShowWindow, component: "honkers_railway_launcher::ui::main::App", id: "0x7fff03e61648"

This looks: Open -> 5seconds -> returning to the launcher image

krypt0nn commented 1 year ago

Known bug. Disable FSR and borderless window

unefined commented 1 year ago

thanks