BoilR: Crash on selecting 'Images'

I am running BoilR on Steam Deck, with latest system software and up to date BoilR from Flathub.

The program starts fine, but when ‘Images’ is selected on the left side of the main Window, it crashes. Here’s the output from the terminal:

(deck@steamdeck ~)$ flatpak run io.github.philipk.boilr
Setting for platform EGS are invalid, reason: Manifests not found
Setting for platform Legendary are invalid, reason: No such file or directory (os error 2)
Setting for platform Itch are invalid, reason: Path not found: Some("/home/deck/.config/itch/db/butler.db-wal")
Setting for platform Origin are invalid, reason: Default path not found
Setting for platform Gog are invalid, reason: Could not find path: "/home/deck/Games/gog-galaxy/drive_c/ProgramData/GOG.com/Galaxy"
Found 2 game(s) for platform Heroic
Setting for platform Flatpak are invalid, reason: No such file or directory (os error 2)
thread 'main' panicked at 'source slice length (1620000) does not match destination slice length (2160000)', /run/build/boilr/cargo/vendor/image-0.24.3/./src/codecs/webp/extended.rs:462:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I’ve tried to run Rust backtrace as suggested in the error, by running flatpak run io.github.philipk.boilr --env='RUST_BACKTRACE=1' but it does not seem to work. I am uncertain if I’m not doing something right, or the error message is wrong/outdated.

Please let me know if there’s anything further I can do to provide diagnostic info.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 24 (15 by maintainers)

Most upvoted comments

This is solved in the newest version: https://github.com/PhilipK/BoilR/releases/tag/v.1.4.9

Thanks for helping out