Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 10-04-2014, 04:13 AM   #91
blackest
Connoisseur
blackest began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Sep 2014
Device: sony prs 2
Quote:
Originally Posted by JSWolf View Post
There is a very well formatted ePub version (with images) of Three Men in a Boat that you can download for free (right here at MobileRead) and not actually have to do any editing to.
Yes there is, its very good, Thats why i'm using it to look at the css and styling images based on examples from the book. It was working well in 0.74, I thought i might have corrupted it, so downloaded a fresh copy and found the same problem, switching between code and book view.

The version of Sigil 0.8.0 I compiled for OSX 10.7.5 seems to work well, it is on linux mint i'm finding a problem.
blackest is offline  
Old 10-04-2014, 05:43 AM   #92
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Perhaps it would be a good idea to bring BookView to its final resting place... Preview should be enough I think...
Toxaris is offline  
Advert
Old 10-04-2014, 05:46 AM   #93
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,730
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by blackest View Post
Hi is there any debugging that can be turned on for Sigil i'm finding problems with 3 men in a boat on linux mint with the unofficial deb package switching between code view and book view i'm getting a segmentation fault. It could be low ram related.
I've just tested Sigil 0.8.0 with Three Men in a Boat on an old 64-bit Linux 3.2 machine with only 2GB RAM and didn't encounter any segment faults when switching between code view and book view.
You may want to test your RAM with the memory test option of a live distro to exclude RAM issues.
Doitsu is offline  
Old 10-04-2014, 09:50 AM   #94
blackest
Connoisseur
blackest began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Sep 2014
Device: sony prs 2
Quote:
Originally Posted by Doitsu View Post
I've just tested Sigil 0.8.0 with Three Men in a Boat on an old 64-bit Linux 3.2 machine with only 2GB RAM and didn't encounter any segment faults when switching between code view and book view.
You may want to test your RAM with the memory test option of a live distro to exclude RAM issues.
It is odd but it is a 32bit system which I should have said. Thankyou for taking time to investigate this (it also has 2gb ram).
blackest is offline  
Old 10-04-2014, 10:04 AM   #95
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,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by blackest View Post
It is odd but it is a 32bit system which I should have said. Thankyou for taking time to investigate this (it also has 2gb ram).
I haven't extensively tested the 32-bit version of my Linux binary packages, but I use the 64-bit version every day on Linux Mint with no segfaults.

The only segfaults I've ever gotten with either of those packages have been when closing Sigil--and that was always limited to the first time it was run.

As far as debugging (without compiling your own debug version), about all you can is run it using gdb and see if the backtrace after the segfault yields anything useful. Also, the launch script (/usr/local/bin/sigil) has a line commented out that would allow one to do some debugging of the launching (or the availability) of the various Qt plugins.

Also keep in mind those packages are "unofficial"
But by all means, if you discover any details about the segfault, please consider sharing them in the stickied thread for those builds. I'd love to be able to fix it if at all possible.

Last edited by DiapDealer; 10-04-2014 at 10:09 AM.
DiapDealer is offline  
Advert
Old 10-04-2014, 10:21 AM   #96
blackest
Connoisseur
blackest began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Sep 2014
Device: sony prs 2
Quote:
Originally Posted by blackest View Post
It is odd but it is a 32bit system which I should have said. Thankyou for taking time to investigate this (it also has 2gb ram).
Problem cured if not solved.

In my home folder is this folder

.local/share/sigil-ebook/sigil
I deleted all its contents and started Sigil again loading the book from the command prompt.
instead of opening in code view it opened in book view and switching between views was fine.

I can only assume that something was wrong within that folder, that sigil was choking on.
It may be that this folder held preferences from 0.7.4 and they have changed between versions but that is just a guess.
blackest is offline  
Old 10-04-2014, 10:48 AM   #97
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,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by blackest View Post
Ican only assume that something was wrong within that folder, that sigil was choking on.
It may be that this folder held preferences from 0.7.4 and they have changed between versions but that is just a guess.
It's a good guess.
Deleting the Sigil.ini file and letting it be recreated has often "fixed" some Sigil issues.
DiapDealer is offline  
Old 10-05-2014, 09:05 AM   #98
sunab
Junior Member
sunab began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: ipad
Hi Sigil users,

Just a post to inform I've setup an Ubuntu repository (ppa) to offer lastest stable release of Sigil.

ppa:sunab/sigil-release

https://launchpad.net/~sunab/+archiv.../sigil-release

Last edited by sunab; 10-05-2014 at 09:42 AM.
sunab is offline  
Old 10-05-2014, 02:18 PM   #99
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,775
Karma: 6000000
Join Date: Nov 2009
Device: many
Hi JSWolf,

