Closed DennisBednarz closed 5 years ago
Hi. Thank for the feedback. I don't want to stop this project. But I don't have a free time for now. I will take a vacation from main job soon, and I able to resolve some issues.
Thank you for understanding!
Can You run the add from snap package or appImage?
Can You run the add from snap package or appImage?
Hello. If launched from AppImage, application crashes too. The output is:
(process:19217): GLib-CRITICAL **: 20:03:20.652: g_file_test: assertion 'filename != NULL' failed
Icon theme "Yaru" not found.
(figma-linux:19217): Gtk-WARNING **: 20:03:23.984: Theme parsing error: gtk.css:126:40: Expected ')' in color definition
(figma-linux:19217): Gtk-WARNING **: 20:03:23.996: Theme parsing error: gtk.css:8687:128: Expected a valid selector
[1] 19217 segmentation fault (core dumped) ./figma-linux.0.4.0.AppImage
I have the same problem in Manjaro. In the terminal it outputs only:
Segmentation fault (core dumped)
I'm pretty sure I used the package from the AUR a few days ago without any issues. Today I tried starting it but ran into the same problem mentioned above. The Snap package is working for me though.
Using the figma-bin
package from AUR and running the AppImage directly both gave me following errors starting from different shells on Arch Linux (running sway window manager):
running from fish shell:
fish: “figma” terminated by signal SIGSEGV (Address boundary error)
and
fish: “./figma-linux.0.4.0.AppImage” terminated by signal SIGSEGV (Address boundary error)
running from zsh:
zsh: segmentation fault (core dumped) figma
and
zsh: segmentation fault (core dumped) ./figma-linux.0.4.0.AppImage
running from bash:
Segmentation fault (core dumped)
and
Segmentation fault (core dumped)
Got same issue and symptoms today after system update... ;(
Same issue here, fish: “figma” terminated by signal SIGSEGV (Address boundary error)
.
Let me know if you need any more data.
Having same problem on Manjaro KDE.
Having same problem on Manjaro KDE.
What system specs?
Suffering the same crash, also with the Seg Faults/Opendir errors. I have tried the AUR listed package, and the Appimage. I even cloned, built and ran it. Even npm dev
crashes when it first loads (still giving opendir errors).
Using the
figma-bin
package from AUR and running the AppImage directly both gave me following errors starting from different shells on Arch Linux (running sway window manager):running from fish shell:
fish: “figma” terminated by signal SIGSEGV (Address boundary error)
andfish: “./figma-linux.0.4.0.AppImage” terminated by signal SIGSEGV (Address boundary error)
running from zsh:
zsh: segmentation fault (core dumped) figma
andzsh: segmentation fault (core dumped) ./figma-linux.0.4.0.AppImage
running from bash:
Segmentation fault (core dumped)
andSegmentation fault (core dumped)
Same issue here. XPS 9380:
(master) λ figma (figma-bin) 10:46:10 diropen: No such file or directory fish: “figma” terminated by signal SIGSEGV (Address boundary error)
Same issue
> figma
(process:5289): Gtk-WARNING **: 13:11:54.005: Locale not supported by C library.
Using the fallback 'C' locale.
diropen: No such file or directory
[1] 5289 segmentation fault (core dumped) figma
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2
Kernel Version: 4.9.168-1-MANJARO
OS Type: 64-bit
Processors: 4 x Intel Core i5-3450 CPU 3.10GHz
Memory: 15.6 GB of RAM
System log pastebin link
It's seems I found problem... For now I have a workaround, need to downgrade version of the freetype2 library:
pacman -U https://archive.archlinux.org/packages/f/freetype2/freetype2-2.9.1-1-x86_64.pkg.tar.xz
I'll try rebuild own native module with new version the freetype2 library later. I checked this solution on Manjaro cinnamon 18.0.4 stable x86_64
Sadly this downgrade breaks Firefox and Chromium for me (undefined symbol FT_Palette_Select
).
The application opens up correctly at first and while it's loading the login screen, some of the elements can be seen but then it just crashes.
Running it via the terminal didn't give any meaningful outputs other than this:
PS /home/dennisbednarz> figma
diropen: No such file or directory
The package was installed via AUR from this URL.
On that note, submitting an official package to the AUR would be highly appreciated, or in a worst-case scenario I could help manage and maintain it as long as there's support from you where needed.