Cannot get 1.8.9-2 to run on Gentoo linux.

Willy

New member
Hi there, I'm trying to upgrade PI from 1.8.9-1 to 1.8.9-2 and the newer version fails with the error below. Google shows some issues causing that same error, but they are all Windows or Python related, so don't apply here...

Code:
PixInsight Core 1.8.9-2 Ripley (x64)
Copyright (c) 2003-2024 Pleiades Astrophoto

[16529:16529:0318/140737.299172:ERROR:extension_system_qt.cpp(89)] Failed to parse extension manifest.

PixInsight 1.8.9-2 - Critical Signal Backtrace
Received signal 11 (SIGSEGV)
Module: /opt/PixInsight/bin/PixInsight(+0x1a6d089) [0x55bb5f004089]
================================================================================
  2: /lib64/libc.so.6(+0x39590) [0x7fc851c63590]
  1: /opt/PixInsight/bin/lib/libQt6WebEngineCore.so.6(+0x42b020b) [0x7fc858ab020b]
================================================================================
terminate called after throwing an instance of 'pcl::EUnixSegmentationViolation'
/opt/PixInsight/bin/PixInsight.sh: line 45: 16529 Aborted                 /opt/PixInsight/bin/PixInsight

strace does not show any library not found and I installed just about all qt6 packages I could think of just in case, but no luck.

Any idea on what could I be missing?
 
There is a similar error message in this thread

GPU acceleration under WSL - Ubuntu 22.04 and 1.8.9-2/1597 by Lblock​


with a tested reply 7 which is below.

sudo rm /opt/PixInsight/bin/lib/libtensorflow*
 
Unfortunately, it seems to be a similar error but a different cause. Removing libtensorflow did not fix the issue.
 
Last edited:
Back
Top