Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 04-17-2014, 02:34 AM   #1
Skeeve
Zealot
Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.
 
Skeeve's Avatar
 
Posts: 142
Karma: 669192
Join Date: Nov 2013
Device: Kindle 4.1.1 no touch
Sigil does not start

When I try to start Sigil on my OS X 10.5.8 it crashes.

Code:
Process:         launchd [45107]
Path:            /Applications/Sigil.app/Contents/MacOS/Sigil
Identifier:      com.sigil-ebook.Sigil.app
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [193]

Interval Since Last Report:          1157671 sec
Crashes Since Last Report:           21
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2014-04-17 08:28:56.026 +0200
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  6AE5E93E-9A13-4CFD-B406-C14BA7AF3C7D

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff5fc01010
Crashed Thread:  0

Thread 0 Crashed:
0   ???                           	0x00007fff5fc01010 0 + 140734799810576

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000055  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5fc01010  rfl: 0x0000000000010202  cr2: 0x00007fff5fc01010

Binary Images:
            0x1000 -            0x1effb +launchd ??? (???) <7e739609b02d92910393eb3eb8009a9a> /sbin/launchd
        0x8fe00000 -         0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
        0x91580000 -         0x916e7ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
        0x9222c000 -         0x92233ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
        0x93838000 -         0x9383cfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
        0x956b6000 -         0x956bdfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
        0xffff0000 -         0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Skeeve is offline   Reply With Quote
Old 04-17-2014, 04:46 AM   #2
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
Not surprising... It has been mentioned here a couple of times and it is also specified on the Sigil site:
Quote:
Sigil is supported on MAC OS 10.8 (Mountain Lion) x64 bit Intel, but should run on 10.7 or higher.
There is an unofficial version that supports 10.6. You might try that one. Search the forum for it.

Last edited by Toxaris; 04-17-2014 at 04:49 AM.
Toxaris is offline   Reply With Quote
Old 04-17-2014, 05:15 AM   #3
Skeeve
Zealot
Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.
 
Skeeve's Avatar
 
Posts: 142
Karma: 669192
Join Date: Nov 2013
Device: Kindle 4.1.1 no touch
Quote:
Originally Posted by Toxaris View Post
Not surprising... It has been mentioned here a couple of times and it is also specified on the Sigil site:
Hm… Okay… Didn't see it. Maybe it should be more obviouse and the app could also define in its Info.plist:
Code:
LSMinimumSystemVersion: "10.8.0"


Quote:
Originally Posted by Toxaris View Post
There is an unofficial version that supports 10.6. You might try that one. Search the forum for it.
Thanks. I doubt that it'll work, but thanks.
Skeeve is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil does not start Edwin49 Sigil 10 02-06-2014 08:30 AM
Sigil fails to start phossler Sigil 12 02-13-2013 07:49 AM
9.18 (and Sigil) fail to start phossler Calibre 2 02-13-2013 12:05 AM
cannot start sigil weedfreak Sigil 3 10-16-2012 05:19 AM
Sigil will not start menders Sigil 16 04-17-2012 12:14 AM


All times are GMT -4. The time now is 07:27 PM.


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