Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 01-22-2016, 02:13 AM   #1
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
[OSX] Also Stuck on "Initializing User Interface"

I'm on a Mac OS 10.9.5. Version 2.49 will not start on my computer. From the first download of it, it stuck on the splash screen. After many steps of troubleshooting, I got past the Apple verification, and it will sit for hours on "Initializing User Interface". I can force quit it, but can not quit it regularly.

Kovid Goyal's email to me said to request the calibre-debug (gave me the full command) in terminal to get a bug report. Terminal gives me the error that there's no such file or directory - although when I open the app package, I can clearly see that the calibre-debug-g IS, in fact in the package! I can not get an error report on this, and Console reports nothing as well, except for the crash report (which I can paste here, if anyone can stand it).

I'd been having a problem with 1.48, but now it's working (I tried several resolutions, including deleting the hidden files in the User folder), and finally got my old version working after restart - but the new version is No-Go.

I'd love to take advantage of all the hard work that's gone into updating this software - it's a great app, and I have a huge library in it - I just can't even get the debug log to get information.

Anything I can do to help resolve this. I'm a Mac tech, but I don't code. So, instructions and suggestions are welcome...

Last edited by BetterRed; 01-22-2016 at 02:52 AM.
SGans is offline   Reply With Quote
Old 01-22-2016, 02:47 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: 21,659
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@SGans - as you may have noticed Kovid is taking a break for a few days.

But, FWIW on Windows I would try editing gui.json in the configuration folder to change the line (assuming it exists in the OSX version) with
Code:
"show_splash_screen": true,
to
Code:
"show_splash_screen": false,
Hopefully someone who knows OSX will be able to help you with the debug. I changhed the thread title to include prefix [OSX]

BR

Last edited by BetterRed; 01-22-2016 at 02:51 AM.
BetterRed is offline   Reply With Quote
Advert
Old 01-22-2016, 03:06 AM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Open the Terminal and run the following command line:

Code:
/Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-debug -g
Be sure to post the exact results.
eschwartz is offline   Reply With Quote
Old 01-24-2016, 05:43 PM   #4
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
Can't do

Quote:
Originally Posted by eschwartz View Post
Open the Terminal and run the following command line:

Code:
/Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-debug -g
Be sure to post the exact results.
As I mentioned in my original post - that command gives me an error that the file can't be found - although I can clearly see it when I look in the app package. I've reinstalled 3 times - the package has the file, but it consistently errors me - or I would have included it in the first place. Thanks.
SGans is offline   Reply With Quote
Old 01-24-2016, 05:49 PM   #5
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
Quote:
Originally Posted by BetterRed View Post
@SGans - as you may have noticed Kovid is taking a break for a few days.

But, FWIW on Windows I would try editing gui.json in the configuration folder to change the line (assuming it exists in the OSX version) with
Code:
"show_splash_screen": true,
to
Code:
"show_splash_screen": false,
Hopefully someone who knows OSX will be able to help you with the debug. I changhed the thread title to include prefix [OSX]

BR

Hi. Thanks for this suggestion - but apparently, we don't have a .json file in the Mac OSX package that's named gui.json - we have a javascript file named "gui" (.js), but it has no such line as you mention here, about the splashscreen set to on or off.

I'll do more searching for that splash_screen command somewhere though. It may be a good start... Thanks!
SGans is offline   Reply With Quote
Advert
Old 01-24-2016, 06:02 PM   #6
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by SGans View Post
As I mentioned in my original post - that command gives me an error that the file can't be found - although I can clearly see it when I look in the app package. I've reinstalled 3 times - the package has the file, but it consistently errors me - or I would have included it in the first place. Thanks.
Where is calibre.app -- is it in /Applications or ~/Applications
eschwartz is offline   Reply With Quote
Old 01-24-2016, 06:03 PM   #7
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by SGans View Post
Hi. Thanks for this suggestion - but apparently, we don't have a .json file in the Mac OSX package that's named gui.json - we have a javascript file named "gui" (.js), but it has no such line as you mention here, about the splashscreen set to on or off.

I'll do more searching for that splash_screen command somewhere though. It may be a good start... Thanks!
I think on OSX it is a plist file somewhere, no idea where.
eschwartz is offline   Reply With Quote
Old 01-24-2016, 06:05 PM   #8
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: 21,659
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by SGans View Post
Hi. Thanks for this suggestion - but apparently, we don't have a .json file in the Mac OSX package that's named gui.json - we have a javascript file named "gui" (.js), but it has no such line as you mention here, about the splashscreen set to on or off.

