View Single Post
Old 02-24-2022, 05:40 PM   #7
Geremia
Addict
Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!Geremia rocks like Gibraltar!
 
Posts: 258
Karma: 100000
Join Date: Oct 2012
Device: Calibre
Exclamation ebook-viewer: "Qt WebEngine Render process crashed…"

I get this issue with the ebook-viewer of Calibre 5.37:

Code:
The Qt WebEngine Render process crashed with termination type: 2 and exit code: 31
Restarting Qt WebEngine
The Qt WebEngine Render process crashed with termination type: 2 and exit code: 31
The Qt WebEngine Render process crashed too often
The Qt WebEngine Render process crashed with termination type: 2 and exit code: 31
Restarting Qt WebEngine
The Qt WebEngine Render process crashed with termination type: 2 and exit code: 31
The Qt WebEngine Render process crashed too often
The Qt WebEngine Render process crashed with termination type: 2 and exit code: 31
The Qt WebEngine Render process crashed too often
I'm using Kovid's self-contained Linux 64-bit binary.

FragmentedPhoenix on Reddit posted a similar issue 2 days ago.

(I'm using proprietary Nvidia drivers, too.)

------------------------------------------------------------------------------------------------------------------------

It seems to be having trouble finding libiconv, which is in /opt/calibre/lib/libiconv.so.2 :
Code:
/opt/calibre/lib/libQt5WebEngine.so.5
        libiconv.so.2 => not found
/opt/calibre/lib/libQt5WebEngineCore.so.5
        libiconv.so.2 => not found
/opt/calibre/lib/libQt5WebEngineWidgets.so.5
        libiconv.so.2 => not found
/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngine.so
ldd: attenzione: permessi di esecuzione mancanti per `/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngine.so'
/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngineCore.so
ldd: attenzione: permessi di esecuzione mancanti per `/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngineCore.so'
/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngineWidgets.so
ldd: attenzione: permessi di esecuzione mancanti per `/opt/calibre/lib/calibre-extensions/PyQt5.QtWebEngineWidgets.so'

Last edited by Geremia; 02-24-2022 at 06:10 PM.
Geremia is offline   Reply With Quote