keyboardio / Chrysalis

Graphical configurator for Kaleidoscope-powered keyboards
https://github.com/keyboardio/Chrysalis#chrysalis
GNU General Public License v3.0
497 stars 65 forks source link

Environment verification failed #1266

Closed garthk closed 1 year ago

garthk commented 1 year ago

Describe the bug On startup Chrysalis warns me:

Environment verification failed Chrysalis has detected that it is running in an unsupported environment, such as with an Electron version other than the one supported upstream. If you are using Chrysalis through a distribution's package repository, please consider using the official builds instead.

This persists after uninstalling and freshly downloading and installing the official 0.13.0 release from yesterday.

To Reproduce Steps to reproduce the behavior:

  1. Download Chrysalis-0.13.0-universal.dmg
  2. Open it
  3. Drag the app to the Applications folder
  4. Open the Applications folder
  5. Find Chrysalis
  6. Run it

Expected behavior Either no warning, or that warning with specific information I can use to fix the problem rather than general advice I've already followed.

Screenshots

Environment verification failed: Chrysalis has detected that it is running in an unsupported environment…
Elided debug bundle ```json { "timestamp": "2023-05-08T01:35:02.701Z", "uuid": "...", "chrysalis": { "version": "0.13.0" }, "os": { "platform": "darwin", "distro": "macOS", "release": "(a)", "codename": "macOS", "kernel": "22.4.0", "arch": "x64", "hostname": "...", "fqdn": "...", "codepage": "UTF-8", "logofile": "darwin", "serial": "...", "build": "22E772610a", "servicepack": "", "uefi": true }, "usb": [ { "id": 22, "bus": null, "deviceId": null, "name": "Model 100", "type": "Storage", "removable": true, "vendor": "Keyboardio", "manufacturer": "Keyboardio", "maxPower": null, "serialNumber": "..." } ], "logs": [] } ```

Desktop (please complete the following information):

Additional context None known.

gugod commented 1 year ago

The same error message shows with the Linux (.AppImage) version.

algernon commented 1 year ago

Thanks! I found the bug, and have a fix incoming. 0.13.1 will be released in a couple of hours to fix this.