View Single Post
  #1  
Old 07-25-2010, 08:27 AM
Zevs Zevs is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
Zevs is on a distinguished road
Default

ineptkey_v43.pyw problem:WindowsError: exception: access violation writing 0x026E21E0


Hi!

Sorry for probably being a bit dense here I have seen other people posting something very similar before in this thread, but not really seen any answer. I have installed the needed stuff and put the ineptkey_v43.pyw file in a directory and run it with my python.exe file (v26). The only thing I get is an error message though and no adeptkey.der is written. If anyone can help me understand what is going wrong, that would be very much appreciated

----------
Traceback (most recent call last):
File "C:\Python26\Ineptkey\ineptkey_v43.pyw", line 230, in main
retrieve_key(keypath)
File "C:\Python26\Ineptkey\ineptkey_v43.pyw", line 149, in retrieve_key
vendor = cpuid0()
File "C:\Python26\Ineptkey\ineptkey_v43.pyw", line 112, in cpuid0
cpuid0__(buffer)
WindowsError: exception: access violation writing 0x026E21E0

----------------
Reply With Quote