惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
A
About on SuperTechFans
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
博客园 - 聂微东
博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
量子位
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
The GitHub Blog
The GitHub Blog
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - orca-slicer-bin
2026-06-17 · via AUR Newest Packages

utrumo commented on 2026-06-17 10:40 (UTC) (edited on 2026-06-17 10:46 (UTC) by utrumo)

Missing runtime dependency on gst-plugins-good causes SIGSEGV on startup

orca-slicer-bin declares only gstreamer (the core framework) in depends, but not the actual GStreamer plugins. OrcaSlicer builds the Device/monitoring tab via wxMediaCtrl, which requires the autovideosink element (libgstautodetect.so, shipped in gst-plugins-good). When that package is absent, the app crashes with SIGSEGV before the window even appears — not a graceful "no video" fallback.

Stack trace from the core dump:

#0  wxMediaCtrl::wxMediaCtrl(wxWindow*)
#1  Slic3r::GUI::StatusBasePanel::create_monitoring_page()
#2  Slic3r::GUI::StatusBasePanel::StatusBasePanel(...)
#3  Slic3r::GUI::StatusPanel::StatusPanel(...)
#4  Slic3r::GUI::MonitorPanel::init_tabpanel()
#5  Slic3r::GUI::MonitorPanel::MonitorPanel(...)
#6  Slic3r::GUI::MainFrame::init_tabpanel()

This isn't caught by automatic dependency detection (namcap/ldd) because GStreamer plugins are loaded at runtime via dlopen, so the linker never sees them. On most systems the plugins happen to be present as transitive deps of KDE/GNOME/browsers, which masks the problem — until a user removes orphans and the plugins get pulled out.

Please add gst-plugins-good to depends. It provides autovideosink (fixes the crash) plus souphttpsrc + jpegdec + multipartdemux, which cover the MJPEG camera stream that most setups use.

depends=(... gstreamer gst-plugins-good ...)

Repro: on a system without gst-plugins-good, launching orca-slicer segfaults immediately; installing gst-plugins-good fixes it.

elitedev commented on 2026-03-23 16:44 (UTC) (edited on 2026-03-23 16:55 (UTC) by elitedev)

OrcaSlicer will not launch after updating, here's the error message:

/opt/orca-slicer/bin/orca-slicer: error while loading shared libraries: libmspack.so.0: cannot open shared object file: No such file or directory

Fixed by installing libmspack from official repo.

Dreded commented on 2025-11-13 23:42 (UTC)

Good day, Thanks for your efforts... after trying to figure out why this just crashes on Omarchy I realized you have already implemented the startup script fix but in order for it to work one needs glxinfo installed which is in the 'mesa-utils' package. So probably need to add mesa-utils as a dependency.

JoveYu commented on 2025-10-27 02:25 (UTC)

I will keep startup script in appimage and push it up later。

bko commented on 2025-10-25 08:55 (UTC)

alex_courtis commented on 2025-10-25 00:07 (UTC)

orca slicer 2.3.1 work well without ttf-nanum in my laptop. how to reproduce this problem?

Reproduce: open Orca Slicer, open preferences with menu or ctrl-p

It is now working on my machine without the ttf-nanum package installed. It appears to use the built in fonts. Perhaps a gtk/pango bug was fixed?

Apologies for the inconvenience; I will comment if I have any future failures.

JoveYu commented on 2025-10-24 10:11 (UTC)

YoyPa commented on 2025-10-24 10:08 (UTC)

Hello, webkit2gtk being removed, is libsoup still necessary as dep (webkit2gtk-4.1 relying on libsoup3) ? I've tried with libsoup removed and it seems to run fine.

JoveYu commented on 2025-10-24 09:57 (UTC)

add support for open with orcaslicer:// and bambustudio:// for using "Open With OrcaSlicer" button on website.

JoveYu commented on 2025-10-24 08:10 (UTC) (edited on 2025-10-24 10:08 (UTC) by JoveYu)

orca slicer 2.3.1 work well without ttf-nanum in my laptop. how to reproduce this problem? add to optionel dependency.

orcaslicer has these fonts built in

orca-slicer-bin /opt/orca-slicer/resources/fonts/
orca-slicer-bin /opt/orca-slicer/resources/fonts/HarmonyOS_Sans_SC_Bold.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/HarmonyOS_Sans_SC_Regular.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/NanumGothic-Bold.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/NanumGothic-Regular.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/NotoSansKR-Bold.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/NotoSansKR-Regular.ttf
orca-slicer-bin /opt/orca-slicer/resources/fonts/OFL.txt