I'll do more searching for that splash_screen command somewhere though. It may be a good start... Thanks!
I normally stay out of OSX issues since my knowledge is negligible.

My suggestion was a long shot in Kovid's absence. The setting I was trying to access is this one, which may not even exist on the OSX version;

Click image for larger version

Name:	Capture.JPG
Views:	390
Size:	62.0 KB
ID:	145812

Good luck - BR
BetterRed is offline   Reply With Quote
Old 01-24-2016, 09:58 PM   #9
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
gui.json on OS X is

~/Library/Preferences/calibre/gui.json
kovidgoyal is offline   Reply With Quote
Old 01-25-2016, 03:48 PM   #10
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
OH! I was looking in the package! I'll try there and report back! Thanks!

Okay - I found that .json file - and can't find any line about the splash screen at all. Looked all about, and didn't find the word splash, and search didn't find that term in any of the files in that folder.

@eschwartz - it's in /Applications - I don't keep any apps in my user apps folder.

@BetterRed - I WISH I could get there! That looks like it might help.... *sigh*** if only...

Thank you, @kovidgoyal - perhaps, when you get back home???

Oh - I JUST got that /Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-debug -g command running! I wonder why it didn't work before...

It's not getting very far though - stuck on "Starting up..."

I'll give it some time, and see if it gets further, and if not, I'll post what comes up.

Last edited by SGans; 01-25-2016 at 04:00 PM.
SGans is offline   Reply With Quote
Old 01-25-2016, 04:07 PM   #11
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
Okay - Terminal didn't move past "Starting up". It appeared to get stuck. Then when I went to open Terminal again and run the command, I got this...
Spoiler:

/Applications/calibre.app/Contents/MacOS/calibre-debug
Welcome to the interactive calibre shell!