If you turn off all auto-cleaning, load your epub, and then save it (without any cleaning) all of your font issues go away. I checked and vritually nothing in the epub is changed except for the locations of the files. Somehow the css updated font urls were not being passed to the BookView and Preview modes. It appears to be a race.

So this is a bug. That should not happen. With some help from user_none we have a tentative patch for this. If it works out, the next release will include this patch.

KevinH


Quote:
Originally Posted by JSWolf View Post
I've PMed the problematical ePub so you can have a look and see what's what.

Last edited by KevinH; 10-05-2014 at 10:10 PM. Reason: updated, it is a bug and we have a fix (tentatively)
KevinH is offline  
Old 10-05-2014, 03:04 PM   #100
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by Toxaris View Post
Perhaps it would be a good idea to bring BookView to its final resting place... Preview should be enough I think...
+1

Hitch
Hitch is offline  
Old 10-06-2014, 01:20 PM   #101
signum
Zealot
signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.signum calls his or her ebook reader Vera.
 
Posts: 119
Karma: 64428
Join Date: Aug 2011
Device: none
You have a choice to use Book View or not. I don't understand your zeal to remove that choice from me. The main thing that drew me to Sigil in the first place was that it was the ONLY product to provide WYSIWYG editing. All the other products do code editing only, and some might be a better choice for you. I'm very happy with Sigil the way it is.
signum is offline  
Old 10-06-2014, 04:13 PM   #102
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,785
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by KevinH View Post
Hi JSWolf,

If you turn off all auto-cleaning, load your epub, and then save it (without any cleaning) all of your font issues go away. I checked and vritually nothing in the epub is changed except for the locations of the files. Somehow the css updated font urls were not being passed to the BookView and Preview modes. It appears to be a race.

So this is a bug. That should not happen. With some help from user_none we have a tentative patch for this. If it works out, the next release will include this patch.

KevinH
Thanks for hopefully fixing this bug. I don't have auto-cleaning turned on. Just the reformatting.
JSWolf is offline  
Old 10-06-2014, 06:19 PM   #103
varlog
actually it is /var/log
varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.
 
varlog's Avatar
 
Posts: 341
Karma: 2994236
Join Date: Sep 2012
Location: usually Europa
Device: prs t1
Quote:
Originally Posted by signum View Post
You have a choice to use Book View or not. I don't understand your zeal to remove that choice from me. The main thing that drew me to Sigil in the first place was that it was the ONLY product to provide WYSIWYG editing. All the other products do code editing only, and some might be a better choice for you. I'm very happy with Sigil the way it is.
+1 (sorry Hitch, but it is an user feature).
varlog is offline  
Old 10-06-2014, 06:23 PM   #104
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,068
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by varlog View Post
+1 (sorry Hitch, but it is an user feature).
It is like a modern Medication (as advertised on TV), The list of side effects is simply horrific.
theducks is offline  
Old 10-06-2014, 06:35 PM   #105
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by theducks View Post
It is like a modern Medication (as advertised on TV), The list of side effects is simply horrific.
+1.

Varlog:

Hey, as long as you're happy to answer all the questions from all the users that have issues due to it, great. I don't mean to sound snippy, but the truth is, a huge percentage of the posts on the Sigil forum are about "bugs" (hmph) that happen because John Doe thinks it's a word-processor and TREATS it as such. Sigil isn't now, and never WAS, intended to run like that. Even when Valloric first introduced it, it was never supposed to be a replacement for Word or OO or whatever-your-flavor-is. I suspect it never will be. What are we at now, in terms of lines of code? AT 7, it was what, a million lines? Do we really think that the guys will add the other 5 million lines of code that are needed to make it actually work LIKE a Word processor?

I don't understand why "preview" isn't good enough. I don't care about taking the option away from you, as long as the rest of us (who don't use it) don't have to reply to all the questions caused thereby. And, to be clear, that we aren't expected to support further enhancements in that (the word-processing/WYSIWYG) area, over productivity enhancements.

Hitch
Hitch is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil 0.6.2 Released user_none Sigil 89 05-04-2014 06:42 AM
Sigil 0.7.4 Released user_none Sigil 47 01-05-2014 02:31 PM
Sigil V0.7.3 released user_none Sigil 59 09-11-2013 09:45 PM
Sigil 0.6.0 Released user_none Sigil 93 11-24-2012 06:50 PM
Sigil 0.4.1 Released user_none Sigil 50 09-01-2011 04:58 PM


All times are GMT -4. The time now is 08:33 PM.


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