View Single Post
Old 12-17-2009, 07:45 PM   #98
GishFish
Junior Member
GishFish began at the beginning.
 
GishFish's Avatar
 
Posts: 3
Karma: 10
Join Date: Dec 2009
Location: Florida
Device: Kindle 4 PC
Question debugging unswindle.pyw

Quote:
Originally Posted by i♥cabbages View Post
If I can convince you to work with me on debugging, I'll PM you.
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
GishFish is offline   Reply With Quote