>>> /Applications/calibre.app/Contents/Frameworks/calibre-launcher.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/calibre-launcher.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
File "", line 1
/Applications/calibre.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_locale.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_locale.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/time.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/time.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/math.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/math.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/binascii.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/binascii.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_struct.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_struct.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_random.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_random.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_functools.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_functools.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/future_builtins.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/future_builtins.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/itertools.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/itertools.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/operator.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/operator.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_collections.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_collections.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_heapq.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_heapq.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/fcntl.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/fcntl.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_io.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_io.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/cStringIO.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/cStringIO.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/resource.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/resource.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/cPickle.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/cPickle.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/speedup.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/speedup.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/strop.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/strop.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/icu.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/icu.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libicudata.53.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libicudata.53.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libicui18n.53.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libicui18n.53.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libicuuc.53.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libicuuc.53.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libicuio.53.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libicuio.53.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/datetime.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/datetime.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_json.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_json.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/select.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/select.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/pyexpat.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/pyexpat.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libexpat.1.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libexpat.1.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/grp.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/grp.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/zlib.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/zlib.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/usbobserver.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/usbobserver.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_ctypes.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_ctypes.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_socket.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_socket.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_ssl.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_ssl.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_scproxy.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_scproxy.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_csv.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_csv.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/array.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/array.so
^
SyntaxError: invalid syntax
>>> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
File "", line 1
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/Qt.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/Qt.so
^
SyntaxError: invalid syntax
>>> /System/Library/ColorSync/Profiles/sRGB Profile.icc
File "", line 1
/System/Library/ColorSync/Profiles/sRGB Profile.icc
^
SyntaxError: invalid syntax
>>> /usr/share/icu/icudt51l.dat
File "", line 1
/usr/share/icu/icudt51l.dat
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWidgets.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWidgets.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libpng16.16.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libpng16.16.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/sip.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/sip.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtCore.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtCore.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtGui.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtGui.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtNetwork.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtNetwork.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtSensors.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtSensors.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWebKit.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWebKit.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libsqlite3.0.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libsqlite3.0.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libjpeg.8.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libjpeg.8.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libwebp.5.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libwebp.5.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtPrintSupport.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtPrintSupport.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtSvg.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtSvg.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWebKitWidgets.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt5/QtWebKitWidgets.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
File "", line 1
/Applications/calibre.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/apsw.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/apsw.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/progress_indicator.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/progress_indicator.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/platforms/libqcocoa.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/platforms/libqcocoa.dylib
^
SyntaxError: invalid syntax
>>> /System/Library/ColorSync/Profiles/Generic RGB Profile.icc
File "", line 1
/System/Library/ColorSync/Profiles/Generic RGB Profile.icc
^
SyntaxError: invalid syntax
>>> /System/Library/ColorSync/Profiles/Generic Gray Profile.icc
File "", line 1
/System/Library/ColorSync/Profiles/Generic Gray Profile.icc
^
SyntaxError: invalid syntax
>>> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile.bin
File "", line 1
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile.bin
^
SyntaxError: invalid syntax
>>> /System/Library/Fonts/LucidaGrande.ttc
File "", line 1
/System/Library/Fonts/LucidaGrande.ttc
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/cPalmdoc.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/cPalmdoc.so
^
SyntaxError: invalid syntax
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
File "", line 1
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqdds.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqdds.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqgif.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqgif.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqicns.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqicns.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqico.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqico.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqjp2.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqjp2.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqjpeg.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqjpeg.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqmng.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqmng.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqsvg.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqsvg.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqtga.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqtga.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqtiff.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqtiff.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqwbmp.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqwbmp.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqwebp.dylib
File "", line 1
/Applications/calibre.app/Contents/MacOS/qt-plugins/imageformats/libqwebp.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_multiprocessing.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_multiprocessing.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_elementtree.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_elementtree.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/tokenizer.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/tokenizer.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/libusb.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/libusb.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/magick.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/magick.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libMagickWand-6.Q16.2.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libMagickWand-6.Q16.2.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libMagickCore-6.Q16.2.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libMagickCore-6.Q16.2.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libfreetype.6.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libfreetype.6.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libltdl.7.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libltdl.7.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/site-packages/lxml/etree.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/site-packages/lxml/etree.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/pictureflow.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/pictureflow.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/unicodedata.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/unicodedata.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_bisect.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_bisect.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_sqlite3.so
File "", line 1
/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/lib-dynload/_sqlite3.so
^
SyntaxError: invalid syntax
>>> /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
File "", line 1
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
^
SyntaxError: invalid syntax
>>> /private/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/C/com.apple.IntlDataCache.le.kbdx
File "", line 1
/private/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/C/com.apple.IntlDataCache.le.kbdx
^
SyntaxError: invalid syntax
>>> /private/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/C/com.apple.LaunchServices-044503.csstore
File "", line 1
/private/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/C/com.apple.LaunchServices-044503.csstore
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/libmtp.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/libmtp.so
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libmtp.9.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libmtp.9.dylib
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/libusb-1.0.0.dylib
File "", line 1
/Applications/calibre.app/Contents/Frameworks/libusb-1.0.0.dylib
^
SyntaxError: invalid syntax
>>> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
File "", line 1
/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
^
SyntaxError: invalid syntax
>>> /usr/lib/dyld
File "", line 1
/usr/lib/dyld
^
SyntaxError: invalid syntax
>>> /private/var/db/dyld/dyld_shared_cache_x86_64
File "", line 1
/private/var/db/dyld/dyld_shared_cache_x86_64
^
SyntaxError: invalid syntax
>>> /dev/ttys000
File "", line 1
/dev/ttys000
^
SyntaxError: invalid syntax
>>> /dev/ttys000
File "", line 1
/dev/ttys000
^
SyntaxError: invalid syntax
>>> /dev/ttys000
File "", line 1
/dev/ttys000
^
SyntaxError: invalid syntax
>>> ->0x7af492eeff39351f
File "", line 1
->0x7af492eeff39351f
^
SyntaxError: invalid syntax
>>> ->0x7af492ef15e34a9f
File "", line 1
->0x7af492ef15e34a9f
^
SyntaxError: invalid syntax
>>> /dev/urandom
File "", line 1
/dev/urandom
^
SyntaxError: invalid syntax
>>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
File "", line 1
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
^
SyntaxError: invalid syntax
>>> /var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/T/stassi1-calibre-gui.socket
File "", line 1
/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/T/stassi1-calibre-gui.socket
^
SyntaxError: invalid syntax
>>> /Volumes/Body of Work/Calibre Library/metadata.db
File "", line 1
/Volumes/Body of Work/Calibre Library/metadata.db
^
SyntaxError: invalid syntax
>>> count=2, state=0x2
File "", line 1
SyntaxError: can't assign to literal
>>> /var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/T/pymp-oi5VvZ/listener-9AJ5O5
File "", line 1
/var/folders/np/nlzv44th8xj04x0052gpky2h0000gq/T/pymp-oi5VvZ/listener-9AJ5O5
^
SyntaxError: invalid syntax
>>> /Applications/calibre.app/Contents/Frameworks/plugins/libusb.so
File "", line 1
/Applications/calibre.app/Contents/Frameworks/plugins/libusb.so
^
SyntaxError: invalid syntax
>>>

