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
631 stars 15 forks source link

Launcher crashes on ArchLinux #115

Open scgm0 opened 6 months ago

scgm0 commented 6 months ago
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-f0b315a6-e8b3-443e-8971-d7b8878d6653.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 <krypt0nn@vk.com>

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!

I installed via aur and here is the report:

"name" = "honkers-railway-launcher"
"operating_system" = "Arch Linux Rolling Release [64-bit]"
"crate_version" = "1.5.4"
"explanation" = """
Panic occurred in file '/var/home/observer/.cargo/git/checkouts/anime-game-core-31370ac61699cd7f/0fb314b/src/games/star_rail/voice_data/package.rs' at line 264
"""
"cause" = "internal error: entered unreachable code"
"method" = "Panic"
"backtrace" = """

   0: 0x6162d9241db8 - <unresolved>
   1: 0x6162d93108d8 - <unresolved>
   2: 0x6162d91f2ce4 - <unresolved>
   3: 0x6162d92c9e44 - <unresolved>
   4: 0x7408201758b9 - <unresolved>
   5: 0x7408201e95c8 - <unresolved>
   6: 0x740820177632 - g_main_context_iteration
   7: 0x74082137965e - g_application_run
   8: 0x6162d9335386 - <unresolved>
   9: 0x6162d936340d - <unresolved>
  10: 0x6162d9359fca - <unresolved>
  11: 0x6162d93602cc - <unresolved>
  12: 0x74081fdfdcd0 - <unresolved>
  13: 0x74081fdfdd8a - __libc_start_main
  14: 0x6162d91c28c5 - <unresolved>
  15:        0x0 - <unresolved>"""
karuboniru commented 6 months ago

Simliar issue happened in flatpak installation

"name" = "honkers-railway-launcher"
"operating_system" = "Linux [64-bit]"
"crate_version" = "1.5.4"
"explanation" = """
Panic occurred in file '/run/build/railway/cargo/vendor/anime-game-core/src/games/star_rail/voice_data/package.rs' at line 264
"""
"cause" = "internal error: entered unreachable code"
"method" = "Panic"
"backtrace" = """

   0: 0x55fb4e50b963 - <unresolved>
   1: 0x55fb4e5d58a9 - <unresolved>
   2: 0x55fb4e4c9081 - <unresolved>
   3: 0x55fb4e593f93 - <unresolved>
   4: 0x7f2cbdd6ad47 - <unresolved>
   5: 0x7f2cbdd6ce57 - <unresolved>
   6: 0x7f2cbdd6d513 - g_main_context_iteration
   7: 0x7f2cbdf50b1d - g_application_run
   8: 0x55fb4e66dfa9 - <unresolved>
   9: 0x55fb4e624190 - <unresolved>
  10: 0x55fb4e6116bf - <unresolved>
  11: 0x55fb4e620fcc - <unresolved>
  12: 0x7f2cbd83708a - <unresolved>
  13: 0x7f2cbd83714b - __libc_start_main
  14: 0x55fb4e48c565 - <unresolved>
  15:        0x0 - <unresolved>"""
scgm0 commented 6 months ago

Simliar issue happened in flatpak installation

"name" = "honkers-railway-launcher"
"operating_system" = "Linux [64-bit]"
"crate_version" = "1.5.4"
"explanation" = """
Panic occurred in file '/run/build/railway/cargo/vendor/anime-game-core/src/games/star_rail/voice_data/package.rs' at line 264
"""
"cause" = "internal error: entered unreachable code"
"method" = "Panic"
"backtrace" = """

   0: 0x55fb4e50b963 - <unresolved>
   1: 0x55fb4e5d58a9 - <unresolved>
   2: 0x55fb4e4c9081 - <unresolved>
   3: 0x55fb4e593f93 - <unresolved>
   4: 0x7f2cbdd6ad47 - <unresolved>
   5: 0x7f2cbdd6ce57 - <unresolved>
   6: 0x7f2cbdd6d513 - g_main_context_iteration
   7: 0x7f2cbdf50b1d - g_application_run
   8: 0x55fb4e66dfa9 - <unresolved>
   9: 0x55fb4e624190 - <unresolved>
  10: 0x55fb4e6116bf - <unresolved>
  11: 0x55fb4e620fcc - <unresolved>
  12: 0x7f2cbd83708a - <unresolved>
  13: 0x7f2cbd83714b - __libc_start_main
  14: 0x55fb4e48c565 - <unresolved>
  15:        0x0 - <unresolved>"""

Deleting ~/.local/share/honkers-railway-launcher/HSR China/StarRail_Data/Persistent/Audio/AudioPackage/Windows/English and re-downloading the data solved my problem.

JohnTheCoolingFan commented 6 months ago

Same issue on Gentoo, I'll try the solution @scgm0 shared. Installed from gentoo overlay.

UPD: Yes, deleting the English audio package worked.

"name" = "honkers-railway-launcher"
"operating_system" = "Gentoo Linux 2.14.0 [64-bit]"
"crate_version" = "1.5.4"
"explanation" = """
Panic occurred in file '/var/tmp/portage/games-misc/the-honkers-railway-launcher-1.5.4/work/anime-game-core-0fb314b61d1deb1cd281dc6dc041ce27886cf513/src/games/star_rail/voice_data/package.rs' at line 264
"""
"cause" = "internal error: entered unreachable code"
"method" = "Panic"
"backtrace" = """

   0: 0x5645b9da673a - <unresolved>
   1: 0x5645b9e80855 - <unresolved>
   2: 0x5645b9d3b832 - <unresolved>
   3: 0x5645b9e2e961 - <unresolved>
   4: 0x7f0d2ab20db8 - <unresolved>
   5: 0x7f0d2ab22f17 - <unresolved>
   6: 0x7f0d2ab23570 - g_main_context_iteration
   7: 0x7f0d2acf415d - g_application_run
   8: 0x5645b9e5b4bb - <unresolved>
   9: 0x5645b9ebdd70 - <unresolved>
  10: 0x5645b9eb3f79 - <unresolved>
  11: 0x5645b9ee0937 - <unresolved>
  12: 0x7f0d2a6052e0 - <unresolved>
  13: 0x7f0d2a605399 - __libc_start_main
  14: 0x5645b9d28465 - <unresolved>
  15:        0x0 - <unresolved>"""
Zunon commented 6 months ago

I'm on arch as well and the aur binary release of 1.5.4 never finishes reading data on starting the launcher, reverting back to 1.5.2 fixes it.

image