pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

PhLError: Unrecognized metadata format #581

Closed capsulecorplab closed 1 year ago

capsulecorplab commented 1 year ago

Describe the bug

Encountering a PhLError: Unrecognized metadata format error upon opening up pharo-launcher. Window also appears completely blank (see below)

To Reproduce Steps to reproduce the behavior:

  1. Download PharoLauncher-linux-3.0.1-x64.zip from https://pharo.org/download
  2. Unzip file to home directory
  3. launch pharo-launcher via terminal
  4. See error

Expected behavior Should show pharo-launcher UI window with list of Pharo images

Screenshots Screenshot from 2022-10-05 14-23-17

Version information:

capsulecorplab commented 1 year ago

Here's a screenshot of the stack trace Screenshot from 2022-10-06 13-44-45

capsulecorplab commented 1 year ago

Deleting the meta-inf.ston from the image directory identified in PhLimage class>>#location in the stack trace fixed the issue! pharo-launcher is working again!