nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
86 stars 5 forks source link

Some Windows games fail to install #33

Open alkazar opened 3 years ago

alkazar commented 3 years ago

Installing the Windows versions of the following games fails:

and probably more.

Installing some other games works, such as:

Log output on failure:

name = 'wyvern'
operating_system = 'unix:Arch'
crate_version = '1.4.1'
explanation = '''
Panic occurred in file '~/.cargo/registry/src/github.com-1ecc6299db9ec823/gog-0.4.0/src/extract.rs' at line 243
cause = 'called `Result::unwrap()` on an `Err` value: FromUtf8Error { bytes : [ <removed giant array of integers for brevity> ] }
method = 'Panic'
backtrace = '''
   0: 0x5614e4241c63 - <unresolved>
   1: 0x5614e3e1eb50 - <unresolved>
   2: 0x5614e3dfd591 - <unresolved>
   3: 0x5614e3d99726 - <unresolved>
   4: 0x5614e3d97f8f - <unresolved>
   5: 0x5614e3deb9e3 - <unresolved>
   6: 0x5614e3debef3 - <unresolved>
   7: 0x5614e421f76e - <unresolved>
   8: 0x5614e3d9fea2 - <unresolved>
   9: 0x7fb4ff402152 - __libc_start_main
  10: 0x5614e3d7c10e - <unresolved>
  11:        0x0 - <unresolved>'''

Looks like some kind of an encoding issue perhaps?