This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
thread 'main' panicked at 'data.len()' #3
Labels
Comments
I also experienced this error on Ubuntu 20 running in virtualbox. |
Same for me:
|
Found the problem in here, it is related to tauri icons requierements, we where using a 500x500 png on This file is used by This branch contains correct icon sizes and regenerated icon folder. Tested on ubuntu and debian and seems to works now. https://github.com/subspace/subspace-desktop/tree/fix-linux-build, next release should include this changes. |
isSerge
added a commit
that referenced
this issue
Oct 3, 2022
* update init in order to catch error and update state * propagate error from `createAutostartDir`, `enable` and `disable` methods * `isEnabled` method: return `false` if failed to read file * update state if `exportLogs` method fails * `startFarming`: throw error if no address * `Config.init` propagates error and state is updated * `Config.write` propagate error * propagate error and update state if failed to reset the app and start plotting * add unit tests * addressing comments * update generic error message
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe The Issue
After installing the .deb file i am unable to run on Ubuntu, receiving the following error:
thread 'main' panicked at 'data.len() must fit the width, height, and row_stride', /home/runner/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/gdk-pixbuf-0.9.0/src/pixbuf.rs:57:13
Showing the Full Rust Backtrace gives us the following details.
Expected Behavior
Running of program.
System Details
Lenovo Thinkpad T15 Gen 2 Intel Core i5-11135G7 16GB Ram.
Ubuntu LTS 20.04 Kernel 5.13.9
The text was updated successfully, but these errors were encountered: