This should perhaps be in the Dev subforum instead, but I found it while doing plugin work.
While running in debug I notice some output that I don't think is specific to plugins.
Code:
calibre 1.202 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.8
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: [...]
Starting up...
Problem creating accessible interface for: Main(0x6320b00, name = "MainWindow")
Make sure to deploy Qt with accessibility plugins.
[...]
Started up in 2.48 seconds with 3357 books
QTextCursor::setPosition: Position '358' out of range
I don't think MainWindow is anything of mine. And I see
QTextCursor::setPosition: Position 'XX' out of range a lot. Notably when a tooltip text is shown. The one in the block above is from hovering over the 'Author Sort' edit box on the 'all on 1 tab' Edit Metadata dialog.
Any existing info on these?