View Single Post
Old 12-18-2009, 03:19 PM   #103
stewball
Enthusiast
stewball has learned how to buy an e-book online
 
Posts: 37
Karma: 90
Join Date: Dec 2009
Device: PRS-500
Thanks for the hard work. The new version attempts to open K4PC, but I get this error.
Traceback (most recent call last):
File "C:\Python26\New folder\unswindle.pyw", line 752, in gui_main
inpath, pid = unswindler.get_book()
File "C:\Python26\New folder\unswindle.pyw", line 703, in get_book
debugger.main_loop()
File "C:\Python26\New folder\unswindle.pyw", line 562, in main_loop
self._handle_bp(addr)
File "C:\Python26\New folder\unswindle.pyw", line 493, in _handle_bp
callback(self, context)
File "C:\Python26\New folder\unswindle.pyw", line 627, in _get_book_path
path = debugger.read_process_memory(addr, 4096)
File "C:\Python26\New folder\unswindle.pyw", line 436, in read_process_memory
raise DebuggerError("could not read memory @ 0x%08x" % (addr,))
TypeError: %x format: a number is required, not c_void_p.

When I open K4PC first and run the script, I get "Failed To Determine Book Path". Am I doing anything wrong? I am on Windows 7 Ultimate 32bit.

Thanks
stewball is offline   Reply With Quote