wyvern icon indicating copy to clipboard operation
wyvern copied to clipboard

Some Windows games fail to install

Open alkazar opened this issue 3 years ago • 0 comments

Installing the Windows versions of the following games fails:

  • FTL
  • Tyrian 2000
  • Theme Park
  • Flight of the Amazon Queen

and probably more.

Installing some other games works, such as:

  • La-Mulana
  • Reigns
  • Akalabeth: World of Doom

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?

alkazar avatar Nov 09 '20 23:11 alkazar