Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game no longer running after update (Stuck on Loading Data) #187

Open
GoeyGreen opened this issue Sep 26, 2024 · 5 comments
Open

Game no longer running after update (Stuck on Loading Data) #187

GoeyGreen opened this issue Sep 26, 2024 · 5 comments

Comments

@GoeyGreen
Copy link

Working: v1.8.1 v2.4 JiaoQiu Update
Broken: v1.8.2
OS: EndeavourOS (Arch) Endeavour Rolling Release
System Specs:
Lenovo Flex 5

  • AMD Ryzen 7 7730U
  • AMD Vega 8 (iGPU)
  • 16 GB RAM

When trying to update to v2.5 (before I updated the launcher), the download got finished at 100%, but never proceeded to verifying files.

After closing the launcher and running it again after updating, it now only displays loading data. There is also a very weird scaling glitch where the cursor scale up significantly when on the window

Running it from command line has this output

(process:415678): Gtk-WARNING **: 23:12:18.443: Unknown key gtk-modules in /home/~/.config/gtk-4.0/settings.ini

(process:415678): Adwaita-WARNING **: 23:12:18.461: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
  2024-09-26T06:12:19.090377Z  WARN anime_launcher_sdk::games::star_rail::sessions: Session file doesn't exist. Returning default value
    at /github/home/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/4002dcf/src/games/star_rail/sessions.rs:38

  2024-09-26T06:12:19.090410Z  WARN anime_launcher_sdk::games::star_rail::sessions: Session file doesn't exist. Returning default value
    at /github/home/.cargo/git/checkouts/anime-launcher-sdk-72c1eacede3fc588/4002dcf/src/games/star_rail/sessions.rs:38


(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:19.160: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (32) not an integer multiple of theme size (24)

(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:19.191: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)

(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:19.536: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)

(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:19.633: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)
Well, this is embarrassing.

honkers-railway-launcher had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/tmp/report-8ebe8f24-9440-49cd-9403-a19cf6c3bfb7.toml". Submit an issue or email with the subject of "honkers-railway-launcher Crash Report" and include the report as an attachment.

- Homepage: https://github.com/an-anime-team/the-honkers-railway-launcher
- Authors: Nikita Podvirnyi <[email protected]>

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!

(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:20.197: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)

(The Honkers Railway Launcher:415678): Gdk-WARNING **: 23:12:20.197: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)

This is the output of the report.toml

  GNU nano 8.2                                                       /tmp/report-8ebe8f24-9440-49cd-9403-a19cf6c3bfb7.toml                                                                  
"name" = "honkers-railway-launcher"
"operating_system" = "EndeavourOS Rolling Release (rolling) [64-bit]"
"crate_version" = "1.8.2"
"explanation" = """
Panic occurred in file '/github/home/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/4c6efce/src/games/star_rail/voice_data/package.rs' at line 270
"""
"cause" = "internal error: entered unreachable code"
"method" = "Panic"
"backtrace" = """

   0: 0x59fe252c088c - <unresolved>
   1: 0x59fe253b384a - <unresolved>
   2: 0x59fe252722c2 - <unresolved>
   3: 0x59fe2534e1a5 - <unresolved>
   4: 0x7f4036c07559 - <unresolved>
   5: 0x7f4036c6a157 - <unresolved>
   6: 0x7f4036c06a55 - g_main_context_iteration
   7: 0x7f4036dd8c36 - g_application_run
   8: 0x59fe253f3215 - <unresolved>
   9: 0x59fe25427044 - <unresolved>
  10: 0x59fe2537a7c7 - <unresolved>
  11: 0x59fe25423d63 - <unresolved>
  12: 0x7f40368efe08 - <unresolved>
  13: 0x7f40368efecc - __libc_start_main
  14: 0x59fe25246565 - <unresolved>
  15:        0x0 - <unresolved>"""

This is a picture of the current launcher (The cursor is a lot bigger than when moving out of the window):
image

@lupenq
Copy link

lupenq commented Sep 26, 2024

Same thing. But I didn't update anything, I just restarted the game.

@GoeyGreen
Copy link
Author

Did you manage to resolve the issue? It seems like that update broke the stored packages. Downloading the compiled 1.8.1 and 1.8.0 versions and running them now have the same issue occurring.

@lupenq
Copy link

lupenq commented Sep 27, 2024

It's already been resolved for me

@GoeyGreen
Copy link
Author

What solution did you find? Can you list some steps on how you resolved it?

@mkrsym1
Copy link
Member

mkrsym1 commented Sep 27, 2024

Voiceover detection issue. Make sure that the voiceovers you have match the list in config.json, and edit it if they do not. Voiceovers are stored at _Data/Persistent/Audio/AudioPackage/Windows/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants