View Single Post
Old 12-17-2009, 08:39 PM   #99
avid
Enthusiast
avid has learned how to buy an e-book online
 
Posts: 32
Karma: 97
Join Date: Mar 2006
Device: Palm TX, Ebookwise 1150, Cybook Gen 3
Quote:
Originally Posted by GishFish View Post
I'm interested in helping debug this:

I did install everything from scratch: Kindle for PC and downloaded 2 books. And still when I run unswindle.pyw I get:

Traceback (most recent call last):
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 629, in gui_main
inpath, pid = unswindler.get_book()
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 580, in get_book
debugger.main_loop()
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 468, in main_loop
self._handle_bp(addr)
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 434, in _handle_bp
callback(self, context)
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 514, in _get_book_path
path = debugger.read_process_memory(addr, 4096)
File "C:\Program Files\Amazon\Kindle For PC\unswindle.pyw", line 383, in read_process_memory
raise DebuggerError("could not read memory")
DebuggerError: could not read memory

Yes - this is the error I get if K4PC is not running. If it is open, then the error is failed to find book path.
avid is offline   Reply With Quote