Segmentation Fault on Arch Linux [solved]

Hi, whenever I try running the bootstrap studio executable, I get a segmentation fault: [1] 23382 segmentation fault (core dumped) ./bstudio

More information:

OS: Arch Linux x86_64

Kernel: 5.2.8-arch1-1-ARCH

Uptime: 3 hours, 42 mins

Packages: 1018 (pacman)

Shell: zsh 5.7.1

Resolution: 1920x1080

WM: i3

Theme: Adwaita [GTK3]

Icons: Adwaita [GTK3]

Terminal: termite

Terminal Font: Fira Code 13

CPU: AMD Ryzen 5 2600 (12) @ 3.400GHz

GPU: AMD ATI Radeon RX 470/480/570/570X/580/580X/590

Memory: 4676MiB / 16027MiB

Me too. bootstrap-studio 4.5.3-1

Sorry that you've run into problems! We built an AppImage that packages the correct library versions. Can you try if it works for you?

Thank you for the image. I already try, but not work.

$ chmod +x Bootstrap\ Studio\ 4.AppImage
$ sudo ./Bootstrap\ Studio\ 4.AppImage
Segmentation fault

Then, I check with journalctl

$ journalctl -e 

I got below message

Process 9819 (bstudio) of user 0 dumped core.

  Stack trace of thread 9819:
  #0  0x00007f4ac312aeef hb_ot_var_get_axis_infos (libharfbuzz.so.0)
  #1  0x00007f4ac392d54a n/a (libpangoft2-1.0.so.0)
  #2  0x00007f4ac557d643 pango_font_get_hb_font (libpango-1.0.so.0)
  #3  0x00007f4ac55685e4 n/a (libpango-1.0.so.0)
  #4  0x00007f4ac5568dda pango_shape_with_flags (libpango-1.0.so.0)
  #5  0x00007f4ac5572216 n/a (libpango-1.0.so.0)
  #6  0x00007f4ac5573025 n/a (libpango-1.0.so.0)
  #7  0x00007f4ac55745ac n/a (libpango-1.0.so.0)
  #8  0x00007f4ac55773ec pango_layout_get_unknown_glyphs_count (libpango-1.0.so.0)
  #9  0x00007f4ac5c3a78c n/a (libgtk-x11-2.0.so.0)
  #10 0x00007f4ac5c3d8a6 n/a (libgtk-x11-2.0.so.0)
  #11 0x00007f4ac55122c0 g_type_create_instance (libgobject-2.0.so.0)
  #12 0x00007f4ac552e63e n/a (libgobject-2.0.so.0)
  #13 0x00007f4ac552fa55 g_object_new_with_properties (libgobject-2.0.so.0)
  #14 0x00007f4ac552fb52 g_object_new (libgobject-2.0.so.0)
  #15 0x0000000001e9ff43 n/a (/tmp/.mount_Bootst8P3I1O/bstudio)

We rebuilt the AppImage with a newer version of Electron. Can you try downloading and running it again?

Yeah!. It work.

Thank you very much.