Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 01:57 AM   #1
Glennfrancis
Junior Member
Glennfrancis began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2024
Device: None
Preview failure

Running Sigil 2.3.0 on an old, but up to date Windows 10 PC, and when I try to open the Sigil User Guide (for example; I assume this will run in Sigil…seems like a reasonable assumption/test case) the Preview window will very briefly display an item, like the cover, when the Update Preview Window button is pressed, but only for a single second. Same goes for any other content from the User Guide: appears for a second in the Preview window, and then vanishes.
Any other doc I’ve loaded (like the book I’m working on, which displays a TOC just fine) I have no preview at all of. I’ve searched high and low for a clue about what’s going on, but no joy. Am I simply doing something dumb that’s causing this?
Glennfrancis is offline   Reply With Quote
Old Yesterday, 04:44 AM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,817
Karma: 27405122
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Working fine here: Sigil 2.3.0 Win 10.

Which version of the User Guide? Latest is here ==> Sigil User Guide - Sigil-Ebook

BR
BetterRed is online now   Reply With Quote
Advert
Old Yesterday, 06:38 AM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,792
Karma: 198099188
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Try ticking the box in Sigil's preferences to disable hardware acceleration in Qt/WebEngine. The guide has tons of images and has embedded fonts. Aging hardware and the newer Qt6 in Sigil 2.3.0 are likely combining to cause problems.

Last edited by DiapDealer; Yesterday at 10:07 AM.
DiapDealer is offline   Reply With Quote
Old Yesterday, 07:17 PM   #4
Glennfrancis
Junior Member
Glennfrancis began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2024
Device: None
Preview failure

Thanks. Made the preferences change, but the problem persists after restart. I would prefer that “aging hardware,” much as it makes sense, not be the only remaining diagnosis; any other ideas?
Glennfrancis is offline   Reply With Quote
Old Yesterday, 07:32 PM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,972
Karma: 5449552
Join Date: Nov 2009
Device: many
You may have an anti-virus program that is interfering with the QWebEngineProcess application that runs behind the scenes.

You may have a firewall setting that interferes with even local sockets to prevent inter-process communications.

You may have an unsupported graphics driver. Have you tried updating to the very latest driver for your graphics card?

Fire up Sigil and load the Users Guide and navigate to any page. Even if Preview is blank, try hitting the Inspector button on the Preview Toolbar. Does the Inspector open? Can you see anything? If so, look at the source code via Preview's Inspector, Does it look similar to what CodeView is showing (after uncollapsing the code whereneeded).

It you see it just for a flash and it goes away, then something is interfering with Qt's QWebEngine, most probably really misguided anti-virus software.

Perhaps your aging processor does not support AVX or other advanced registers required?

Last edited by KevinH; Yesterday at 07:38 PM.
KevinH is offline   Reply With Quote
Advert
Old Yesterday, 08:51 PM   #6
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,792
Karma: 198099188
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
After eliminating anti-virus as the culprit, try creating an environment variable named QSG_RHI_BACKEND and setting its value to "opengl" (no quotes), and then launch Sigil. This should eliminate the possibility that your d3d11 (now the default) implementation is not quite up to snuff by forcing all QtQuick stuff to use opengl instead.

Last edited by DiapDealer; Yesterday at 08:55 PM.
DiapDealer is offline   Reply With Quote
Old Yesterday, 09:41 PM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,972
Karma: 5449552
Join Date: Nov 2009
Device: many
And then there is this bug related to CPUs without AVX and SSE4 which causes the QtWebEngine render process to crash.

https://bugreports.qt.io/browse/QTBUG-123811

So does you older hardware cpu support AVX and SSE4?

Last edited by KevinH; Yesterday at 09:52 PM.
KevinH is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kt4 JB(failure) fuscoust Kindle Developer's Corner 4 02-20-2023 06:19 PM
Failure EterMax Conversion 3 12-01-2020 07:53 PM
preview vs print preview isalherbo Sigil 7 04-23-2013 03:52 PM
Failure Polyhive Library Management 1 11-04-2012 10:34 PM
Database Failure RichardGH Library Management 9 07-25-2012 05:59 AM


All times are GMT -4. The time now is 02:56 AM.


MobileRead.com is a privately owned, operated and funded community.