tywil04 / parchment

A minimal minimal text editor written using web technologies for Windows, Linux and MacOS
GNU General Public License v3.0
18 stars 2 forks source link

thread 'main' panicked at 'data.len() must fit the width, height, and row_stride #11

Open khan5ula opened 4 months ago

khan5ula commented 4 months ago

I tried to build the app from source which failed. Then I tried to run the appimage from the release 1.0.0.

Both methods resulted in:

~/Downloads ❯ RUST_BACKTRACE=full ./parchment_1.0.0_amd64.AppImage                                                                         ✘ ABRT
Gtk-Message: 22:32:45.926: Failed to load module "xapp-gtk3-module"
thread 'main' panicked at 'data.len() must fit the width, height, and row_stride', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-0.15.11/src/pixbuf.rs:52:13
stack backtrace:
   0:     0x55ee143b139c - <unknown>
   1:     0x55ee14320c8f - <unknown>
   2:     0x55ee14387b94 - <unknown>
   3:     0x55ee143b28ef - <unknown>
   4:     0x55ee143b24ee - <unknown>
   5:     0x55ee143b353e - <unknown>
   6:     0x55ee143b3004 - <unknown>
   7:     0x55ee143b2f96 - <unknown>
   8:     0x55ee143b2f81 - <unknown>
   9:     0x55ee1428d212 - <unknown>
  10:     0x55ee143bb831 - <unknown>
  11:     0x55ee143c6739 - <unknown>
  12:     0x55ee142ca592 - <unknown>
  13:     0x55ee14303160 - <unknown>
  14:     0x55ee142b105d - <unknown>
  15:     0x55ee14303ae4 - <unknown>
  16:     0x77c23a521c88 - <unknown>
  17:     0x77c23a521d4c - __libc_start_main
  18:     0x55ee142963fe - <unknown>
  19:                0x0 - <unknown>
fish: Job 1, 'RUST_BACKTRACE=full ./parchment…' terminated by signal SIGABRT (Abort)

I'm running Arch Linux. I have extra/xapp 2.8.2-2 installed so the problem shouldn't originate from a missing library.

tywil04 commented 3 months ago

I have been rather busy recently, but I haven't forgotten about this! When I have time free I will look into this.