View Single Post
Old 02-08-2020, 08:51 AM   #40
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: 28,729
Karma: 205159604
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by DiapDealer View Post
But I'm going to take a few easy stabs in the dark before I go that route.
My first blind stab might have been fruitful!

@poxi1023, if you would try one simple change to src/MainUI/MainWindow.cpp for me, I'd appreciate it.

Change line MainWindow.cpp 247 from:
Code:
#ifdef Q_OS_MAC
to:
Code:
#ifndef Q_OS_WIN32
With that one change (from the original source), I'm able to see all the correct events/destructors firing and all the preferences get flushed to disk even when the ToC dockwidget is open when closing Sigil.

I still get the QtWebEngineWidgets segfault everytime, mind you, but F&R preferences are correctly saved.
DiapDealer is offline   Reply With Quote