View Single Post
Old 08-23-2023, 02:21 PM   #71
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: 8,884
Karma: 6120478
Join Date: Nov 2009
Device: many
@Vanguard3000,

DiapDealer was able to fix the Continuous Improvement Windows build. I grabbed the built installer and posted it to one of my personal github repos.

This debug build will require you to set an environment variable to enable the debugging information.

To run the test:

- remove the complete Sigil Preferences folder and all its contents (back it up first if you so desire) to start clean.

- install the debug Sigil

- set an environment variable:

SIGIL_DEBUG_LOGFILE

to be a full path to a location and file name on the disk.

On my macOS I point this to my home folder's Desktop to a file called debug.txt as follows:

SIGIL_DEBUG_LOGFILE=/Users/kbhend/Desktop/debug.txt

It will create that exact file and store the debug info in it

- Then launch the debug Sigil.

On startup it will write what Qt thinks are your primary screen name and the info on all other screens. Given your setup it should point at your left screen as primary but I am thinking it will point to your right screen.

Please post that debug.txt file here and we can start with that. If more info is needed we can then repeat the process with a different test build of Sigil with more debug print statements added.


Here is the link:

https://github.com/kevinhendricks/Bu...nMac/releases/

The file you want is the Windows Sigil installer named "sigil-installer.zip"

When done, do not forget to remove that environment variable setting otherwise that file will build up over time and slow Sigil down.

Last edited by KevinH; 08-23-2023 at 03:09 PM.
KevinH is offline   Reply With Quote