shicecco / annot-player

Automatically exported from code.google.com/p/annot-player
GNU General Public License v3.0
0 stars 0 forks source link

Text Reader is broken, I can't open it since the latest update. #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is what I get from the debug when I try to open the Text Reader.

main.py:MainObject:showTextReader: load text spy
kagami.qml: createMirage: status: 3
kagami.qml: ERROR: failed to create mirage component: 
file:///C:/Users/kris/Desktop/Visual Novel 
Reader/Library/Frameworks/Sakura/qml/apps/reader/textreader/mirage.qml:995 
Syntax error

kagami.qml: createMirage: leave
Traceback (most recent call last):
  File "Library/Frameworks/Sakura/py/apps/reader\main.py", line 1969, in showTextReader
  d.mirage.show()
  File "Library/Frameworks/Sakura/py/apps/reader\../../../py/apps/reader/qml\kagami.py", line 661, in show
  def show(self): MirageBean.instance.show.emit()
AttributeError: 'NoneType' object has no attribute 'show'

Original issue reported on code.google.com by havocsw...@gmail.com on 3 Jul 2015 at 12:06