SkyRingh300 / annot-player

Automatically exported from code.google.com/p/annot-player
0 stars 0 forks source link

Cannot start Annot Reader #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download
2. Run update
3. Start Visual Novel Reader.exe

Some kind of splash screen appears and immediately disappears, mouse cursor 
changes to blue and nothing else happens.
"Debug Reader.cmd" stops with following error:

Traceback (most recent call last):
 File "Y:\Download\Annot Stream\Library\Frameworks\Python\lib\runpy.py", line 162, in _run_module_as_main
   "__main__", fname, loader, pkg_name)
 File "Y:\Download\Annot Stream\Library\Frameworks\Python\lib\runpy.py", line 72, in _run_code
   exec code in run_globals
 File "Y:\Download\Annot Stream\Library\Frameworks\Sakura\py\apps\reader\__main__.py", line 540, in <module>
   main()
 File "Y:\Download\Annot Stream\Library\Frameworks\Sakura\py\apps\reader\__main__.py", line 492, in main
   import qmlplugin
 File "Frameworks/Sakura/py/apps/reader\qmlplugin.py", line 59, in <module>
   import kagami
 File "Frameworks/Sakura/py/apps/reader\kagami.py", line 18, in <module>
   import bbcode, config, dataman, ebdict, edict, features, growl, mecabjlp, qmldialog, rc, settings
 File "Frameworks/Sakura/py/apps/reader\ebdict.py", line 12, in <module>
   import eblib
 File "Frameworks/Sakura/py/apps/reader/../../../../EB/site-packages\eblib.py", line 13, in <module>
   from eb import *
ImportError: DLL load failed: The specified module could not be found.

Win7x64, all VC++ redists are installed (reinstalling them didn't help)

Original issue reported on code.google.com by andyscu...@gmail.com on 29 Sep 2013 at 3:50