Last edited by PeterT; 01-25-2016 at 05:59 PM.
SGans is offline   Reply With Quote
Old 01-25-2016, 04:09 PM   #12
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
Tried running it again,and it stopped at:
/Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-debug -g
calibre 2.49 isfrozen: True is64bit: True
Darwin-13.4.0-x86_64-i386-64bit Darwin ('64bit', '')
('Darwin', '13.4.0', 'Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64')
Python 2.7.9
OSX: ('10.9.5', ('', '', ''), 'x86_64')
Successfully initialized third party plugins: K4PC, K4Mac, Kindle Mobi and Topaz DeDRM && Inept Epub DeDRM && eReader PDB 2 PML && Ignoble Epub DeDRM && Inept PDF DeDRM
SGans is offline   Reply With Quote
Old 01-25-2016, 10:07 PM   #13
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You want to run the GUI in debug mode, run it like this:

/Applications/calibre.app/Contents/calibre-debug.app/Contents/MacOS/calibre-debug -g

And if you want to turn off the splash screen, do this:

Code:
echo '{"show_splash_screen": false }' > ~/Library/Preferences/calibre/gui.json
Backup gui.json first, as that command will overwrite all settings stored in that file. Although, I doubt this has anything to do with the splash screen. Most likely the calibre main window is starting up on an external monitor or secondary screen.
kovidgoyal is offline   Reply With Quote
Old 01-26-2016, 01:22 PM   #14
SGans
Member
SGans began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2016
Device: Nook, iPad
Quote:
Originally Posted by kovidgoyal View Post
You want to run the GUI in debug mode, run it like this:

/Applications/calibre.app/Contents/calibre-debug.app/Contents/MacOS/calibre-debug -g

And if you want to turn off the splash screen, do this:

Code:
echo '{"show_splash_screen": false }' > ~/Library/Preferences/calibre/gui.json
Backup gui.json first, as that command will overwrite all settings stored in that file. Although, I doubt this has anything to do with the splash screen. Most likely the calibre main window is starting up on an external monitor or secondary screen.

THANK YOU!!!
Hi. I ran in debug mode and got this:
Last login: Mon Jan 25 17:00:00 on console
stassis-macpro:~ stassi1$ /Applications/calibre.app/Contents/calibre-debug.app/Contents/MacOS/calibre-debug -g
calibre 2.49 isfrozen: True is64bit: True
Darwin-13.4.0-x86_64-i386-64bit Darwin ('64bit', '')
('Darwin', '13.4.0', 'Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64')
Python 2.7.9
OSX: ('10.9.5', ('', '', ''), 'x86_64')
Successfully initialized third party plugins: K4PC, K4Mac, Kindle Mobi and Topaz DeDRM && Inept Epub DeDRM && Inept PDF DeDRM && eReader PDB 2 PML && Ignoble Epub DeDRM
Starting up...

then it stopped, and just stayed there for a while. Should I be trying to run this in sudo?

I SEE the splash screen on my main monitor (I'm going to try to attach the screenshot). It just says "Initializing User Interface..." in the corner. It's not showing on any other screen. The ONLY reason I was going to turn it off was because it was suggested here as a resolution to my problem... so I'll hold off until I hear from you.

Attachment of stuck screenshot here: http://ppl.ug/uENd0tez7Bs/
SGans is offline   Reply With Quote
Old 01-26-2016, 01:44 PM   #15
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No harm in turning off the splash screen, if it works for your issue, yay, if not you can always restore gui.json
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hangs on Initializing User Interface foosion Calibre 17 01-11-2021 06:21 PM
Calibre stuck on "initializing user interface" gojisube Calibre 3 01-17-2016 09:52 AM
Eink stuck "Initializing" and library lost! jdm001 enTourage eDGe 7 07-10-2012 02:57 PM
Initializing User Interface Nicko Calibre 7 06-11-2012 10:16 PM
Stuck in registration "Initializing" e-reader Step 8 robinb6261 enTourage Archive 8 11-20-2010 07:19 PM


All times are GMT -4. The time now is 03:39 PM.


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