an-anime-team / anime-games-launcher

[PROOF OF CONCEPT - NOT FOR EVERYDAY USE] Universal linux launcher for anime games
GNU General Public License v3.0
129 stars 11 forks source link

No appropriate wine version found #14

Closed Weroxig closed 7 months ago

Weroxig commented 7 months ago

On launch

"name" = "anime-games-launcher"
"operating_system" = "Arch Linux Rolling Release [64-bit]"
"crate_version" = "1.0.2"
"explanation" = """
Panic occurred in file 'src/ui/windows/preferences.rs' at line 483
"""
"cause" = "called `Result::unwrap()` on an `Err` value: No appropriate wine version found"
"method" = "Panic"
"backtrace" = """

   0: 0x587cfb80a35e - <unresolved>
   1: 0x587cfb806cf7 - <unresolved>
   2: 0x587cfb7a053f - <unresolved>
   3: 0x587cfb8796d3 - <unresolved>
   4: 0x712785dd4f69 - <unresolved>
   5: 0x712785e333a7 - <unresolved>
   6: 0x712785dd3162 - g_main_context_iteration
   7: 0x712786b11b66 - g_application_run
   8: 0x587cfb83bd82 - <unresolved>
   9: 0x587cfb7284ea - <unresolved>
  10: 0x587cfb82f94b - <unresolved>
  11: 0x712785a4bcd0 - <unresolved>
  12: 0x712785a4bd8a - __libc_start_main
  13: 0x587cfb7233c5 - <unresolved>
  14:        0x0 - <unresolved>"""
retrozinndev commented 7 months ago

Try deleting all wine versions inside the ~/.local/share/anime-games-launcher/components/wine directory. Please tell me if this helped you.

Weroxig commented 7 months ago

Nothing happened after deleting everything there. Changing

      "version": "Latest"

to

      "version": "latest"

in the config.json fixed this problem