Figma-Linux / figma-linux

Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join us in https://t.me/figma_linux
GNU General Public License v2.0
2.75k stars 167 forks source link

Crash when running on Manjaro #35

Closed DennisBednarz closed 5 years ago

DennisBednarz commented 5 years ago

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.

ChugunovRoman commented 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!

ChugunovRoman commented 5 years ago

Can You run the add from snap package or appImage?

gikari commented 5 years ago

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
yuriifabirovskyi commented 5 years ago

I have the same problem in Manjaro. In the terminal it outputs only:

Segmentation fault (core dumped)

dundunn commented 5 years ago

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.

puresick commented 5 years ago

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)

Projekt-43 commented 5 years ago

Got same issue and symptoms today after system update... ;(

jgierer12 commented 5 years ago

Same issue here, fish: “figma” terminated by signal SIGSEGV (Address boundary error).

System specs OS: Manjaro Linux x86_64 Host: XPS 13 9370 Kernel: 5.0.5-1-MANJARO Uptime: 15 hours, 49 mins Packages: 1327 (pacman) Shell: fish 3.0.2 Resolution: 1920x1080 DE: GNOME 3.32.0 Theme: vimix-doder [GTK2/3] Icons: Suru++ [GTK2/3] Terminal: tilix CPU: Intel i7-8550U (8) @ 4.000GHz GPU: Intel UHD Graphics 620 Memory: 3310MiB / 15756MiB

Let me know if you need any more data.

lachlanshoesmith commented 5 years ago

Having same problem on Manjaro KDE.

ChugunovRoman commented 5 years ago

Having same problem on Manjaro KDE.

What system specs?

jayy-lmao commented 5 years ago

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).

System Info OS: Manjaro Linux x86_64
Host: XPS 13 9360
Kernel: 4.19.28-1-MANJARO
Uptime: 5 hours, 57 mins
Packages: 1281 (pacman)
Shell: bash 5.0.2
Resolution: 1920x1080
DE: KDE
WM: KWin
WM Theme: QuasiDeepinII
Theme: Quasi Deepin [KDE], Breath [GTK2/
Icons: black-red [KDE], maia [GTK2/3]
Terminal: konsole
Terminal Font: Noto Mono 16
CPU: Intel i7-7500U (4) @ 3.500GHz
GPU: Intel HD Graphics 620
Memory: 4827MiB / 7857MiB
mcgraths7 commented 5 years ago

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)

Same issue here. XPS 9380:

λ hostnamectl (figma-bin) 10:45:53 Static hostname: steven-xps Icon name: computer-laptop Chassis: laptop Machine ID: e197286b28c94022893bb519c6803466 Boot ID: 20497e13d7724d71a4f96cb6c5979e9a Operating System: Manjaro Linux Kernel: Linux 5.1.0-1-MANJARO Architecture: x86-64

(master) λ figma (figma-bin) 10:46:10 diropen: No such file or directory fish: “figma” terminated by signal SIGSEGV (Address boundary error)

kambala3000 commented 5 years ago

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

ChugunovRoman commented 5 years ago

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

puresick commented 5 years ago

Sadly this downgrade breaks Firefox and Chromium for me (undefined symbol FT_Palette_Select).